{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
{% endblock %}
{% block content %}
The following table summarizes the survival cutoff and the random number drawn from 1 to 100 in each period.
As mentioned earlier, the first period when the random draw is greater than the survival cut-off is the termination/death period.
| Period | Survival Cutoff | Social Security Benefit | Consumption | Ending Savings | Period Payoff | Cumulative Payoff |
|---|---|---|---|---|---|---|
| {{ p.round_number }} | {{ }} | {{ p.ssb }} | {{ p.consumption }} | {{ p.ending_balance }} | ${{ p.period_payoff }} | ${{ p.cumulative_payoff }} |
Your cumulative payoff till Round {{ paying_round }} of Task {{ paying_task }} is {{ currencypayoff }}.