{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Investment Decision {% endblock %} {% block content %}

Your wealth is £10 000. Your task is to completely split your wealth between the two assets.

How much of the £10 000 do you invest into Asset 2? The remainder of the £10 000 will be invested into Asset 1. As a reminder: If this round is drawn as the round for your payment, the payment will be based on this investment decision and another return simulation for the two assets. {{ depend }}

Investment into Asset 1:

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

{% next_button %}

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