{{ extends 'global/Page.html' }} {{ block title }}Checking...{{ endblock }} {{ block content }}
Market {{ market_number }}
| Hidden scheduled end period | {{ scheduled_end_period }} |
|---|
| Fund open at start | {{ if market_open_start }} Yes {{ else }} No {{ endif }} |
|---|---|
| Passive cash-only period | {{ if passive_period }} Yes {{ else }} No {{ endif }} |
| Fund collapsed this period | {{ if collapsed_this_period }} Yes {{ else }} No {{ endif }} |
| Fund open at end | {{ if market_open_end }} Yes {{ else }} No {{ endif }} |
| Experiment continues to next period | {{ if continues_to_next_period }} Yes {{ else }} No {{ endif }} |
| Fund ended this period | {{ if ended_this_period }} Yes {{ else }} No {{ endif }} |
| Fund end reason | {{ if end_reason }} {{ end_reason }} {{ else }} — {{ endif }} |
| Final experiment period | {{ if final_period }} Yes {{ else }} No {{ endif }} |
| Final reason | {{ if final_reason }} {{ final_reason }} {{ else }} — {{ endif }} |
| Fund cash after interest | {{ fund_cash_after_interest|to2 }} ECU |
|---|---|
| Fund cash at end | {{ fund_cash_end|to2 }} ECU |
| Investors receiving settlement | {{ num_investors_settled }} |
| Settlement per investor | {{ settlement_share|to2 }} ECU |
| Total settlement | {{ settlement_total|to2 }} ECU |
| Continuation |
Expected:
{{ if expected_continuation }}
Yes
{{ else }}
No
{{ endif }}
Recorded: {{ if continues_to_next_period }} Yes {{ else }} No {{ endif }} {{ if continuation_ok }} PASS {{ else }} FAIL {{ endif }} |
|---|---|
| Final-period status |
Expected:
{{ if expected_final_period }}
Yes
{{ else }}
No
{{ endif }}
Recorded: {{ if final_period }} Yes {{ else }} No {{ endif }} {{ if final_period_ok }} PASS {{ else }} FAIL {{ endif }} |
| Fund-open status |
Expected:
{{ if expected_market_open_end }}
Yes
{{ else }}
No
{{ endif }}
Recorded: {{ if market_open_end }} Yes {{ else }} No {{ endif }} {{ if market_open_ok }} PASS {{ else }} FAIL {{ endif }} |
| Overall continuation-state check | {{ if overall_ok }} PASS {{ else }} FAIL {{ endif }} |
| Link | Cash Start | Cash Interest | Redemption Payment | Settlement Payment | Cash End | Still Invested |
|---|---|---|---|---|---|---|
| P{{ row.link_number }} | {{ row.cash_start|to2 }} | {{ row.cash_interest|to2 }} | {{ row.redemption_payment|to2 }} | {{ row.settlement_payment|to2 }} | {{ row.cash_end|to2 }} | {{ if row.currently_invested_end }} Yes {{ else }} No {{ endif }} |