data/models/models library
Financial data models for SEC EDGAR data.
These models provide a standardized representation of financial data parsed from SEC XBRL filings, mapping ~500-1000 raw concepts per company to 18 standardized metrics.
Classes
- BalanceSheet
- Balance sheet data for a single period.
- CashFlowStatement
- Cash flow statement data for a single period.
- CompanyFinancials
- Complete financial data for a company.
- DcfValuation
- DCF (Discounted Cash Flow) valuation parameters and calculator.
- FetchOptions
- Options for fetching financial data.
- FinancialMetricValue
- A single financial metric value with metadata.
- FinancialStatements
- Complete financial statements for a single fiscal period.
- FiscalPeriod
- Represents a fiscal period (year + quarter).
- IncomeStatement
- Income statement data for a single period.
- MetricHistory
- Historical data for a single metric across multiple periods.
- SecFiling
- Model representing an SEC EDGAR filing.
Enums
- FinancialMetric
- Enumeration of standardized financial metrics.