{% extends "global/Base.html" %} {% load otree_tags %} {% block title %}Investment decision 2 out of 2{% endblock title %} {% block content %}

The second round of the experiment will start now.

Subsequently, you will again see information about two assets. As in the first round of the experiment, please invest your hypothetical wealth of 10 000€ completely into the two assets. Your payment depends on your final investment decision and another simulation of returns for the two assets.

Please enter a starting value for your investment into Asset 2. The remainder of your 10 000€ will be invested into Asset 1. You can try out alternative investment allocations up to return simulation 50.
Investment into Asset 1:

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

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