PETR4 ESG and Integrity Program Maturity from FRE
Compliance, ESG, and credit teams evaluating Brazilian energy issuers need Petrobras ESG compliance FRE language in one place: which reports exist, which frameworks are cited, what safety and emissions metrics are disclosed, and how the integrity program is governed. For PETR4, that package lives in the FRE alongside separate sustainability publications the issuer references.
A real analysis over Petrobras’s 2025 FRE (Hold analysis_results id 665) extracted report inventory, assurance notes, 2024 ESG metrics, Compliance Policy adoption rates, and confirmed cases of harmful acts against the public administration.
The research question
> What does the FRE disclose about ESG reporting maturity and the integrity / compliance program?
Report suite and dashboard
Disclosed publications and tools referenced in the FRE narrative:
- Sustainability Report
- Climate Change booklet
- Human Rights booklet
- Annual Public Policies & Governance Letter
- ESG dashboard
For automation, treat these titles as retrieval anchors: the FRE often points to them rather than reprinting full report tables.
Frameworks and assurance
Framework alignment disclosed:
- GRI 2021
- SASB
- Ipieca
- TCFD
Assurance / scoring notes in the same pass:
- KPMG limited assurance on the Sustainability Report
- SEST IC-Sest 2024 maximum score on the Annual Letter
These claims are issuer-described maturity signals — useful for checklists, not a substitute for reading the assured report itself.
GHG inventory scope
Greenhouse-gas inventory practice as disclosed:
- Inventory since 2002, scopes 1–2
- Scope 3 categories 1–7, 10, 11
Category lists matter for agent prompts: “Does Petrobras report scope 3?” is too coarse; the FRE/report suite specifies which categories.
2024 safety and emissions metrics
Selected operating ESG metrics from the analysis:
| Metric | 2024 disclosed | Ambition / target (as cited) |
|---|---|---|
| Fatalities | 4 | Ambition 0 |
| TAR | 0.67 | — |
| Spilled volume | 14.4 m³ | — |
| E&P emissions intensity | 14.8 kgCO2e/boe | Target 15.5 |
| Refining emissions intensity | 36.2 kgCO2e/CWT | Target 36.9 |
Intensity vs target is a classic FRE/ESG join: both the result and the stated target should be extracted together so dashboards do not invent benchmarks.
Integrity program: policy, training, channels
Compliance architecture disclosed:
- Compliance Policy and Ethics Code revised 27/09/2024
- 99.53% of employees signed by 10/02/2025
- Mandatory e-learning 98.3% completion
- Governance & Compliance Directorate
- Ombudsman 24/7 whistleblower channel in PT / EN / ES
- Integrity Committee reports to the Board
- Counterparty integrity due diligence (DDI) plus background checks
Adoption percentages and revision dates are high-value structured fields for compliance monitoring across filing years.
Confirmed harmful acts vs public administration
Case counts disclosed for confirmed harmful acts against the public administration:
| Year | Confirmed cases |
|---|---|
| 2024 | 66 |
| 2023 | 73 |
| 2022 | 84 |
In 2024, 3 cases were classified among the highest-risk. Trend and severity buckets are both needed: raw counts alone miss the risk-tier language the FRE provides.
Why automate this
ESG and integrity content spans policies, metrics tables, and governance organs. Manual PDF skimming does not scale across B3 issuers. With apicvm you obtain filings and extract text; your compliance RAG answers with citations:
export APICVM_KEY='apicvm_...'
export APICVM_URL='https://apicvm.dev'
curl -H "Authorization: Bearer $APICVM_KEY" \
"$APICVM_URL/v1/documents?ticker=PETR4&type=FRE&year=2025"
curl -X POST -H "Authorization: Bearer $APICVM_KEY" \
-H "Content-Type: application/json" \
-d '{"document_id":"<DOCUMENT_ID>"}' \
"$APICVM_URL/v1/document-text-extractions"
Example questions over extracted text:
- "Which ESG frameworks and assurance providers are cited?"
- "What were 2024 fatalities, TAR, and emissions intensities vs targets?"
- "What % of employees signed the Ethics Code after the Sep/2024 revision?"
- "How many confirmed harmful-act cases were disclosed for 2022–2024?"
Use cases
| Persona | Application |
|---|---|
| ESG / stewardship | Framework, metric, and target checklist vs FRE |
| Compliance / KYC | Integrity policy dates, channels, DDI language |
| Credit / risk | Safety and integrity trend monitoring |
| AI agents | Cite FRE for “How mature is Petrobras’s integrity program?” |
Methodology note
From Hold analysis of Petrobras public 2025 FRE ESG, sustainability, and integrity sections (analysis_results id 665). Metrics and program details can change in later filings — verify the current FRE and linked reports. Not investment advice.
Limitations
- FRE references external reports; full GHG tables may live outside the FRE PDF.
- Confirmed-case definitions follow issuer/legal classification — not a substitute for court dockets.
- apicvm provides CVM filings access and text extraction only — not ESG ratings, compliance scoring products, or investment recommendations.
Next steps
Ready to integrate?
Get an API key and start querying Brazilian CVM filings programmatically.