calc_compound_interest
Compute the future value of an investment using compound interest, with options for compounding frequency and monthly contributions.
Instructions
Calculate compound interest growth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| principal | Yes | ||
| annual_rate | Yes | ||
| years | Yes | ||
| compounds_per_year | No | ||
| monthly_contribution | No |