compound_interest
Calculate investment growth with compound interest and optional monthly contributions to project future value, total interest earned, and year-by-year growth.
Instructions
Project investment growth with compound interest and optional regular contributions.
Shows final value, total contributions, total interest earned, and a year-by-year growth table. Uses the standard compound interest formula with optional periodic contributions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| principal | Yes | Initial investment amount | |
| annual_rate_pct | Yes | Expected annual return percentage (e.g., 7 for 7%) | |
| years | Yes | Number of years to invest | |
| monthly_contribution | No | Additional amount added every month (0 for lump sum only) | |
| compounding_frequency | No | How often interest compounds: 'monthly', 'quarterly', 'annually' | monthly |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||