Skip to main content
GET
Get loan product version

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de caminho

id
string<uuid>
obrigatório

Product version snapshot identifier.

Resposta

OK

accrualBasis
string
obrigatório

Interest recognition method the servicing accrual engine applies (effective_interest|linear).

Exemplo:

"effective_interest"

changeReason
string
obrigatório

Reason recorded for creating this version.

createdAt
string
obrigatório

Creation timestamp (RFC3339, UTC).

Exemplo:

"2026-06-14T12:00:00Z"

currency
string
obrigatório

ISO 4217 currency code the product version denominates (3 uppercase letters).

Exemplo:

"BRL"

fixedAnnualRateBps
integer<int64>
obrigatório

Fixed annual rate in basis points (1 bps = 0.01%).

Exemplo:

1850

floatingSpreadBps
integer<int64>
obrigatório

Floating spread in basis points (1 bps = 0.01%).

Exemplo:

1850

id
string
obrigatório

Server-assigned version identifier (uuid).

Exemplo:

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

jurisdictionCode
string
obrigatório

Jurisdiction profile code (e.g. BR).

Exemplo:

"BR"

productId
string
obrigatório

Owning loan product identifier (uuid).

Exemplo:

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

rateMode
string
obrigatório

Rate mode (fixed|floating).

Exemplo:

"fixed"

requiresFloatingRate
boolean
obrigatório

Whether a floating-rate table is required for this version.

floatingRateTableId
string

Linked floating-rate table identifier (uuid); empty in fixed mode.

Exemplo:

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

jurisdictionExtensions
object

Opaque per-jurisdiction version fields, echoed from the request for traceability.

rateBand
object

Price band this version authorizes, in annual basis points. Absent only on a stored version that predates the band; such a version originates nothing.