Goals
Set a target and a date — we work out the monthly investment needed to get there.
Your Retirement (FIRE) goal is tracked automatically from your Expenses.
{% if has_goals or fire %}
Overall progress
{{ "%.0f"|format(overall_pct) }}%
₹{{ "{:,.0f}".format(total_saved) }} of ₹{{ "{:,.0f}".format(total_target) }} across {{ goals|length }} goal{{ '' if goals|length == 1 else 's' }}
{% if total_monthly %}
Needed each month
₹{{ "{:,.0f}".format(total_monthly) }}
to keep every dated goal on track
Or as a lump sum today
₹{{ "{:,.0f}".format(total_lumpsum) }}
set aside now instead of the monthly SIPs
{% endif %}
{% endif %}
{# --- Retirement (FIRE): read-only, mirrored from Expenses -------------------- #}
{% if fire %}