Skip to content
Snippets Groups Projects
Commit 735c3920 authored by BENOIT MICHAUD's avatar BENOIT MICHAUD
Browse files

maj revalo parametres aides logement

parent ea7cd0b2
No related branches found
No related tags found
No related merge requests found
Pipeline #19910 failed
Pipeline: leximpact-socio-fiscal-api

#19912

    Pipeline: OpenFisca-JSON-Model

    #19911

      ...@@ -90,11 +90,13 @@ def modify_parameters(parameters): ...@@ -90,11 +90,13 @@ def modify_parameters(parameters):
      param_apl = parameters.prestations_sociales.aides_logement.allocations_logement param_apl = parameters.prestations_sociales.aides_logement.allocations_logement
      ### aides au logement paramètres loyers ### aides au logement paramètres loyers
      list_param_al_loyer = [ list_param_al_loyer = [
      param_apl.al_loc2.par_zone, param_apl.locatif.formule.l_plafonds_loyers.par_zone,
      param_apl.al_charge, param_apl.locatif.formule.c_forfait_charges,
      param_apl.al_plaf_logement_foyer, param_apl.foyer.al.formule.c_forfait_charges,
      param_apl.al_etudiant, param_apl.accession.formule.c_forfait_charges,
      param_apl.al_loc2.montant_forfaitaire_participation_minimale_po, param_apl.foyer.al.formule.l_plafonds_loyers,
      param_apl.foyer.apl.formule.e_equiv_loyers_eligible,
      param_apl.locatif.formule.pp_particip_perso.p0_particip_min.p0_forfait
      ] ]
      for param in list_param_al_loyer: for param in list_param_al_loyer:
      inflate_parameters( inflate_parameters(
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment