Skip to content

Commit

Permalink
ajoute le calcul de l'allègement de cotisations mmid à partir de 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
clallemand committed Sep 13, 2024
1 parent 64af3cc commit 2e36709
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions tests/formulas/allegement_cotisation_maladie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,33 @@
2021-03: 3886.55
allegement_cotisation_maladie:
2021-03: 0

- period: 2023-12
name: Avant la réforme de 2024
description: A partir de janvier 2023 le montant du smic pour le plafond est figé à décembre 2023
relative_error_margin: 0.001
input:
salaire_de_base: 4350.53 #1747.2*2.49 soit 2,49 smic de décembre 2023
# allegement mode necessary when requesting on a 1 month salary :
allegement_cotisation_maladie_mode_recouvrement: anticipe
allegement_general_mode_recouvrement: anticipe
contrat_de_travail_debut: 2023-01-01
contrat_de_travail_fin: 2024-12-31
effectif_entreprise: 1
output:
allegement_cotisation_maladie: 261.03

- period: 2024-01
name: Après la réforme de 2024
description: A partir de janvier 2024 le montant du smic pour le plafond est figé à décembre 2023
relative_error_margin: 0.001
input:
salaire_de_base: 4399.63 #1766.92*2.49 soit 2,49 smic de janvier 2024 mais 2,52 smic de décembre 2023
# allegement mode necessary when requesting on a 1 month salary :
allegement_cotisation_maladie_mode_recouvrement: anticipe
allegement_general_mode_recouvrement: anticipe
contrat_de_travail_debut: 2023-01-01
contrat_de_travail_fin: 2024-12-31
effectif_entreprise: 1
output:
allegement_cotisation_maladie: 0

0 comments on commit 2e36709

Please sign in to comment.