Skip to content

Commit

Permalink
Shorten labels
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Aug 11, 2021
1 parent ceb9da1 commit 604db20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions openfisca_uk/variables/finance/income.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class sublet_income(Variable):
class self_employment_income(Variable):
value_type = float
entity = Person
label = u"Income from self-employment. Different to trading profits"
label = u"Self-employment income"
definition_period = YEAR


Expand Down Expand Up @@ -62,7 +62,7 @@ def formula(person, period, parameters):
class net_income(Variable):
value_type = float
entity = Person
label = u"Net income for the person"
label = u"Net income"
definition_period = YEAR

def formula(person, period, parameters):
Expand Down
2 changes: 1 addition & 1 deletion openfisca_uk/variables/finance/tax/income_tax/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class employment_income(Variable):
value_type = float
entity = Person
label = u"Income from employment"
label = u"Employment income"
definition_period = YEAR
reference = "Income Tax (Earnings and Pensions) Act 2003 s. 1(1)(a)"

Expand Down

0 comments on commit 604db20

Please sign in to comment.