WSS2 Feature Families RESEARCH INFRASTRUCTURE

How the WSS2 research system groups prediction-market, order-book, execution, timing, and quality-control features for model testing.

Overview

WSS2 groups engineered features by research purpose rather than treating every column as an isolated variable. This makes model tests easier to audit: each run can compare core market state, timing, microstructure, execution quality, regime, strategy context, and quality-control features under the same validation protocol.

Feature Family Table

FamilyWhat it capturesExamplesUsed for
Core market stateEconomic state of the prediction-market contract and underlying spot market at decision time.moneyness, distance-to-strike, normalized distance, market-implied probability, YES/NO side, prior bid/ask/mid fieldsFeature-family toggles in ML grids (see Model Testing Use below)
TimingWhere the contract is in its lifecycle and when the decision is made.time-to-expiry, hour UTC, day of week, entry bucket, late-window flagsFeature-family toggles in ML grids (see Model Testing Use below)
MicrostructureOrder-book and quote-state features describing tradability and local market quality.spread, top-of-book depth, depth bands, imbalance, book side presence, quote age, stale-book flags, alignment gapFeature-family toggles in ML grids (see Model Testing Use below)
Execution qualityFeatures describing whether a paper signal could plausibly be executed at q=10 under conservative assumptions.q10 availability, vwap, simulated fill cost, depth consumed, slippage proxy, limit-fill feasibilityFeature-family toggles in ML grids (see Model Testing Use below)
RegimeCoarser state buckets used to test whether strategy performance changes across market conditions.near/far strike bucket, tight/wide spread bucket, high/low depth bucket, liquidity regime, timing regime, implied-probability regime, trend/chop/volatility regime if safely priorFeature-family toggles in ML grids (see Model Testing Use below)
Strategy contextFeatures describing which public strategy family generated the candidate and how strategy families interact.base strategy family, DOVE/PACE/SIEVE/LATE/FTE/DART indicator, strategy side, strategy agreement/disagreement state if known before selectionFeature-family toggles in ML grids (see Model Testing Use below)
Quality controlsFlags used to prevent invalid or low-quality observations from entering model training or scoring.missing book, negative spread, settlement-edge flag, ML eligibility flag, data freshness flag, missing side flagsFeature-family toggles in ML grids (see Model Testing Use below)

Excluded Fields / Leakage Boundary

Outcome, realized PnL, settlement, and post-entry information are excluded from model inputs. Feature availability is checked against decision time before training.

Model Testing Use

Feature families can be toggled in ML grids to test whether a class of information adds value beyond simpler baselines. For example, a model can be trained on core market state only, then retested with timing, microstructure, execution, or strategy-context features added.

Current Inventory Snapshot

75total features considered
64SAFE_PRIOR
4NEEDS_REVIEW
7FORBIDDEN (structurally excluded)
49used in the latest ML discovery run

Latest generated: 2026-07-07T01:14:45Z.
Main dashboard · Research Watchlist

This page documents research infrastructure only. It does not report live strategy performance, does not claim predictive alpha, and does not indicate execution readiness for any model or feature combination.