BBAS3 Risk Stack: Selic, Cyber, Billion-Real Suits

Banco do Brasil (BBAS3) FRE risk factors mix policy, macro, and cyber themes with a multi-billion-real judicial inventory — and an explicit note that item 4.4 processes carry no specific provisions.

This page summarizes a real FRE risk-factor analysis. apicvm returns the filings; interpretation is yours.

The research question

> What material risk factors and judicial processes could affect results, capital, or liquidity?

Risk themes (selected)

Theme What the FRE flags
Controlling shareholder Union can set policy and appoint management
Selic / funding Credit demand, funding cost, delinquency
External / geopolitical shocks Growth, volatility, access to funding
Regulation Capital rules, reserve requirements, FX controls
Cyber / LGPD Operational loss, fines up to 2% of revenue (capped at R$ 50 million per infraction as cited), civil claims
Tech continuity System outages, third-party operators
Actuarial / sponsored plans Fair-value asset and liability swings
Credit concentration Large exposures, collateral enforcement
AML / third-party / climate (RSAC) Sanctions, reputation, borrower capacity

Material suits and recoveries (order of magnitude)

Matter Updated figure (as disclosed) Loss chance (as stated)
Tax assessment 16327.721122/2019-17 ~R$ 3.14 billion intended Possible
Tax assessment 16327.721264/2021-91 ~R$ 1.79 billion intended Possible
Tax assessment 16327.720041/2022-97 ~R$ 2.54 billion intended Remote
Mendes Júnior execution ~R$ 2.78 billion Remote
Grupo Oi (bank claim in RJ) ~R$ 5.13 billion Remote
Grupo Sete Brasil ~R$ 6.19 billion Remote
Grupo Atvos ~R$ 1.90 billion Remote
Grupo Odebrecht ~R$ 5.19 billion Remote

Several criminal / popular actions are cited with intended amounts above R$ 1 billion.

The provision gap

The FRE states there is no provisioned amount for the processes listed in item 4.4. Under CPC 25 / IAS 37 framing, that usually means those lines are not booked as probable losses at the disclosed inventory amounts — which is exactly why researchers pull the table, not only the balance-sheet provision line.

Why section routing helps

Filter FRE pages with name=Fatores (and related judicial sections). Embedding RAG often collapses multi-billion rows into a vague “litigation risk” summary.

Replicate with apicvm

export APICVM_KEY='apicvm_...'
export APICVM_URL='https://apicvm.dev'

curl -H "Authorization: Bearer $APICVM_KEY" \
  "$APICVM_URL/v1/companies/resolve?query=BBAS3&by=ticker"

curl -H "Authorization: Bearer $APICVM_KEY" \
  "$APICVM_URL/v1/documents?ticker=BBAS3&type=FRE&year=2025&name=Fatores"

curl -X POST -H "Authorization: Bearer $APICVM_KEY" \
  -H "Content-Type: application/json" \
  -d '{"callback_url":"https://your-server/callback","document":{"id":"<id>"}}' \
  "$APICVM_URL/v1/document-text-extractions"

Methodology note

Findings above come from a completed Hold analysis of the company's public 2025 FRE. This is a research illustration, not investment, legal, or tax advice. Verify numbers against the original filing before trading, modeling, or publishing reports.

Limitations

  • apicvm returns filings and extracted text — it does not classify risks or compute coverage ratios.
  • Figures are as of the FRE filing date; later ITRs or facts relevantes can update them.
  • Corpus coverage depends on ingestion lag.

Next steps

Ready to integrate?

Get an API key and start querying Brazilian CVM filings programmatically.