{{ extends 'global/Page.html' }} {{ block title }}Period {{ player.round_number }}{{ endblock }} {{ block content }}
Please answer the following questions about what you think will happen in the next period, assuming the market continues.
You will not receive feedback about the accuracy of these predictions during the market.
Assuming the market continues, how many new investments in the fund will be made in the next period?
{{ formfield 'prediction_new_investments' label="" }}Assuming the market continues, how many redemption requests will be made in the next period?
{{ formfield 'prediction_redemption_requests' label="" }}Assuming the market continues, will the fund close because of insufficient cash by the end of the next period?
{{ formfield 'prediction_fund_closes' label="" }} {{ if own_prediction_applicable }}Assuming the market continues, if you submit a redemption request next period, will it be paid in full?
{{ formfield 'prediction_own_redemption_paid' label="" }} {{ endif }} {{ if C.DEBUG }}| P-number | P{{ player.id_in_subsession }} |
|---|---|
| Period | {{ player.round_number }} |
| Currently invested | {{ player.currently_invested_end }} |
| Own-redemption question applicable | {{ own_prediction_applicable }} |
| Entry period | {{ player.entry_period }} |
| Hidden tie priority | {{ player.tie_priority }} |