Serving the Quantitative Finance Community

 
User avatar
HITECH
Topic Author
Posts: 0
Joined: April 4th, 2007, 11:48 pm

Simplified option pricing formula

June 29th, 2007, 7:17 pm

Hello,Some people use the following formula to price an ATM option:Price = 0.4 * Volatility * sqrt(time)0.4 = 1/sqrt(2 * pi)would someone know how to tie this back to Black Scholes please?Thx in advance.
 
User avatar
casati
Posts: 0
Joined: March 3rd, 2007, 7:04 pm

Simplified option pricing formula

June 29th, 2007, 10:01 pm

Pls. look it up in these books. Timothy Falcon Crack uses a lot of "shortcuts" like the ones mentioned in your post, to educate applicants for their interviews. Timothy Falcon Crack "must haves" ;-)
Last edited by casati on June 29th, 2007, 10:00 pm, edited 1 time in total.
 
User avatar
ppauper
Posts: 11729
Joined: November 15th, 2001, 1:29 pm

Simplified option pricing formula

June 30th, 2007, 12:23 pm

you could try setting stock price equal to strike price in the black-scholes formula and then expanding as a series in time and see if that helps
 
User avatar
AVt
Posts: 90
Joined: December 29th, 2001, 8:23 pm

Simplified option pricing formula

June 30th, 2007, 3:17 pm

If you replace the cumulative normal distribution by its 1st order approximation (i.e. Taylor series in 0, cut off terms of order greater than 2) it becomes 1/2 + x/sqrt(2*Pi).Using it for the BS formula gives your stuff (with rates=0, spot=strike= 1 in your case).
 
User avatar
amit7ul
Posts: 0
Joined: December 7th, 2004, 8:36 am

Simplified option pricing formula

July 3rd, 2007, 7:59 am

atm strike implies s=k*e^(-rt), and also d1=v*sqrt(t)/2=-d2so c=s*(N(d1)-N(d2))....N(d1)-N(d2)=(1/sqrt(2*pi))integral(1-x*x/2+...)dx after integration just retain linear term.. you get d1-d2=v*sqrt(t)...and so c=0.3989*s*v*sqrt(t)...i guess, assumption should work for small expiry small vol and atm strikes