May 13th, 2004, 6:49 am
Hi Fluvio!I'll try my best at giving some insight behind the problem you encountered, even if I see that some well known Wilmott:ers have given some good advice.The method you are trying (with the gaussian increments) is basically the Monte Carlo approach, which is equivalent to the PDE-method originally used by Blacks & Scholes, through what is known as the Feynman-Kac theorem.If we thus first look at what Black & Scholes did, and find rationale behind their approach, we should be able to find rationale behind the Monte Carlo method as well.The rationale behind the Black & Scholes method (that we are particularly interested in, and which Graeme touched on) is that we assume that we can form a (temporarily) risk-neutral portfolio by using both the underlying asset as well as the option, as they both have a common source of risk. In the short run, this common source of risk should impact both the option and the underlying similarily, the only difference being a scaling-factor (i.e. what is now known as the options delta-value). If you have a risk-neutral position however, the return of this position should be the risk free rate of return, right? So over a short period of time, this portfolio should have a return equal to the risk free rate. Now, imagine a new portfolio, consisting of at least the underlying stock. By holding d underlyings (where d = the options delta value) we can replicate the option. However, the delta value is not constant, but you will need to rebalance the portfolio. You will thus need some kind of extra non-stochastic asset, in our case we use a bond or a cash-account.We know that the second portfolio will replicate the option (as it is this portfolios main purpose, and as it is (so far only) assumed that we can always find the "scaling-factor" i.e. the delta value), so the value of a third portfolio, consisting of 1 long option and 1 short portfolion #2 will have a constant value of zero. Using this portfolio, we can find the price of the option.Now, you may be well aware of all this, however it is essential to understand that this is not done just for fun, but for a reason. The reason is the without the replicating portfolio, it is impossible to price options theoretically correct. In the Monte Carlo method you describe, you do not have a replicating portfolio, and this is the reason why your method is not consistent with the Black & Scholes model. We can use the Monte Carlo method however we then need to adjust the drift of the stock to a risk-neutral drift and make assumptions of risk-neutral behaviour of investors. These adjustments are due to the Feynman-Kac theorem I mentioned previously.Another alternative is to use the binomial model. In this model you are creating the risk-neutral portfolio in each step. The Binomial model makes some unrealistic assumption, I agree. The main one is that you discretize the outcomes to only 2 states (up or down), and time is cast in discrete time intervalls. However as you make the time increaments smaller and smaller (and in the limit infinitely small), Binomial steps converge to the gaussian distribution. The Binomial model thus converges not only to the Black & Scholes model, but also to the Gaussian Monte Carlo model you are really looking for, i.e. gaussian increaments (over discrete time intervalls) but with risk-neutral portfolios generated in your strategy.