Contribute to EventHorizon IQ

Help improve our risk sensors by contributing data, events, and analysis.

What You Can Contribute
  • New Events: Define new risk events with outcomes, date windows, and sources.
  • Probability Trajectories: Update CSV files with daily probability estimates.
  • Dispersion Bands: Add confidence intervals (low/high) to existing signals.
  • Historical Replays: Backfill data for past events to train future models.
How to Contribute
  1. Fork the repository on GitHub.
  2. Add or edit data files:
    data/events.json— Event definitions
    data/signals/<slug>.csv— Signal data
  3. Open a Pull Request with your changes.
CSV Format

Signal files use a simple CSV format with daily probability data:

date,p,low,high
2026-01-02,0.42,0.35,0.50
2026-01-03,0.45,0.38,0.52
2026-01-04,0.48,0.40,0.55
dateISO date format (YYYY-MM-DD) — Required
pProbability of primary outcome (0.0 to 1.0) — Required
lowLower bound of confidence interval — Optional
highUpper bound of confidence interval — Optional
Attribution

All contributors are credited in the event metadata. When adding or updating data, include your name and optional handle in the contributors array:

"contributors": [
  { "name": "Your Name", "handle": "@yourhandle" }
]

Future: Contributor reputation system coming soon.

Track your contributions and build credibility in the community.

EventHorizonIQ — 307 Sensors Tracking the Market Before It Knows