Populate 2023-24 Cost-of-Living Payment amounts (#609)#1704
Open
vahid-ahmadi wants to merge 1 commit into
Open
Populate 2023-24 Cost-of-Living Payment amounts (#609)#1704vahid-ahmadi wants to merge 1 commit into
vahid-ahmadi wants to merge 1 commit into
Conversation
The means-tested/pensioner/disability amounts under gov.treasury.cost_of_living_support were populated for 2022-23 only and fell to zero from 2023-01-01 onwards. In fact the Autumn Statement 2022 announced a second package paid through 2023-24: - means-tested: £900 (Spring £301, Autumn £300, Spring 2024 £299), - pensioner CoL Payment: £300 (top-up to Winter Fuel Payment), - disability CoL Payment: £150. Set the 2023-01-01 values to those announced amounts and add an explicit 2024-01-01 reset to 0 so the model doesn't accidentally extrapolate the one-off into later years. Add YAML test coverage for 2022, 2023 (means only and stacked with pensioner), and the 2024 withdrawal.
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
gov.treasury.cost_of_living_supportparameters were populated for the 2022-23 CoL package only and reset to £0 at 2023-01-01. Autumn Statement 2022 actually announced a second package across 2023-24:Test plan
policyengine-core test policyengine_uk/tests/policy/baseline/gov/treasury/cost_of_living_support/cost_of_living_support_payment.yaml -c policyengine_uk(4 passed).🤖 Generated with Claude Code