loan_comparison
Compare multiple loan options to find the lowest monthly payment. Each loan includes principal, rate, time, and optional periods, with invalid entries reported individually.
Instructions
Compare multiple loan options and identify the lowest monthly payment.
Each loan object accepts the same fields as financial_calc loan_payment
(principal, rate, time, periods). Invalid loans are reported per-index rather
than aborting the whole comparison.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loans | Yes | Each loan: principal, rate, time, optional periods. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||