Skip to content

Commit

Permalink
Fix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Jul 25, 2024
1 parent 67ee301 commit f5b9cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policyengine_uk/variables/household/income/income.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class real_household_net_income(Variable):
label = (
f"real household net income ({datetime.datetime.now().year} prices)"
)
entity = Person
entity = Household
definition_period = YEAR
value_type = float
unit = GBP
Expand Down

0 comments on commit f5b9cb6

Please sign in to comment.