Skip to content

Commit

Permalink
Fix amen_social_eligible
Browse files Browse the repository at this point in the history
  • Loading branch information
benjello committed Feb 3, 2025
1 parent 590f485 commit c5b767e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def formula_2020(menage, period, parameters):
revenu_menage <= select(conditions_avec_handicap, valeurs_choisies_avec_handicap),
revenu_menage <= select(conditions_sans_handicap, valeurs_choisies_sans_handicap)
)
return pas_d_achat_onereux + pas_de_residence_secondaire + critere_revenu
return pas_d_achat_onereux * pas_de_residence_secondaire * critere_revenu


class transfert_monetaire_permanent_eligible(Variable):
Expand Down

0 comments on commit c5b767e

Please sign in to comment.