{% extends "global/Base.html" %} {% load staticfiles %} {% load otree_tags %} {% block styles %} {% endblock %} {% block title %}{% endblock %} {% block content %}
{# #}
You have now seen 50 out of 100 return simulations. Please make your final investment decision.

How much of the £10 000 do you invest into Asset 2? The remainder of the £10 000 will be invested into Asset 1.

Investment into Asset 1:

{% for field in form %} {% formfield field %} {% endfor %}


As a reminder: Please select a portfolio that {% if investment_goal == 1 %} has the highest possible expected return (i.e., median return). {% elif investment_goal == 2 %} has the lowest-possible risk (i.e., probability of loss). {% elif investment_goal == 4 %} best suits your personal preferences. {% endif %} Simulations 1 to 50 inform you about the return distributions, so that you can make an optimal decision for your portfolio. You are making your final investment decision after viewing return simulation 50. If this round is drawn as the round for your payment, the payment will be based on your final investment decision and another return simulation for the two assets. You can adjust your investment decision up to return simulation 50.
{# #}



{% endblock %} {% block scripts %} {% endblock %}