Skip to content

Commit e4846c0

Browse files
Merge pull request #173 from PolicyEngine/bump-uk
Bump UK version
2 parents 663b684 + 4763b3f commit e4846c0

3 files changed

Lines changed: 11 additions & 6 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+
- UK model actually bumped.

policyengine_uk_data/tests/microsimulation/reforms_config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,30 @@ reforms:
44
parameters:
55
gov.hmrc.income_tax.rates.uk[0].rate: 0.21
66
- name: Raise higher rate by 1pp
7-
expected_impact: 4.8
7+
expected_impact: 5.0
88
parameters:
99
gov.hmrc.income_tax.rates.uk[1].rate: 0.42
1010
- name: Raise personal allowance by ~800GBP/year
1111
expected_impact: 0.7
1212
parameters:
1313
gov.hmrc.income_tax.allowances.personal_allowance.amount: 13000
1414
- name: Raise child benefit by 25GBP/week per additional child
15-
expected_impact: -1.4
15+
expected_impact: -1.2
1616
parameters:
1717
gov.hmrc.child_benefit.amount.additional: 25
1818
- name: Reduce Universal Credit taper rate to 20%
19-
expected_impact: -37.3
19+
expected_impact: -36.0
2020
parameters:
2121
gov.dwp.universal_credit.means_test.reduction_rate: 0.2
2222
- name: Raise Class 1 main employee NICs rate to 10%
23-
expected_impact: 12.3
23+
expected_impact: 12.5
2424
parameters:
2525
gov.hmrc.national_insurance.class_1.rates.employee.main: 0.1
2626
- name: Raise VAT standard rate by 2pp
27-
expected_impact: 19.5
27+
expected_impact: 19.7
2828
parameters:
2929
gov.hmrc.vat.standard_rate: 0.22
3030
- name: Raise additional rate by 3pp
31-
expected_impact: 5.5
31+
expected_impact: 4.6
3232
parameters:
3333
gov.hmrc.income_tax.rates.uk[2].rate: 0.48

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dependencies = [
2222
"google-cloud-storage",
2323
"google-auth",
2424
"uk-public-services-imputation",
25+
"policyengine-uk>=2.40.2",
2526
]
2627

2728
[project.optional-dependencies]

0 commit comments

Comments
 (0)