VALE3 Ethics Channel: 10,281 Reports and 298 Dismissals

Most FRE ESG pages stop at frameworks. Vale (VALE3) also publishes operating metrics for the ethics channel — rare quantitative compliance disclosure in Brazilian filings.

This page summarizes an ESG/compliance analysis from the 2025 FRE. apicvm supplies the filings.

The research question

> What ESG disclosure practices and integrity-program evidence does the FRE provide?

Disclosure stack

  • Integrated Report since 2021, limited assurance on non-financial information
  • Frameworks: Integrated Reporting / IFRS, GRI (mining supplement), SASB, TNFD, WEF metrics; TCFD considered; ISSB adopted in 2024 for future reporting
  • GHG inventories: Scopes 1, 2 (location & market-based), and 3
  • Material themes include dams, biodiversity, communities, human rights, mine closure, climate, H&S

Ethics & Compliance program

Seven pillars: Governance; Guidelines; Communication & Training; Risk Analysis; Monitoring & Control; Whistleblower Channel; Consequence Management. Policy reviews at least every five years. Governance includes Board-approved Audit & Compliance directorate, independent Audit & Risk Committee, and Conduct & Integrity Committee with an external member since 2021.

2024 channel metrics

Metric Figure
Reports received 10,281
Records closed 9,986
Share generating investigations 55%
Investigations confirming violations 54%
Corrective actions 3,978
Dismissals 298

Channel intake is third-party; investigation is internal; anonymity and non-retaliation are stated.

These figures do not prove culture quality by themselves — but they are auditable FRE facts that equity and credit ESG models can track year over year.

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=VALE3&by=ticker"

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

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.