{% extends "cao_blogr:templates/layout.jinja2" %} {% block content %}
| Classe | % cible | % actuel | Ecart | Valeur | |
|---|---|---|---|---|---|
| {{ item.classe }} | {{ item.pc_cible }} % | {{ '{0:0.1f}'.format(item.pc_atteint) }} % | {% if (item.pc_atteint - item.pc_cible) >= 0 %}{{ '{0:0.1f}'.format(item.pc_ecart) }} | {% else %}{{ '{0:0.1f}'.format(item.pc_ecart) }} | {% endif %}{{ '{0:0,.0f} €'.format(item.valeur).replace(',',' ') }} |
| Portefeuille | Montant | % |
|---|---|---|
| Valorisation | {{ '{0:0.2f} €'.format(total_valeur) }} | |
| Plus value | {{ '{0:0.2f} €'.format(total_pv) }} | {{ '{0:0.1f} %'.format(total_pc_value) }} |
| Safe Withdrawal Rate | {{ '{0:0.1f} %'.format(swr_amount) }} | {{ '{0:0.1f} %'.format(swr_rate) }} |
Allocation globale : 70% actions + 30% obligations
[Inspirée du
Fond souverain Norvégien]
Allocation actions : 80% Monde (56%) + 20% Croissance (14%)
"Diversification is not determined by the number of securities held." Larry Swedroe
| Classe | Libellé | Cours | Nb | Valeur | +/- Valeur | % de +/- | % TER | % PF | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ ligne.Allocation.classe }} | {% if ligne.Allocation.type=='ACTION' %}{{ ligne.Actifs.libelle }} | {% else %}{{ ligne.Actifs.libelle }} | {% endif %} {% if ligne.Actifs.devise=='EUR' %}{{ '{0:0.2f} €'.format(ligne.Actifs.cours) }} | {% else %}{{ '{0:0.2f} $'.format(ligne.Actifs.cours) }} | {% endif %}{{ ligne.Actifs.nombre }} | {{ '{0:0,.2f} €'.format(ligne.Actifs.valeur).replace(',',' ') }} | {% if ligne.Actifs.plus_value >= 0 %}{{ '{0:0.2f} €'.format(ligne.Actifs.plus_value) }} | {{ '{0:0.1f}'.format(ligne.Actifs.pc_plusvalue) }} | {% else %}{{ '{0:0.2f} €'.format(ligne.Actifs.plus_value) }} | {{ '{0:0.1f}'.format(ligne.Actifs.pc_plusvalue) }} | {% endif %}{{ '{0:0.1f}'.format(ligne.Actifs.ter) }} | {{ '{0:0.1f}'.format(ligne.Actifs.pc_allocation) }} |
| Total | {{ '{0:0,.2f} €'.format(total_valeur).replace(',',' ') }} | {% if total_pv >= 0 %}{{ '{0:0.2f} €'.format(total_pv) }} | {{ '{0:0.1f}'.format(total_pc_value) }} | {% else %}{{ '{0:0.2f} €'.format(total_pv) }} | {{ '{0:0.1f}'.format(total_pc_value) }} | {% endif %}100.0 | ||||||