{% extends "global/Page.html" %} {% load otree %} {% block title %} Finale Position: {% endblock %} {% block content %}
Nachdem Sie Ihr Portfolio Ende 2021 angepasst haben ist der Aktienkurs der XY AG bis Ende 2022 von
{{ player.stock_price_3 }} auf {{ player.stock_price_4}}
{% if player.number == 1 or player.number == 2 %}
gesunken.
{% else %}
gestiegen.
{% endif %}
Ihre finale Position besteht aus {{ player.stock_amount_3 }} XY AG Aktien
und {{ player.cash_amount_3 }} in "cash".
Der Gesamtwert Ihres Portfolios Ende 2022 beträgt daher: {{ player.final_wealth_end }}
Portfolio Ende 2022:
| Aktien | "Cash" | Gesamtwert | Vermögensveränderung 2020 | Vermögensveränderung 2021 | Vermögensveränderung 2022 | Gesamtwertveränderung |
|---|---|---|---|---|---|---|
| {{ player.stock_amount_3 }} ({{ player.stock_value_3 }}) | {{ player.cash_amount_3 }} | {{ player.final_wealth_end }} | {{ player.change_wealth_1 }} | {{ player.change_wealth_2 }} | {{ player.change_wealth_3 }} | {{ player.all_change_final }} |