Serving the Quantitative Finance Community

 
User avatar
koolad
Topic Author
Posts: 0
Joined: June 10th, 2011, 5:26 pm

Dupire's formula

December 19th, 2012, 4:04 am

We would come across this formula almost in every other bookσloc=(2*∂C/∂T/(K^2*∂2C/∂K2))^.5My question is:1. Is σloc a. σloc(K,T) or b. σloc(S(t),t). And the so called local vol surface that is created by using this formula does it have strike as x axis? Or is it spot?2. If I were to price an option using monte carlo with the help of this local vol surface, how do I go about it ?
 
User avatar
Alan
Posts: 3050
Joined: December 19th, 2001, 4:01 am
Location: California
Contact:

Dupire's formula

December 19th, 2012, 2:39 pm

QuoteOriginally posted by: kooladWe would come across this formula almost in every other bookσloc=(2*∂C/∂T/(K^2*∂2C/∂K2))^.5My question is:1. Is σloc a. σloc(K,T) or b. σloc(S(t),t). And the so called local vol surface that is created by using this formula does it have strike as x axis? Or is it spot?2. If I were to price an option using monte carlo with the help of this local vol surface, how do I go about it ?1. It is (K,T) in the first formula you posted, but you should think of them as "dummys"; once you have sigloc(K,T) all K> 0 < T < Tmax, you have sigloc(S(t),t) needed for your next question.2. Option values for any fixed maturity T <= Tmax are found by simulating dS(t) = sigloc(S(t),t) S(t) dW(t) by the Euler method:(a) S= S(0), t= 0; then repetition of S += sigloc(S,t) S Z sqrt(dt); t += dt, where Z ~ N(0,1), until you achieve S(T). (That's one trial)(b) averaging w(S(T)), where w( ) is the option payoff function, over N simulation trials. p.s. The same method will work if the option value is the expectation of any path functional of {S(t)}_(0 <= t <= T),which covers just about everything. However, that doesn't mean those values are necessarily any good, even if theplain vanilla option values are matched to a market.
Last edited by Alan on December 18th, 2012, 11:00 pm, edited 1 time in total.
 
User avatar
koolad
Topic Author
Posts: 0
Joined: June 10th, 2011, 5:26 pm

Dupire's formula

December 19th, 2012, 3:11 pm

Thanks Alan..What vol do you use at t=0?
 
User avatar
Alan
Posts: 3050
Joined: December 19th, 2001, 4:01 am
Location: California
Contact:

Dupire's formula

December 19th, 2012, 3:15 pm

I would just extrapolate the source market's at-the-money implied vols to T=0. (one number)
Last edited by Alan on December 18th, 2012, 11:00 pm, edited 1 time in total.
 
User avatar
pimpel
Posts: 8
Joined: May 12th, 2006, 5:26 pm
Location: Warsaw

Dupire's formula

January 2nd, 2013, 7:17 pm

Your scheme has no drift. does the local vol in your specification include all the information about transition probabilities and hence you don't need the drift anymore (the implied distribution is already shifted)?