December 26th, 2002, 8:08 pm
QuoteOriginally posted by: PrasadI was wondering if there's some Finite Diff schemewhich exactly prices the trivial zero-strike call option mentioned earlierat any step size and anywhere in the parameter space.Yes there is.Write you favourite numerical scheme (Crank-Nicholson, fully implicit, etc.).This is a system of linear equations, with the values of your function at grid points as unknowns.Now write the same system for your stock S, and over again for your zero coupon B, and solve for the coefficients of the discrete PDE such that S and B are priced exactly. In other words you will use coefficients of the PDE (for BS, these are volatility, interest rate, drift of the underlying) which are slightly perturbated, and which depend now on the step size.Letting the scheme price B exactly will give you the correction for the instantaneous interest rates.Then, letting the scheme price S exactly will give you the correction for the drift.Then, letting the scheme price a call option exactly will give you the correction for the volatility coefficient.Now use these corrected coefficients AND THE SAME space and time step sizes to price another derivative instrument.This will considerably reduce truncation error.This technique is some kind of "variance reduction," it is briefly described at the end of this Wilmott article, with references:The discrete and the continuous