{{ extends 'global/Page.html' }} {{ block title }}Period {{ player.round_number }}{{ endblock }} {{ block content }}

Redemption Decision

You currently have an investment in the fund.

If you submit a redemption request this period, your current redemption amount is {{ player.redemption_amount_start|to2 }} ECU.

A redemption request is paid only if the fund has enough cash to pay your full redemption amount when your request is processed.

You may choose to Redeem or Stay invested.

Your Choice

{{ formfield 'redemption_choice' label="" }} {{ if C.DEBUG }}
DEBUG — REMOVE BEFORE LAUNCH
P-number P{{ player.id_in_subsession }}
Period {{ player.round_number }}
Entry period {{ player.entry_period }}
Completed holding periods at start {{ player.holding_periods_start }}
Current redemption amount {{ player.redemption_amount_start }} ECU
Can redeem {{ player.can_redeem }}
Hidden tie priority {{ player.tie_priority }}
Fund cash after entries {{ player.group.fund_cash_after_entries }} ECU
{{ endif }} {{ next_button }} {{ endblock }}