Skip to content

Commit 0b4427d

Browse files
authored
Use outturn data for council tax growth, 2023-25 (#1246)
1 parent bba2684 commit 0b4427d

4 files changed

Lines changed: 38 additions & 26 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.39.2] - 2025-07-17 10:41:08
9+
10+
### Fixed
11+
12+
- Use outturn data for council tax growth in England, Scotland, and Wales for 2023-2025.
13+
814
## [2.39.1] - 2025-07-16 11:08:29
915

1016
### Fixed
@@ -1955,6 +1961,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19551961

19561962

19571963

1964+
[2.39.2]: https://github.com/PolicyEngine/openfisca-uk/compare/2.39.1...2.39.2
19581965
[2.39.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.39.0...2.39.1
19591966
[2.39.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.38.2...2.39.0
19601967
[2.38.2]: https://github.com/PolicyEngine/openfisca-uk/compare/2.38.1...2.38.2

changelog.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,3 +1651,9 @@
16511651
fixed:
16521652
- Improved water bills projections.
16531653
date: 2025-07-16 11:08:29
1654+
- bump: patch
1655+
changes:
1656+
fixed:
1657+
- Use outturn data for council tax growth in England, Scotland, and Wales for
1658+
2023-2025.
1659+
date: 2025-07-17 10:41:08

policyengine_uk/parameters/gov/economic_assumptions/yoy_growth.yaml

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ obr:
5959
reference:
6060
- title: OBR EFO March 2025 (detailed forecast tables, economy, Table 1.6, Row Q)
6161
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
62-
62+
6363
consumer_price_index:
6464
description: Consumer price index year-on-year growth.
6565
values:
@@ -90,7 +90,7 @@ obr:
9090
reference:
9191
- title: OBR EFO March 2025
9292
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
93-
93+
9494
non_labour_income:
9595
description: Non-labour income year-on-year growth.
9696
values:
@@ -109,55 +109,54 @@ obr:
109109
reference:
110110
- title: OBR EFO March 2025
111111
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
112-
112+
113113
council_tax:
114114
england:
115-
description: Growth in the level (adjusted for household growth) of council tax receipts in England.
115+
description: Growth in the level of council tax receipts in England.
116116
values:
117117
2023-01-01: 0.051
118118
2024-01-01: 0.051
119-
2025-01-01: 0.043
119+
2025-01-01: 0.050
120120
2026-01-01: 0.043
121121
2027-01-01: 0.043
122122
2028-01-01: 0.043
123123
2029-01-01: 0.043
124124
metadata:
125125
unit: /1
126126
reference:
127-
- title: OBR EFO March 2025
128-
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
127+
- title: OBR EFO March 2025 (2023-2025 based on outturn)
128+
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
129129
scotland:
130-
description: Growth in the level (adjusted for household growth) of council tax receipts in Scotland.
130+
description: Growth in the level of council tax receipts in Scotland.
131131
values:
132-
2023-01-01: 0.026
133-
2024-01-01: 0.027
134-
2025-01-01: 0.027
132+
2023-01-01: 0.052
133+
2024-01-01: 0.001
134+
2025-01-01: 0.088
135135
2026-01-01: 0.027
136136
2027-01-01: 0.027
137137
2028-01-01: 0.027
138138
2029-01-01: 0.027
139139
metadata:
140140
unit: /1
141141
reference:
142-
- title: OBR EFO March 2025
143-
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
142+
- title: OBR EFO March 2025 (2023-2025 based on outturn)
143+
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
144144
wales:
145-
description: Growth in the level (adjusted for household growth) of council tax receipts in Wales.
145+
description: Growth in the level of council tax receipts in Wales.
146146
values:
147-
2023-01-01: 0.038
148-
2024-01-01: 0.041
149-
2025-01-01: 0.041
147+
2023-01-01: 0.058
148+
2024-01-01: 0.077
149+
2025-01-01: 0.072
150150
2026-01-01: 0.041
151151
2027-01-01: 0.041
152152
2028-01-01: 0.041
153153
2029-01-01: 0.041
154154
metadata:
155155
unit: /1
156156
reference:
157-
- title: OBR EFO March 2025
158-
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
157+
- title: OBR EFO March 2025 (2023-2025 based on outturn)
158+
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
159159

160-
161160
per_capita:
162161
gdp:
163162
description: Per capita GDP year-on-year growth.
@@ -177,7 +176,7 @@ obr:
177176
reference:
178177
- title: OBR EFO March 2025
179178
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
180-
179+
181180
mixed_income:
182181
description: Per capita mixed income year-on-year growth.
183182
values:
@@ -196,7 +195,7 @@ obr:
196195
reference:
197196
- title: OBR EFO March 2025
198197
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
199-
198+
200199
non_labour_income:
201200
description: Per capita non-labour income year-on-year growth.
202201
values:
@@ -215,7 +214,7 @@ obr:
215214
reference:
216215
- title: OBR EFO March 2025
217216
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
218-
217+
219218
house_prices:
220219
description: House prices year-on-year growth.
221220
values:
@@ -234,7 +233,7 @@ obr:
234233
reference:
235234
- title: OBR EFO March 2025
236235
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
237-
236+
238237
mortgage_interest:
239238
description: Mortgage interest year-on-year growth.
240239
values:
@@ -253,7 +252,7 @@ obr:
253252
reference:
254253
- title: OBR EFO March 2025
255254
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
256-
255+
257256
social_rent:
258257
description: Rent year-on-year growth (CPI+1%, one year lagged).
259258
values:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "policyengine-uk"
3-
version = "2.39.1"
3+
version = "2.39.2"
44
description = "PolicyEngine tax and benefit system for the UK"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)