Skip to content

Commit

Permalink
deplace les coefficients de degressivite et suppression (secteur loca…
Browse files Browse the repository at this point in the history
…tif)
  • Loading branch information
b-michaud committed Mar 5, 2025
1 parent e8065df commit e6beebb
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfisca_france/model/prestations/aides_logement.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def formula_2016_07_01(famille, period, parameters):
zone_apl = famille.demandeur.menage('zone_apl', period)
loyer_plafond = famille('aide_logement_loyer_plafond', period)

coefficients = parameters(period).prestations_sociales.aides_logement.allocations_logement.al_loc2.coefficients_degressivite_suppression[zone_apl]
coefficients = parameters(period).prestations_sociales.aides_logement.allocations_logement.secteur_locatif.coefficients_degressivite_suppression[zone_apl]
loyer_degressivite = round_(loyer_plafond * (coefficients.degressivite), 2)
loyer_suppression = round_(loyer_plafond * (coefficients.suppression), 2)

Expand Down

0 comments on commit e6beebb

Please sign in to comment.