{% extends "global/Page.html" %} {% load otree static %} {% block title %} Final Results {% endblock %} {% block app_styles %} {% endblock %} {% block content %}
This concludes the experiment.
{% if is_accountant %} {% if num_paying_rounds_allocation > 1 %}The following rounds were chosen to be paid for the declarations of solvency and liquidity: {{ paying_rounds_allocation }}
Your total earnings for declarations for those rounds was: {{ earnings_allocation }}
{% else %}The following round was chosen to be paid for the declarations of solvency and liquidity: {{ paying_rounds_allocation }}
Your earnings for declarations for that round were: {{ earnings_allocation }}
{% endif %} {% else %} {% if num_paying_rounds_allocation > 1 %}The following rounds were chosen to be paid for the allocation decision: {{ paying_rounds_allocation }}
Your total earnings for allocation decisions for those rounds was: {{ earnings_allocation }}
{% else %}The following round was chosen to be paid for the allocation decision: {{ paying_rounds_allocation }}
Your earnings for the allocation decision for that round was: {{ earnings_allocation }}
{% endif %} {% endif %} {% if num_paying_rounds_prediction > 1 %}The following rounds were chosen to be paid for prediction accuracy: {{ paying_rounds_prediction }}
Your total earnings for predictions for those rounds was: {{ earnings_prediction }}
{% else %}The following round was chosen to be paid for prediction accuracy: {{ paying_rounds_prediction }}
Your earnings for the prediction for that round was: {{ earnings_prediction }}
{% endif %}This brings your earnings from both allocation and prediction to {{ total_earnings }}.
In addition, you will receive the {{ show_up_fee }} participation payment.
This brings your total payment to {{ total_payoff }}.
Round | Declared Liquid? | Declared Solvent? | Liquid Correct? | Solvent Correct? | Payoff for liquid/solvent correct | Prediction payoff | |||
---|---|---|---|---|---|---|---|---|---|
{{ p.round_number }} | {{ p.liquid }} | {{ p.solvent }} | {{ p.liquid_correct }} | {{ p.solvent_correct }} | {{ p.allocation_payoff }} | {{ p.prediction_payoff }} | |||
Round | Assets | Cash | # Impatient costumers | Liquid? | Solvent? | Predicted price | Actual price | Allocation payoff | Prediction payoff |
{{ p.round_number }} | {{ p.asset }} | {{ p.cash_dollars }}.{{ p.cash_cents }} | {{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 }} |