compound_interest_calculator
Compute compound interest on principal with optional monthly contributions and compounding frequency to project investment growth over time.
Instructions
Compound interest with optional monthly contributions. Input: principal, annualRate (%), years, monthlyContribution, compoundFreq (default 12).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| years | Yes | ||
| principal | Yes | ||
| annualRate | Yes | ||
| compoundFreq | No | ||
| monthlyContribution | No |