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 0b1b0b6 commit f70ff9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def formula(famille, period, parameters):

condition_ressources_remplies = famille('antony_eligibilite_ressources', period)

nb_handicap = famille.sum(famille.members('handicap', period), role = Famille.ENFANT)
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

Expand Down

0 comments on commit f70ff9e

Please sign in to comment.