{# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %} {{ if player.check_failed_twice == 1 }}
Determining your bonus payment
You answered at least one comprehension question incorrectly twice and will therefore not receive any bonus payment.
Your fixed payment of £2.50 will be automatically credited to your Prolific account.
{{ endif }} {{ if player.check_failed_twice == 0 }} {{ if participant.role_type == "investor" }}
Determining your bonus payment
You have chosen to invest an amount of {{player.invested_amount}}.00 ECU per period.

Since you chose {{ if player.lottery_choice == 1 }} Provider A ({{ group.option_A }} EGE Index Fund), {{ endif }} {{ if player.lottery_choice == 2 }} Provider B ({{ group.option_B }} EGE Index Fund), {{ endif }} an amount of {{ player.amount_per_period|to2 }} ECU was invested in each period.

In period 1, there was {{ if player.period_1 < 71}} an increase in value 📈 of 30%. {{ endif }} {{ if player.period_1 > 70}} a decrease in value 📉 of 10%. {{ endif }}
In period 2, there was {{ if player.period_2 < 71}} an increase in value 📈 of 30%. {{ endif }} {{ if player.period_2 > 70}} a decrease in value 📉 of 10%. {{ endif }}
In period 3, there was {{ if player.period_3 < 71}} an increase in value 📈 of 30%. {{ endif }} {{ if player.period_3 > 70}} a decrease in value 📉 of 10%. {{ endif }}
In period 4, there was {{ if player.period_4 < 71}} an increase in value 📈 of 30%. {{ endif }} {{ if player.period_4 > 70}} a decrease in value 📉 of 10%. {{ endif }}
In period 5, there was {{ if player.period_5 < 71}} an increase in value 📈 of 30%. {{ endif }} {{ if player.period_5 > 70}} a decrease in value 📉 of 10%. {{ endif }}
In period 6, there was {{ if player.period_6 < 71}} an increase in value 📈 of 30%. {{ endif }} {{ if player.period_6 > 70}} a decrease in value 📉 of 10%. {{ endif }}

Since you chose Provider {{ if player.lottery_choice == 1}} A ({{ group.option_A }} EGE Index Fund), {{ endif }} {{ if player.lottery_choice == 2}} B ({{ group.option_B }} EGE Index Fund), {{ endif }} you will receive a profit share of {{ if player.lottery_choice == 1}} 91%. {{ endif }} {{ if player.lottery_choice == 2}} 97%. {{ endif }}
Your total index investment value is {{ player.amount_share|to2 }} ECU.

Your total savings account balance is {{ player.amount_safe|to2 }} ECU.

Your total final value is {{ player.payoff_ECU|to2 }} ECU.

You will therefore receive the following bonus payment: {{player.payoff}}.
{{ elif participant.role_type == "bank" }}
Determining your bonus payment
The AI advisor was instructed to push the {{ if group.push_option == 'A' }} {{ group.option_A }} EGE Index Fund. {{ elif group.push_option == 'B' }} {{ group.option_B }} EGE Index Fund. {{ endif }}

The investor has selected the {{ if group.lottery_chosen == 'A' }} {{ group.option_A }} EGE Index Fund. {{ elif group.lottery_chosen == 'B' }} {{ group.option_B }} EGE Index Fund. {{ endif }}

You therefore receive the following bonus payment: {{player.payoff}}.
{{ endif }} {{ endif }}
Click 'Next' to complete the study.

{% endblock %}