{% extends "global/Base.html" %} {% load otree_tags %} {% block title %}Bonus payment{% endblock title %} {% block content %}

In the following, you are asked to split a wealth of £10 000 between two assets, about which you will receive more information soon.

Details on the bonus payment: We calculate the bonus from a simulation of returns (returns are defined as the percentage growth of your investment) based on the formula
[Amount_Asset1 * (1+Return_Asset1) + Amount_Asset2 * (1+Return_Asset2)] / 10 000

Example: Assume you have invested {{inv_asset1}} and {{inv_asset2}} of your £10 000 wealth into Asset 1 and Asset 2, respectively. The simulation results in a return of {{r_asset1}} for Asset 1 and {{r_asset2}} for Asset 2. As a consequence, your final wealth sums up to {{inv_asset1}} * (1 {{r_asset1}}) + {{inv_asset2}} * (1 {{r_asset2}}) = {{inv_asset1}} * {{r_plus11}} + {{inv_asset2}} * {{r_plus12}} = {{total_r}}. Therefore, your bonus payment is {{total_r}} / 10 000 = {{bonus_pay}} and your total payment, including the base payment of £2.50, would be {{bonus_pay}} + £2.50 = {{total_pay}}.

{% next_button %} {% endblock %}