An open-source framework designed to organize and classify the disclosures of publicly listed companies in a consistent and comparable way.
From Fragmentation to a Unified Standard
In practice, corporate reports are classified in many different ways. A regulatory-driven model often results in fragmented categories across jurisdictions. A format-based model is practical but may overlook the functional purpose of a report. As reporting has expanded to include ESG, risk, and governance topics, the limitations of purely financial or format-based schemes have become clear.
The Financial Reporting Classification Framework (FRCF) is designed to meet this need. It organizes disclosures into broader functional categories, ensuring reports remain compliant while also being comparable, transparent, and relevant for all stakeholders in today's complex reporting environment.
A Transparent and Comprehensive Framework
The framework is built on a set of core principles to ensure it is robust, scalable, and practical for all market participants.
Automate Classification with Our AI Model
We've open-sourced the production-grade Hierarchical Cascade Classifier that powers FinancialReports.eu. Trained on 27,000+ filings, it achieves state-of-the-art performance in categorizing documents according to the FRCF standard.
from inference_wrapper import FinancialFilingClassifier
# Load the specialized hierarchical model
classifier = FinancialFilingClassifier("models/frcf_v1")
# Predict using text & document length
doc_text = "ACME CORP ANNUAL REPORT 2024..."
result = classifier.predict(
text=doc_text[:32000],
real_length=2500000
)
print(result)
# Output:
# {
# 'category': 'Financial Reporting',
# 'label': 'Annual Report',
# 'score': 0.985
# }
A Universe of Disclosures, Unified
Our Financial Reporting Classification Framework (FRCF) brings order to the complex universe of corporate filings. This visual represents the breadth of our classification, mapping the entire disclosure landscape to provide a single, coherent standard for analysis.
The FRCF at a Glance
The framework is organized into a three-tiered hierarchy, moving from 11 broad disclosure areas down to 109 specific publication types. Select a disclosure type to see the related reports.
Download the complete methodology and classification list to bring clarity and consistency to your financial data workflow.
Building tools?
Free accounts include 100 API calls/year for testing.
Have a question? We'll get back to you promptly.