-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make ASI an individu variable instead of a family one #2 #1156
Conversation
@@ -343,7 +343,7 @@ def formula_2005_07_01(individu, period, parameters): | |||
|
|||
aah = individu('aah', period) | |||
asi_eligibilite = individu('asi_eligibilite', period) | |||
asi = individu.famille('asi', period) # montant asi de la famille | |||
asi = individu('asi', period) # montant asi de la famille |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je m'interroge sur le commentaire :)
@@ -371,7 +371,7 @@ def formula_2002_01_01(individu, period, parameters): | |||
|
|||
aah = individu('aah', period) | |||
asi_eligibilite = individu('asi_eligibilite', period) | |||
asi = individu.famille('asi', period) # montant asi de la famille | |||
asi = individu('asi', period) # montant asi de la famille |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Idem
@openfisca/france-contrib-msa cette PR va être mergée très prochainement, elle contient un changement non rétroactif (le déplacement de l'ASI de la famille à l'individu). |
25.0.0 #988
model/mesures
model/prelevements_obligatoires/taxe_habitation
model/prestations/minima_sociaux/aah
model/prestations/minima_sociaux/asi_aspa
model/prestations/minima_sociaux/cmu
model/prestations/minima_sociaux/ppa
model/prestations/minima_sociaux/rsa
tests/**/*
Supersedes: #988