Diversified VaR is, here, just the portfolio volatility scaled (multiplied) by the 1.654 deviate.
So it's the variance that includes a benefit (reduction) for imperfect (< 1.0) correlation
In this way, it's using the two-asset portfolio variance:
variance(aX + bY) = a^2*variance(x) + b^2*variance(Y) + 2*a*b*covariance(X,Y)
i.e., a variance property http://en.wikipedia.org/wiki/Variance
and our constants are the portfolio weights:
a = 0.25,
b = 0.75
Yours are both correct (there is no difference between yours?), with regard to portfolio variance it should be: variance(aX + bY) = a^2*variance(x) + b^2*variance(Y) + 2*a*b*correlation(X,Y)* SQRT(variance(X))*SQRT(variance(Y)), which is the same as
variance(aX + bY) = a^2*variance(x) + b^2*variance(Y) + 2*a*b*covariance(X,Y)
But that is the answer given (see step 2 in explain).
It may confuse that with regard to portfolio Value at Risk, the formula is:
Diversified Portfolio VaR = SQRT[ Individual VaR(A)^2 + Individual VaR(B) ^ 2 + Individual VaR(A)*Individual VaR(B)*correlation
But this is still the same formula because the volatilities are embedded in the Individual VaR:
Individual VaR(A) = position (A) *Volatility (A)
... the volatilities have not been dropped from the final term in portfolio VaR
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.