October 8th, 2014, 1:08 pm
What you are trying to do is still somewhat vague to me. However, given what you have said, a few comments:1. GBM for the underlying, means the underlying S(t) (spot) has a lognormal distribution. You can calculate the percentile points exactly.2. If the forward price F(t) = multiplier S(t), which sound like your model, where the multiplier is just some constant,then F(t) also has a lognormal distribution with exactly known percentile points.3. If your model is that the option price in the future at t, call it C(t), is given bythe Black formula C(t) = C_{Black}(F(t)) with other parameters known, then the distributionof C(t) can be worked out. This is simply a change of variable from one with a known distribution X=F(t)to a new random variable Y = Y(X), where Y = C(t). The transformation is monotone, so one value of Y corresponds to each X. I am going to discuss it now using X and Y. Just remember that X is the forward price, andY is the option price.The density of X is given by [$]p_X(x) dx = p_X(x) |dx/dy| dy[$], so the density of Y is[$] p_Y(y) = p_X(x(y)) |dx/dy|[$]. In your case, [$]p_X[$] is lognormal, [$]x(y)[$] is the inverse of the Black formula, and [$]|dx/dy][$] is the reciprocal of the Delta of the option. The bottom line is that a nice smooth density for the future option value C(t) could be worked out (say in Mathematica),and the 95th percentile of that could be discovered, all without doing simulations. (`Smooth', of course, presumes t < T, the expiration)=============================================================p.s. I will add that inverting the Black formula for the forward, given the option price, is no harder thaninverting it to get the vol. given the option price. So, if you know how to get implied vols. you know how toget the [$]x(y)[$] needed above. Both require a simple root finder.
Last edited by
Alan on October 8th, 2014, 10:00 pm, edited 1 time in total.