{
  "id": "51edbb91-0557-59b4-a94f-ef03e7715c35",
  "slug": "component-var",
  "term": "Component VaR",
  "aliases": [],
  "category": "Risk Management",
  "category_slug": "risk-management",
  "difficulty": "advanced",
  "definition": "Component VaR (CVaR) decomposes a portfolio's total Value at Risk into the contribution of each individual position or risk factor, representing the amount by which the portfolio's VaR would decrease if a given position were removed — accounting not just for that position's standalone volatility but also its correlations with all other positions in the portfolio.",
  "key_takeaways": [
    "Component VaR measures the risk contribution of a position in the context of the full portfolio, not in isolation.",
    "Unlike standalone VaR, Component VaR can be negative — a position may actually reduce portfolio VaR if it is sufficiently negatively correlated with the rest of the portfolio.",
    "The sum of all component VaRs equals the total portfolio VaR: this additivity property makes it the preferred decomposition method for risk attribution.",
    "Component VaR = Beta of asset to portfolio × Portfolio VaR, where beta is computed against the portfolio rather than the market.",
    "Risk managers use Component VaR to identify concentrated risk contributors and optimize diversification."
  ],
  "detailed_explanation": "Value at Risk (VaR) estimates the maximum loss a portfolio could incur over a given holding period at a specified confidence level. While portfolio VaR is a single number, it does not by itself reveal which positions are driving risk. Component VaR provides this decomposition.\n\nFormally, for a portfolio with weight vector w and covariance matrix Σ, portfolio variance is:\n\nσ²_p = w^T Σ w\n\nThe marginal contribution of position i to portfolio variance is:\n\n∂σ²_p/∂w_i = 2(Σw)_i\n\nComponent VaR for position i is:\n\nCVaR_i = w_i × (Σw)_i / σ_p × z × VaR_portfolio\n\nwhere z is the confidence level multiplier (e.g., 1.645 for 95% one-tailed). Equivalently:\n\nCVaR_i = ρ_{i,p} × σ_i × w_i × z\n\nwhere ρ_{i,p} is the correlation of asset i with the total portfolio return, σ_i is asset i's volatility, and w_i is the weight. This formulation clarifies the economic intuition: a position contributes risk proportional to its weight, its standalone volatility, and its correlation with the portfolio.\n\nA key property is that Component VaRs are additive: Σ CVaR_i = Portfolio VaR. This makes Component VaR ideal for risk budgeting — assigning each portfolio manager or strategy a VaR 'budget' — and for monitoring whether actual risk contributions align with intended portfolio construction. In contrast, standalone VaRs are not additive (due to diversification effects), and Incremental VaR (the change in portfolio VaR from adding a new position) is computationally intensive and path-dependent.\n\nComponent VaR is most useful in risk factor analysis. Rather than decomposing by individual securities, practitioners often decompose portfolio VaR into contributions from factor exposures (equity beta, duration, credit spread, FX beta, commodity beta), helping isolate whether risk is concentrated in intentional factor bets or unintended residuals.",
  "example": "A hedge fund holds three positions: $40M in SPY (equity ETF, daily vol 1.2%), $30M in TLT (Treasury ETF, daily vol 0.9%), and $30M in GLD (gold ETF, daily vol 0.8%). Correlations: SPY/TLT = −0.35, SPY/GLD = 0.05, TLT/GLD = 0.15. Portfolio daily vol = 0.74% (due to diversification benefit). At 99% VaR (z = 2.326), portfolio VaR = $100M × 0.74% × 2.326 = $1.72M. Computing Component VaR: SPY contributes $1.45M (84% of total VaR despite being 40% of the portfolio — because of its high vol and positive correlation structure); TLT contributes $0.11M (7%, well below its 30% weight — negative correlation with SPY provides diversification); GLD contributes $0.16M (9%). The risk manager flags SPY as a concentration risk, noting that its Component VaR share (84%) dramatically exceeds its portfolio weight (40%).",
  "formula": "CVaR_i = ρ_{i,p} × σ_i × w_i × z × Portfolio Value  |  Σ CVaR_i = Total Portfolio VaR",
  "formula_latex": null,
  "interactive_type": "calculator",
  "calculator_id": null,
  "related_terms": [
    "beta",
    "concentration-risk",
    "conditional-value-at-risk",
    "correlation",
    "covariance",
    "covariance-matrix",
    "credit-spread",
    "diversification",
    "duration",
    "equity",
    "fat-tails",
    "gold",
    "hedge-fund",
    "incremental-var",
    "value-at-risk"
  ],
  "backlinks": [
    "concentration-risk",
    "conditional-value-at-risk",
    "incremental-var",
    "long-hedge",
    "marginal-var",
    "standard-deviation"
  ],
  "cross_references": [
    "beta",
    "concentration-risk",
    "correlation",
    "covariance",
    "covariance-matrix",
    "credit-spread",
    "diversification",
    "duration",
    "equity",
    "gold",
    "hedge-fund",
    "incremental-var",
    "value-at-risk",
    "variance",
    "volatility"
  ],
  "tags": [
    "level:advanced",
    "cat:risk-management"
  ],
  "asset_classes": [],
  "regulators": [],
  "see_also": [],
  "sources": [],
  "wordcount": 584,
  "checksum": "dab5b05195da3f4a",
  "version": "2026.05.03",
  "license": "CC-BY-4.0",
  "updated_at": "2026-09-07T02:15:24+00:00",
  "_links": {
    "self": "https://hedgefund.wiki/api/v1/terms/component-var",
    "jsonld": "https://hedgefund.wiki/api/v1/terms/component-var?format=jsonld",
    "markdown": "https://hedgefund.wiki/api/v1/terms/component-var?format=md",
    "graph": "https://hedgefund.wiki/api/v1/graph/component-var",
    "category": "https://hedgefund.wiki/api/v1/categories/risk-management",
    "schema": "https://hedgefund.wiki/schema/term.schema.json",
    "html": "https://hedgefund.wiki/#/terms/component-var"
  }
}