๐ Volatility
Volatility measures the dispersion of returns โ how much an asset's price fluctuates over time. It is the most fundamental risk measure in finance and the building block for nearly all other risk metrics.
๐ข Formula
๐ Standard Deviation of Returns
where \(R_i\) are individual period returns and \(\bar{R}\) is the mean return.
๐ Annualization
Daily volatility is annualized by multiplying by the square root of the number of trading days:
Why โ252?
Returns are assumed to be independent across days. The variance of a sum of \(N\) independent variables is \(N\) times the individual variance. Therefore:
๐ก Interpretation
| Annualized Volatility | Typical Assets |
|---|---|
| 1-5% | Money market, short-term bonds |
| 5-15% | Government bonds, investment-grade corporates |
| 15-25% | Large-cap stocks, diversified equity ETFs |
| 25-40% | Small-cap stocks, single stocks |
| 40-80%+ | Crypto, meme stocks, leveraged products |
๐ Realized vs Implied Volatility
๐ Realized (Historical) Volatility
Computed from past price data. This is what LibreFolio computes:
๐ฎ Implied Volatility
Extracted from options prices using the Black-Scholes model. It represents the market's expectation of future volatility:
Implied volatility is forward-looking but only available for optionable assets.
๐ Rolling Window Volatility
Rather than computing a single volatility number for the entire period, rolling window volatility computes \(\sigma\) over a sliding window (e.g., 30 days), producing a time series that shows how volatility evolves:
This is useful for:
- Identifying volatility regimes (calm vs turbulent periods)
- Detecting volatility clustering (high-volatility days tend to follow high-volatility days)
- Setting dynamic position sizes (reduce exposure during high-volatility periods)
๐ Volatility and Portfolio Theory
Volatility plays a central role in Modern Portfolio Theory:
- It is the denominator of the Sharpe Ratio
- It determines the width of Bollinger Bands
- It is the key input for portfolio optimization (minimizing \(\sigma_p\) for a target \(R_p\))
- Diversification reduces portfolio volatility when asset correlations are less than 1
โ ๏ธ Limitations
Volatility โ Risk
Volatility treats upside and downside movements equally. An asset that frequently spikes upward has high volatility but may be very attractive. For a downside-focused measure, use the Sortino Ratio or Max Drawdown.
Non-normality
Financial returns typically have:
- Fat tails (more extreme events than a normal distribution predicts)
- Negative skew (large drops more common than large gains)
- Volatility clustering (calm and turbulent periods)
Standard deviation alone doesn't capture these features.
๐ Related
- ๐ Sharpe Ratio โ Uses volatility as risk denominator
- ๐ Sortino Ratio โ Downside-only volatility variant
- ๐ Bollinger Bands โ Volatility envelope on charts
- ๐ Diversification โ Reducing portfolio volatility