calculate-loan-payment
Calculate monthly loan payments using the French amortization system to determine payment amount, total cost, and interest for financial planning.
Instructions
Calculate monthly loan payment using the French amortization system (fixed payment). Returns payment, total amount, and interest. | Calcular la cuota mensual de un préstamo usando el sistema francés (cuota fija). Devuelve cuota, total a pagar e intereses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Loan amount | Monto del préstamo | |
| rate | Yes | Annual interest rate (%) | Tasa de interés anual (%) | |
| term | Yes | Term in months | Plazo en meses |