{% extends "global/Page.html" %} {% load otree %} {% block title %} Round 2: Investment decision {% endblock %} {% block content %}

Experts' expectations about the stock's payoff for this round

Expectation expert 1 Expectation expert 2 Expectation expert 3 Expectation expert 4
{% if exp11 == 1%} High payoff {% else %} Low payoff {% endif %}
{% if exp21 == 1%} High payoff {% else %} Low payoff {% endif %}
{% if exp31 == 1%} High payoff {% else %} Low payoff {% endif %}
{% if exp41 == 1%} High payoff {% else %} Low payoff {% endif %}



Your decision
Please decide whether you want to invest in the bond, or the stock.

Note:
In case the stock yields the high payoff, investing into the stock is the income maximizing choice.
In case the stock yields the low payoff, investing into the bond is the income maximizing choice.


You have up to 120 seconds to make a choice.
If you do not make a choice until then, you will automatically invest into the bond.

{% formfield player.choice_2 %}

Results previous rounds

Round Expectation expert 1 Expectation expert 2 Expectation expert 3 Expectation expert 4 Stock's actual payoff
1 {% if exp1_1 == 1%} High payoff {% else %} Low payoff {% endif %} {% if exp2_1 == 1%} High payoff {% else %} Low payoff {% endif %} {% if exp3_1 == 1%} High payoff {% else %} Low payoff {% endif %} {% if exp4_1 == 1%} High payoff {% else %} Low payoff {% endif %} {% if payoff_1 == 1%} High payoff {% else %} Low payoff {% endif %}




After you have made your decision, click on the "Next"-Button.
Note: You can only proceed after all other participants have made their choice as well.
Please be patient, in case you have to wait.


{% next_button %} {% endblock %}