Skip to main content
POST
Previsualizar el cronograma de amortización

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Cuerpo

application/json
annualInterestRate
string
requerido

Annual interest rate as a decimal string (e.g. "0.12000000").

Ejemplo:

"0.12000000"

dayCountConvention
string
requerido

Day count convention identifier.

Ejemplo:

"ACT/365"

jurisdictionCode
string
requerido

ISO-2 jurisdiction code.

Required string length: 2
Ejemplo:

"BR"

principalAmount
string
requerido

Principal amount as a decimal string (e.g. "50000.00").

Ejemplo:

"50000.00"

startDate
string
requerido

Schedule start date (RFC3339 or YYYY-MM-DD).

Ejemplo:

"2026-06-14T00:00:00Z"

termMonths
integer<int64>
requerido

Number of months.

Rango requerido: 1 <= x <= 600
Ejemplo:

24

gracePeriodDays
integer<int64>

Grace period in days.

Rango requerido: 0 <= x <= 365
Ejemplo:

30

Respuesta

OK

calendarReference
string
requerido

Identifier of the business calendar used to resolve due dates.

dayCountConvention
string
requerido

Day count convention applied to interest accrual.

Ejemplo:

"ACT/365"

installments
object[] | null
requerido

Ordered amortisation schedule, one entry per installment.

jurisdictionCode
string
requerido

ISO-2 jurisdiction code resolved for this preview.

Ejemplo:

"BR"

profileVersion
string
requerido

Jurisdiction profile version used to compute the schedule.

Ejemplo:

"1.0.0"

totalInterest
string
requerido

Sum of interest across all installments as a decimal string, minor-unit precision scale 2 (e.g. "4321.00").

Ejemplo:

"4321.00"

totalPrincipal
string
requerido

Sum of principal across all installments as a decimal string, minor-unit precision scale 2 (e.g. "50000.00").

Ejemplo:

"50000.00"

effectiveCostPreview
object

Effective-cost breakdown; present only when the jurisdiction profile computes one.

jurisdictionExtensions
object

Per-jurisdiction overlay payload; present only when the profile emits one.