Skip to content

Commit

Permalink
Merge pull request #377 from betagouv/suppression-chômage-salarié
Browse files Browse the repository at this point in the history
Suppression de la cotisation chômage salarié
  • Loading branch information
Johan Girod authored Sep 27, 2018
2 parents 60f7c9d + 53d3b4f commit 6708013
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions source/règles/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,6 @@
- CSG
- CRDS
- cotisation exceptionnelle temporaire (salarié)
- chômage (salarié)
- APEC (salarié)
- complémentaire santé (salarié)

Expand Down Expand Up @@ -2062,6 +2061,7 @@
cotisation:
branche: assurance chômage
destinataire: Pôle emploi
dû par: employeur
description: Cotisation d’assurance chômage
références:
calcul: http://www.pole-emploi.fr/employeur/taux-des-contributions-de-l-assurance-chomage-et-cotisations-ags-@/article.jspz?id=61567
Expand All @@ -2077,29 +2077,24 @@

composantes:
- attributs:
dû par: employeur
composante: base
taux: 4%

- attributs:
dû par: employeur
composante: contribution exceptionnelle temporaire
description: |
Instaurée le 1er octobre 2017, applicable jusqu’au 30 septembre 2020 au plus tard.
taux: 0.05%

- attributs:
dû par: salarié
taux: 0.95%

exemples:
- nom: SMIC
situation:
assiette cotisations sociales: 1500
valeur attendue: 75
valeur attendue: 60.75
- nom: Haut salaire
situation:
assiette cotisations sociales: 20000
valeur attendue: 662.2
valeur attendue: 536.4

- espace: contrat salarié
nom: complémentaire santé
Expand Down
2 changes: 1 addition & 1 deletion test/ficheDePaieSelector.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('pay slip selector', function() {
// $FlowFixMe
const montantTotalCotisations = paySlip.totalCotisations
expect(montantTotalCotisations.partPatronale).to.be.closeTo(992, 5)
expect(montantTotalCotisations.partSalariale).to.be.closeTo(520, 5)
expect(montantTotalCotisations.partSalariale).to.be.closeTo(498, 5)
})

it('should have value for "salarié" and "employeur" for a cotisation', function() {
Expand Down

0 comments on commit 6708013

Please sign in to comment.