-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: mise à jour de la structure des aides à la mobilites loire atla…
…ntique ainsi que des critères et montants
- Loading branch information
1 parent
c02824b
commit f2c6a90
Showing
4 changed files
with
115 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
68 changes: 68 additions & 0 deletions
68
openfisca_france_local/parameters/departements/loire_atlantique/aide_mobilite.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
age_minimal: | ||
description: Âge minimal à partir duquel l'aide départementale à la mobilité peut être accordée | ||
values: | ||
2018-01-01: | ||
metadata: | ||
href: https://www.loire-atlantique.fr/upload/docs/binary/2018-12/3-reglement_permis_2019_v24-08-2018.pdf | ||
value: 14 | ||
2024-01-01: | ||
metadata: | ||
title: Règlement relatif à l’aide départementale à la mobilité | ||
href: https://www.loire-atlantique.fr/upload/docs/application/pdf/2024-04/reglement_aide_a_la_mobilite_2024.pdf | ||
value: 14 | ||
|
||
age_maximal: | ||
description: Âge maximal à partir duquel l'aide départementale à la mobilité peut être accordée | ||
values: | ||
2018-01-01: | ||
metadata: | ||
title: Règlement relatif à l’aide départementale à la mobilité | ||
href: https://www.loire-atlantique.fr/upload/docs/binary/2018-12/3-reglement_permis_2019_v24-08-2018.pdf | ||
value: 24 | ||
2024-01-01: | ||
metadata: | ||
title: Règlement relatif à l’aide départementale à la mobilité | ||
href: https://www.loire-atlantique.fr/upload/docs/application/pdf/2024-04/reglement_aide_a_la_mobilite_2024.pdf | ||
value: 24 | ||
|
||
montant_en_fonction_du_quotient_familial_permis_am: | ||
description: Montant obtenu pour l'aide au permis moto de conduire. | ||
metadata: | ||
type: single_amount | ||
brackets: | ||
- threshold: | ||
2018-01-01: | ||
value: 0 | ||
2022-01-01: | ||
value: 0 | ||
amount: | ||
2018-01-01: | ||
value: 150 | ||
2022-01-01: | ||
value: 100 | ||
- threshold: | ||
2018-01-01: | ||
value: 800 | ||
2022-01-01: | ||
value: 600 | ||
amount: | ||
2018-01-01: | ||
value: 150 | ||
2022-01-01: | ||
value: 100 | ||
|
||
montant_en_fonction_du_quotient_familial_permis_b: | ||
description: Montant obtenu pour l'aide au permis B de conduire. | ||
metadata: | ||
type: single_amount | ||
brackets: | ||
- threshold: | ||
2018-01-01: | ||
value: 800 | ||
2022-01-01: | ||
value: 600 | ||
amount: | ||
2018-01-01: | ||
value: 750 | ||
2022-01-01: | ||
value: 500 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
setup( | ||
name='OpenFisca-France-Local', | ||
version='6.12.3', | ||
version='6.12.4', | ||
author='OpenFisca Team', | ||
author_email='[email protected]', | ||
classifiers=[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,23 @@ | ||
- period: 2020-07 | ||
- period: 2020-01 | ||
input: | ||
age: 18 | ||
loire_atlantique_eligibilite_residence: true | ||
loire_atlantique_quotient_familial: | ||
2018: 400 | ||
age: [ 16, 14, 25, 16 ] | ||
depcom: [ 44100, 44100, 44200, 13140 ] | ||
rfr: | ||
2018: [ 1000, 5000000, 12000, 12000 ] | ||
nbptr: | ||
2018: [ 1, 1, 1, 1 ] | ||
output: | ||
loire_atlantique_aide_mobilite_permis_am: 150 | ||
loire_atlantique_aide_mobilite_permis_b: 750 | ||
loire_atlantique_aide_mobilite_permis_am: [150, 150, 0, 0] | ||
loire_atlantique_aide_mobilite_permis_b: [750, 750, 0, 0] | ||
|
||
- period: 2024-01 | ||
input: | ||
age: [ 16, 14, 25, 16 ] | ||
depcom: [ 44100, 44100, 44200, 13140 ] | ||
rfr: | ||
2022: [ 1000, 5000000, 12000, 12000 ] | ||
nbptr: | ||
2022: [ 4, 1, 1, 1 ] | ||
output: | ||
loire_atlantique_aide_mobilite_permis_am: [100, 100, 0, 0] | ||
loire_atlantique_aide_mobilite_permis_b: [500, 500, 0, 0] |