Skip to content

Commit

Permalink
Update openfisca_france_local/communes/antony/antony_aide_depart_sejo…
Browse files Browse the repository at this point in the history
…ur_adapte.py

Co-authored-by: Simon Hamery <[email protected]>
  • Loading branch information
jenovateurs and Shamzic authored Nov 15, 2024
1 parent f70ff9e commit 419359d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def formula(famille, period, parameters):

nb_enfants_handicapes = famille.sum(famille.members('handicap', period), role = Famille.ENFANT)
montant_individuel = famille('antony_aide_depart_sejour_adapte_montant_individuel', period)
montant_total = montant_individuel * nb_handicap
montant_total = montant_individuel * nb_enfants_handicapes

return residence_antony * condition_ressources_remplies * montant_total

Expand Down

0 comments on commit 419359d

Please sign in to comment.