{% extends "global/Base.html" %} {% load otree_tags %} {% block title %}Simulation of bonus payment and total payment{% endblock title %} {% block content %}

For your bonus payment, you were allocated round {{runde}} and the simulation returned a {{percent_1}}% return for Asset 1 and a {{percent_2}}% return for Asset 2. Together with your investment decision from round {{runde}} this results in a portfolio value of {{paid_input1}} * (1 {{percent_1}} %) + {{paid_input2}} * (1 {{percent_2}} %) = {{payoff_100}} and a payment of {{payoff_100}}/ 10 000 = {{payoff}}. So your bonus payment from this experiment, which is paid in addition to your base payment of £2.50, is {{payoff}}.

Taking into account your bonus and base payments, your total payment is £2.50 + {{payoff}} = {{total_pay}} .

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

{# #}

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