🔨 Suppression de la cotisation chômage
parent
60f7c9d691
commit
53d3b4ff5d
|
@ -856,7 +856,6 @@
|
|||
- CSG
|
||||
- CRDS
|
||||
- cotisation exceptionnelle temporaire (salarié)
|
||||
- chômage (salarié)
|
||||
- APEC (salarié)
|
||||
- complémentaire santé (salarié)
|
||||
|
||||
|
@ -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
|
||||
|
@ -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é
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue