calculate_sip_returns
Calculate future value, total invested, and wealth gained for a systematic investment plan with optional annual step-up.
Instructions
Calculate SIP (Systematic Investment Plan) returns. Shows future value, total invested, and wealth gained. Optional step_up_percentage: annual increase in SIP amount (e.g., 10 for 10%).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| years | Yes | ||
| annual_return | Yes | ||
| monthly_investment | Yes | ||
| step_up_percentage | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |