calculate_installment
Calculate fixed monthly loan payments using the Price amortization system from total amount, number of installments, and monthly interest rate. Get the installment value for a financing or loan.
Instructions
Calcula parcelas de financiamento/empréstimo pelo sistema Price (parcelas fixas).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | Valor total em R$ | |
| installments | Yes | Número de parcelas | |
| monthly_rate | Yes | Taxa de juros mensal (ex: 0.02 = 2% ao mês) |