July 5th, 2012, 10:02 pm
Hi AlanThanks for the reply and pointing out what I wrote was confusing, I think it was plain wrong. So here's my attempt to write it clearly.I want to calculate VaR using historic sampling. For swaps/forwards/spot we create the return for each underlying from day t to day t+1 in the past over the time period we have the historic data for, for swaps/forwards/spot the change in value over 1 day can be calculated using a randomly drawn return from the timeseries. However, for an option, my understanding is that we need to calculate the option price today and the option price tomorrow and take the difference.Calculating the option price today is no problems as we have all the input data, however for the calculation of the price tomorrow we can use a randomly drawn return to bump the underlying, but I am not sure what volatility to use, would we bump the volatility by the same amount that was experienced on the same day that the randomly drawn return was taken from? ie something likevol_change = (vol_t - vol_{t-1}) / vol_{t-1} this doesn?t seem right to me, as we don?t really think of returns on volatility (at least I don't)?Cheers,Tony