Skip to main content
POST
Append floating-rate period

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

id
string<uuid>
requerido

Floating-rate table identifier.

Cuerpo

application/json
annualRateBps
integer<int64>
requerido

Reference annual rate for the period, basis points.

Rango requerido: x >= 0
Ejemplo:

1075

effectiveDate
string
requerido

Date this rate takes effect, inclusive (RFC3339 or YYYY-MM-DD, UTC). Must be strictly after every period already on the curve: a curve is append-only in time and never restates a rate that was already in force.

Ejemplo:

"2026-03-01"

Respuesta

Created

annualRateBps
integer<int64>
requerido

Reference annual rate for the period, basis points.

Ejemplo:

1075

effectiveDate
string
requerido

Date this rate takes effect, inclusive (RFC3339, UTC).

Ejemplo:

"2026-01-01T00:00:00Z"

id
string
requerido

Rate period identifier (uuid).

Ejemplo:

"77777777-7777-7777-7777-777777777777"

endDate
string

Date this rate stops applying, inclusive (RFC3339, UTC); absent while the period is open-ended.

Ejemplo:

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