12:39 AM, October 27, 2024
Recently I’ve been reading about Happy Harry et al’s “Adventures in Stochastic Processes” by Sidney I. Resnick in order to prepare for the course in Survival Analysis I’ll be taking next semester with professor David Oakes, and since I’ve been haphazardly skipping around the book, I went to the chapter on Brownian Motion earlier today and I was expecting to find a lot of material that could easily relate to the Stock Market, as I’ve heard many times that the movement of a stock is typically modeled with Brownian motion. However I wasn’t sure I could see the connection right away from the text, and so I went to Chat-GPT, which told me that the stock market is an example of Geometric Brownian Motion, a close cousin of Standard Brownian Motion. I also finally figured out how to install a plugin to let my type latex (the plugin is called QuickLatex), so I’m going to demonstrate that with the following definition of Standard Brownian Motion:
(1)
Basically, what this means is that where you are, W (W stands for Weiner, as in the Weiner process, not where), changes with time, and your location at time t is , and the change between where you are at time t and where you are at time t+h follows a normal distribution with greater variance the greater time h between right now (t) and time h. Clearly this Stochastic Process has the Martingale Property (at any time t the expected value of where you are at h is where you are at t) and is a Markov process (it doesn’t remember where you were before time t). Stock prices are modeled as following Geometric Brownian Motion, which is this (
is the price at
which is now a time t in the future from now,
is the price now):
(2)
Where r is the rate of return and W is the Weiner process. Since is just a normal random variable for a fixed t, let’s say T, this is also equivalent to
being a lognormal random variable, that is:
(3)
(4)
Now chat-GPT then threw me for a loop by telling me that the Black-Scholes equation based on this model gives you the following formula for determining the price of a call option with risk-free rate of return r, current price
, strike price K, variance
(which can be thought of for the business minded as controlling the volatility), and time until maturity T, as (I wrote d_1 in terms of d_2 and sigma, but writing it the other way is what Chat-GPT did and what is more common, but I prefer this way and you’ll see why later):
(5)
Where
(6)
(7)
of course represents the standard normal cumulative density function. Further prompting of Chat-GPT was unhelpful, but luckily I have a teeny bit (a lot of bit) of background in statistics, and as a result of my inherent curiosity I got sucked in and had to spend the day figuring out what was going on here. Luckily I was eventually able to work out where this was coming from (with the help of another blog that gave me the key component: the expected value of the truncated log-normal distribution). Now for the fun part; I’m going to derive the above Black-Scholes price formula above using only the previously given information about
as a lognormal random variable. No need to bring out the differential equations.
First, for the non Wall Street minded, let’s explain what a Call Option (a Call) is. A Call gives its owner the ability to buy a stock at time T from now (we don’t consider the case where you can sell before time T, we’re working with what are called European options) at a price K, which is called the strike price. Obviously if the price of the stock is below the strike price at time T, the option is worthless because it’d be better to just buy the stock at the market price than to use your option. However, if the stock price is above the strike price at time T, the option is worth to you, you only have to pay
for the stock, but the stock is worth
. Actually using the option to buy the stock (which is then usually sold again immediately to make profit
) is called exercising the option. If the stock price is below the price of the option at time T, the option is said to have expired worthless.
Options are priced by assuming the rate of increase of the stock price is the risk free rate of return, which prevents arbitrage which is risk free profit. The call is priced such that the price of the call is equal to its expected value under the aforementioned model of the price of a stock given by Geometric Brownian Motion, discounted to present (which means that the amount of money you are expected to make at time T has to be put into today’s terms using the risk free interest rate, which is done by just multiplying by ). Now it’s not very difficult to realize that amount of money you make at exercise is the following random variable:
The option is worth if the stock price is over K at the time of exercise, and zero otherwise. Thus the expected value the option at the time of exercise is:
Now we can derive the Call pricing formula in three steps:
- Derive
- Derive
- Plug in and discount to present
The first step isn’t too difficult, just sub in (2) and do some algebra and the result comes right out:
Remember when I said it was easier to write d2 out explicitly and write d1 as d2 + ? Because we wrote it that way, we can see easily that the above term reduces to
.
Deriving is trickier. Luckily, I had some help from another blog I found online! Greg Gunderson demonstrated with a small but clever proof of the expected value of a truncated lognormal random variable. The link can be found here.
From Greg we learn the following fact: If Y is a Lognormal random variable with parameters and
(the mean and variance of the normal that is in the exponent), and we truncate the probability distribution of Y such that Y has zero probability for Y < y, and the rest of the probability distribution is scaled accordingly, the expected value of this new random variable
is given by
It turns out, this little fact is all we need! This and the expected value of a LogNormal random variable, which is well known to be
Recall from (4) that is LogNormally distributed, so plugging in
for
and
for
gives:
The last steps are trivial:
This is the expected value of the call at exercise. To get the price of the call, we just take this and discount it to present:
Which is the Black-Scholes formula for the price of a European call option.
Overall, I’ve had a fun Saturday with this and I look forward to learning more about Stochastic processes. Some of my notes (redundant with the above):


