loan_comparison
Compare loan options by total cost, monthly payment, and APR to evaluate trade-offs between interest rates, fees, and loan terms for informed borrowing decisions.
Instructions
Compare two loan options by total cost, monthly payment, and true APR.
Helps decide between a lower rate with higher fees vs higher rate with lower fees, or shorter term (higher payment, less interest) vs longer term (lower payment, more interest).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loan_amount | Yes | Amount to borrow | |
| option_a_rate_pct | Yes | Annual interest rate for option A (%) | |
| option_a_years | Yes | Loan term for option A in years | |
| option_b_rate_pct | Yes | Annual interest rate for option B (%) | |
| option_b_years | Yes | Loan term for option B in years | |
| option_a_fees | No | Upfront fees for option A (origination, closing costs, etc.) | |
| option_b_fees | No | Upfront fees for option B |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||