financial_calculator
Calculate financial metrics such as simple interest, compound interest, loan EMI, and percentages. Input principal, rate, time, and compounding frequency to get accurate results.
Instructions
Calculate financial metrics like Simple Interest, Compound Interest, Loan EMI, and Percentages.
Args: calc_type: 'simple_interest', 'compound_interest', 'loan_emi', or 'percentage' principal: Principal loan/investment amount (or base value for percentage) rate: Annual interest rate in percent (e.g., 7.5 for 7.5%) time: Duration in years compounding_frequency: Times per year compounding occurs (1=annual, 4=quarterly, 12=monthly) amount: Optional secondary parameter
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rate | No | ||
| time | No | ||
| amount | No | ||
| calc_type | Yes | ||
| principal | No | ||
| compounding_frequency | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |