VALE3 Executive Pay: ESG Metrics and Clawback in FRE
Compensation research on VALE3 needs the FRE remuneration chapters — not only proxy summaries. Vale discloses how fixed pay, annual bonuses, and long-term equity interact with ESG metrics, relative TSR, ROIC, ownership guidelines, and malus/clawback triggers after fraud, catastrophic events, large value destruction, or restatement.
This page summarizes a real executive-compensation analysis from Vale’s 2025 FRE.
The research question
> Describe the executive pay architecture, ESG linkage, equity programs, ownership rules, and clawback policy as disclosed to the market.
Pay architecture
Executive remuneration combines three layers:
- Fixed compensation
- Short-term bonus (annual)
- Long-term equity (performance and matching / restricted shares)
That structure is standard for large B3 issuers; the FRE detail is in multipliers, metric baskets, and recovery policies.
Annual bonus mechanics
| Parameter | FRE disclosure |
|---|---|
| Collective multiplier | 0–1.50 |
| Individual factor | Typically 0.80–1.20 |
| Payout range | 0–200% of target |
| Metric basket | Financial, operational, safety, and ESG (ESG weight rising) |
For ESG and safety-focused screens, the rising ESG weight inside the annual bonus is the actionable FRE signal — extract metric weights year over year when comparing programs.
Long-term equity: PAV and matching
PAV (performance shares):
- 3-year cycles
- Relative TSR vs peers
- ESG metrics since the 2020 program
- ROIC from the 2024 program onward
Matching (restricted shares): executives buy and hold Vale shares for the cycle — aligning personal capital with the equity plan.
Together, PAV + matching create both performance-contingent and hold-through-cycle exposure.
Stock Ownership Guidelines
| Role | Guideline |
|---|---|
| CEO | 36× monthly base salary |
| Other Executive Committee members | 24× monthly base salary |
Ownership multiples are easier to monitor in a pipeline than narrative “alignment” language: parse the guideline, compare to disclosed holdings where available, and flag shortfalls if your product requires it.
Malus and clawback
| Policy | Timing / scope |
|---|---|
| Malus | From 2019 |
| Clawback | From 2021; SEC policy 2023 |
Triggers disclosed for recovery of compensation include:
- Fraud
- Catastrophic events
- >15% market-value drop attributable to Vale’s action
- Financial restatement
For mining issuers with dam and operational catastrophe history, the catastrophic-event and market-value-drop clauses are research-critical — not boilerplate.
Governance of pay
Oversight sits with:
- People & Remuneration Committee
- Nomination & Governance Committee
The AGM approves the global remuneration envelope. Committee charters and AGM envelope language belong in the same extraction job as metric tables.
What to store in a compensation dataset
A durable VALE3 pay feature set from FRE usually includes:
- Short-term: collective multiplier range, individual factor band, max payout % of target, metric categories (including safety/ESG)
- Long-term: PAV cycle length, relative TSR peer logic, ESG-in-PAV start year (2020), ROIC-in-PAV start year (2024), matching/hold rules
- Alignment: CEO 36× and other exec 24× ownership guidelines
- Recovery: malus since 2019; clawback since 2021 with SEC policy 2023; trigger taxonomy (fraud, catastrophe, >15% value drop from Vale action, restatement)
- Oversight: People & Remuneration Committee, Nomination & Governance Committee, AGM global envelope
That schema travels across issuers; Vale’s FRE is a high-quality reference implementation for mining peers.
Why this is an apicvm + agent workload
Fetching compensation PDFs is one step. Producing a structured brief — bonus bands, PAV ESG/ROIC history, 36×/24× guidelines, malus/clawback triggers — is the research product. apicvm supplies FRE files and optional page markdown; your model or rules engine supplies the structured output. apicvm does not compute pay ratios or judge “fairness.”
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&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"
Target FRE section names such as PoliticaPraticaRemuneracao and PlanoRemuneracaoBaseadoAcoes, then prompt:
- "Extract annual bonus multipliers and ESG weight trends."
- "List PAV cycle length, TSR peers, ESG start year, and ROIC introduction year."
- "Summarize malus/clawback triggers and ownership guidelines for CEO vs other executives."
Cross-link board independence for committee structure context.
Methodology note
From Hold analysis of Vale’s public 2025 FRE (analysis_results id 636). Research illustration — not investment advice or a say-on-pay recommendation.
Limitations
- Target vs realized payouts require additional tables and may differ by year; this summary focuses on policy design.
- Clawback enforceability depends on jurisdiction and plan documents beyond FRE narrative.
- apicvm does not calculate compensation totals; extract and verify against the original filing.
Next steps
Ready to integrate?
Get an API key and start querying Brazilian CVM filings programmatically.