{% extends "global/Page.html" %} {% load otree %} {% block title %}Round9{% 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 }} |
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 %}