Module Aides_logement.CalculAllocationLogementLocatifIn

type t = {
loyer_principal_in : Runtime_ocaml.Runtime.money;
ressources_menage_arrondies_in : Runtime_ocaml.Runtime.money;
beneficiaire_aide_adulte_ou_enfant_handicapes_in : bool;
date_courante_in : Runtime_ocaml.Runtime.date;
nombre_personnes_a_charge_in : Runtime_ocaml.Runtime.integer;
situation_familiale_calcul_apl_in : SituationFamilialeCalculAPL.t;
zone_in : ZoneDHabitation.t;
logement_est_chambre_in : bool;
agees_ou_handicap_adultes_hebergees_onereux_particuliers_in : bool;
type_aide_in : TypeAidesPersonnelleLogement.t;
colocation_in : bool;
reduction_loyer_solidarite_in : Runtime_ocaml.Runtime.money;
logement_meuble_d842_2_in : bool;
residence_in : Collectivite.t;
changement_logement_d842_4_in : ChangementLogementD8424.t;
}