v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBLoan Accounts
Get credit operation descriptor
Returns the Res. CMN 5.004/2022 credit operation descriptor, optionally reconstructed as of a business date.
get/api/v1/br/loan-accounts/{id}/credit-descriptor
Path parameters
idstring uuid required
Loan account identifier.
Loan account identifier.
Query parameters
asOfDatestring date
Optional as-of date (YYYY-MM-DD) to reconstruct the descriptor.
Optional as-of date (YYYY-MM-DD) to reconstruct the descriptor.
Response
OK
Example response
{
"accrualState": "accruing",
"annualRate": "24.50",
"asOfDate": "2026-06-14",
"cetAnnualPct": "28.40",
"cetMonthlyPct": "2.11",
"createdAt": "2026-06-14T12:00:00Z",
"descriptorDate": "2026-06-14",
"id": "550e8400-e29b-41d4-a716-446655440000",
"installmentCount": 24,
"iofAmount": "50.34",
"jurisdictionCode": "BR",
"lastPaymentDate": "2026-06-14",
"loanAccountId": "550e8400-e29b-41d4-a716-446655440001",
"loanApplicationId": "550e8400-e29b-41d4-a716-446655440002",
"monthlyRate": "1.85",
"nextDueDate": "2026-06-14",
"originalTerm": 24,
"outstandingBalance": "43250.75",
"overdueInstallmentCount": 1,
"paidInstallmentCount": 6,
"pddStage": "stage_1",
"prepaymentSettlementId": "550e8400-e29b-41d4-a716-446655440003",
"principalOutstanding": "42000.00",
"profileVersion": "1.0.0",
"refreshedAt": "2026-06-14T12:00:00Z",
"status": "active",
"totalCharges": "320.00",
"totalTaxes": "86.84"
}