Skip to content

Commit

Permalink
Espaces
Browse files Browse the repository at this point in the history
Co-authored-by: Mahdi Ben Jelloul <[email protected]>
  • Loading branch information
sylvainipp and benjello authored Apr 8, 2024
1 parent 4aab332 commit bc15b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openfisca_france_data/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,9 @@ def create_revenus_remplacement_bruts(individus, period, tax_benefit_system):
csg_deductible_chomage = csg.remplacement.allocations_chomage.deductible
taux_plein = csg_deductible_chomage.taux_plein
taux_reduit = csg_deductible_chomage.taux_reduit
part_annuelle = period.this_year.days/period.days
part_annuelle = period.this_year.days / period.days
seuil_chomage_net_exoneration = (
(35 * 52) * smic_horaire_brut[period.start.year]/part_annuelle
(35 * 52) * smic_horaire_brut[period.start.year] / part_annuelle
* (
(individus.taux_csg_remplacement == 2) / (1 - taux_reduit)
+ (individus.taux_csg_remplacement >= 3) / (1 - taux_plein)
Expand Down

0 comments on commit bc15b13

Please sign in to comment.