Skip to content

Commit 9e6f89b

Browse files
committed
Update HH net income calculation to subtract employee pension contributions
1 parent 80b9aae commit 9e6f89b

2 files changed

Lines changed: 5 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+
- Update HH net income calculation.

policyengine_uk/variables/household/income/household_net_income.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class household_net_income(Variable):
1616
]
1717
subtracts = [
1818
"household_tax",
19+
"employee_pension_contributions",
1920
]
2021

2122
def formula(household, period, parameters):

0 commit comments

Comments
 (0)