TTEN3 ESG and Compliance Maturity from the FRE

Mid-cap agribusiness names are often assumed to lag mega-cap ESG disclosure. TTEN3's FRE integrity/ESG section shows a formalized program — with an explicit gap: no public quantitative decarbonization targets yet.

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

The research question

> What ESG practices and integrity-program elements does the FRE document?

ESG governance and reporting

Element Disclosure
Socioenvironmental Policy In force since 2019
ESG & Sustainability Committee Board-created 2021
Frameworks GRI (incl. GRI 13), SASB, TCFD (adopted 2024), CDP
GHG inventory Scopes 1–3, GHG Protocol, audited by Bureau Veritas
Materiality (2024) 18 topics (10 priority); 1,643 survey respondents; >5,600 comments
Operational example B100 biodiesel trucks — up to 85% CO₂ reduction vs conventional diesel

Integrity program

  • Code of Conduct approved by the Board (2021; amendments 2021/2023)
  • Related-party policy with abstention, independent appraisals when required, Board approval above thresholds
  • Audit Committee oversight; Risks & Compliance consolidates assessments
  • Whistleblower channel via third party (Contato Seguro), anonymity and non-retaliation
  • At least annual Code training; sanctions from verbal guidance to dismissal

Maturity caveat in the FRE itself

Documents evidence structure and external GHG assurance — but the company had not published quantitative public decarbonization targets at filing, stating climate governance and scenario/target work were still being structured.

That “formal program / missing public targets” pair is the useful research signal.

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

curl -H "Authorization: Bearer $APICVM_KEY" \
  "$APICVM_URL/v1/documents?ticker=TTEN3&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.