{% extends "global/Page.html" %} {% load otree static %} {% block title %} Summary of Instructions {% endblock %} {% block content %}
You are representing a bank, and choosing how to allocate assets.
Then, once you know how many impatient customers you have, but without knowing what the price of assets will be, you must decide whether to buy or sell assets in the asset market and enter a prediction for the market price.
Your payoff for predictions is equal to:
Payoff = {{ forecast_prize }}/(1 + [prediction error])
Thus, you can earn up to {{ forecast_prize }} points for a correct price prediction.When you and the other {{ number_other}} bankers have confirmed their buying and selling choices in the asset market, the market price P for the round is determined as follows.
P = [Sum of all cash bid]/[Sum of all assets offered]
If you are both Liquid and Solvent, your payoff is:
Payoff = {{ allocation_prize }} * ([Cash] + {{ multiplier }} * [Assets] - w)/(100-w)
Thus, your maximum payoff for asset allocation is {{ max_payoff }}.
If you are either Not Liquid or Not Solvent, then your payoff for asset allocation for that round is zero.