Skip to content

Commit 36301d4

Browse files
authored
Add 2023-24 Cost-of-Living Payments (#609) (#1704)
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.
1 parent 2f77ba2 commit 36301d4

5 files changed

Lines changed: 85 additions & 12 deletions

File tree

changelog.d/609.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Add the 2023-24 Cost-of-Living Payments to the `cost_of_living_support_payment` parameters — £900 means-tested (paid in three instalments), £300 pensioner, £150 disability — announced at Autumn Statement 2022 and previously left at zero; values reset to 0 from 2024-01-01.
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
description: Payment to households receiving disability benefits.
1+
description: One-off Disability Cost-of-Living Payment to households containing someone on a qualifying disability benefit. £150 in both 2022-23 and 2023-24, withdrawn from 2024-25.
22
values:
33
2022-01-01: 150
4-
2023-01-01: 0
4+
2023-01-01: 150
5+
2024-01-01: 0
56
metadata:
67
unit: currency-GBP
78
period: year
8-
label: Payment to households on disability benefits
9+
label: Disability Cost-of-Living Payment
910
reference:
10-
- title: Cost-of-living support announcement | GOV.UK
11+
- title: 2022-23 Cost-of-Living Support package announcement (HMT/DWP, May 2022)
1112
href: https://www.gov.uk/government/news/millions-of-most-vulnerable-households-will-receive-1200-of-help-with-cost-of-living
13+
- title: Disability Cost-of-Living Payment 2023-24 (DWP guidance)
14+
href: https://www.gov.uk/guidance/cost-of-living-payment-disability
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
description: Payment to households on means-tested benefits.
1+
description: One-off Cost-of-Living Payment to households on qualifying means-tested benefits. £650 across 2022-23 (Spring £326 + Autumn £324) and £900 across 2023-24 (Spring £301 + Autumn £300 + Spring 2024 £299).
22
values:
33
2022-01-01: 650
4-
2023-01-01: 0
4+
2023-01-01: 900
5+
2024-01-01: 0
56
metadata:
67
unit: currency-GBP
78
period: year
8-
label: Payment to households on means-tested benefits
9+
label: Cost-of-Living Payment (means-tested)
910
reference:
10-
- title: Cost-of-living support announcement | GOV.UK
11+
- title: 2022-23 Cost-of-Living Support package announcement (HMT/DWP, May 2022)
1112
href: https://www.gov.uk/government/news/millions-of-most-vulnerable-households-will-receive-1200-of-help-with-cost-of-living
13+
- title: 2023-24 Cost-of-Living Payments (Autumn Statement 2022, DWP guidance)
14+
href: https://www.gov.uk/guidance/cost-of-living-payments-2023-to-2024
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
description: Payment to pensioner households receiving benefits.
1+
description: One-off Pensioner Cost-of-Living Payment paid as a top-up to the Winter Fuel Payment to households containing someone of State Pension age. £300 in both winter 2022-23 and winter 2023-24, withdrawn from winter 2024-25.
22
values:
33
2022-01-01: 300
4-
2023-01-01: 0
4+
2023-01-01: 300
5+
2024-01-01: 0
56
metadata:
67
unit: currency-GBP
78
period: year
8-
label: Payment to pensioner households
9+
label: Pensioner Cost-of-Living Payment
910
reference:
10-
- title: Cost-of-living support announcement | GOV.UK
11+
- title: 2022-23 Cost-of-Living Support package announcement (HMT/DWP, May 2022)
1112
href: https://www.gov.uk/government/news/millions-of-most-vulnerable-households-will-receive-1200-of-help-with-cost-of-living
13+
- title: Pensioner Cost-of-Living Payment 2023-24 (DWP guidance)
14+
href: https://www.gov.uk/guidance/cost-of-living-payment-pensioner
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
- name: 2022 Cost-of-Living Payments — means-tested only
2+
period: 2022
3+
input:
4+
people:
5+
person:
6+
universal_credit_reported: 100
7+
benunits:
8+
benunit:
9+
members: [person]
10+
households:
11+
household:
12+
members: [person]
13+
output:
14+
cost_of_living_support_payment: 650
15+
16+
- name: 2023 Cost-of-Living Payments — means-tested £900 (Autumn Statement 2022)
17+
period: 2023
18+
input:
19+
people:
20+
person:
21+
universal_credit_reported: 100
22+
benunits:
23+
benunit:
24+
members: [person]
25+
households:
26+
household:
27+
members: [person]
28+
output:
29+
cost_of_living_support_payment: 900
30+
31+
- name: 2023 Cost-of-Living Payments — pensioner £300 stacks with means-tested
32+
period: 2023
33+
input:
34+
people:
35+
person:
36+
age: 70
37+
universal_credit_reported: 100
38+
benunits:
39+
benunit:
40+
members: [person]
41+
households:
42+
household:
43+
members: [person]
44+
country: ENGLAND
45+
output:
46+
# £900 means-tested + £300 pensioner (triggered via Winter Fuel Allowance
47+
# which paid universally in 2023 before the 2024 means test).
48+
cost_of_living_support_payment: 1200
49+
50+
- name: 2024 Cost-of-Living Payments withdrawn
51+
period: 2024
52+
input:
53+
people:
54+
person:
55+
universal_credit_reported: 100
56+
benunits:
57+
benunit:
58+
members: [person]
59+
households:
60+
household:
61+
members: [person]
62+
output:
63+
cost_of_living_support_payment: 0

0 commit comments

Comments
 (0)