calculate_finance
Compute compound future or present value and periodic loan payments from principal, annual rate, and years. Use it to solve finance problems with adjustable compounding periods.
Instructions
Calculate compound future/present value or periodic loan payment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| years | Yes | ||
| operation | Yes | ||
| principal | Yes | ||
| periodsPerYear | No | ||
| annualRatePercent | Yes |