LOS d, (Part 1): Calculate the variance of an equally-weighted portfolio of n stocks.
Consider an equally-weighted portfolio comprised of seven assets in which the average asset variance equals 0.31 and the average covariance equals 0.27. What is the variance of the portfolio?
Portfolio variance = σ2p = (1 / n) σ 21 + [(n ? 1) / n]cov = [(1 / 7) × 0.31] + [(6 / 7) × 0.27] = 0.044 + 0.231 = 0.275 = 27.5%
|