{
  "slug": "statistical-arbitrage",
  "name": "Statistical Arbitrage",
  "aliases": [
    "Stat Arb",
    "SA"
  ],
  "category": "quantitative",
  "parent_strategy": "equity-market-neutral",
  "description": "A quantitative equity strategy that exploits short-horizon statistical relationships among large baskets of securities, typically running market-, sector-, and factor-neutral with high turnover.",
  "investment_thesis": "Cross-sectional mean-reversion and short-horizon return predictability arise from microstructure flows, liquidity provision, and behavioral effects.",
  "edge_source": "Signal research, execution efficiency, leverage management, and capital allocation across hundreds of weak signals.",
  "typical_holding_period": "Minutes to weeks",
  "typical_leverage": {
    "min": 4,
    "max": 16,
    "typical": 8
  },
  "expected_volatility": {
    "min": 3,
    "max": 8,
    "unit": "annualized-pct"
  },
  "expected_sharpe": {
    "low": 1.5,
    "high": 4
  },
  "drawdown_profile": "Generally shallow, but the August 2007 quant quake demonstrated tail-risk from crowding-driven deleveraging.",
  "correlation_to_equities": 0.05,
  "correlation_to_bonds": 0,
  "liquidity_profile": "monthly",
  "instruments_used": [
    "common stock",
    "ETFs",
    "futures"
  ],
  "asset_classes": [
    "equities"
  ],
  "primary_risks": [
    "crowding",
    "decay of signals (alpha decay)",
    "execution costs",
    "model overfitting"
  ],
  "fee_structure": {
    "management_fee": "0.0%-2.0% (often 'pass-through')",
    "performance_fee": "20%-50% (top firms)",
    "high_water_mark": true
  },
  "key_metrics": [
    "Sharpe ratio",
    "information ratio",
    "turnover",
    "capacity",
    "implementation shortfall"
  ],
  "notable_practitioners": [
    "Renaissance Medallion (historical)",
    "D. E. Shaw",
    "Two Sigma",
    "Citadel Global Quant"
  ],
  "exemplar_funds": [
    "renaissance-technologies",
    "de-shaw",
    "two-sigma",
    "millennium"
  ],
  "related_terms": [
    "pair-trade",
    "mean-reversion",
    "factor-investing",
    "cointegration",
    "kalman-filter"
  ],
  "related_strategies": [
    "equity-market-neutral",
    "high-frequency-trading"
  ],
  "historical_drawdowns": [
    {
      "year": 2007,
      "event": "Quant quake (Aug 7-9)",
      "estimated_drawdown_pct": -15
    },
    {
      "year": 2018,
      "event": "Factor unwind",
      "estimated_drawdown_pct": -8
    }
  ],
  "academic_foundations": [
    "Avellaneda & Lee (2010) — StatArb in the U.S. equities market"
  ]
}