{{ extends 'global/Page.html' }} {{ block title }}Checking....{{ endblock }} {{ block content }}
Market {{ market_number }}
| Fund cash after entries | {{ fund_cash_after_entries }} ECU |
|---|---|
| Redemption requests | {{ num_redemption_requests }} |
| Successful redemptions | {{ num_redemptions_paid }} |
| Total successful redemption payments | {{ successful_redemption_total }} ECU |
| Fund cash after redemption processing | {{ fund_cash_after_redemptions }} ECU |
| Expected cash after successful payments | {{ expected_cash_after_redemptions }} ECU |
| Fund collapsed this period | {{ collapsed_this_period }} |
| Shortfall-triggering request | {{ shortfall_request_amount }} ECU |
| Investors receiving collapse settlement | {{ num_investors_settled }} |
| Settlement per remaining investor | {{ settlement_share }} ECU |
| Total collapse settlement | {{ settlement_total }} ECU |
| Request count | {{ if request_count_ok }} PASS {{ else }} FAIL {{ endif }} |
|---|---|
| Successful payment count | {{ if paid_count_ok }} PASS {{ else }} FAIL {{ endif }} |
| Fund cash calculation | {{ if cash_math_ok }} PASS {{ else }} FAIL {{ endif }} |
| Overall redemption-stage check | {{ if overall_ok }} PASS {{ else }} FAIL {{ endif }} |
| Link | Entry Period | Tie Priority | Can Redeem | Choice | Timed Out | Requested | Processing Order | Redemption Amount | Paid | Payment | Shortfall Trigger | Collapse Settlement | Still Invested After Processing |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| P{{ row.link_number }} | {{ row.entry_period }} | {{ row.tie_priority }} | {{ if row.can_redeem }} Yes {{ else }} No {{ endif }} | {{ if row.redemption_choice }} {{ row.redemption_choice }} {{ else }} — {{ endif }} | {{ row.timed_out }} | {{ row.requested }} | {{ row.processing_order }} | {{ row.redemption_amount }} | {{ row.paid }} | {{ row.payment }} | {{ row.shortfall_trigger }} | {{ row.settlement_payment }} | {{ row.currently_invested_end }} |