Skip to content

Commit 7143c85

Browse files
Merge pull request #1255 from PolicyEngine/add-missing-wealth-components
Add savings and other forms to total_wealth
2 parents 8e810d0 + d939ed5 commit 7143c85

2 files changed

Lines changed: 9 additions & 1 deletion

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+
added:
4+
- Add savings, net_financial_wealth, gross_financial_wealth, and shareholding to total_wealth calculation

policyengine_uk/variables/household/wealth/total_wealth.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ class total_wealth(Variable):
88
value_type = float
99
unit = GBP
1010

11-
adds = ["property_wealth", "corporate_wealth"]
11+
adds = [
12+
"property_wealth",
13+
"corporate_wealth",
14+
"savings",
15+
]

0 commit comments

Comments
 (0)