Skip to content
Snippets Groups Projects
Unverified Commit 83b460eb authored by magemax's avatar magemax Committed by GitHub
Browse files

Merge pull request #11 from leximpact/params_2021

Params 2021
parents 0a31d627 9fa82db2
No related branches found
No related tags found
No related merge requests found
# Changelog
## 0.6.0 [#11](https://github.com/leximpact/openfisca-france-dotations-locales/pull/11)
* Évolution du système socio-fiscal.
* Détails :
- Définit des paramètres par défaut pour 2021 (à 0) sur l'augmentation des montants DSR/DSU
## 0.5.0 [#10](https://github.com/leximpact/openfisca-france-dotations-locales/pull/10)
* Évolution du système socio-fiscal.
......
......@@ -20,3 +20,5 @@ values:
value: 90_000_000
2020-01-01:
value: 90_000_000
2021-01-01:
value: 0
......@@ -18,3 +18,5 @@ values:
value: 90_000_000
2020-01-01:
value: 90_000_000
2021-01-01:
value: 0
......@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup(
name = "OpenFisca-France-Dotations-Locales",
version = "0.5.0",
version = "0.6.0",
author = "LexImpact Team",
author_email = "leximpact@an.fr",
classifiers=[
......
......@@ -224,11 +224,11 @@
# montant total
- name: DSR bourg-centre - Montant total s'accroît normalement
period: 2021
period: 2020
absolute_error_margin: 0.0001
input:
dsr_montant_total_fraction_bourg_centre:
2020: 100000000
2019: 100000000
output:
dsr_montant_total_fraction_bourg_centre: 136556186 # = 100000000 + 90000000 * 0.4061798444
......
......@@ -223,11 +223,11 @@
# montant total
- name: Montant total s'accroît normalement
period: 2021
period: 2020
absolute_error_margin: 20 # Ah oui, apparemment la précision des divisions c'est plus ce que c'était
input:
dsr_montant_total_fraction_cible:
2020: 100000000
2019: 100000000
output:
dsr_montant_total_fraction_cible: 136556183 # = 100000000 + 90000000 * 0.4061798111
......
......@@ -183,11 +183,11 @@
# montant total
- name: Montant total s'accroît normalement
period: 2021
period: 2020
absolute_error_margin: 1
input:
dsr_montant_total_fraction_perequation:
2020: 100000000
2019: 100000000
output:
dsr_montant_total_fraction_perequation: 108123596 # = 100000000 + 90000000 * 0.09026217778
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment