Skip to content

Commit 3556b36

Browse files
policyengine[bot]PolicyEngine-Botclaude
authored
Add verified legislative references to key tax parameters (#1460)
* Add verified legislative references to income tax allowances Added per-value references to: - Dividend allowance (Finance Acts 2016, 2017, 2023) - Personal savings allowances (Finance Act 2016) - Property and trading allowances (Finance Act 2017) All references verified to contain actual parameter values in cited legislation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * Add changelog entry * Add verified references for minimum wage rates 2024-2025 Added per-value references to all age bands for: - 2024 rates: SI 2024/432 - 2025 rates: SI 2025/401 References verified against legislation.gov.uk. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * Add verified legislative references to JSA hours, LHA percentile, and Winter Fuel Payment Added per-value legislative references to: - JSA hours requirements (single: 16 hours, couple: 24 hours) - LHA percentile (30th percentile) - Winter Fuel Payment maximum taxable income (£35,000) All references verified against legislation.gov.uk 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * Add reference to triple lock minimum rate policy Added reference to the triple lock 2.5% minimum rate parameter, documenting it as a policy commitment introduced in 2010. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: policyengine-bot <bot@policyengine.org> Co-authored-by: Claude <noreply@anthropic.com>
1 parent 8cc9e38 commit 3556b36

File tree

13 files changed

+138
-26
lines changed

13 files changed

+138
-26
lines changed

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+
added:
4+
- Per-value legislative references for income tax allowances and minimum wage rates

policyengine_uk/parameters/gov/dwp/JSA/hours/couple.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
description: Hours requirement for joint claimants of Jobseeker's Allowance
22
values:
3-
2015-04-01: 24
3+
2015-04-01:
4+
value: 24
5+
reference:
6+
- title: The Jobseeker's Allowance Regulations 1996
7+
href: https://www.legislation.gov.uk/uksi/1996/207/made
48
metadata:
59
unit: hour
610
period: week

policyengine_uk/parameters/gov/dwp/JSA/hours/single.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
description: Hours requirement for single claimants of Jobseeker's Allowance
22
values:
3-
2015-04-01: 16
3+
2015-04-01:
4+
value: 16
5+
reference:
6+
- title: The Jobseeker's Allowance Regulations 1996, regulation 13
7+
href: https://www.legislation.gov.uk/uksi/1996/207/regulation/13
48
metadata:
59
unit: hour
610
period: week
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
description: Local Housing Allowance rates are set at this percentile of private rents in the family's Broad Rental Market Area. This parameter does not apply if LHA is frozen.
22
values:
3-
2015-01-01: 0.3
3+
2015-01-01:
4+
value: 0.3
5+
reference:
6+
- title: The Rent Officers (Housing Benefit and Universal Credit Functions) (Local Housing Allowance Amendments) Order 2013
7+
href: https://www.legislation.gov.uk/uksi/2013/2978/article/4/made
48
metadata:
59
unit: /1
610
label: LHA percentile
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
description: The triple lock is set to the highest of earnings growth, CPI inflation, or this rate.
22
values:
3-
2010-01-01: 0.025
3+
2010-01-01:
4+
value: 0.025
5+
reference:
6+
- title: State Pension triple lock (House of Commons Library)
7+
href: https://commonslibrary.parliament.uk/research-briefings/cbp-7812/
48
metadata:
59
unit: /1
610
label: triple lock minimum rate
11+
documentation: |
12+
The triple lock is a policy commitment introduced by the Coalition Government
13+
in 2010, not enshrined in primary legislation. The 2.5% minimum is one of three
14+
components ensuring pensions increase by the highest of earnings, inflation, or 2.5%.
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
description: Households in England or Wales with pensioners earning under this amount of yearly taxable income are eligible for the Winter Fuel Payment.
22
values:
33
2000-01-01: 0
4-
2025-01-01: 35_000
4+
2025-01-01:
5+
value: 35_000
6+
reference:
7+
- title: The Social Fund Winter Fuel Payment Regulations 2025 (SI 2025/969)
8+
href: https://www.legislation.gov.uk/uksi/2025/969/made
59
metadata:
610
unit: currency-GBP
711
label: Winter Fuel Payment maximum taxable income

policyengine_uk/parameters/gov/hmrc/income_tax/allowances/dividend_allowance.yaml

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
description: Amount of dividend income untaxed per year
22
values:
3-
2016-04-06: 5_000
4-
2018-04-06: 2_000
5-
2023-04-06: 1_000
6-
2024-04-06: 500
3+
2016-04-06:
4+
value: 5_000
5+
reference:
6+
- title: Finance Act 2016 s. 5
7+
href: https://www.legislation.gov.uk/ukpga/2016/24/section/5
8+
2018-04-06:
9+
value: 2_000
10+
reference:
11+
- title: Finance Act 2017 s. 5
12+
href: https://www.legislation.gov.uk/ukpga/2017/32/section/5
13+
2023-04-06:
14+
value: 1_000
15+
reference:
16+
- title: Finance Act 2023 s. 5
17+
href: https://www.legislation.gov.uk/ukpga/2023/1/section/5
18+
2024-04-06:
19+
value: 500
20+
reference:
21+
- title: Finance Act 2023 s. 5
22+
href: https://www.legislation.gov.uk/ukpga/2023/1/section/5
723
metadata:
824
name: dividend_allowance
925
label: Dividend Allowance

policyengine_uk/parameters/gov/hmrc/income_tax/allowances/personal_savings_allowance/additional.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
description: Savings allowance in the additional threshold
22
values:
3-
2005-04-01: 0
3+
2005-04-01:
4+
value: 0
5+
reference:
6+
- title: Finance Act 2016 s. 4
7+
href: https://www.legislation.gov.uk/ukpga/2016/24/section/4
48
metadata:
59
period: week
610
unit: currency-GBP

policyengine_uk/parameters/gov/hmrc/income_tax/allowances/personal_savings_allowance/basic.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
description: Savings allowance in the basic threshold
22
values:
3-
2005-04-01: 1_000
3+
2005-04-01:
4+
value: 1_000
5+
reference:
6+
- title: Finance Act 2016 s. 4
7+
href: https://www.legislation.gov.uk/ukpga/2016/24/section/4
48
metadata:
59
period: week
610
unit: currency-GBP

policyengine_uk/parameters/gov/hmrc/income_tax/allowances/personal_savings_allowance/higher.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
description: Savings allowance in the higher threshold
22
values:
3-
2005-04-01: 500
3+
2005-04-01:
4+
value: 500
5+
reference:
6+
- title: Finance Act 2016 s. 4
7+
href: https://www.legislation.gov.uk/ukpga/2016/24/section/4
48
metadata:
59
period: week
610
unit: currency-GBP

0 commit comments

Comments
 (0)