Black-Scholes-Merton Model | NSE Option Pricing Strategy | Quantra by QuantInsti - YouTube

Channel: Quantra

[0]
In the previous video lecture,
[1]
we looked at an analogy to
[3]
pricing options through a dice game.
[6]
We computed the expected payoff
[8]
of the game and concluded that
[10]
the fair price of playing the game
[12]
should be equal to the expected payoff.
[15]
In this video lecture, we will extend
[17]
this analogy to intuitively understand
[20]
the most popular options pricing
[23]
model, the Black Scholes Model,
[24]
also known as Black-Scholes-Merton Model
[27]
or BSM model.
[29]
The BSM formula estimates the
[32]
prices of call and put options.
[35]
Before looking at the formula,
[37]
let us look at the payoff of a call option.
[40]
Suppose, the strike price is INR 100 and
[43]
the stock price is INR 105
[46]
therefore, the profit by exercising
[49]
the option is INR 5, gained by
[52]
buying the stock at INR 100 from
[55]
the option seller and selling it
[57]
at INR 105 in the market.
[61]
In other words, when we buy
[62]
a call option, we pay the strike price and
[65]
receive the stock price.
[67]
Next, we need to understand that
[70]
the option will only be exercised
[72]
when the stock expires in the money.
[75]
We will now compute
[76]
the expected values of the two components.
[80]
The first component
[81]
is payment of strike price given
[83]
the stock ends in the money.
[85]
The expected value will be equal
[87]
to negative of the Strike Price (X)
[90]
multiplied by the probability of
[93]
Stock Price (St) being
[95]
greater than Strike Price (X).
[97]
A negative sign indicates money is
[100]
going out of our account.
[102]
The second component is the receipt
[106]
of stock price given that the stock
[108]
ends in the money.
[110]
The expected value of this term will be
[112]
the stock price at the time of execution,
[115]
multiplied by the probability of
[117]
Stock Price (St) being greater than Strike Price (X).
[122]
Kindly note that the stock price
[124]
at execution is given by
[126]
the expected value of St,
[128]
given that St is greater than X.
[133]
On combining these two terms
[135]
we get the equation Ct,
[137]
price of call option, is equal to
[140]
expected value of St given that St
[143]
is greater than X, multiplied by
[145]
the probability of St greater than X,
[148]
minus, X into the probability of St
[152]
greater than X.
[155]
This formula intuitively explains
[157]
the Black Scholes Formula,
[159]
the equation for which is,
[160]
Ct is equal to
[162]
St into N of d1 minus X multiplied by
[167]
e raised to the power of
[169]
minus rt multiplied by N of d2.
[172]
Where N is to denote the
[175]
standard normal cumulative
[176]
distribution function.
[178]
d1 and d2 are variables that are defined as shown.
[184]
r is the risk free interest rate,
[186]
sigma is the volatility of returns of
[188]
the underlying asset,
[190]
St is the price of the underlying,
[193]
X is the strike price of the option and
[196]
t is the time to expiration.
[199]
You can now compare the
[200]
intuitive formula with the mathematical
[203]
formula to see that intuitively
[205]
we have understood the BSM model.
[208]
It can be seen that the term N(d2) can
[211]
be compared to the probability of St
[214]
being greater than X.
[217]
There will be a slight difference
[219]
in the N(d1) term, which in addition
[221]
to the probability of St being greater
[224]
than X, will also have
[226]
certain components from the
[228]
expected value of St given that
[231]
option expires in the money,
[233]
from our intuitive formula.
[235]
Let us look at an example to understand
[237]
intuitively how the BSM formula works.
[241]
Assume that stock for company ABC is
[243]
trading at INR 100, and that we are
[246]
the option writers interested in selling
[248]
a call option on stock ABC at a
[251]
strike price of INR 105, expiring one month from now.
[256]
Assuming that probability of
[258]
the option being in the money
[260]
at the time of expiry is 0.6,
[264]
and the expected value of the stock
[266]
price given that the stock is
[268]
in the money is INR 110.
[271]
Then, by the intuitive formula,
[273]
the option premium should be equal to;
[277]
110 multiplied by 0.6, minus, 105
[282]
multiplied by 0.6, that is, 66 minus 63,
[287]
which is equal to INR 3.
[291]
110 into 0.6 is the component relating to
[295]
selling the stock in the market,
[297]
and 105 into 0.6 is the component for
[302]
buying the stock by exercising the option.
[306]
In the upcoming units,
[307]
a couple of multiple choice questions
[309]
will test your understanding of
[311]
the BSM model, following which
[313]
you will learn how to implement
[314]
this model in Python.