Skip to content

Commit 92e3d57

Browse files
authored
Merge pull request #1140 from PolicyEngine/council_tax_projection
Update council tax uprating
2 parents 4f5c3e6 + 0014faa commit 92e3d57

3 files changed

Lines changed: 20 additions & 1 deletion

File tree

changelog_entry.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- bump: minor
2+
changes:
3+
added:
4+
- Council tax projection parameters from OBR data.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
description: OBR forecast for council tax.
2+
values:
3+
2023-01-01: 44.5
4+
2024-01-01: 47.7
5+
2025-01-01: 50.2
6+
2026-01-01: 52.8
7+
2027-01-01: 55.6
8+
2028-01-01: 58.5
9+
2029-01-01: 61.5
10+
metadata:
11+
label: Council tax uprating
12+
reference:
13+
- title: OBR March 2025 EFO
14+
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
15+
# Table A.5: Current receipt

policyengine_uk/variables/input/consumption/property/council_tax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ class council_tax(Variable):
99
definition_period = YEAR
1010
unit = GBP
1111
quantity_type = FLOW
12-
uprating: str = "gov.obr.consumer_price_index"
12+
uprating: str = "gov.obr.council_tax"

0 commit comments

Comments
 (0)