July 10th, 2006, 10:47 pm
Perhaps I am missing something, but surely the closed form solution you are looking for is:Where there are N assets with weight w(i) and standard deviation sigma(i), and correlation sigma(ij) between the i-th and the j-th assets for i is not equal to j. Or if the covariance-variance matrix is V (V = [sigma(ij)]i,j=1,...,N) and the weight column matrix is w, then:The three 'risks' are then seen as:1. w(i)2. sigma(i)3. sigma(ij) , for j = 1,..., i-1, i+1,..., NThe above equation is central in Markowitz mean-variance portfolio optimisation, which provides an interesting framework (even though it is about 50 years old) to understand the risk of a portfolio in a holistic manner. I think it would be difficult to break down the portfolio risk into the mentioned components, partly because they are driven by choice and by portfolio optimisation.Hope I haven't missed the point completely.