Tell me more ×
Quantitative Finance Stack Exchange is a question and answer site for finance professionals and academics. It's 100% free, no registration required.

Hy I posted this question first at mathflow.net they suggested me this page, which I was not aware of. Question: Let $(X_1,X_2)$ be a multivariate normal random vector ($X_1$ and $X_2$ need not be independent). Is it possible to calculate $$VaR_{\alpha}(e^{X_1}+e^{X_2})$$

analyticaly? Or is it even possible to calulate it in terms of $VaR_{\alpha}(e^{X_1})$ and $VaR_{\alpha}(e^{X_2})$
i.e. is there a representation (a function $g(\cdot,\cdot)$ ) of the form $$VaR_{\alpha}(e^{X_1}+e^{X_2})=g(VaR_{\alpha}(e^{X_1}),VaR_{\alpha}(e^{X_2})).$$

The case where $X_1$ and $X_2$ are independent could be aproached in terms of convolution which dont give in my eyes any impression if it is analyticaly tractable.

I would be very thakful for hints.

share|improve this question

2 Answers

up vote 3 down vote accepted

The answer is no, to my knowledge.

I suggest you take look at this thread on MO, about the sum of log normal random variables. A few of the articles mentioned there might help you.

share|improve this answer

For independent random variables the variance of a sum is the sum of the variances. If the random variables are not independent, then there's a covariance term $$Var(X_1 + X_2) = VarX_1 + VarX_2 + 2*Cov(X_1, X_2)$$

Exponentiating doesn't change this relation; it just makes your random variable log-normal.

Maybe you're looking for Steins's lemma? Is there a further downstream question?

share|improve this answer
3  
Hi i don t think that it is a question about Variance but about Value at Risk – TheBridge Mar 17 '11 at 20:25
hi richardh, what you're writing is true, but my operator $VaR_{\alpha}$ stands for the Value-at-Risk (or simply the $\alpha$-Quantile) and not for the Variance (Var). – bobbey Mar 17 '11 at 20:28
Ah! I knew it seemed to easy! :) But isn't VaR just a distribution of returns? You should still be able to add the variances of the returns, find the new variance and then use whatever portion of the tail, right? If these VaR are normal (or some other two parameter distribution), then it should work. – richardh Mar 17 '11 at 20:36
Its ok ;), $VaR_{\alpha}$ is just the $\alpha$-quantile of a random variable. is the problem here seems to be that we dont know very much about the distribution of $\exp(X_1)+\exp(X_2)$ and especially about its quantiles (or for example of how the quaniles depend on the variance). Of course in Gaussian framework the problem reduces in calculating the mean and variance (and scaleing it) of the sum of random variables. – bobbey Mar 17 '11 at 21:37
The way how this question arised was indeed in connection with returns. If the logreturn is normally distributed then the simple-return is lognormal with shift -1 (i.e. simple return=lognormal random variable-1). Now if you have a portfolio of two risks then what is the VaR of the portfolios simple return if we model the logreturns to be normal randomvariables (which with fin market data is ok for longer time spans) – bobbey Mar 17 '11 at 22:07
show 1 more comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.