{% extends "global/Page.html" %} {% load otree static %} {% block title %} Round {{ round_number }}, Period 2 {% endblock %} {% block app_styles %} {% endblock %} {% block content %}
Your bank is in {{ region }} and it has been randomly determined that it is State {{group.state}}. Therefore, you have {{ impatient }} impatient customers.
Based on your initial allocation, you have {{ asset}} units in assets (A) and {{ cash }} units in cash (C).
{# By moving the sliders below you can experiment with buying or selling assets that mature in period 3, but ultimately, you 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 also have to submit your prediction of market price of assets. #} By moving the sliders below you can choose whether to be a buyer or a seller and submit a bid of cash to buy assets, OR a quantity of asset to sell for cash.
You can also submit your prediction of the market price of assets, which will then update your expected payoff.If you do not move any sliders, your decision will default to neither buying nor selling any assets.
If you want to buy assets: Choose the amount of cash you want to bid (b) out of {{ cash }}: units of cash |
If you want to sell assets: Choose the amount of assets you want to offer (q) out of {{ player.asset }}: units in assets |
Round | Assets | Cash | # Impatient costumers | Liquid? | Solvent? | Predicted price | Actual price | Allocation payoff | Prediction payoff |
---|---|---|---|---|---|---|---|---|---|
{{ p.round_number }} | {{ p.asset }} | {{ p.cash_aux }} | {{p.impatient}} | {{ p.liquid }} | {{ p.solvent }} | {% if p.no_trade == 1 %} No trade {% else %} {{ p.price_guess }} {% endif %} | {% if p.group.subsession.price == 0 %} No trade {% else %} {{ p.group.subsession.price_display|to2 }} {% endif %} | {{ p.allocation_payoff }} | {{ p.prediction_payoff }} |