{% extends "global/Page.html" %} {% load otree %} {% block title %}Round18{% 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 }} |
| Your current wealth | {{player.total}} |
| Your current rank | {{player.rank}} |
| Rank | Wealth |
| 1 | {{group.No1}} |
| 2 | {{group.No2}} |
| 3 | {{group.No3}} |
| 4 | {{group.No4}} |
| 5 | {{group.No5}} |
| 6 | {{group.No6}} |
Percentage of wealth(in %)that you want to invest in the stock index in this period(min: 0%; max: 200%)
{% formfields %}(For example, if you want to invest 100% in the stock index, you should type 100 into the blank.)
{% next_button %} {% endblock %}