Skip to content

Commit

Permalink
fixup! Ajoute une première implémentation des bourses sur critères so…
Browse files Browse the repository at this point in the history
…ciaux
  • Loading branch information
guillett committed Mar 7, 2021
1 parent be98ccf commit 7b9b51d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openfisca_france/model/prestations/bourses_superieur.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ class bourse_criteres_sociaux_commune_domicile_familial(Variable):
label = "Commune du domicile familial pour la bourse sur critères sociaux de l'enseignement supérieur"
definition_period = MONTH

def formula(individu, period):
return individu.menage('depcom', period)


class bourse_criteres_sociaux_nombre_enfants_a_charge(Variable):
entity = FoyerFiscal
Expand Down

0 comments on commit 7b9b51d

Please sign in to comment.