Add Rural Fuel Duty Relief Scheme#1672
Open
vahid-ahmadi wants to merge 1 commit into
Open
Conversation
Apply a 5p/litre reduction to petrol and diesel for households flagged as being in an eligible rural area via the new `in_rural_fuel_duty_relief_area` input. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
in_rural_fuel_duty_relief_areahousehold-level input (bool, default False) so that households in eligible postcodes — Inner/Outer Hebrides, Northern Isles, Islands in the Clyde, Isles of Scilly, and listed parts of Cumbria, Devon and Northumberland — can be flagged.fuel_dutyis computed atpetrol_and_diesel - rural_fuel_duty_relief(5p/L from 2012-03-01) instead of the headline rate. Applies to both petrol and diesel litres.gov.hmrc.fuel_duty.rural_fuel_duty_reliefwith HMRC Notice 2001 + SI 2011/2935 references.Scope notes
Falseso household microsim aggregates are unchanged unless data assigns the flag (no FRS postcode info available today). Useful immediately for the household calculator and for reforms that toggle eligibility.Test plan
policyengine_uk/tests/policy/baseline/gov/hmrc/fuel_duty/rural_fuel_duty_relief.yaml):policyengine-core test policyengine_uk/tests/policy -c policyengine_uk→ 1004 passed.ruff format+ruff checkon touched files → clean.🤖 Generated with Claude Code