{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Round {{ subsession.round_number }} - BU Manager {% endblock %} {% block content %} {% if subsession.round_number == 1 or subsession.round_number == 5 %}
{% else %}
{% endif %}
  • Your task is to decide how much of the 10 Lira to invest in a collaborative project with the other BU Manager.
  • The sum of your and the other BU manager's individual investments (the total investment) is multiplied by 1.5 to determine the bonus pool for the BU managers.
  • The Supervisor decides how to divide the bonus pool between you and the other BU manager. The Supervisor can choose any possible division in percentages of the bonus pool.
  • The Supervisor always observes the total investment and the bonus pool. Also, the Supervisor can offer a price to increase his/her chances to receive information about the individual investments of both BU managers.
  • Your reward is calculated as follows:
    10 – Individual Investment + amount allocated from the bonus pool

Click the bar below to reveal the slider.
Drag it to choose how much Lira to invest in a collaborative project with the other BU Manager:



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