Skip to content

Commit

Permalink
Copie la variable de bourse du supérieur de la PR #1484
Browse files Browse the repository at this point in the history
  • Loading branch information
sandcha committed Apr 1, 2021
1 parent 4a6fc8e commit 54bf3fe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions openfisca_france/model/prestations/bourses_superieur.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ class boursier(Variable):
definition_period = MONTH


class bourse_criteres_sociaux(Variable):
value_type = float
entity = Individu
reference = [
"Circulaire ESRS2013435C - Annexe 3 - Conditions de ressources et points de charge / 1 - Conditions de ressources",
"https://www.education.gouv.fr/bo/20/Hebdo25/ESRS2013435C.htm"
]
label = "Échelon de la bourse sur critères sociaux de l'enseignement supérieur perçue (de 0 à 7)"
definition_period = MONTH


class aide_jeunes_diplomes_anciens_boursiers_eligibilite(Variable):
value_type = bool
entity = Individu
Expand Down

0 comments on commit 54bf3fe

Please sign in to comment.