Skip to content

Commit

Permalink
remplace le plafond individuel de réduction dons partis politiques pa…
Browse files Browse the repository at this point in the history
…r le plafond par foyer fiscal
  • Loading branch information
b-michaud committed Nov 14, 2024
1 parent 293615b commit 9e617a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def formula_2021_01_01(foyer_fiscal, period, parameters):
red_7uj = min_(P.dons_cultuels.plafond_dons, f7uj) * taux_donapd
report_7uj = max_(0, f7uj - P.dons_cultuels.plafond_dons)

dons_partipol = min_(P.dons_aux_partis_politiques.plafond_seul * (1 + maries_ou_pacses), f7uh)
dons_partipol = min_(P.dons_aux_partis_politiques.plafond_foyer, f7uh)

base = f7uf + f7vc + f7xs + f7xt + f7xu + f7xw + f7xy + report_f7va_f7ud + report_7uj + dons_partipol
max = P.plafond_dons * rni
Expand Down

0 comments on commit 9e617a5

Please sign in to comment.