Skip to content

Commit

Permalink
Ajout du label et référence
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-CodeWorks committed Nov 22, 2023
1 parent ae7c5c7 commit 7b7621b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ class revenu_solidaire_jeune(Variable):
value_type = float
entity = Individu
definition_period = MONTH
label = "Montant du Revenu Solidaire Jeune"
reference = 'https://aides-jeunes.grandlyon.com/#c21886'

def formula(individu, period, parameter):
age_eligibles = parameter(period).metropoles.lyon.revenu_solidaire_jeune.age
Expand Down

0 comments on commit 7b7621b

Please sign in to comment.