Skip to content

Populate 2023-24 Cost-of-Living Payment amounts (#609)#1704

Open
vahid-ahmadi wants to merge 1 commit into
mainfrom
vahid-ahmadi/issue-609-cost-of-living-2023-24
Open

Populate 2023-24 Cost-of-Living Payment amounts (#609)#1704
vahid-ahmadi wants to merge 1 commit into
mainfrom
vahid-ahmadi/issue-609-cost-of-living-2023-24

Conversation

@vahid-ahmadi
Copy link
Copy Markdown
Collaborator

Summary

  • Closes Specify announced values for Cost of Living Support package parameters #609.
  • The gov.treasury.cost_of_living_support parameters 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:
    • Means-tested CoL Payment: £900 (paid in three instalments — Spring 2023 £301, Autumn 2023 £300, Spring 2024 £299).
    • Pensioner CoL Payment: £300 (top-up to Winter Fuel Payment, paid winter 2023-24).
    • Disability CoL Payment: £150 (paid Summer 2023).
  • Set the 2023-01-01 values to those announced amounts and add an explicit 2024-01-01 reset to 0 so the one-off doesn't extrapolate forward.
  • Add YAML test coverage for 2022, 2023 (means-only and stacked with the pensioner top-up), and the 2024 withdrawal.

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

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Specify announced values for Cost of Living Support package parameters

1 participant