Preview amortisation schedule
Computes a deterministic declining-balance schedule for the supplied loan parameters without persisting any data.
Authorizations
JWT bearer token issued by the identity provider.
Body
Annual interest rate as a decimal string (e.g. "0.12000000").
"0.12000000"
Day count convention identifier.
"ACT/365"
ISO-2 jurisdiction code.
2"BR"
Principal amount as a decimal string (e.g. "50000.00").
"50000.00"
Schedule start date (RFC3339 or YYYY-MM-DD).
"2026-06-14T00:00:00Z"
Number of months.
1 <= x <= 60024
Grace period in days.
0 <= x <= 36530
Response
OK
Identifier of the business calendar used to resolve due dates.
Day count convention applied to interest accrual.
"ACT/365"
Ordered amortisation schedule, one entry per installment.
ISO-2 jurisdiction code resolved for this preview.
"BR"
Jurisdiction profile version used to compute the schedule.
"1.0.0"
Sum of interest across all installments as a decimal string, minor-unit precision scale 2 (e.g. "4321.00").
"4321.00"
Sum of principal across all installments as a decimal string, minor-unit precision scale 2 (e.g. "50000.00").
"50000.00"
Effective-cost breakdown; present only when the jurisdiction profile computes one.
Per-jurisdiction overlay payload; present only when the profile emits one.

