Skip to content

Commit d939ed5

Browse files
Remove overlapping wealth components from total_wealth
Keep only property_wealth, corporate_wealth, and savings. Drop net_financial_wealth, gross_financial_wealth, and shareholding as they overlap with savings and are not MECE. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0c215f3 commit d939ed5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

policyengine_uk/variables/household/wealth/total_wealth.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,4 @@ class total_wealth(Variable):
1212
"property_wealth",
1313
"corporate_wealth",
1414
"savings",
15-
"net_financial_wealth",
16-
"gross_financial_wealth",
17-
"shareholding",
1815
]

0 commit comments

Comments
 (0)