Skip to main content
POST
Append floating-rate period

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

id
string<uuid>
required

Floating-rate table identifier.

Body

application/json
annualRateBps
integer<int64>
required

Reference annual rate for the period, basis points.

Required range: x >= 0
Example:

1075

effectiveDate
string
required

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.

Example:

"2026-03-01"

Response

Created

annualRateBps
integer<int64>
required

Reference annual rate for the period, basis points.

Example:

1075

effectiveDate
string
required

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

Example:

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

id
string
required

Rate period identifier (uuid).

Example:

"77777777-7777-7777-7777-777777777777"

endDate
string

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

Example:

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