“`html
📈

SIP Calculator

Systematic Investment Plan returns calculator

Enter SIP Details

Currency$
Payment TimingEnd of month
Monthly SIP Amount$1,000
$
Expected Return (p.a.)12%
%
Inflation (p.a.)5%
%
Tenure10 yrs 0 mo
yrs
mo
Start Date
Step‑Up %/year10%
%
Step‑Up Start (year)1
yr

Maturity Amount

$0

Total Invested: $0 | Gain: $0

Annualized Return (IRR)

0%

Real Value (inflation-adjusted)

$0

Monthly Schedule

# Date Contribution Interest Closing
`); w.document.close(); } function reset(){ el('sipvCurr').value = '$'; el('sipvWhen').value = 'end'; el('sipvAmount').value = 1000; el('sipvRate').value = 12; el('sipvInflation').value = 5; el('sipvYears').value = 10; el('sipvMonths').value = 0; el('sipvStartDate').valueAsDate = new Date(); el('sipvStepOn').checked = false; el('sipvStepPct').value = 10; el('sipvStepPct').disabled = true; el('sipvStepStartYear').value = 1; el('sipvStepStartYear').disabled = true; syncLive(); calc(); } // Events el('sipvCalcBtn').addEventListener('click', calc); el('sipvResetBtn').addEventListener('click', reset); el('sipvCsvSumBtn').addEventListener('click', exportSummaryCSV); el('sipvCsvSchBtn').addEventListener('click', exportScheduleCSV); el('sipvPdfBtn').addEventListener('click', exportPDF); ['sipvCurr','sipvWhen','sipvAmount','sipvRate','sipvInflation','sipvYears','sipvMonths','sipvStartDate','sipvStepPct','sipvStepStartYear'].forEach(id=>{ el(id).addEventListener('input', syncLive); el(id).addEventListener('change', syncLive); }); el('sipvStepOn').addEventListener('change', (e)=>{ el('sipvStepPct').disabled = !e.target.checked; el('sipvStepStartYear').disabled = !e.target.checked; syncLive(); }); // init reset(); })(); “`

SIP Calculator

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top