---
title: "Get loan account CET disclosure"
method: GET
path: "/api/v1/br/loan-accounts/{id}/cet-disclosure"
tags: ["Loan Accounts"]
---

# Get loan account CET disclosure

`GET /api/v1/br/loan-accounts/{id}/cet-disclosure`

Returns the latest immutable CET disclosure artifact frozen for the active loan account.

## Path parameters

- `id` string, uuid, required — Loan account identifier.

## Response `200`

OK

- CETDisclosureResponse
  - `cetAnnualPct` string, required — Custo Efetivo Total, annualized, as a percentage decimal string with scale 8 (e.g. "12.34567890").
  - `cetMonthlyPct` string, required — Custo Efetivo Total, monthly, as a percentage decimal string with scale 8 (e.g. "1.23456789").
  - `createdAt` string, required — RFC3339 UTC timestamp at which the disclosure record was created.
  - `frozenAt` string, required — RFC3339 UTC timestamp at which the disclosure was frozen and made immutable.
  - `id` string, required — Unique identifier (UUID) of the frozen CET disclosure record.
  - `jurisdictionCode` string, required — ISO jurisdiction code governing the disclosure (e.g. "BR").
  - `loanAccountId` string, required — UUID of the loan account the disclosure is bound to.
  - `loanApplicationId` string, required — UUID of the loan application this CET disclosure was computed for.
  - `memoryOfCalculation` unknown, required
  - `profileVersion` string, required — Jurisdiction profile version used to compute the CET, captured for auditability.
  - `rateTableSnapshot` unknown, required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
