v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBLoanProducts
Create loan product version
Creates a new version snapshot of a loan product with updated regulatory parameters.
post/api/v1/loan-products/{id}/versions
Path parameters
idstring uuid required
Loan product identifier.
Loan product identifier.
Request body
Example request
{
"currency": "BRL",
"fixedAnnualRateBps": 1850,
"floatingRateTableId": "550e8400-e29b-41d4-a716-446655440002",
"floatingSpreadBps": 1850,
"jurisdictionCode": "BR",
"rateMode": "fixed"
}Response
Created
Example response
{
"createdAt": "2026-06-14T12:00:00Z",
"currency": "BRL",
"fixedAnnualRateBps": 1850,
"floatingRateTableId": "550e8400-e29b-41d4-a716-446655440002",
"floatingSpreadBps": 1850,
"id": "550e8400-e29b-41d4-a716-446655440001",
"jurisdictionCode": "BR",
"productId": "550e8400-e29b-41d4-a716-446655440000",
"rateMode": "fixed"
}