-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
134 additions
and
2 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
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,6 +3,7 @@ values: | |
2020-01-01: | ||
value: 1 | ||
metadata: | ||
short_label: Deux personnes | ||
unit: Smig | ||
reference: | ||
2020-01-01: | ||
|
10 changes: 10 additions & 0 deletions
10
...isia/parameters/prestations/non_contributives/amen_social/eligibilite/handicap_lourd.yaml
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,10 @@ | ||
description: Majoration du seuil de revenu d’exclusion du programme Amen social (en part de Smig) pour un ménage comprenant une personne présentant un handicap lourd | ||
values: | ||
2020-01-01: | ||
value: .5 | ||
metadata: | ||
short_label: Handicap lourd | ||
unit: Smig | ||
reference: | ||
2020-01-01: | ||
title: Décret 2020-317 du 19 mai 2020 |
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
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
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,6 +3,7 @@ values: | |
2020-01-01: | ||
value: .66 | ||
metadata: | ||
short_label: Une persone | ||
unit: Smig | ||
reference: | ||
2020-01-01: | ||
|
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
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,98 @@ | ||
- name: Eligibilité au programe Amen social selon la taille du ménage et le revenu | ||
period: 2022-01 | ||
relative_error_margin: 0.01 | ||
input: | ||
individus: | ||
parent1: | ||
date_naissance: 1980-01-01 | ||
enfant1: | ||
date_naissance: 2017-01-01 | ||
eleve: | ||
2022: true | ||
enfant2: | ||
date_naissance: 2016-01-01 | ||
eleve: | ||
2022: true | ||
menage: | ||
personne_de_reference: parent1 | ||
enfants: | ||
- enfant1 | ||
- enfant2 | ||
output: | ||
amen_social_enfants_a_charge: 2 | ||
amen_social_eligible: true | ||
|
||
|
||
- name: Eligibilité au programe Amen social 3 enfats 500 DT en 2022 | ||
period: 2022-01 | ||
relative_error_margin: 0.01 | ||
input: | ||
individus: | ||
parent1: | ||
date_naissance: 1980-01-01 | ||
salaire_de_base: 500 | ||
enfant1: | ||
date_naissance: 2017-01-01 | ||
eleve: | ||
2022: true | ||
enfant2: | ||
date_naissance: 2016-01-01 | ||
eleve: | ||
2022: true | ||
menage: | ||
personne_de_reference: parent1 | ||
enfants: | ||
- enfant1 | ||
- enfant2 | ||
output: | ||
amen_social_eligible: true | ||
|
||
|
||
- name: Eligibilité au programe Amen social 3 enfats 500 DT en 2022 | ||
period: 2022-01 | ||
relative_error_margin: 0.01 | ||
input: | ||
individus: | ||
parent1: | ||
date_naissance: 1980-01-01 | ||
salaire_de_base: 500 | ||
enfant1: | ||
date_naissance: 2017-01-01 | ||
eleve: | ||
2022: true | ||
enfant2: | ||
date_naissance: 2016-01-01 | ||
eleve: | ||
2022: true | ||
menage: | ||
personne_de_reference: parent1 | ||
enfants: | ||
- enfant1 | ||
- enfant2 | ||
output: | ||
amen_social_eligible: true | ||
|
||
|
||
- name: Eligibilité au programe Amen social 3 enfants 1000 DT en 2022 | ||
period: 2022-01 | ||
relative_error_margin: 0.01 | ||
input: | ||
individus: | ||
parent1: | ||
date_naissance: 1980-01-01 | ||
salaire_de_base: 1000 | ||
enfant1: | ||
date_naissance: 2017-01-01 | ||
eleve: | ||
2022: true | ||
enfant2: | ||
date_naissance: 2016-01-01 | ||
eleve: | ||
2022: true | ||
menage: | ||
personne_de_reference: parent1 | ||
enfants: | ||
- enfant1 | ||
- enfant2 | ||
output: | ||
amen_social_eligible: false |