Skip to main content
POST
Append floating-rate period

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de caminho

id
string<uuid>
obrigatório

Floating-rate table identifier.

Corpo

application/json
annualRateBps
integer<int64>
obrigatório

Reference annual rate for the period, basis points.

Intervalo obrigatório: x >= 0
Exemplo:

1075

effectiveDate
string
obrigatório

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.

Exemplo:

"2026-03-01"

Resposta

Created

annualRateBps
integer<int64>
obrigatório

Reference annual rate for the period, basis points.

Exemplo:

1075

effectiveDate
string
obrigatório

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

Exemplo:

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

id
string
obrigatório

Rate period identifier (uuid).

Exemplo:

"77777777-7777-7777-7777-777777777777"

endDate
string

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

Exemplo:

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