May 8th, 2002, 2:51 pm
It is usually best if you use the same model for asset X alone and the same asset X in the basket; otherwise your hedges tend to leak.To get the hedges, note that if you write a program to price the basket option, your price will be a function of the the 10 asset prices you feed the program: V = V(p1, p2, ..., pn)so if you run the same program with slighlty different prices, say, V = V(p1 + epsilon, p2, ..., pn) V = V(p1, p2+epsilon, ..., pn) V = V(p1, p2, ..., pn+epsilon)the differences between these bumped prices and the base case gives you the delta risk with respect to the assets. Similarly, there will be n individual volatilities fed to the pricing program; doing the bumps then gives you the ten vega risks.If you are using MC to price the basket option, you must ensure that the same random numbers (or, rather, same paths) are used in the base and perturbed cases or else noise will kill you.Because MC has inherent noise in computing the risks, it is often better to use some approximate method for pricing the basket option, to get smoother & better hedges