{% extends "global/Page.html" %} {% load otree static %} {% block title %} Summary of Instructions {% endblock %} {% block app_styles %} {% endblock %} {% block content %}
You are representing a bank, and choosing how to allocate deposits. {% if number_other == 1 %} There is {{ number_other }} other participant in your group who also represents a bank. {% else %} There are {{ number_other }} other participants in your group who also represent banks. {% endif %}
{% if has_accountant %} Each round each participant who represents a bank is randomly paired with another participant who is assigned to be an accountant. {% endif %} In the 1st period:
Your payoff for predictions is equal to:
Payoff = {{ forecast_prize }}/(1 + [prediction error])
Thus, you can earn up to {{ forecast_prize }} for a correct price prediction.
Payoff = {{ allocation_prize }} * (([Cash] + {{ multiplier }} * ([Assets]-[Offer])+P*[Offer] - w)/(100-w)-1) if you are a seller of assets
Payoff = {{ allocation_prize }} * (([Cash] + {{ multiplier }} * ([Assets] - w)/(100-w)-1) if no trade takes place
Thus, your maximum payoff for asset allocation depends on both your decisions and the resulting market price, if any.
{% if has_accountant %}