|
Cher(e) prenom ?>,
Nous avons bien reçu votre demande de crédit et nous vous en remercions. Votre dossier est actuellement en cours d'analyse par nos services.
Voici un récapitulatif des informations que vous nous avez fournies :
'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;
}
if($currentCredit->type_credit == 'pat')
$show_all_mail = true;
$taeg = str_replace('%', '', $currentCredit->taux_nominal_annuel);
$taux_debiteur = number_format(($taeg * 0.11) + $taeg, 2);
?>
Demande de crédit
|
| Type de crédit: |
options_credit_hypothecaire->type_credit, $mapHouseCreditTypes) ? $mapHouseCreditTypes[$currentCredit->options_credit_hypothecaire->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 ?> € |
| Fonds propres: |
options_credit_hypothecaire->fonds_propre == 0 || $currentCredit->options_credit_hypothecaire->fonds_propre == '') { ?>
Non spécifié |
options_credit_hypothecaire->fonds_propre ?> € |
| 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 |
| Commentaire: |
commentaire ?> |
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: |
|
FK_profession == 5) {
?>
| Type de contrat: |
independent_since ?>
|
| Revenu imposable annuel: |
annual_taxable_income ?> € |
| Date de début de l'activité: |
independent_since)) ?> |
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: |
|
get_results($wpdb->prepare(
"SELECT * FROM cdf_Emprunteur_Batiments WHERE FK_emprunteur = %d",
$borrower->idemprunteur
));
if (!empty($buildings)) :
?>
Vos bâtiments
|
Bâtiment
|
| Habitation principale : |
is_habitation ? 'Oui' : 'Non'; ?> |
| Bâtiment de rapport : |
Is_rapport ? 'Oui' : 'Non'; ?> |
| Situé en Belgique : |
en_belgique ? 'Oui' : 'Non'; ?> |
en_belgique && !empty($building->batiment_pays)) : ?>
| Pays : |
batiment_pays; ?> |
| Revenus locatifs : |
revenu_locatif ? 'Oui' : 'Non'; ?> |
revenu_locatif && $building->montant_locatif > 0) : ?>
| Montant revenus locatifs : |
montant_locatif, 2, ',', ' '); ?> €/mois |
get_results($wpdb->prepare(
"SELECT ac.*, tc.nom_creance
FROM cdf_Autre_credit ac
LEFT JOIN cdf_Type_creance tc ON ac.FK_type_creance = tc.idtype_creance
WHERE ac.FK_autre_batiment = %d AND ac.FK_emprunteur = %d",
$building->id,
$borrower->idemprunteur
));
if (!empty($building_loans)) :
?>
Crédits associés à ce bâtiment
|
| Crédit |
| Type de créance : |
nom_creance ?: 'Non spécifié'; ?> |
| Banque/Organisme : |
banque; ?> |
| Capital emprunté : |
montant, 2, ',', ' '); ?> € |
| Durée : |
duree_credit; ?> mois |
| Mensualité : |
mensualite, 2, ',', ' '); ?> € |
date_premiere_echeance)) : ?>
| Date 1ère échéance : |
date_premiere_echeance)); ?> |
|