Your net worth walked forward one year at a time — savings going in while you work, living costs coming out after you stop, and your dated goals landing along the way. It reads from what you've already entered; only the four numbers below are new.
At {{ "%g"|format(return_pct) }}% returns you'd still have ₹{{ "{:,.0f}".format(s.final_corpus_real) }} at {{ end_age }}, in today's money — against ₹{{ "{:,.0f}".format(corpus) }} now.
{% else %} The base caseAt {{ "%g"|format(return_pct) }}% returns, the corpus is spent {{ end_age - s.depletion_age }} years before {{ end_age }}.
{% endif %} {# The number the depletion age raises but doesn't answer: what would fix it. #}Starting from today's net worth of ₹{{ "{:,.0f}".format(corpus) }} {%- if annual_expense %}, drawing ₹{{ "{:,.0f}".format(annual_expense) }}/yr once you retire{% endif %}. Dots mark a goal falling due. Plotted in today's rupees — the nominal balance decades out is mostly inflation, and a number like ₹580 crore at 95 tells you nothing about whether the plan works.
| Goal | When | Amount |
|---|---|---|
| {{ g.name }} | {{ g.target_date }} | ₹{{ "{:,.0f}".format(g.target_amount) }} |
| Total one-off spending | ₹{{ "{:,.0f}".format(s.total_outflows) }} |
No dated goals yet. Add one on Goals — a child's college, a wedding, a house deposit — and it'll land on this curve in the year it's due.
{% endif %} {% if undated_goals %}{{ undated_goals|length }} goal{{ '' if undated_goals|length == 1 else 's' }} without a target date {{ 'is' if undated_goals|length == 1 else 'are' }} not on this curve — there's no year to spend {{ 'it' if undated_goals|length == 1 else 'them' }} in.
{% endif %}| Age | Year | Added | Drawn | Goals | Balance (today's ₹) |
|---|---|---|---|---|---|
| {{ r.age }}{% if r.age == retire_age %} retires{% endif %} | {{ r.year }} | {{ "₹{:,.0f}".format(r.savings) if r.savings else "—" }} | {{ "₹{:,.0f}".format(r.expenses) if r.expenses else "—" }} | {%- if r.outflows %}₹{{ "{:,.0f}".format(r.outflows) }} {{ r.outflow_labels|join(", ") }}{% else %}—{% endif -%} | ₹{{ "{:,.0f}".format(r.real_closing) }} |
Every fifth year, plus retirement and any year a goal lands. Added, Drawn and Goals are in that year's rupees — what you'd actually pay or save then; Balance is deflated to today's money so it's comparable to your net worth now.