simulate_investment
Project the growth of SIP or lump-sum investments over time using expected returns, duration, and optional inflation adjustment. Get deterministic financial simulations for informed planning.
Instructions
Simulate the growth of SIP or lump-sum investments over time with deterministic financial calculations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| duration | Yes | Duration of investment in years | |
| monthlySIP | Yes | Monthly SIP amount | |
| expectedReturn | Yes | Expected annual return rate (percentage) | |
| inflationAdjusted | No | Whether to adjust results for inflation | |
| initialInvestment | Yes | Initial lump-sum investment amount |