{% extends "cao_blogr:templates/layout.jinja2" %} {% block content %}

[ Nouvelle classe ]

{% for item in items %} {% if (item.pc_atteint - item.pc_cible) >= 0 %} {% else %} {% endif %} {% endfor %}
Classe % cible % actuel Ecart Valeur
{{ item.classe }} {{ item.pc_cible }} % {{ '{0:0.1f}'.format(item.pc_atteint) }} %{{ '{0:0.1f}'.format(item.pc_ecart) }}{{ '{0:0.1f}'.format(item.pc_ecart) }}{{ '{0:0,.0f} €'.format(item.valeur).replace(',',' ') }}
Portefeuille Montant %
Valorisation {{ '{0:0.2f} €'.format(total_valeur).replace(',',' ') }}
Plus value {{ '{0:0,.0f} €'.format(total_pv).replace(',',' ') }} {{ '{0:0.1f} %'.format(total_pc_value) }}
Safe Withdrawal Rate {{ '{0:0,.0f} €'.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%)

Mes actifs

"Diversification is not determined by the number of securities held." Larry Swedroe

{% for ligne in actifs %} {% if ligne.Allocation.type=='ACTION' %} {% else %} {% endif %} {% if ligne.Actifs.devise=='EUR' %} {% else %} {% endif %} {% if ligne.Actifs.plus_value >= 0 %} {% else %} {% endif %} {% endfor %} {% if total_pv >= 0 %} {% else %} {% endif %}
Classe Libellé Cours Nb Valeur +/- Valeur % de +/- % TER % PF
{{ ligne.Allocation.classe }}{{ ligne.Actifs.libelle }}{{ ligne.Actifs.libelle }}{{ '{0:0.2f} €'.format(ligne.Actifs.cours) }}{{ '{0:0.2f} $'.format(ligne.Actifs.cours) }}{{ ligne.Actifs.nombre }} {{ '{0:0,.2f} €'.format(ligne.Actifs.valeur).replace(',',' ') }}{{ '{0:0,.2f} €'.format(ligne.Actifs.plus_value).replace(',',' ') }} {{ '{0:0.1f}'.format(ligne.Actifs.pc_plusvalue) }}{{ '{0:0,.2f} €'.format(ligne.Actifs.plus_value).replace(',',' ') }} {{ '{0:0.1f}'.format(ligne.Actifs.pc_plusvalue) }}{{ '{0:0.1f}'.format(ligne.Actifs.ter) }} {{ '{0:0.1f}'.format(ligne.Actifs.pc_allocation) }}
Total au {{ maj_pf_le.strftime('%d/%m/%Y') }} {{ '{0:0,.2f} €'.format(total_valeur).replace(',',' ') }}{{ '{0:0,.2f} €'.format(total_pv).replace(',',' ') }} {{ '{0:0.1f}'.format(total_pc_value) }}{{ '{0:0,.2f} €'.format(total_pv).replace(',',' ') }} {{ '{0:0.1f}'.format(total_pc_value) }} 100.0
{% endblock %}