{% 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 }} % {{ item.pc_atteint }}{{ item.pc_atteint }}{{ item.pc_atteint }}{{ '{0:0.2f} €'.format(item.valeur) }}
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%)

Mes actifs

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

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