OpenFisca-France 164.0.0__py3-none-any.whl → 164.1.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of OpenFisca-France might be problematic. Click here for more details.

Files changed (13) hide show
  1. {OpenFisca_France-164.0.0.data → OpenFisca_France-164.1.1.data}/data/share/openfisca/openfisca-france/CHANGELOG.md +24 -8
  2. {OpenFisca_France-164.0.0.dist-info → OpenFisca_France-164.1.1.dist-info}/METADATA +1 -1
  3. {OpenFisca_France-164.0.0.dist-info → OpenFisca_France-164.1.1.dist-info}/RECORD +13 -10
  4. openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/contributions_sociales/remplacement.py +6 -6
  5. openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/cotisations_sociales/chomage.py +14 -0
  6. openfisca_france/model/prestations/autonomie.py +23 -9
  7. openfisca_france/parameters/prestations_sociales/prestations_etat_de_sante/perte_autonomie_personnes_agees/apa_domicile/participation_en_part_mtp/fraction_premier_seuil.yaml +14 -0
  8. openfisca_france/parameters/prestations_sociales/prestations_etat_de_sante/perte_autonomie_personnes_agees/apa_domicile/participation_en_part_mtp/fraction_second_seuil.yaml +14 -0
  9. openfisca_france/parameters/prestations_sociales/prestations_etat_de_sante/perte_autonomie_personnes_agees/apa_domicile/participation_en_part_mtp/index.yaml +8 -0
  10. {OpenFisca_France-164.0.0.data → OpenFisca_France-164.1.1.data}/data/share/openfisca/openfisca-france/README.md +0 -0
  11. {OpenFisca_France-164.0.0.dist-info → OpenFisca_France-164.1.1.dist-info}/LICENSE.AGPL.txt +0 -0
  12. {OpenFisca_France-164.0.0.dist-info → OpenFisca_France-164.1.1.dist-info}/WHEEL +0 -0
  13. {OpenFisca_France-164.0.0.dist-info → OpenFisca_France-164.1.1.dist-info}/top_level.txt +0 -0
@@ -1,10 +1,26 @@
1
1
  # Changelog
2
2
 
3
- ### 164.0.0 [2277](https://github.com/openfisca/openfisca-france/pull/2277)
3
+ ### 164.1.1 [2019](https://github.com/openfisca/openfisca-france/pull/2019)
4
4
 
5
5
  * Amélioration technique.
6
- * Périodes concernées : toutes.
7
- * Zones impactées :
6
+ * Périodes concernées : toutes.
7
+ * Zones impactées : `model/revenus/remplacement/chomage.py`
8
+ * Détails :
9
+ - Corrige, dans l'assiette de la CSG/CRDS pour le chomage, la cotisation retraite complementaire (passage d'une valeur journalière à mensuelle)
10
+
11
+ ## 164.1.0 [2084](https://github.com/openfisca/openfisca-france/pull/2084)
12
+
13
+ * Changement mineur.
14
+ * Périodes concernées : toutes.
15
+ * Zones impactées : `parameters/prestations_sociales/prestations_etat_de_sante/perte_autonomie_personnes_agees/apa_domicile/participation_en_part_mtp`.
16
+ * Détails :
17
+ - Ajout de paramètres qui était auparavant en dur
18
+
19
+ # 164.0.0 [2277](https://github.com/openfisca/openfisca-france/pull/2277)
20
+
21
+ * Amélioration technique.
22
+ * Périodes concernées : toutes.
23
+ * Zones impactées :
8
24
  - `openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/cotisations_sociales/`
9
25
  - `openfisca_france/model/revenus/activite/`
10
26
  - `openfisca_france/parameters/prelevements_sociaux/reductions_cotisations_sociales/fillon/`
@@ -14,7 +30,7 @@
14
30
  - Renommage de la variable `allegement_fillon` en `allegement_general`, ainsi que toutes les variables liées
15
31
  - Suppression des variables `cotisations_employeur_contributives` et `cotisations_employeur_non_contributives`
16
32
 
17
- ### 163.04 [2261](https://github.com/openfisca/openfisca-france/pull/2261)
33
+ ### 163.0.4 [2261](https://github.com/openfisca/openfisca-france/pull/2261)
18
34
 
19
35
  * Changement mineur.
20
36
  * Périodes concernées : à partir du 01/01/2018.
@@ -53,10 +69,10 @@
53
69
  * Changement mineur
54
70
  * Périodes concernées : à partir du 31/12/2023.
55
71
  * Zones impactées : openfisca_france/model/revenus/activite/salarie.py.
56
- * Détails :
72
+ * Détails :
57
73
  - La prime exceptionnelle de partage de la valeur (PEPV) s'est terminée le 31 décembre 2023, seule la version non exceptionnelle (PPV) persiste. Cette PR Ajoute une end date dans les formules.
58
74
 
59
- ### 163.0.0 [2272](https://github.com/openfisca/openfisca-france/pull/2272)
75
+ # 163.0.0 [2272](https://github.com/openfisca/openfisca-france/pull/2272)
60
76
 
61
77
  * Amélioration technique.
62
78
  * Périodes concernées : toutes.
@@ -72,7 +88,7 @@
72
88
  * Détails :
73
89
  - Retrait des intervalles entre deux dates inutiles des champs `description` et `label`
74
90
 
75
- ### 162.0.0 [2273](https://github.com/openfisca/openfisca-france/pull/2273)
91
+ # 162.0.0 [2273](https://github.com/openfisca/openfisca-france/pull/2273)
76
92
 
77
93
  * Recode un dispositif depuis sa création - harmonise des paramètres avec les barèmes IPP
78
94
  * Périodes concernées : à partir du 01/01/2005.
@@ -143,7 +159,7 @@
143
159
  - Met à jour les valeurs de l'ASS à partir d'avril 2023
144
160
  - Ajoute des références pour des paramètres de l'ASS
145
161
 
146
- ### 160.0.0 [2262](https://github.com/openfisca/openfisca-france/pull/2262)
162
+ # 160.0.0 [2262](https://github.com/openfisca/openfisca-france/pull/2262)
147
163
 
148
164
  * Amélioration technique
149
165
  * Zones impactées :
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: OpenFisca-France
3
- Version: 164.0.0
3
+ Version: 164.1.1
4
4
  Summary: French tax and benefit system for OpenFisca
5
5
  Home-page: https://github.com/openfisca/openfisca-france
6
6
  Author: OpenFisca Team
@@ -1,5 +1,5 @@
1
- OpenFisca_France-164.0.0.data/data/share/openfisca/openfisca-france/CHANGELOG.md,sha256=lNHqKjknRD7LbUnes1oyTGCYSKGa4YS6mJlb4tmI1Ew,429673
2
- OpenFisca_France-164.0.0.data/data/share/openfisca/openfisca-france/README.md,sha256=nIa6V4zevZpj2DX1rcpgs6AATTerCCy4622S1D3-CDI,18642
1
+ OpenFisca_France-164.1.1.data/data/share/openfisca/openfisca-france/CHANGELOG.md,sha256=CgPGPDWp6jsR3yvyhLsR05mRBeOaBo3dbzXphSlMDN0,430377
2
+ OpenFisca_France-164.1.1.data/data/share/openfisca/openfisca-france/README.md,sha256=nIa6V4zevZpj2DX1rcpgs6AATTerCCy4622S1D3-CDI,18642
3
3
  openfisca_france/__init__.py,sha256=MHLZ0V8uQHi4lkZ5bPAoLjsWTJe-wJgLfPxFvbCCxHc,126
4
4
  openfisca_france/entities.py,sha256=nGl52ncj9wZzFwASKZk4_OHzhqOUuXGBxNmIiwxZU-c,2576
5
5
  openfisca_france/france_taxbenefitsystem.py,sha256=UHVqvkqqYk-9RanSPWlVy3uieG77GCSrWCOqVpeN30I,1687
@@ -56,13 +56,13 @@ openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/contributi
56
56
  openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/contributions_sociales/base.py,sha256=DLdsTWEftUCGyNW0D64n4MN2vVK9DnIBRTSOuwpQ110,897
57
57
  openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/contributions_sociales/capital.py,sha256=A9JahJPGPMEd_ZePx0dvuznPt1drjsfMP5bNWZg7E7A,23936
58
58
  openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/contributions_sociales/csg_crds.py,sha256=qQ-dHhoBG_5Xd7DvkUmK7h2HG-w7VhpSk8MN5bilcOQ,5530
59
- openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/contributions_sociales/remplacement.py,sha256=cUlzY6pO2c-VzMyIA2hCwqpW1uuZBwNRYYWtbOUz4Fs,32282
59
+ openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/contributions_sociales/remplacement.py,sha256=3JQLHUB_Dsb30T61CDRYUskDqwIdUgBFbS6fwy1-nho,32174
60
60
  openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/contributions_sociales/versement_transport.py,sha256=dkD3P0PEMu339ZHi3N7qQ0XIYQh007IFF1g_CMdU954,3542
61
61
  openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/cotisations_sociales/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
62
62
  openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/cotisations_sociales/allegements.py,sha256=vM0zgFlwoKtDB-Uk46Uh_gWae0faYExz_gHJrXwI_-I,25834
63
63
  openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/cotisations_sociales/apprentissage.py,sha256=eXMAn8G40C2D1pUEs8c7Dj2iL7nvIVd_WCACGzNdrUk,11196
64
64
  openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/cotisations_sociales/base.py,sha256=96NhETcZCaE7jai2T7sf7XnJ7Es9kdHRXKWiwoiSW7Y,13182
65
- openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/cotisations_sociales/chomage.py,sha256=t4DkZLyyaLwH0_ZUQPuKUqcFdys8dHxvIB_LvgrD7ZE,1653
65
+ openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/cotisations_sociales/chomage.py,sha256=BUI1fCE9frrtRvO1cCU3pOMRnWEvNK2m9uxAdZBGQ7A,2219
66
66
  openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/cotisations_sociales/contrat_professionnalisation.py,sha256=8ideXZBZOWimNzDZ0mJN8GdUYsj-hlLKNEBKT7pIYS0,6274
67
67
  openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/cotisations_sociales/exonerations.py,sha256=Wwbv6iAI5N29uU-w9maeCsGtSQqJdfbfRsiSSmLC0lE,32386
68
68
  openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/cotisations_sociales/preprocessing.py,sha256=MRi0Pjyhq5TwWz_3eZpOfF8xFa-pLN5RhS-q0FfSrQY,25249
@@ -81,7 +81,7 @@ openfisca_france/model/prestations/aide_permis_demandeur_emploi.py,sha256=7V8gVz
81
81
  openfisca_france/model/prestations/aide_permis_pro_btp.py,sha256=bzh9cDpJetqn72S2ziQJlhZuJrtOw-tYSDBOYKIML48,2258
82
82
  openfisca_france/model/prestations/aides_logement.py,sha256=mxmfUOnPvZwLjPdwEEppDq3hlQ4jagDS67ZlAaRUUqw,90797
83
83
  openfisca_france/model/prestations/alimentation.py,sha256=3gkbQrPdobAHmroJiG07ajxzWjLlyMhMh6kMvg4s4Hk,2350
84
- openfisca_france/model/prestations/autonomie.py,sha256=yM0_c8tKsUCCQ5HnLKOu1GKIlBxHmMMPuBboZtWetTs,18061
84
+ openfisca_france/model/prestations/autonomie.py,sha256=7UpuhDO-LFjwbq3UWSDyOKJCsTw1rx8O-tS3dG-MBn8,19394
85
85
  openfisca_france/model/prestations/cheque_energie.py,sha256=lwl1GSmI1dUwTm4tJUyJydcSguSPtPfpbUIOxl9ab64,6039
86
86
  openfisca_france/model/prestations/complement_are.py,sha256=_i58DZV1SfHIHc1ZwibOZ-fHAbnC7NrDno5EobY_LMY,16495
87
87
  openfisca_france/model/prestations/depart1825.py,sha256=2TJYxttcBJbSqpqs-3Wh6yB1-zARnnR396kkgQx_Quw,2528
@@ -2760,6 +2760,9 @@ openfisca_france/parameters/prestations_sociales/prestations_etat_de_sante/perte
2760
2760
  openfisca_france/parameters/prestations_sociales/prestations_etat_de_sante/perte_autonomie_personnes_agees/apa_domicile/majorations/index.yaml,sha256=c3LWm6NAW37euMa-_nIvKKSoucFbeXFjwH3ZkLICln0,668
2761
2761
  openfisca_france/parameters/prestations_sociales/prestations_etat_de_sante/perte_autonomie_personnes_agees/apa_domicile/majorations/majoration_hospitalisation.yaml,sha256=hWYIRiR76yMUCcw5HAurGyT9mcUqjFaChcuKTjun30k,536
2762
2762
  openfisca_france/parameters/prestations_sociales/prestations_etat_de_sante/perte_autonomie_personnes_agees/apa_domicile/majorations/majoration_repit.yaml,sha256=S6QQ_k0rQ9-o0dXNJwwl7EqAvjSAoiJYZt224DAHmAY,510
2763
+ openfisca_france/parameters/prestations_sociales/prestations_etat_de_sante/perte_autonomie_personnes_agees/apa_domicile/participation_en_part_mtp/fraction_premier_seuil.yaml,sha256=PIsKythrfQnIas_L4wq_Gqan547CYegRElRT6Mnz8jo,631
2764
+ openfisca_france/parameters/prestations_sociales/prestations_etat_de_sante/perte_autonomie_personnes_agees/apa_domicile/participation_en_part_mtp/fraction_second_seuil.yaml,sha256=8saH6PWS1cfENsqzmI4AO7p2p-k2OJPAUU7Kgdrzf2Q,628
2765
+ openfisca_france/parameters/prestations_sociales/prestations_etat_de_sante/perte_autonomie_personnes_agees/apa_domicile/participation_en_part_mtp/index.yaml,sha256=6O9I2SRSG7HkYHMR6X-bWyoDNGaLCbvse5iEQiCbWDY,716
2763
2766
  openfisca_france/parameters/prestations_sociales/prestations_etat_de_sante/perte_autonomie_personnes_agees/apa_domicile/plafond_apa_domicile_en_part_mtp/gir_1.yaml,sha256=Fw-A8w---SEyc-0mSvJr-nc-aI-9oytzKNnaTBGeVlU,680
2764
2767
  openfisca_france/parameters/prestations_sociales/prestations_etat_de_sante/perte_autonomie_personnes_agees/apa_domicile/plafond_apa_domicile_en_part_mtp/gir_2.yaml,sha256=W_D2_Ls6YUS5q9rfrC9lNTlaamNR59eCiztUyo6Cens,686
2765
2768
  openfisca_france/parameters/prestations_sociales/prestations_etat_de_sante/perte_autonomie_personnes_agees/apa_domicile/plafond_apa_domicile_en_part_mtp/gir_3.yaml,sha256=ueCmHtkRWnFPBtIQkh-OGy6M69xgUVR_11vocis3OGk,681
@@ -4017,8 +4020,8 @@ tests/test_parameters.py,sha256=9ByrtcJpaV32qCE-u4FY4fzCugFUW8utc5_KUAmYKG8,354
4017
4020
  tests/test_preprocessing.py,sha256=yhowIYuzGRLNfG05vS5M0IN1hXmgZPflxJmi1w8-MKw,6973
4018
4021
  tests/test_scenarios.py,sha256=A7SmVt_iyDTbNTE45WgGQlQZkJ0uJ1ZGUhTV3ziwLUw,1009
4019
4022
  tests/test_tax_rates.py,sha256=B_CnSIqCijGYkKW7XVZlF8uot0otNJ-Sq-DKINPATfA,1551
4020
- OpenFisca_France-164.0.0.dist-info/LICENSE.AGPL.txt,sha256=2N5ReRelkdqkR9a-KP-y-shmcD5P62XoYiG-miLTAzo,34519
4021
- OpenFisca_France-164.0.0.dist-info/METADATA,sha256=_35i6pAzC-NX4jPstWErIIpjQmFuPWKkw1uaL1Cp208,20517
4022
- OpenFisca_France-164.0.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
4023
- OpenFisca_France-164.0.0.dist-info/top_level.txt,sha256=hmd7WhmLN_CyB52sP702pN9WlJqO9YMVuzeBRNp3hfs,23
4024
- OpenFisca_France-164.0.0.dist-info/RECORD,,
4023
+ OpenFisca_France-164.1.1.dist-info/LICENSE.AGPL.txt,sha256=2N5ReRelkdqkR9a-KP-y-shmcD5P62XoYiG-miLTAzo,34519
4024
+ OpenFisca_France-164.1.1.dist-info/METADATA,sha256=tZzr9yNHlpsM_DxSuFECW2a0q378agXjOPh2Sr71Bbs,20517
4025
+ OpenFisca_France-164.1.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
4026
+ OpenFisca_France-164.1.1.dist-info/top_level.txt,sha256=hmd7WhmLN_CyB52sP702pN9WlJqO9YMVuzeBRNp3hfs,23
4027
+ OpenFisca_France-164.1.1.dist-info/RECORD,,
@@ -118,8 +118,8 @@ class csg_deductible_chomage(Variable):
118
118
  )
119
119
 
120
120
  chomage_brut = individu('chomage_brut', period)
121
- chomage_cotisation_retraite_complementaire_journaliere = individu('chomage_cotisation_retraite_complementaire_journaliere', period)
122
- assiette_csg_chomage = chomage_brut - chomage_cotisation_retraite_complementaire_journaliere
121
+ chomage_cotisation_retraite_complementaire = individu('chomage_cotisation_retraite_complementaire', period)
122
+ assiette_csg_chomage = chomage_brut - chomage_cotisation_retraite_complementaire
123
123
 
124
124
  montant_csg = montant_csg_crds(
125
125
  base_avec_abattement = assiette_csg_chomage,
@@ -183,8 +183,8 @@ class csg_imposable_chomage(Variable):
183
183
  )
184
184
 
185
185
  chomage_brut = individu('chomage_brut', period)
186
- chomage_cotisation_retraite_complementaire_journaliere = individu('chomage_cotisation_retraite_complementaire_journaliere', period)
187
- assiette_csg_chomage = chomage_brut - chomage_cotisation_retraite_complementaire_journaliere
186
+ chomage_cotisation_retraite_complementaire = individu('chomage_cotisation_retraite_complementaire', period)
187
+ assiette_csg_chomage = chomage_brut - chomage_cotisation_retraite_complementaire
188
188
 
189
189
  montant_csg = montant_csg_crds(
190
190
  base_avec_abattement = assiette_csg_chomage,
@@ -246,8 +246,8 @@ class crds_chomage(Variable):
246
246
  heures_mensuelles = parameters.marche_travail.salaire_minimum.smic.nb_heures_travail_mensuel
247
247
 
248
248
  chomage_brut = individu('chomage_brut', period)
249
- chomage_cotisation_retraite_complementaire_journaliere = individu('chomage_cotisation_retraite_complementaire_journaliere', period)
250
- assiette_crds_chomage = chomage_brut - chomage_cotisation_retraite_complementaire_journaliere
249
+ chomage_cotisation_retraite_complementaire = individu('chomage_cotisation_retraite_complementaire', period)
250
+ assiette_crds_chomage = chomage_brut - chomage_cotisation_retraite_complementaire
251
251
 
252
252
  cho_seuil_exo = parameters.prelevements_sociaux.contributions_sociales.csg.remplacement.allocations_chomage.min_exo * heures_mensuelles * smic_h_b
253
253
  eligible = (
@@ -30,3 +30,17 @@ class chomage_cotisation_retraite_complementaire_journaliere(Variable):
30
30
  -1 * cotisation_theorique,
31
31
  0),
32
32
  2)
33
+
34
+
35
+ class chomage_cotisation_retraite_complementaire(Variable):
36
+ value_type = float
37
+ entity = Individu
38
+ label = 'Cotisation de retraite complémentaire sur allocation chômage'
39
+ definition_period = MONTH
40
+ set_input = set_input_dispatch_by_period
41
+
42
+ def formula(individu, period):
43
+ chomage_cotisation_retraite_complementaire_journaliere = individu('chomage_cotisation_retraite_complementaire_journaliere', period)
44
+ nombre_jours_mois = period.days
45
+
46
+ return chomage_cotisation_retraite_complementaire_journaliere * nombre_jours_mois
@@ -6,6 +6,7 @@ from openfisca_france.model.base import *
6
6
  class base_ressources_apa(Variable):
7
7
  value_type = float
8
8
  label = "Ressources considérées dans le calcul de l'APA"
9
+ reference = 'https://www.legifrance.gouv.fr/loda/id/JORFTEXT000000588742'
9
10
  entity = Individu
10
11
  definition_period = MONTH
11
12
 
@@ -24,6 +25,7 @@ class base_ressources_apa(Variable):
24
25
  class apa_domicile_participation(Variable):
25
26
  value_type = float
26
27
  label = "Participation du bénéficiaire de l'APA à domicile en euros"
28
+ reference = 'https://www.legifrance.gouv.fr/jorf/id/JORFTEXT000032112672'
27
29
  entity = Individu
28
30
  definition_period = MONTH
29
31
  set_input = set_input_divide_by_period
@@ -71,6 +73,11 @@ class apa_domicile_participation(Variable):
71
73
  dependance_plan_aide_domicile_accepte = individu('dependance_plan_aide_domicile_accepte', period)
72
74
  parameters = parameters(period).prestations_sociales.prestations_etat_de_sante.perte_autonomie_personnes_agees
73
75
  majoration_tierce_personne = parameters.mtp
76
+ premiere_fraction = parameters.apa_domicile.participation_en_part_mtp.fraction_premier_seuil
77
+ seconde_fraction = parameters.apa_domicile.participation_en_part_mtp.fraction_second_seuil
78
+ seuil_inf = parameters.apa_domicile.seuil_revenu_en_part_mtp.seuil_inferieur
79
+ seuil_sup = parameters.apa_domicile.seuil_revenu_en_part_mtp.seuil_superieur
80
+ taux_part_max = parameters.apa_domicile.taux_de_participation.maximum
74
81
 
75
82
  proratisation_couple = (
76
83
  1
@@ -80,8 +87,8 @@ class apa_domicile_participation(Variable):
80
87
 
81
88
  base_ressources_apa_domicile = base_ressources_apa / proratisation_couple
82
89
 
83
- premier_seuil = 0.317 * majoration_tierce_personne
84
- second_seuil = 0.498 * majoration_tierce_personne
90
+ premier_seuil = premiere_fraction * majoration_tierce_personne
91
+ second_seuil = seconde_fraction * majoration_tierce_personne
85
92
  condlist = [
86
93
  dependance_plan_aide_domicile_accepte <= premier_seuil,
87
94
  (premier_seuil <= dependance_plan_aide_domicile_accepte) * (dependance_plan_aide_domicile_accepte <= second_seuil),
@@ -107,19 +114,19 @@ class apa_domicile_participation(Variable):
107
114
  A_3 = select(condlist, choicelist_3)
108
115
 
109
116
  apa_domicile_participation = min_(
110
- 0.9 * dependance_plan_aide_domicile_accepte,
111
- 0.9
117
+ taux_part_max * dependance_plan_aide_domicile_accepte,
118
+ taux_part_max
112
119
  * max_(0, base_ressources_apa_domicile - 0.725 * majoration_tierce_personne)
113
- / (1.945 * majoration_tierce_personne)
120
+ / ((seuil_sup - seuil_inf) * majoration_tierce_personne)
114
121
  * (
115
122
  A_1
116
123
  + A_2 * (
117
- (1 - 0.4) * base_ressources_apa_domicile / (1.945 * majoration_tierce_personne)
118
- + (0.4 * 2.67 * majoration_tierce_personne - 0.725 * majoration_tierce_personne) / (1.945 * majoration_tierce_personne)
124
+ (1 - 0.4) * base_ressources_apa_domicile / ((seuil_sup - seuil_inf) * majoration_tierce_personne)
125
+ + (0.4 * seuil_sup * majoration_tierce_personne - seuil_inf * majoration_tierce_personne) / ((seuil_sup - seuil_inf) * majoration_tierce_personne)
119
126
  )
120
127
  + A_3 * (
121
- (1 - 0.2) * base_ressources_apa_domicile / (1.945 * majoration_tierce_personne)
122
- + (0.2 * 2.67 * majoration_tierce_personne - 0.725 * majoration_tierce_personne) / (1.945 * majoration_tierce_personne)
128
+ (1 - 0.2) * base_ressources_apa_domicile / ((seuil_sup - seuil_inf) * majoration_tierce_personne)
129
+ + (0.2 * seuil_sup * majoration_tierce_personne - seuil_inf * majoration_tierce_personne) / ((seuil_sup - seuil_inf) * majoration_tierce_personne)
123
130
  )
124
131
  )
125
132
  )
@@ -131,6 +138,7 @@ class apa_eligibilite(Variable):
131
138
  value_type = bool
132
139
  entity = Individu
133
140
  label = "Allocation personalisée d'autonomie - Éligibilité"
141
+ reference = 'https://www.legifrance.gouv.fr/loda/id/JORFTEXT000000588742'
134
142
  definition_period = MONTH
135
143
  set_input = set_input_dispatch_by_period
136
144
 
@@ -154,6 +162,7 @@ class apa_eligibilite(Variable):
154
162
  class apa_domicile_taux_participation(Variable):
155
163
  value_type = float
156
164
  label = "Taux de participation du bénéficiaire à l'APA à domicile"
165
+ reference = 'https://www.legifrance.gouv.fr/jorf/id/JORFTEXT000032112672'
157
166
  entity = Individu
158
167
  definition_period = MONTH
159
168
  set_input = set_input_dispatch_by_period
@@ -169,6 +178,7 @@ class apa_domicile_taux_participation(Variable):
169
178
  class apa_domicile(Variable):
170
179
  value_type = float
171
180
  label = "Allocation personalisée d'autonomie"
181
+ reference = 'https://www.legifrance.gouv.fr/jorf/id/JORFTEXT000000444131'
172
182
  entity = Individu
173
183
  definition_period = MONTH
174
184
  set_input = set_input_divide_by_period
@@ -190,6 +200,7 @@ class apa_domicile(Variable):
190
200
  class apa_etablissement(Variable):
191
201
  value_type = float
192
202
  label = "Allocation personalisée d'autonomie en institution"
203
+ reference = 'https://www.legifrance.gouv.fr/loda/id/JORFTEXT000000588742'
193
204
  entity = Individu
194
205
  definition_period = MONTH
195
206
  set_input = set_input_divide_by_period
@@ -331,6 +342,7 @@ class dependance_tarif_etablissement_gir_dependant(Variable):
331
342
  class apa_urgence_domicile(Variable):
332
343
  value_type = float
333
344
  label = "Allocation personalisée d'autonomie d'urgence à domicile"
345
+ reference = 'https://www.legifrance.gouv.fr/affichTexte.do?cidTexte=JORFTEXT000000588742'
334
346
  entity = Individu
335
347
  definition_period = MONTH
336
348
  set_input = set_input_divide_by_period
@@ -347,6 +359,7 @@ class apa_urgence_domicile(Variable):
347
359
  class apa_urgence_institution(Variable):
348
360
  value_type = float
349
361
  label = "Allocation personalisée d'autonomie en institution"
362
+ reference = 'https://www.legifrance.gouv.fr/affichTexte.do?cidTexte=JORFTEXT000000588742'
350
363
  entity = Individu
351
364
  definition_period = MONTH
352
365
  set_input = set_input_divide_by_period
@@ -362,6 +375,7 @@ class apa_urgence_institution(Variable):
362
375
  class dependance_plan_aide_domicile_accepte(Variable):
363
376
  value_type = float
364
377
  label = "Coût du plan d'aide plafonné pris en compte pour la détermination de l'APA"
378
+ reference = 'https://www.legifrance.gouv.fr/loda/id/JORFTEXT000000588742'
365
379
  entity = Individu
366
380
  definition_period = MONTH
367
381
  set_input = set_input_divide_by_period
@@ -0,0 +1,14 @@
1
+ description: Première fraction de la MTP intervenant dans le calcul de la participation du bénéficiaire de l'APA si ses ressources mensuelles sont supérieures à 0,725 fois et inférieures ou égales à 2,67 fois le montant mensuel de la MTP
2
+ values:
3
+ 2016-03-01:
4
+ value: 0.317
5
+ metadata:
6
+ short_label: Première fraction de la MTP (participation des bénéficiaires de l'APA)
7
+ label_en: First fraction
8
+ unit: /1
9
+ reference:
10
+ 2016-03-01:
11
+ title: Décret 2016-210 du 26/02/2016
12
+ href: https://www.legifrance.gouv.fr/eli/decret/2016/2/26/2016-210/jo/texte
13
+ official_journal_date:
14
+ 2016-03-01: "2016-02-28"
@@ -0,0 +1,14 @@
1
+ description: Seconde fraction de la MTP intervenant dans le calcul de la participation du bénéficiaire de l'APA si ses ressources mensuelles sont supérieures à 0,725 fois et inférieures ou égales à 2,67 fois le montant mensuel de la MTP
2
+ values:
3
+ 2016-03-01:
4
+ value: 0.498
5
+ metadata:
6
+ short_label: Seconde fraction de la MTP (participation des bénéficiaires de l'APA)
7
+ label_en: Second fraction
8
+ unit: /1
9
+ reference:
10
+ 2016-03-01:
11
+ title: Décret 2016-210 du 26/02/2016
12
+ href: https://www.legifrance.gouv.fr/eli/decret/2016/2/26/2016-210/jo/texte
13
+ official_journal_date:
14
+ 2016-03-01: "2016-02-28"
@@ -0,0 +1,8 @@
1
+ description: Fractions de la MTP et intervenant dans le calcul de la participation du bénéficiaire de l'APA si ses ressources mensuelles sont supérieures à 0,725 fois et inférieures ou égales à 2,67 fois le montant mensuel de la MTP
2
+ metadata:
3
+ short_label: Fractions de la MTP
4
+ label_en: Fractions (personalized autonomy allowance)
5
+ order:
6
+ - fraction_premier_seuil
7
+ - fraction_second_seuil
8
+ documentation: Pour les bénéficiaires dont les ressources mensuelles sont supérieures à 0,725 fois et inférieures ou égales à 2,67 fois le montant mensuel de la majoration pour aide constante d’une tierce personne susvisée, le taux de participation est déterminé en appliquant une formule de lissage.