{% extends "global/Page.html" %} {% load otree %} {% block title %}Round20 Result{% endblock %} {% block content %}
Return of the stock index in the previous period (in %) {{ Results_high }}
Percentage you invested into the stock in the previous period (in %) {{ Risk_copy }}
Risk-free rate (in %) 2.5
Percentage you invested into the risk-free rate in the previous period (in %) {{ Risk_free_percent }}
Your current fund wealth (in Points) {{ player.total }}
Change of wealth in comparison to the previous period (in Points) {{ player.payoffs }}
{% next_button %} {% endblock %}