πŸ…

Calculating Option Price in Your Head
07 Dec 2018

TL;DR

C=P=0.4Γ—SΓ—Οƒt

Derivation

We know that in Black Scholes a Call option has price

C=SN(d1)βˆ’Keβˆ’rtN(d2)

where

d1,2=log⁑SK+(rΒ±12Οƒ2)tΟƒt

For an ATMF, at-the-money forward, option, K=F=Sert, thus

d1,2=Β±12ΟƒtC=S[N(12Οƒt)βˆ’N(βˆ’12Οƒt)]

Now comes the approximation

N(x)β‰ˆN(0)+N(1)(0)x+12N(2)(0)x2N(x)βˆ’N(βˆ’x)β‰ˆ2xN(1)(0)

We know N1(0)=12Ο€β‰ˆ0.4, it’s time to calculate the below formula in your head

C=0.4Γ—SΓ—Οƒt

From Put-Call Parity, we have

P=Cβˆ’(Fβˆ’K)=C=0.4Γ—SΓ—Οƒt

In Practice

To make your calculation even faster, here is the table of t,

1m 2m 3m 6m 9m 1y
0.29 0.41 0.50 0.71 0.87 1.00

Forex options premium are often paid in asset currency, which means the formula can further be simplied to

C=P=0.4Γ—Οƒt

Forex options prices are often quoted in percentage of asset currency, i.e.

C%=P%=0.4Γ—Οƒ(%)t

where Οƒ(%)=Οƒ100 is volatility in percentage.

Exercise

Q: USDJPY 3m ATM vol is quoted at 7%, what is the premium?

A:

Cβ‰ˆ0.4Γ—Οƒ(%)(t)=0.4Γ—7Γ—0.5=1.4%

So the premium is 1.4% per USD, e.g., for a 3m Call option to buy 100 mio USD and sell JPY at ATM strike, the premium is roughly 1.4 mio USD. Nb we ignored the small difference between ATM and ATMF strikes.


Til next time,
Jianfeng at 22:34