TTEN3 Stock Option Plan: A Governance Anomaly Found in FRE
Automated filing review can catch internal inconsistencies that human readers skim past — mismatched totals in compensation tables, option plans that exceed approved limits, or footnotes that contradict summary pages.
A real Visão Geral analysis over TTEN3's 2025 FRE found exactly that: a stock option plan where the numbers in the text and tables do not reconcile.
The research question
> Search for anomalies inconsistent with the company's reality and reported results.
The inconsistency
The FRE stock option section contains conflicting figures:
| Field | Value |
|---|---|
| Quantitative limit (text) | 10,000,000 shares |
| Total options across programs (table sum) | 10,800,000 |
| Options granted | 10,090,000 |
| Options covered ("abrangidas") | 9,960,000 |
The table total exceeds the approved limit by 800,000 options. Granted options (10.09M) also exceed the stated 10M cap. The filing does not explain the discrepancy.
Why this matters
For governance-focused investors:
- Dilution math depends on accurate option counts.
- Shareholder approval limits exist to protect minorities.
- Unexplained gaps may indicate disclosure error, approval lapse, or program structure complexity worth clarifying with IR.
This is not material in the same way as a billion-real lawsuit — but it is exactly the kind of signal governance screens and AI anomaly detectors are built to find.
How automated analysis found it
The Hold model cross-read the option plan narrative against tabular totals — a task suited to LLM agents with full FRE text, not to price APIs.
Replication path:
- Fetch FRE via apicvm
- Extract remuneração / plano de opções sections
- Prompt: "Compare stated limits to table sums. Flag unexplained differences."
curl -H "Authorization: Bearer $APICVM_KEY" \
"$APICVM_URL/v1/documents?ticker=TTEN3&type=FRE&year=2025"
Broader context from the same FRE
Related governance findings on TTEN3 (separate analyses):
- 74.9% controller block; 22.6% free float
- 69% of board and 85% of executive board linked to related parties
- Formal shareholder agreement among controllers
The option anomaly adds a granular data-quality flag to a concentrated-ownership profile.
Product implication
Demonstrating anomaly detection on real filings — with ticker, section, and numbers — is stronger marketing for a CVM research API than listing endpoints alone. apicvm enables the corpus; your agent delivers the "aha" moment.
Methodology note
From Hold analysis of TTEN3 public 2025 FRE. Not accusatory — flags a disclosure inconsistency for verification. Not investment advice.
Limitations
- May reflect table formatting or subsequent corrections in amended filings — verify current FRE version.
- Automated detection can false-positive on OCR/extraction errors; confirm against PDF original.
Next steps
Ready to integrate?
Get an API key and start querying Brazilian CVM filings programmatically.