v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBLoan Accounts
Get loan account CET disclosure
Returns the latest immutable CET disclosure artifact frozen for the active loan account.
get/api/v1/br/loan-accounts/{id}/cet-disclosure
Path parameters
idstring uuid required
Loan account identifier.
Loan account identifier.
Response
OK
Example response
{
"cetAnnualPct": "12.34567890",
"cetMonthlyPct": "1.23456789",
"createdAt": "2026-06-14T12:00:00Z",
"frozenAt": "2026-06-14T12:00:00Z",
"id": "550e8400-e29b-41d4-a716-446655440000",
"jurisdictionCode": "BR",
"loanAccountId": "550e8400-e29b-41d4-a716-446655440002",
"loanApplicationId": "550e8400-e29b-41d4-a716-446655440001",
"profileVersion": "1.0.0"
}