sip_calc
Calculate the maturity amount of a Systematic Investment Plan (SIP) with compounding growth using monthly investment, annual return rate, and investment period.
Instructions
Calculate Systematic Investment Plan (SIP) returns with compounding.
Parameters:
monthly_investment — Monthly investment amount.
rate — Expected annual return rate (e.g. 12.0 for 12%).
years — Investment period in years.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| monthly_investment | Yes | ||
| rate | Yes | ||
| years | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |