VALE3 Contingencies: Tax, Mariana, and Brumadinho in FRE
VALE3 contingency research fails if it stops at a single provision line. Vale’s FRE inventories multi-billion-real tax assessments, large PIS/COFINS and CFEM disputes, labor aggregates, and the economic scale of Brumadinho and Mariana agreements — while disclosing a very small provision for other relevant cases outside those event frameworks.
This page summarizes a real contingency analysis over Vale’s 2025 FRE. It is not a legal opinion: it compares disclosed tables and agreement annotations as written in the filing.
The research question
> List material tax and dam-related contingencies and contrast headline exposures with provision amounts disclosed for other cases.
Brumadinho and Mariana agreement scale
| Framework | FRE annotation (approx.) |
|---|---|
| Brumadinho Integral Reparation Agreement | Economic value ~R$ 37.69 billion |
| Mariana Repactuation Agreement | Total annotated R$ 170 billion |
These are agreement-scale figures disclosed in the FRE context — not a substitute for reading the settlement instruments, cash schedules, or subsequent ITR/DFP updates.
Provisions vs headline exposures — read carefully
For relevant non-Mariana / non-Brumadinho cases, the FRE discloses a provision of only R$ 39 million.
Separately, the FRE indicates no provision recorded for Mariana/Brumadinho event processes in the sense discussed in the analysis — many related actions were folded into, extinguished, or suspended under the agreements.
How to use that without misreading the filing:
- Do not treat R$ 39M as “total legal risk” for Vale.
- Do separate (a) tax/labor/other case tables, (b) agreement economic values, and (c) residual litigation still live outside agreements.
- Do remember Brazilian practice: provisions generally follow probable losses; possible/remote exposures and settlement frameworks live elsewhere in the FRE narrative and tables.
- Do not treat this page as advice on whether agreements fully close liability — only as a map of what the FRE discloses.
The analytical product is the gap between a thin other-case provision line and multi-decade, multi-billion tax and dam frameworks — not a single blended “contingency ratio.”
Analytical implications
For credit, ESG, and legal-tech pipelines:
- Stress tax PECEX (R$ 24.56B) and transfer pricing (R$ 16.0B) independently of dam agreements.
- Track PIS/COFINS (R$ 12.3B) and CFEM (R$ 11.3B) as distinct regulatory/royalty themes.
- Store Brumadinho ~R$ 37.69B and Mariana R$ 170B as agreement annotations, with links to pages that explain extinguished/suspended related cases.
- Compare DFP provision roll-forwards for cash timing; FRE for case inventory and agreement narrative.
Replicate with apicvm
apicvm returns FRE documents and optional async extractions. Contigency scoring, legal interpretation, and investment conclusions stay in your stack:
export APICVM_KEY='apicvm_...'
export APICVM_URL='https://apicvm.dev'
curl -H "Authorization: Bearer $APICVM_KEY" \
"$APICVM_URL/v1/companies/resolve?query=VALE3&by=ticker"
curl -H "Authorization: Bearer $APICVM_KEY" \
"$APICVM_URL/v1/documents?ticker=VALE3&type=FRE&year=2025&perPage=50"
curl -X POST -H "Authorization: Bearer $APICVM_KEY" \
-H "Content-Type: application/json" \
-d '{"callback_url":"https://your.app/callbacks/apicvm","document":{"id":"<document-id>"}}' \
"$APICVM_URL/v1/document-text-extractions"
Useful agent prompts on extracted markdown:
- "List tax assessments above R$ 4 billion with theme and amount."
- "Extract Brumadinho and Mariana agreement values and any statement on related-case provisions."
- "Compare the R$ 39M other-case provision to named tax exposures — do not sum agreement totals into the provision line."
Methodology note
From Hold analysis of Vale’s public 2025 FRE (analysis_results id 677). Research illustration only — not investment advice, not a legal opinion, and not a prediction of settlement cash outflows. Verify every figure against the original filing before compliance or credit decisions.
Limitations
- Agreement totals and tax assessments change with negotiations, appeals, and restatements.
- Extinguished/suspended cases under agreements can leave residual or related proceedings — FRE is point-in-time.
- apicvm does not parse contingency tables into structured objects or opine on provision adequacy.
Next steps
Ready to integrate?
Get an API key and start querying Brazilian CVM filings programmatically.