Skip to main content

Fields

SigmaGrid defines a compact, explicit schema designed for agents. There are two layers:

  1. Core Mandatory Fields — delivered in real-time per ticker.
  2. Optional High-Value Fields — macro betas.

Core Mandatory Fields (delivered in real-time)

These fields form the minimum viable fundamentals layer for each supported ticker.

FieldDescription
timestampISO 8601 UTC timestamp of the snapshot
tickerUnderlying symbol (e.g. SPY, QQQ, TSLA)
fair_valueInstitutional fair-value anchor
vol_forecast_1h1-hour volatility forecast
vol_forecast_4h4-hour volatility forecast
regimetrend / chop / HVOL / LVOL
drift_1h1-hour directional bias
drift_overnightOvernight drift forecast
event_nextNext major macro event
event_impactExpected impact: lowextreme
event_biasEvent tilt: risk-on / risk-off / neutral

Additional core-adjacent fields used in the /signals/{ticker} view:

FieldDescription
fv_upperUpper confidence band around fair_value
fv_lowerLower confidence band around fair_value
premiumsObject keyed by venue (hyperliquid, aevo, etc.) with perp basis values
z_scoreStandardised deviation of price vs fair value
reversion_probModelled probability of mean reversion over the short horizon
shock_indexIndicator of current shock regime (0 = none, higher = more stress)

These extended fields are present on the consolidated /signals/{ticker} endpoint and share the same real-time cadence as the mandatory core.


Optional High-Value Fields

These fields provide compressed macro sensitivity information per ticker. They are derived from internal models but exposed only as summary betas.

FieldDescription
beta_macroSensitivity to broad risk appetite
beta_yieldSensitivity to interest rates
beta_dollarSensitivity to USD strength
beta_vol_indexSensitivity to volatility regime (e.g. VIX-style)

You can treat these betas as:

  • Routing inputs (e.g. suppress risk when beta_macro is high and macro regime turns risk-off).
  • Sizing multipliers (e.g. shrink trades in high beta_vol_index environments).
  • Hedging hints (e.g. align overlay hedges to beta_yield and beta_dollar).

The optional layer is available on eligible plans and can be switched off entirely if you only need the core field set.