Documentation
Scheduling
The daily driver
daily.py is the incremental driver for Phases 1–3: Senate (full history, only new filings write), House (current + prior year, catches year-boundary filings), then entities.py to resolve tickers on whatever was just added.
schtasks /create /tn "Quantgress Daily" /sc daily /st 09:00 ^
/tr "cmd /c cd /d C:\path\to\Quantgress && py daily.py >> daily.log 2>&1" /f
Per-cadence phases
The remaining 12 phases run on a per-cadence /etc/cron.d schedule (daily / weekly / quarterly / annual, grouped by each source's own update frequency). See deploy/cron.d/ in the repo.
Prev: Data model
Next: Legal & compliance