🔍
FRM- Binomial (one & two step) | Option Pricing Strategies | Python implementation - YouTube
Channel: Quantra
[0]
Welcome to the first section
[1]
of this course!
[2]
Here,
[3]
we will be equipping ourselves with
[5]
essential mathematical knowledge required to
[8]
understand how Options pricing
[10]
models are derived.
[12]
In this video lecture,
[13]
we will discuss a
[14]
popular technique for pricing an
[16]
option using Binomial Trees.
[19]
A Binomial tree is a diagram
[21]
that flows from one starting
[22]
node into two nodes and
[24]
continues the same for n-layers.
[27]
In this case,
[28]
the binomial tree represents different
[29]
possible paths that the underlying
[32]
might follow in the life
[33]
span of the option.
[34]
An assumption here is that the
[36]
underlying follows a random walk,
[38]
i.e. future price movements are
[40]
independent of past price movements.
[43]
At each step in the
[45]
binomial tree there is a
[46]
defined probability of the underlying
[48]
either moving up or moving
[50]
down by a certain percentage amount.
[53]
There could be many
[54]
steps in the tree depending
[55]
on how complex a model
[57]
we want to create.
[58]
Let us start by looking at
[60]
a simple one step model
[62]
using an example of a
[63]
European call option.
[65]
We are interested in finding the price
[67]
of a European call option
[68]
with a strike price of
[70]
INR 110 expiring in 3 months.
[74]
Assume that the underlying
[75]
stock price is valued at
[77]
INR 100 at present.
[79]
At the end of the three
[80]
months, there will be two
[82]
scenarios, either the stock price
[84]
moves to INR 120, which
[86]
makes the option worth INR
[88]
10, or the stock price
[90]
moves to INR 80, in
[91]
which case the option expires worthless.
[94]
We assume two conditions,
[96]
the first being that arbitrage
[98]
opportunities do not exist.
[100]
We will set up a portfolio
[101]
in such a way that
[103]
there is no uncertainty about
[104]
the value of the portfolio
[106]
at the end of 3 months.
[108]
The next condition is
[109]
that because the portfolio has
[111]
zero risk, the return it
[113]
earns must be equal to
[114]
the risk-free interest rate.
[116]
This means, this portfolio will
[118]
give us the same returns
[119]
as a risk-free bank deposit.
[122]
Let us understand this better with an example.
[125]
First let us understand the
[127]
“no arbitrage” assumption,
[129]
which implies that quantr
[130]
there should not exist any
[131]
opportunity to make risk free profit.
[134]
Assuming this happens, irrespective
[136]
of the market movement, that
[137]
is, stock price moving up
[139]
or down, the payoff from
[141]
the risk-free portfolio containing
[143]
the underlying and the option,
[145]
should remain the same.
[147]
Consider a position where we buy
[148]
delta number of shares of
[150]
the underlying stock and sell
[152]
one call option.
[153]
We will compute the value of delta,
[155]
which makes this a risk-free portfolio.
[158]
We will equate the values of the two
[159]
outcomes after 3 months.
[162]
In the first case when the
[164]
stock price is at
[165]
INR 120 and the value of
[168]
the option is INR 10,
[169]
the value of our portfolio
[171]
is 120 times delta minus 10.
[175]
In the second case, when the
[177]
stock price is at INR
[178]
80, the value of
[179]
our long position is 80 delta
[182]
and the option expires worthless,
[184]
hence the portfolio has a
[185]
value of 80 delta.
[188]
On equating these two cases,
[190]
120 delta minus 10 is equal to 80 delta,
[194]
which implies 40 delta is equal to 10.
[197]
We see that when delta is equal to
[199]
0.25, we can create a
[201]
risk-free portfolio.
[203]
You can substitute this value of delta
[205]
in both the cases and
[207]
see that the value of
[208]
our portfolio remains to be
[210]
INR 20 after three months
[212]
in either outcomes.
[215]
Let us use the assumption that
[217]
“a risk-free portfolio must
[218]
have its returns equal to
[219]
the risk-free interest rate”.
[222]
The present value of the
[223]
portfolio will be calculated by
[225]
discounting the value of the
[226]
portfolio three months in the
[228]
future, which we have seen to be INR 20.
[232]
Let us assume the risk-free
[233]
interest rate to be 10%
[236]
and the time period to
[237]
be discounted by is 3 months or 1/4 years.
[241]
The present value of the portfolio
[243]
would be 20 multiplied by
[245]
exponential raised to the power
[247]
of negative 0.10 multiplied by 1/4.
[251]
Therefore, the present value
[253]
of the portfolio is equal to INR 19.50.
[258]
Next, substituting
[259]
this value in the equation
[261]
that we had constructed, we
[262]
will get 19.50, which is
[265]
equal to 100 multiplied by
[267]
0.25 minus the price of the option.
[270]
By rearranging,
[271]
we can compute the price of
[273]
the option as 25 minus
[275]
19.50, i.e.
[277]
INR 5.50.
[280]
We can extend this analysis to
[282]
a two step binomial tree
[283]
as shown in the diagram.
[286]
At each step, we make
[287]
an assumption, that the price
[288]
can either go up or down by 20%.
[292]
The time scale for each step is
[294]
3 months and the option
[295]
has 6 months to expiration.
[298]
At the end of the
[299]
first step, the underlying might
[300]
either be priced at INR
[302]
120 or INR 80, this
[305]
is the same as the
[306]
example we have seen previously.
[308]
At the next step, i.e.
[310]
at the time of expiration,
[311]
the underlying might be at
[313]
either INR 144, INR 96
[316]
or INR 64, this is
[318]
computed using the assumption that
[320]
the prices can either go
[321]
up or down by 20%.
[324]
Now, for computing the option
[326]
price, we will sequentially compute
[328]
the price of the option,
[330]
first at three months in
[331]
the future at points B
[332]
and C following which we
[334]
will then compute the price
[335]
of the option today at point A.
[338]
The value or price of the option at
[340]
points C, E and F will be 0,
[343]
as the option will expire out of
[345]
the money if it takes the bottom path.
[348]
The price of the option at point
[349]
B will be computed by
[351]
considering the branch B-D-E to
[353]
be a one step binary tree.
[355]
Once we compute the price at point B,
[358]
we will consider the A-B-C branch
[360]
and compute the option price
[361]
at point A. We will
[363]
apply our learnings, from the
[365]
one step binary tree example,
[367]
twice, to arrive at the
[369]
option price at point A.
[372]
Applying this methodology, the fair
[374]
value of the option is
[375]
computed to be INR 10.26.
[379]
You can try this as
[380]
an exercise by computing the values yourself.
[384]
In the upcoming units,
[385]
there will be a couple of multiple choice
questions
[387]
to test your understanding of
[389]
binomial trees.
[391]
Following which, you
[392]
will be provided with some
[393]
reading material on the derivation
[395]
of BSM using Binomial Tree
[397]
and another reading unit on
[399]
Wiener Process and Ito’s Lemma.
[402]
Keep Learning!
Most Recent Videos:
You can go back to the homepage right here: Homepage





