Document pension tax relief mechanics (#704)#1721
Open
vahid-ahmadi wants to merge 1 commit into
Open
Conversation
#704 reported four worked scenarios where the user expected higher-rate pension contributions to produce only basic-rate (20%) relief, but the model returned full marginal-rate (40%) reductions in income tax. Investigation: the model is correct. The reported numbers match HMRC's treatment in aggregate (RAS + higher-rate top-up via Self Assessment). The user's mental model only counted the first half (relief at source). Persist the explanation in a docs page covering: - how pension_contributions_relief works (reduces taxable income by the contribution amount, capped at annual allowance / basic amount / earned income / age limit), - the four #704 worked scenarios with PolicyEngine's exact returns and the marginal-rate arithmetic that produces them, - the two-part real-world mechanism (RAS + basic-rate-band extension) and why PolicyEngine reports the combined total (matches HMRC pension tax relief statistics methodology), - a note that the 0% marginal-tax-rate display reported in the issue is a frontend concern in the policyengine.org app, not the model repo, - references to FA 2004 s.188-194 and s.227, HMRC's user-facing pension tax relief guide, and pension tax relief statistics.
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
docs/book/programs/gov/hmrc/pension-tax-relief.mdcovering:pension_contributions_reliefworks (reduces taxable income £1-for-£1 up to the annual allowance / basic amount / earned income cap),Pure documentation; no code changes. #704 can be closed.
Test plan
programs/gov/hmrc/.🤖 Generated with Claude Code