Skip to content

Commit

Permalink
deplace les seuils minimums de versement (secteur locatif)
Browse files Browse the repository at this point in the history
  • Loading branch information
b-michaud committed Mar 5, 2025
1 parent 94e8c2f commit 504d901
Show file tree
Hide file tree
Showing 5 changed files with 11 additions 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 @@ -200,7 +200,7 @@ def formula(famille, period, parameters):

logement_conventionne = famille.demandeur.menage('logement_conventionne', period)
type_aide = where(logement_conventionne, 'apl', 'non_apl', )
seuil_versement = al.al_min.montant_min_mensuel.montant_min_apl_al[type_aide]
seuil_versement = al.secteur_locatif.seuils_minimum_versement[type_aide]
minimum_atteint = montant >= seuil_versement

return minimum_atteint * montant * not_(residence_mayotte)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
description: Allocations logement - Secteur locatif
metadata:
short_label: Allocations logement - Secteur locatif
order:
- l_plafonds_loyers
- c_forfait_charges
- pp_participation_personnelle
- coefficients_degressivite_suppression
- seuils_minimum_versement
- minoration_forfaitaire

0 comments on commit 504d901

Please sign in to comment.