compare_loans
Compare loan options by inputting principal, annual rate, and tenure to find the best deal.
Instructions
Compare multiple loan options to find the best deal. Input: JSON array of loans, each with: principal, annual_rate, tenure_years, name. Example: [{"principal": 5000000, "annual_rate": 8.5, "tenure_years": 20, "name": "Bank A"}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loans_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |