-
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.
Ajoute les parametres et l'eligibilite de residence des aides Antony
- Loading branch information
Showing
11 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
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,12 @@ | ||
# -*- coding: utf-8 -*- | ||
from openfisca_france.model.base import * # noqa analysis:ignore | ||
|
||
|
||
class antony_eligibilite_residence(Variable): | ||
value_type = bool | ||
entity = Menage | ||
definition_period = MONTH | ||
label = "Éligibilité résidentielle d'un ménage aux dipositifs d'Antony" | ||
|
||
def formula(menage, period, parameters): | ||
return (menage('depcom', period) == b'92160') |
5 changes: 5 additions & 0 deletions
5
openfisca_france_local/parameters/communes/antony/plafonds_revenus/1_pac.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,5 @@ | ||
description: Plafond de ressources pour les aides d'Antony pour une famille avec un enfant | ||
unit: currency | ||
values: | ||
2021-11-01: | ||
value: 2732 |
5 changes: 5 additions & 0 deletions
5
openfisca_france_local/parameters/communes/antony/plafonds_revenus/2_pac.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,5 @@ | ||
description: Plafond de ressources pour les aides d'Antony pour une famille avec deux enfants | ||
unit: currency | ||
values: | ||
2021-11-01: | ||
value: 3559 |
5 changes: 5 additions & 0 deletions
5
openfisca_france_local/parameters/communes/antony/plafonds_revenus/3_pac.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,5 @@ | ||
description: Plafond de ressources pour les aides d'Antony pour une famille avec trois enfants | ||
unit: currency | ||
values: | ||
2021-11-01: | ||
value: 4394 |
5 changes: 5 additions & 0 deletions
5
openfisca_france_local/parameters/communes/antony/plafonds_revenus/4_pac.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,5 @@ | ||
description: Plafond de ressources pour les aides d'Antony pour une famille avec quatre enfants | ||
unit: currency | ||
values: | ||
2021-11-01: | ||
value: 5180 |
5 changes: 5 additions & 0 deletions
5
openfisca_france_local/parameters/communes/antony/plafonds_revenus/5_pac.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,5 @@ | ||
description: Plafond de ressources pour les aides d'Antony pour une famille avec cinq enfants | ||
unit: currency | ||
values: | ||
2021-11-01: | ||
value: 5961 |
5 changes: 5 additions & 0 deletions
5
openfisca_france_local/parameters/communes/antony/plafonds_revenus/6_pac.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,5 @@ | ||
description: Plafond de ressources pour les aides d'Antony pour une famille avec six enfants | ||
unit: currency | ||
values: | ||
2021-11-01: | ||
value: 6745 |
5 changes: 5 additions & 0 deletions
5
openfisca_france_local/parameters/communes/antony/plafonds_revenus/7_pac.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,5 @@ | ||
description: Plafond de ressources pour les aides d'Antony pour une famille avec sept enfants | ||
unit: currency | ||
values: | ||
2021-11-01: | ||
value: 7528 |
5 changes: 5 additions & 0 deletions
5
openfisca_france_local/parameters/communes/antony/plafonds_revenus/couple.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,5 @@ | ||
description: Plafond de ressources pour les aides d'Antony pour un couple sans enfants | ||
unit: currency | ||
values: | ||
2021-11-01: | ||
value: 1922 |
5 changes: 5 additions & 0 deletions
5
openfisca_france_local/parameters/communes/antony/plafonds_revenus/personne_seule.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,5 @@ | ||
description: Plafond de ressources pour les aides d'Antony pour une personne seule | ||
unit: currency | ||
values: | ||
2021-11-01: | ||
value: 1601 |