Skip to content

Commit

Permalink
mise en forme
Browse files Browse the repository at this point in the history
  • Loading branch information
b-michaud committed Dec 18, 2024
1 parent 5d3fa40 commit 7df6cef
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2356,9 +2356,11 @@ def formula(foyer_fiscal, period, parameters):
acomptes_ir = foyer_fiscal('acomptes_ir', period)
cehr = foyer_fiscal('contribution_exceptionnelle_hauts_revenus', period)
pfu = foyer_fiscal('prelevement_forfaitaire_unique_ir', period)
correction_seuils_recouvrement = foyer_fiscal('montant_correction_ir_seuils_recouvrement', period)

impots_nets = -(iai + cehr - pfu - credits_impot - acomptes_ir)

correction_seuils_recouvrement = foyer_fiscal('montant_correction_ir_seuils_recouvrement', period)

return (impots_nets - correction_seuils_recouvrement)


Expand Down

0 comments on commit 7df6cef

Please sign in to comment.