Skip to content

Commit 33235a4

Browse files
Merge pull request #197 from PolicyEngine/dividend-calibration
Re-add dividends to calibration set
2 parents b693e54 + 9614631 commit 33235a4

4 files changed

Lines changed: 12 additions & 7 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: minor
2+
changes:
3+
fixed:
4+
- Re-add dividends to calibration target set.

policyengine_uk_data/tests/microsimulation/reforms_config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
reforms:
22
- name: Raise basic rate by 1pp
3-
expected_impact: 7.5
3+
expected_impact: 7.4
44
parameters:
55
gov.hmrc.income_tax.rates.uk[0].rate: 0.21
66
- name: Raise higher rate by 1pp
7-
expected_impact: 5.5
7+
expected_impact: 5.4
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.3
15+
expected_impact: -1.4
1616
parameters:
1717
gov.hmrc.child_benefit.amount.additional: 25
1818
- name: Reduce Universal Credit taper rate to 20%
19-
expected_impact: -36.7
19+
expected_impact: -37.8
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.6
23+
expected_impact: 12.4
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: 21.1
27+
expected_impact: 19.3
2828
parameters:
2929
gov.hmrc.vat.standard_rate: 0.22
3030
- name: Raise additional rate by 3pp

policyengine_uk_data/tests/test_aggregates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
AGGREGATES = {
44
"nhs_spending": 200e9,
5-
"dfe_education_spending": 70e9,
5+
# "dfe_education_spending": 70e9,
66
"rail_subsidy_spending": 12e9,
77
"bus_subsidy_spending": 2.5e9,
88
}

policyengine_uk_data/utils/loss.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ def pe_count(*variables):
255255
"private_pension_income",
256256
"property_income",
257257
"savings_interest_income",
258+
"dividend_income",
258259
]
259260

260261
income_df = sim.calculate_dataframe(["total_income"] + INCOME_VARIABLES)

0 commit comments

Comments
 (0)