{
  "slug": "equity-market-neutral",
  "name": "Equity Market Neutral",
  "aliases": [
    "EMN",
    "Market-Neutral"
  ],
  "category": "equity",
  "parent_strategy": "long-short-equity",
  "child_strategies": [
    "statistical-arbitrage",
    "fundamental-market-neutral"
  ],
  "description": "An equity strategy that targets a near-zero net exposure to the broad equity market (beta ≈ 0), seeking pure alpha through long/short pairing balanced by sector, factor, and dollar exposure.",
  "investment_thesis": "Cross-sectional return dispersion across single names contains exploitable mispricings that can be harvested while neutralizing market and factor exposures.",
  "edge_source": "Statistical relationships, mean-reversion, factor models, fundamental pair selection, or short-horizon signal stacks.",
  "typical_holding_period": "1 day to 6 months",
  "typical_leverage": {
    "min": 2,
    "max": 8,
    "typical": 4
  },
  "typical_gross_exposure": {
    "min": 200,
    "max": 800
  },
  "typical_net_exposure": {
    "min": -10,
    "max": 10
  },
  "expected_volatility": {
    "min": 4,
    "max": 10,
    "unit": "annualized-pct"
  },
  "expected_sharpe": {
    "low": 0.5,
    "high": 1.5
  },
  "drawdown_profile": "Drawdowns concentrated in factor-crash episodes (e.g., August 2007 quant quake) and crowding-driven deleveraging.",
  "correlation_to_equities": 0.05,
  "correlation_to_bonds": 0,
  "liquidity_profile": "monthly",
  "instruments_used": [
    "common stock",
    "ETFs",
    "single-stock options",
    "swaps"
  ],
  "asset_classes": [
    "equities"
  ],
  "primary_risks": [
    "factor crowding",
    "model risk",
    "quant quake / forced deleveraging",
    "borrow recall",
    "execution slippage"
  ],
  "macro_regime_sensitivity": {
    "rising_rates": "Largely insulated by design.",
    "falling_rates": "Largely insulated by design.",
    "high_volatility": "Higher dispersion supports alpha; transaction costs rise.",
    "low_volatility": "Dispersion shrinks; tougher environment.",
    "recession": "Defensible if exposures are well-balanced.",
    "bull_market": "Returns flat to modest by design; comparison to long-only feels weak."
  },
  "fee_structure": {
    "management_fee": "1.0%-2.0%",
    "performance_fee": "15%-20%",
    "hurdle_rate": "Sometimes T-bill rate",
    "high_water_mark": true
  },
  "key_metrics": [
    "Sharpe ratio",
    "information ratio",
    "factor exposures",
    "turnover",
    "capacity",
    "implementation shortfall"
  ],
  "notable_practitioners": [
    "D. E. Shaw",
    "Renaissance Technologies",
    "Two Sigma",
    "AQR"
  ],
  "exemplar_funds": [
    "renaissance-technologies",
    "de-shaw",
    "two-sigma",
    "aqr"
  ],
  "related_terms": [
    "alpha",
    "beta-neutral",
    "sector-neutral",
    "factor-investing",
    "statistical-arbitrage",
    "pair-trade"
  ],
  "related_strategies": [
    "statistical-arbitrage",
    "long-short-equity"
  ],
  "historical_drawdowns": [
    {
      "year": 2007,
      "event": "August 2007 quant quake",
      "estimated_drawdown_pct": -15
    },
    {
      "year": 2020,
      "event": "COVID dispersion shock",
      "estimated_drawdown_pct": -8
    },
    {
      "year": 2024,
      "event": "Factor unwind episode",
      "estimated_drawdown_pct": -6
    }
  ],
  "academic_foundations": [
    "Fama-French (1992)",
    "APT (Ross 1976)",
    "Asness, Frazzini, Pedersen — Quality Minus Junk"
  ]
}