Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extrait en paramètre un seuil en nombre de salariés #1148

Merged
merged 3 commits into from
Oct 9, 2018

Conversation

Morendil
Copy link
Contributor

@Morendil Morendil commented Oct 8, 2018

  • Changement mineur.
  • Périodes concernées : à partir du 01/01/1943
  • Zones impactées:
  • openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/taxes_salaires_main_oeuvre.py
  • openfisca_france/parameters/cotsoc/pat/commun/construction_node/seuil.yaml
  • Détails :
    • Extrait vers un paramètre le nombre de salariés au-delà duquel le prélèvement s'applique.

Fixes #432


Ces changements (effacez les lignes ne correspondant pas à votre cas) :

  • Corrigent ou améliorent un calcul déjà existant.

Quelques conseils à prendre en compte :

Et surtout, n'hésitez pas à demander de l'aide ! :)

bareme * (effectif_entreprise >= 20)
+ individu.filled_array(0) * (effectif_entreprise < 20)
bareme * (effectif_entreprise >= seuil)
+ individu.filled_array(0) * (effectif_entreprise < seuil)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cette ligne me semble superflue.

@Morendil Morendil merged commit 9590869 into master Oct 9, 2018
@bonjourmauko bonjourmauko deleted the fix-seuil-effort-construction branch October 9, 2018 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants