devrajsinh2012's picture
feat: deploy Phase 1 architecture fixes and Phase 2 dataset collection & evaluation infrastructure
632bdc4 verified
|
Raw
History Blame Contribute Delete
552 Bytes
# MEXAR Financial Corpus β€” Real Data Directory
This directory is populated by running:
```bash
export SEC_USER_AGENT="YourName your@email.com"
python backend/scripts/fetch_secedgar.py
```
**Contents (after fetch):**
- `<CIK>_<accession>.txt` β€” one plain-text file per 10-K section (MD&A or Risk Factors)
- `manifest.json` β€” CIK β†’ accession β†’ company β†’ term β†’ source URL mapping
**Target:** ~130 documents across 3 search terms (risk factors, MD&A, GAAP/IFRS standards)
See `MEXAR_Phase2_Dataset_Collection.md` for full instructions.