Module Aides_logement.CalculAllocationLogementFoyerIn

type t = {
type_logement_foyer_in : TypeLogementFoyer.t;
logement_foyer_jeunes_travailleurs_in : bool;
date_conventionnement_in : Runtime_ocaml.Runtime.date;
residence_in : Collectivite.t;
redevance_in : Runtime_ocaml.Runtime.money;
ressources_menage_arrondies_in : Runtime_ocaml.Runtime.money;
nombre_personnes_a_charge_in : Runtime_ocaml.Runtime.integer;
situation_familiale_calcul_apl_in : SituationFamilialeCalculAPL.t;
zone_in : ZoneDHabitation.t;
date_courante_in : Runtime_ocaml.Runtime.date;
categorie_equivalence_loyer_d842_16_in : CategorieEquivalenceLoyerAllocationLogementFoyer.t;
}