financial_calc
Calculate financial metrics including compound/simple interest, loan payments, ROI, and present/future value with customizable rates and periods.
Instructions
Perform financial calculations (interest, loans, ROI).
Rates are percentages. compound_interest/present_value/future_value
default to annual compounding (periods=1); loan_payment defaults to monthly
(periods=12). roi uses principal (initial) and future_value (final).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rate | No | Annual rate as a percentage, e.g. 5 for 5%. | |
| time | No | Time in years. | |
| periods | No | Compounds/payments per year. | |
| operation | Yes | ||
| principal | No | ||
| future_value | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||