{% extends "global/Page.html" %} {% load otree static %} {% block title %} Round {{ round_number }}, Period 2 {% endblock %} {% block app_styles %} {% endblock %} {% block content %}
You are in {{ region }} and it has been randomly determined that it is State {{group.state}}. Therefore, the bank you are responsible for has {{ impatient }} impatient customers.
Based on their initial allocation, the bank you are responsible for has
{{ initial_asset }} units in assets (A) and {{ initial_cash }} units in cash (C).
{% if price > 0 %} You observe that the price of the asset in the market (P) is {{ price_aux }} units of cash per asset. {% else %} No trade occurred since there were not enough buyers or sellers. Therefore there is no market price for the asset. Note that even if there ended up being no trade, and thus there is no market prize (P), it does not mean that banks did not try to buy or sell assets. {% endif %}
{# By moving the sliders below you can experiment with buying or selling assets that mature in period 3, but ultimately, the bank must choose to be a buyer or a seller and submit a bid of cash, b, to buy assets, OR a quantity of assets, q, to sell for cash. You must submit your prediction of whether the bank tried to buy or sell, and also how much they offered. #} By moving the sliders below you can submit your prediction of whether the bank tried to buy or sell, and also how much they offered.
If you do not move any sliders, your decision will default to saying that the bank neither tried to buy or sell assets and liquidity and solvency will be determined accordingly.
If you think the bank bought assets: Choose the amount of cash you expect the bank to have bid (b*) out of {{ cash }} units: units of cash |
If you think the bank sold assets: Choose the amount of assets you expect the bank to have offered (q*) out of {{ player.asset }} units: units in assets |
Round | Declared Solvent? | Declared Liquid? | Solvent Correct? | Liquid Correct? | Cash (Begin 2nd period) | Predicted offer | Actual offer | Declaration payoff | Prediction payoff |
---|---|---|---|---|---|---|---|---|---|
{{ p.round_number }} | {{ p.solvent }} | {{ p.liquid }} | {{ p.solvent_correct }} | {{ p.liquid_correct }} | {{ p.cash_aux}} | {{ p.bid_guess }} | {{ p.bid }} | {{ p.allocation_payoff }} | {{ p.prediction_payoff }} |