--- license: cc-by-4.0 language: - en pretty_name: OpenFundex tags: - finance - value-investing - sec-filings - fundamental-analysis - tabular task_categories: - tabular-classification - tabular-regression size_categories: - 100K0), survived ### 2-Year Targets - **Growth rates** (6): Same metrics as 1-year, over 2-year horizon - **Binary** (1): Survived 2 years All targets are null when forward quarter data is unavailable. ### Rank-Transformed Targets (14 columns) Cross-sectional percentile ranks (0-1] for all Float64 targets, computed per quarter using `rank("average") / count()`. Raw growth targets are extremely skewed (mean ~3.1, median ~0.03) and produce negative information coefficients for regression models. Rank-transforming yields IC ~0.37. ## Dataset Creation ### Source Data All data sourced exclusively from SEC EDGAR Financial Statement Data Sets (FSDS), 2009-present. No market data providers. No third-party data. No equity pricing data. ### Pipeline 1. **Ingest**: Download quarterly SEC FSDS ZIP files from EDGAR 2. **Parse**: Extract XBRL financial data, normalize 32 tags to standard fields 3. **Enrich**: Compute derived ratios (8), scoring models (5), and QA flags 4. **Label**: Generate 19 forward-looking prediction targets 5. **Split**: Temporal train/validation/test/recent splits with leakage validation 6. **Evaluate**: Quality checks, ML fitness, and publication readiness 7. **Publish**: Stage and upload to Hugging Face Hub ## Considerations ### Known Limitations - XBRL coverage varies: some companies report fewer standardized tags - F-Score delta components require prior quarter data (null for first appearance) - Z'-Score was designed for manufacturing firms; interpretation varies by sector - No market data: cannot compute price-based metrics (P/E, market cap, etc.) ### Bias Considerations - **No survivorship bias**: Uses only SEC filing data, not equity market prices - **Temporal integrity**: Strict time-based splits prevent data leakage - **Sector bias**: Z'-Score thresholds may not be equally applicable across all sectors - **Financial firms excluded from Z'-Score**: Financial companies (SIC 6000-6999) have null Z'-Score values ## License This dataset is released under the [CC-BY-4.0 license](https://creativecommons.org/licenses/by/4.0/). The underlying SEC data is in the public domain. ## Citation ```bibtex @dataset{openfundex, title={OpenFundex: SEC Financial Filings for Deep Value Analysis}, author={Danielson, Luke}, year={2026}, url={https://github.com/danielukea/openfundex}, license={CC-BY-4.0} } ```