rodnymullen
New Member
Hello everyone!
I am writing a master thesis about VaR. The main idea of it is to compare various methods VaR estimation. For that purpose i used a hypothetical portfolio made of 2 stocks and 1 call option, value of which is calculated as max(St-K;0). So far I used Historical Simulation, EWMA; ExpMA, Monte Carlo (normally distributed), Monte Carlo (t-distributed), Monte Carlo (lognormally distributed) of 95% confidence lvl. The theory says that Monte Carlo VaR should outperform other methods, especially when we have non-linear instruments like call options in the portfolio. But in fact i got the opposite results where MC (normally distributed) MC (lognormally distributed) VaRs demostrated the worst performance. Only MC (t-distributed with 15 degree of freedom) was better than others.
Therefore that made me think that i did not implement MC VaR in a correct way. Maybe I had to use multivariate MC VaR instead of univariate MC VaR for my portfolio and make these generation of correlated random vriables, Cholesky deconposition etc.... Because what I did was simply the using of final returns of the portfolio but not using the returns of each asset seperately.
Here is the file with my results.
https://www.dropbox.com/s/ku6bmpjf4m1rh4l/My VAR.xlsx?dl=0
I am hoping to recieve your help. Thanks =)
I am writing a master thesis about VaR. The main idea of it is to compare various methods VaR estimation. For that purpose i used a hypothetical portfolio made of 2 stocks and 1 call option, value of which is calculated as max(St-K;0). So far I used Historical Simulation, EWMA; ExpMA, Monte Carlo (normally distributed), Monte Carlo (t-distributed), Monte Carlo (lognormally distributed) of 95% confidence lvl. The theory says that Monte Carlo VaR should outperform other methods, especially when we have non-linear instruments like call options in the portfolio. But in fact i got the opposite results where MC (normally distributed) MC (lognormally distributed) VaRs demostrated the worst performance. Only MC (t-distributed with 15 degree of freedom) was better than others.
Therefore that made me think that i did not implement MC VaR in a correct way. Maybe I had to use multivariate MC VaR instead of univariate MC VaR for my portfolio and make these generation of correlated random vriables, Cholesky deconposition etc.... Because what I did was simply the using of final returns of the portfolio but not using the returns of each asset seperately.
Here is the file with my results.
https://www.dropbox.com/s/ku6bmpjf4m1rh4l/My VAR.xlsx?dl=0
I am hoping to recieve your help. Thanks =)