🔨 Ajout de la cotisation santé au travail

pull/138/head
mama 2017-12-07 11:56:51 +01:00
parent 3a84ae40e5
commit 987f515265
3 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,13 @@
- espace: contrat salarié
nom: santé au travail
cotisation:
dû par: employeur
branche: santé
références:
question au sénat: http://www.senat.fr/questions/base/2005/qSEQ050919275.html
rapporot officiel, page 6: http://www.ladocumentationfrancaise.fr/var/storage/rapports-publics/074000708.pdf
notes: |
Le montant de cette cotisation n'est pas défini par la loi, mais elle doit bien être proportionnelle au nombre d'employés.
Nous avons choisi un montant indicatif en se basant sur les références et ajusté avec l'inflation depuis 2007.
formule: 80 / 12

View File

@ -136,6 +136,7 @@
- ATMP
- prévoyance obligatoire cadre
- complémentaire santé (employeur)
- santé au travail
- vieillesse (employeur)
- ARRCO (employeur)
- AGIRC (employeur)

View File

@ -74,12 +74,13 @@ describe('results grid', function() {
maladie = byName(result['santé']),
names = R.keys(maladie)
expect(names).to.have.lengthOf(5)
expect(names).to.have.lengthOf(6)
expect(names).to.include("contrat salarié . maladie")
expect(names).to.include("contrat salarié . ATMP")
expect(names).to.include("contrat salarié . complémentaire santé")
expect(names).to.include("contrat salarié . cotisation pénibilité")
expect(names).to.include("contrat salarié . prévoyance obligatoire cadre")
expect(names).to.include("contrat salarié . santé au travail")
});
it('should sum cells by branch and payer', function() {