Downside Deviation measures the volatility of returns that fall below a minimum acceptable return (MAR), typically zero or the risk-free rate. Unlike Standard Deviation, it penalizes only losses, not upside surprises.
Formula: Downside Deviation = sqrt(sum of (min(Ri - MAR, 0))^2 / n). Only periods where the return underperformed the MAR contribute to the calculation.
Example: A fund with monthly returns of +5%, +3%, -2%, +4%, -1% (MAR = 0) has a downside deviation driven only by the -2% and -1% months, ignoring the upside volatility - a fairer measure of pain.
When to use: Calculating the Sortino Ratio (which uses downside deviation in the denominator instead of standard deviation), comparing funds with asymmetric return distributions, or evaluating strategies where upside volatility is welcome (long-only equity, options selling).
SEBI caveat: Downside deviation is not in standard SEBI factsheets - you may need to compute it yourself from monthly NAV data. Lower is better, but interpret only against peers in the same category. A debt fund with 1% downside deviation is not 'safer' than an equity fund with 6%; they target different return regimes.
Related: Sortino Ratio, Standard Deviation, Sharpe Ratio, Maximum Drawdown.