Type d'opération |
{% if result.estimations.1.typeOperation is defined %}{{ result.estimations.1.typeOperation }}{% else %} - {% endif %} |
{% if result.estimations.2.typeOperation is defined %}{{ result.estimations.2.typeOperation }}{% else %} - {% endif %} |
{% if result.estimations.3.typeOperation is defined %}{{ result.estimations.3.typeOperation }}{% else %} - {% endif %} |
Valeur du bien |
{% if result.estimations.1.valeurProp is defined %}{{ result.estimations.1.valeurProp|number_format(2,',',' ') }}{% else %} - {% endif %} |
{% if result.estimations.2.valeurProp is defined %}{{ result.estimations.2.valeurProp|number_format(2,',',' ') }}{% else %} - {% endif %} |
{% if result.estimations.3.valeurProp is defined %}{{ result.estimations.3.valeurProp|number_format(2,',',' ') }}{% else %} - {% endif %} |
Ajustement d'usure |
{% if result.estimations.1.decote is defined %}{{ result.estimations.1.decote|number_format(2,',',' ') }}{% else %} - {% endif %} |
{% if result.estimations.2.decote is defined %}{{ result.estimations.2.decote|number_format(2,',',' ') }}{% else %} - {% endif %} |
{% if result.estimations.3.decote is defined %}{{ result.estimations.3.decote|number_format(2,',',' ') }}{% else %} - {% endif %} |
DUH ou Usufruit |
{% if result.estimations.1.typeOperation is defined %}
{% if result.estimations.1.typeOperation == 'nu-propriete' or result.estimations.1.typeOperation == 'a-terme-nu-propriete' %}
{{ result.estimations.1.usufruit|number_format(2,',',' ') }}
{% else %}
{{ result.estimations.1.duh|number_format(2,',',' ') }}
{% endif %}
{% endif %}
|
{% if result.estimations.2.typeOperation is defined %}
{% if result.estimations.2.typeOperation == 'nu-propriete' or result.estimations.2.typeOperation == 'a-terme-nu-propriete' %}
{{ result.estimations.2.usufruit|number_format(2,',',' ') }}
{% else %}
{{ result.estimations.2.duh|number_format(2,',',' ') }}
{% endif %}
{% endif %}
|
{% if result.estimations.3.typeOperation is defined %}
{% if result.estimations.3.typeOperation == 'nu-propriete' or result.estimations.3.typeOperation == 'a-terme-nu-propriete' %}
{{ result.estimations.3.usufruit|number_format(2,',',' ') }}
{% else %}
{{ result.estimations.3.duh|number_format(2,',',' ') }}
{% endif %}
{% endif %}
|
Bouquet |
{% if result.estimations.1.bouquet is defined %}{{ result.estimations.1.bouquet|number_format(2,',',' ') }}{% else %} - {% endif %} |
{% if result.estimations.2.bouquet is defined %}{{ result.estimations.2.bouquet|number_format(2,',',' ') }}{% else %} - {% endif %} |
{% if result.estimations.3.bouquet is defined %}{{ result.estimations.3.bouquet|number_format(2,',',' ') }}{% else %} - {% endif %} |
Capifine |
{% if result.estimations.1.capifine is defined %}{{ result.estimations.1.capifine|number_format(2,',',' ') }}{% else %} - {% endif %} |
{% if result.estimations.2.capifine is defined %}{{ result.estimations.2.capifine|number_format(2,',',' ') }}{% else %} - {% endif %} |
{% if result.estimations.3.capifine is defined %}{{ result.estimations.3.capifine|number_format(2,',',' ') }}{% else %} - {% endif %} |
Taux capifine |
{% if result.estimations.1.tauxCapifine is defined %}{{ result.estimations.1.tauxCapifine|number_format(2,',',' ') }}{% else %} - {% endif %} |
{% if result.estimations.2.tauxCapifine is defined %}{{ result.estimations.2.tauxCapifine|number_format(2,',',' ') }}{% else %} - {% endif %} |
{% if result.estimations.3.tauxCapifine is defined %}{{ result.estimations.3.tauxCapifine|number_format(2,',',' ') }}{% else %} - {% endif %} |
Type de rente |
{% if result.estimations.1.typeRente is defined %}{{ result.estimations.1.typeRente }}{% else %} - {% endif %} |
{% if result.estimations.2.typeRente is defined %}{{ result.estimations.2.typeRente }}{% else %} - {% endif %} |
{% if result.estimations.3.typeRente is defined %}{{ result.estimations.3.typeRente }}{% else %} - {% endif %} |
Rente annuelle initiale |
{% if result.estimations.1.estRenteAnnuelle is defined %}{{ result.estimations.1.estRenteAnnuelle|number_format(2,',',' ') }}{% else %} - {% endif %} |
{% if result.estimations.2.estRenteAnnuelle is defined %}{{ result.estimations.2.estRenteAnnuelle|number_format(2,',',' ') }}{% else %} - {% endif %} |
{% if result.estimations.3.estRenteAnnuelle is defined %}{{ result.estimations.3.estRenteAnnuelle|number_format(2,',',' ') }}{% else %} - {% endif %} |
Rente mensuelle initiale |
{% if result.estimations.1.estRenteMensuelle is defined %}{{ result.estimations.1.estRenteMensuelle|number_format(2,',',' ') }}{% else %} - {% endif %} |
{% if result.estimations.2.estRenteMensuelle is defined %}{{ result.estimations.2.estRenteMensuelle|number_format(2,',',' ') }}{% else %} - {% endif %} |
{% if result.estimations.3.estRenteMensuelle is defined %}{{ result.estimations.3.estRenteMensuelle|number_format(2,',',' ') }}{% else %} - {% endif %} |
Economies |
{% if result.estimations.1.estEconomies is defined %}{{ result.estimations.1.estEconomies|number_format(2,',',' ') }}{% else %} - {% endif %} |
{% if result.estimations.2.estEconomies is defined %}{{ result.estimations.2.estEconomies|number_format(2,',',' ') }}{% else %} - {% endif %} |
{% if result.estimations.3.estEconomies is defined %}{{ result.estimations.3.estEconomies|number_format(2,',',' ') }}{% else %} - {% endif %} |
Revenus |
{% if result.estimations.1.estRevenus is defined %}{{ result.estimations.1.estRevenus|number_format(2,',',' ') }}{% else %} - {% endif %} |
{% if result.estimations.2.estRevenus is defined %}{{ result.estimations.2.estRevenus|number_format(2,',',' ') }}{% else %} - {% endif %} |
{% if result.estimations.3.estRevenus is defined %}{{ result.estimations.3.estRevenus|number_format(2,',',' ') }}{% else %} - {% endif %} |
Valorisation |
{% if result.estimations.1.valorisation is defined %}{{ result.estimations.1.valorisation|number_format(2,',',' ') }}{% else %} - {% endif %} |
{% if result.estimations.2.valorisation is defined %}{{ result.estimations.2.valorisation|number_format(2,',',' ') }}{% else %} - {% endif %} |
{% if result.estimations.3.valorisation is defined %}{{ result.estimations.3.valorisation|number_format(2,',',' ') }}{% else %} - {% endif %} |