Binomial Model Guide#
This is an elegant-design introduction to binomial model, geared mainly for new users.
Assumptions#
Binomial model is for discrete time finance, and is have key assumptions:
an asset value changes only at discrete time intervals
fractional trading is allowed
an asset’s worth can change to one of only two possible new values at each time step.
In option pricing theory, key assumptions are
short selling allowed
no arbitrage opportunities
and relaxable assumptions are
frictionless markets - no transaction costs, limits to trading or taxes
perfect liquidity
known volatility and interest rates
no dividends on the underlying
Delta-hedged portfolio#
Growing or decreasing of the option price is irrelevant, but price range is related to volatility. The larger the volatility, the greater the range. Later we will see that the drift does not exist when pricing derivatives in the binomial model.
To solve the option value, set up a portfolio \(\Pi\) consisting of one long position in an option and short \(\Delta\) shares
where \(V\) is value of the option, \(\Delta\) is the number of shares, and \(S\) is the stock price. By balancing \(\Pi^+\) and \(\Pi^-\) we could solve the value of \(\Delta\) where
or calculated directly by
in discrete time. In continuous time, we write \(\Delta = \frac{\partial V}{\partial S}\). This choice of \(\Delta\) makes \(\Pi\) risk-free, so no-arbitrage suggests that the return on \(\Pi\) equal the risk-free rate, i.e.
which derives
where we define
with \(0 < q < 1\). In discrete time finance, this becomes
where we define
Pricing an option using the risk neutral probability, \(q\), will make neither a profit nor a loss, while pricing an option using the real probability, \(p\), will probably make you a profit or loss.
Self-financing portfolio#
Another aspect of binomial model is replication the option using only cash (or bonds) and the asset, by rearraging the equation from
to
Consider the prerequisites:
\(s_u\) to be the price going up and \(s_d\) to be the price going down
the option \(X\) pays off \(x_u\) if the asset price is \(s_u\) and \(x_d\) if \(s_d\)
the dynamics of the risk-free asset \(B_t\) satisfies \(dB_t = rB_t dt\) where \(B_0 = 1\), or \(B_t = e^{rt}B_0\) in continuous time.
Now consider a portfolio of \(\psi\) bonds with one-year duration and \(\phi\) assets at \(t = 0\) with initial value of
After a timestamp, we replicate the option by insisting
which derives a hedging strategy with
Define
we have
where \(0 < q < 1\) and \((T - t)\) to be time to maturity. The set of probabilities \(\mathbb{Q} = \{q, (1-q)\}\) is called a risk-neutral measure. Risk neutral/fair value under \(\mathbb{Q}\) of a call is less than the expected value of the call under \(\mathbb{P}\).
Currently, three methods of option pricing are introduced: delta-hedged portfolio, self-financing portfolio or replication, and one using risk-neutral probabilities.