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

Update csg déductible retraite for 2018 #1093

Merged
merged 2 commits into from
Aug 23, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### 24.5.1 [#1093](https://github.com/openfisca/openfisca-france/pull/1093)

* Évolution du système socio-fiscal.
* Périodes concernées : à partir du 01/01/2018.
* Zones impactées : `prelevements_obligatoires/prelevements_sociaux/contributions_sociales/remplacement`.
* Détails :
- Mise à jour du taux de CSG déductible sur les retraites

## 24.5.0 [#1075](https://github.com/openfisca/openfisca-france/pull/1075)

* Évolution du système socio-fiscal.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ values:
value: 0.038
2005-01-01:
value: 0.042
2018-01-01:
reference: https://www.legifrance.gouv.fr/eli/loi/2017/12/30/CPAX1725580L/jo/article_8
Copy link
Member

Choose a reason for hiding this comment

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

Je ne suis pas sûr de voir le chiffre de 5.9% dans la référence donnée.

Il apparaît ici par contre: https://www.legifrance.gouv.fr/affichCode.do?idSectionTA=LEGISCTA000006197369&cidTexte=LEGITEXT000006069577&dateTexte=20180823

Copy link
Member Author

Choose a reason for hiding this comment

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

C'est la ligne suivante qui induit ce changement

d) Au 2° du II, le taux : « 6,6 % » est remplacé par le taux : « 8,3 % »

Et c'est ce qui est référencé dans les barèmes IPP.

Copy link
Member

Choose a reason for hiding this comment

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

Ok, donc c'est un changement indirect, c'est ça?
Tu connais sans doute mieux que moi les mécanismes en question donc 👍

Copy link
Member Author

Choose a reason for hiding this comment

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

CSG déductible + CSG imposable = CSG
Et quand on change CSG cela se répercute sur déductible.
C'est le texte déclencheur.

Copy link
Member

Choose a reason for hiding this comment

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

Mais dans ce cas on ne devrait pas stocker en tant que paramètre uniquement les "sources", donc l'imposable et la CSG total, et calculer le déductible? Sinon il y a un risque de duplication

Copy link
Member Author

Choose a reason for hiding this comment

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

En pratique on n'utilise jamais la CSG totale dans openfisca. On se posera cette question une fois les paramètres des barèmes IPP parsés ;-)

value: 0.059
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name = 'OpenFisca-France',
version = '24.5.0',
version = '24.5.1',
author = 'OpenFisca Team',
author_email = 'contact@openfisca.fr',
classifiers = [
Expand Down