{% extends "global/Page.html" %} {% load otree %} {% block title %}Round1{% endblock %} {% block content %}
| Your current fund wealth (in Points) | 300 |
| Average return of stock index (in %) | {{ Average_high }} |
| Standard deviation of stock index (in %) | {{ Standard_deviation_high }} |
| Return of risk-free assets (in %) | {{ rate }} |
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 %}