{{ extends 'global/Page.html' }} {{ block title }}Checking....{{ endblock }} {{ block content }}
ENTRY DEBUG — REMOVE BEFORE LAUNCH
Hidden information below is shown only for testing.

Period {{ round_number }} Entry Check

Market {{ market_number }}

Market-Level Entry Accounting

Fund cash before new investments {{ fund_cash_start }} ECU
Recorded number of new investments {{ num_new_investments }}
Counted from participant records {{ counted_investments }}
Investment count check {{ if investment_count_ok }} PASS {{ else }} FAIL {{ endif }}
Recorded new investment total {{ new_investment_total }} ECU
Expected new investment total {{ expected_investment_total }} ECU
Investment total check {{ if investment_total_ok }} PASS {{ else }} FAIL {{ endif }}
Recorded fund cash after entries {{ fund_cash_after_entries }} ECU
Expected fund cash after entries {{ expected_fund_after_entries }} ECU
Fund cash check {{ if fund_cash_ok }} PASS {{ else }} FAIL {{ endif }}
All participant cash calculations {{ if all_player_cash_ok }} PASS {{ else }} FAIL {{ endif }}
Overall entry-stage check {{ if entry_stage_ok }} PASS {{ else }} FAIL {{ endif }}

Participant-Level Entry Check

{{ for row in rows }} {{ endfor }}
Link Market Position Eligibility Period Can Invest Entry Choice Timed Out Invested Cash Start Cash Interest Base Expected Interest Base Cash Math
P{{ row.link_number }} {{ row.market_position }} {{ row.eligibility_period }} {{ if row.can_invest }} Yes {{ else }} No {{ endif }} {{ if row.entry_choice }} {{ row.entry_choice }} {{ else }} — {{ endif }} {{ if row.entry_timed_out }} YES {{ else }} No {{ endif }} {{ if row.invested_this_period }} YES {{ else }} No {{ endif }} {{ row.cash_start }} {{ row.cash_interest_base }} {{ row.expected_interest_base }} {{ if row.cash_math_ok }} PASS {{ else }} FAIL {{ endif }}
{{ next_button }} {{ endblock }}