Skip to content

Commit d6143bf

Browse files
MaxGhenisclaudevahid-ahmadi
authored
fix(scotland): add 2026-27 higher rate threshold freeze to baseline (#1486)
* fix(scotland): add 2026-27 higher rate threshold freeze to baseline Scottish Budget 2025-26 announced freezing higher, advanced, and top rate thresholds through 2026-27. This updates the baseline parameters to include these frozen values for 2026-04-06. Without this fix, PolicyEngine's baseline incorrectly assumes CPI growth for 2026, leading to incorrect policy costings when comparing to SFC (Scottish Fiscal Commission) estimates. Thresholds frozen at: - Higher rate: £31,092 - Advanced rate: £62,430 - Top rate: £125,140 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Add changelog entry and apply Black formatting Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: Vahid Ahmadi <va.vahidahmadi@gmail.com>
1 parent b622283 commit d6143bf

2 files changed

Lines changed: 12 additions & 0 deletions

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: patch
2+
changes:
3+
fixed:
4+
- Add 2026-27 Scottish income tax threshold freeze to baseline (higher, advanced, and top rates) per Scottish Budget 2025-26.

policyengine_uk/parameters/gov/hmrc/income_tax/rates/scotland/rates.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ brackets:
4545
2023-04-06: 31_092
4646
2024-04-06: 31_092
4747
2025-04-06: 31_092
48+
# Scottish Budget 2025-26 announced freeze through 2026-27
49+
2026-04-06: 31_092
4850
metadata:
4951
uprating: gov.economic_assumptions.indices.obr.consumer_price_index
5052
rate:
@@ -57,6 +59,8 @@ brackets:
5759
2023-04-06: 125_140
5860
2024-04-06: 62_430
5961
2025-04-06: 62_430
62+
# Scottish Budget 2025-26 announced freeze through 2026-27
63+
2026-04-06: 62_430
6064
metadata:
6165
uprating: gov.economic_assumptions.indices.obr.consumer_price_index
6266
rate:
@@ -69,6 +73,8 @@ brackets:
6973
2017-04-06: null
7074
2024-04-06: 125_140
7175
2025-04-06: 125_140
76+
# Scottish Budget 2025-26 announced freeze through 2026-27
77+
2026-04-06: 125_140
7278
metadata:
7379
uprating: gov.economic_assumptions.indices.obr.consumer_price_index
7480
rate:
@@ -81,3 +87,5 @@ metadata:
8187
reference:
8288
- title: GOV.UK
8389
href: https://www.gov.uk/government/publications/rates-and-allowances-income-tax/income-tax-rates-and-allowances-current-and-past
90+
- title: Scottish Budget 2025-26 - Higher rate threshold freeze
91+
href: https://www.gov.scot/publications/scottish-budget-2025-26/

0 commit comments

Comments
 (0)