> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# BACEN regulatory formats

> Build BACEN-compliant regulatory reports — CADOC and CCS layouts — from Reporter templates that match official validation rules.

This section provides practical examples of Brazilian financial templates, focusing on regulatory reports required by the **Central Bank of Brazil (BACEN)**.

The **Reporter** plugin helps you build these reports efficiently. Instead of starting from scratch, you can use the following guides to create templates that meet BACEN's official layout and validation rules.

Each guide shows how to model your data, define XML structures, and use Reporter to generate compliant files. You can adapt these templates to your own business context while keeping them aligned with CADOC, CCS, and APIX standards.

## Template examples

***

Here you will find step-by-step guides for some of the most common BACEN regulatory reports:

<div className="space-y-6 w-full sm:max-w-4xl">
  <Columns cols={2}>
    <Card title="CADOC 4010" icon="receipt" href="/en/reporter/cadoc-4010-and-4016">
      Accounting statement of financial institutions
    </Card>

    <Card title="CADOC 4016" icon="file-invoice-dollar" href="/en/reporter/cadoc-4010-and-4016">
      Semiannual analytical balance sheet.
    </Card>

    <Card title="CADOC 4111" icon="file-chart-pie" href="/en/reporter/cadoc-4111">
      Daily balance sheet data.
    </Card>

    <Card title="CCS Report" icon="chart-user" href="/en/reporter/ccs-reports">
      Customer registration and ownership details.
    </Card>

    <Card title="APIX 001" icon="arrows-rotate" href="/en/reporter/apix-001">
      Monthly Pix operational statistics.
    </Card>
  </Columns>
</div>

Each page includes detailed examples, schema explanations, and sample outputs that you can generate through Reporter.

<Note>
  These examples follow the official layouts and data models published by the Central Bank of Brazil.
  Use them as implementation guides to help you design compliant templates for your own reporting needs.
</Note>
