calculate_sip_dca
Calculate the future value of periodic investments (SIP/DCA) with optional annual step-up. Enter monthly contribution, expected return, and years to compute total corpus.
Instructions
Compute the future value of periodic contributions (SIP in India, DCA globally). Supports annual step-up of monthly contributions. Example queries: 'SIP ₹5000/month for 15 years at 12%', 'how much SIP to reach 1 crore in 10 years', 'DCA $500/month into index fund for 30 years', 'step-up SIP with 10% annual increase'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| monthly_amount | Yes | Fixed monthly contribution. | |
| annual_return | Yes | Decimal expected annual return, e.g. 0.12 for 12%. | |
| years | Yes | Investment horizon in years. | |
| step_up_percent | No | Annual % increase in monthly contribution. E.g. 10.0 = 10% step-up each year. |