Skip to content

Commit

Permalink
Fix metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed May 2, 2024
1 parent 8b7dd5b commit 304e680
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class income_elasticity_lsr(Variable):
value_type = float
entity = Person
label = "income elasticity of labor supply response"
unit = USD
unit = GBP
definition_period = YEAR
requires_computation_after = "employment_income_behavioral_response"

Expand All @@ -87,7 +87,7 @@ class substitution_elasticity_lsr(Variable):
value_type = float
entity = Person
label = "substitution elasticity of labor supply response"
unit = USD
unit = GBP
definition_period = YEAR
requires_computation_after = "employment_income_behavioral_response"

Expand All @@ -103,7 +103,7 @@ class employment_income_behavioral_response(Variable):
value_type = float
entity = Person
label = "income-related labor supply change"
unit = USD
unit = GBP
definition_period = YEAR

def formula(person, period, parameters):
Expand Down

0 comments on commit 304e680

Please sign in to comment.