calc_compound_interest
Calculate compound interest growth given principal, annual rate, and time period. Optionally specify compounding frequency and monthly contributions.
Instructions
Calculate compound interest growth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| years | Yes | ||
| principal | Yes | ||
| annual_rate | Yes | ||
| compounds_per_year | No | ||
| monthly_contribution | No |