Skip to content

Commit

Permalink
Continue l'adaptation
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainipp committed Jan 19, 2024
1 parent 6dac696 commit ce1e11b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def formula(individu, period, parameters):
# le seuil d'exonération de cette cotisation est indexé sur le montant minimum d'ARE
seuil_exoneration = parameters(period).chomage.allocations_assurance_chomage.alloc_base.montant_minimum.hors_mayotte


taux_cotisation = parameters(period).prelevements_sociaux.regimes_complementaires_retraite_secteur_prive.cotisation_retraite_complementaire.chomage.taux
cotisation_theorique = are_salaire_journalier_reference * taux_cotisation
allocation_cotisation_deduite = allocation_retour_emploi_journaliere - cotisation_theorique
Expand Down
2 changes: 1 addition & 1 deletion openfisca_france/model/prestations/agepi.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def formula_2014_01_20(individu, period, parameters):

allocation_individu = individu('allocation_retour_emploi_journaliere', period)

parametres_are = parameters(period).chomage.allocations_assurance_chomage.alloc_base
parametres_are = parameters(period).chomage.allocation_retour_emploi.montant_minimum_hors_mayotte
allocation_minimale_hors_mayotte = parametres_are.montant_minimum.hors_mayotte * hors_mayotte
allocation_minimale_mayotte = parametres_are.montant_minimum.mayotte * mayotte

Expand Down

0 comments on commit ce1e11b

Please sign in to comment.