'Locataire',
'owner' => 'Proprietaire',
'withoutrentalcharge' => 'Sans charge locative'
];
$map_credit_hypothecaire_en_cours = [
'withmortgageloan' => 'Avec credit hypothecaire',
'mortgagechargeiber' => 'Libre de charge hypothecaire'
];
$map_sans_charge_locative = [
'other' => 'Autre',
'withparents' => 'Chez les parents',
'cohabitant' => 'Cohabitant',
'family' => 'Famille'
];
$map_emprunt_personnes = [
'Seul','Avec un co-emprunteur'
];
$show_all_mail = false;
$people = [
'emprunteur' => $borrower,
];
if (is_object($coBorrower)) {
$people['coemprunteur'] = $coBorrower;
}
$taeg = str_replace('%', '', $currentCredit->taux_nominal_annuel);
$taux_debiteur = number_format(($taeg * 0.11) + $taeg, 2);
if($currentCredit->type_credit == 'pat')
$show_all_mail = true;
?>
Demande de crédit
|
| Type de crédit: |
type_credit, $map_credit_type) ? $map_credit_type[$currentCredit->type_credit] : 'Type de crédit inconnu' ?> |
| Capital: |
capital ?> € |
| Durée: |
duree ?> type_credit === 'am'): ?>ansmois |
| Coût total: |
cout_total ?> € |
| Mensualité: |
mensualite ?> € |
| Taux nominal annuel: |
taux_nominal_annuel ?> |
| TAEG: |
% |
Crédit hypothécaire
|
| But du prêt hypotécaire : |
options_credit_hypothecaire->type_credit, $mapHouseCreditTypes) ? $mapHouseCreditTypes[$currentCredit->options_credit_hypothecaire->type_credit] : 'Type de crédit inconnu' ?> |
| Prix d'achat: |
options_credit_hypothecaire->prix_achat ?> € |
| Compromis de vente signé: |
options_credit_hypothecaire->compromis_signe == '0') {
echo 'non';
} elseif ($currentCredit->options_credit_hypothecaire->compromis_signe == '1') {
echo 'oui';
}
?>
|
| Montant à emprunter: |
options_credit_hypothecaire->montant_a_emprunter ?> € |
| Durée: |
options_credit_hypothecaire->duree ?> ans |
Information de contact
|
$person) : ?>
|
|
| Nom: |
nom ?> |
| Prénom: |
prenom ?> |
| Téléphone: |
telephone ?> |
| Email: |
email ?> |
| Etat civil: |
FK_etat_civil, $civilStatus) ? $civilStatus[$person->FK_etat_civil]->nom_etat_civil : 'etat civil inconnu' ?> |
| Date de naissance: |
date_naissance)) ?> |
| Nationalité: |
nationalité ?> |
| Adresse: |
adresse ?> |
| Code Postal: |
code_postal ?> |
| Localité - Pays: |
localite ?> - pays ?> |
Revenus et charges
|
FK_profession, $works) ? $works[$person->FK_profession]->nom_profession : 'Profession inconnue' ?>
| Profession: |
|
| Type de contrat: |
contract_type) || $person->contract_type === ''): ?>
Non spécifié
contract_type, $contractTypes)): ?>
contract_type] ?>
Type de contrat de travail inconnu
|
| : |
salaire ?> € |
| Avec un co-emprunteur: |
|