Skip to main content
GET
Get loan product floating rate table

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

id
string<uuid>
required

Loan product identifier.

Example:

"550e8400-e29b-41d4-a716-446655440000"

Query Parameters

productVersionId
string<uuid>
required

Loan product version identifier.

Example:

"550e8400-e29b-41d4-a716-446655440001"

asOf
string<date>
required

As-of date (YYYY-MM-DD).

Example:

"2026-06-14"

Response

OK

rateMode
string
required

Resolved product-version rate mode (fixed|floating).

Example:

"floating"

period
object

Effective period for the requested as-of date; present when one applies.

table
object

Linked floating-rate table with its periods; present in floating mode.

terms
object

Product-version rate linkage terms; present when resolved.