Saturday 20 April 2013

Jumping into Black-Scholes II: Know your contract and Asset


  Know your Contract

The first step in pricing these financial things, is to understand the contract in detail. Let S0 and ST be the price today and in T years of our underlying asset (a cow), respectively. Well we know S0 while ST must be a random variable.1 For now, let's play make believe and pretend we know what is ST, and figure out the payoff (How much you will pocket in the future) from our Plain Vanilla Option. Say we have the right to sell this asset in the future for the price K, in which case we say it is a put option. If at the maturity date T, ST is more then K then we will not bother exercising our right to sell the asset for K given that one can sell it for more then that on the market. Now if ST is less then K, selling it for K will earn you (K−ST) more then you could of sold it on the market. Thus you earn (K−ST) in this scenario. Therefore the payoff of our option is the function
payoff = max{K−ST,0}.
But we don't know ST. What can we do? We can calculate how much you would expect the payoff to be, which in math symbols is E[ payoff]. Furthermore, this payoff is money you will receive in the future, and money in time makes more money. Thus to know how much this is worth today, one must discount this expected cash quantity in time from the maturity date T to today using a reference market interest rate r. You can try to understand this r as the rate such that erT is how much one would earn by investing 1 in a risk-free investment after T years (note that it's greater than 1).  Using continuous time compounding 2, we can discount the expected payoff through time to give the price today which is
price = e−rT E[ payoff].
(1)
To calculate this expectancy, we need to know what is the distribution of the payoff, which in turn inherits it's distribution from the underlying asset ST. This basic setup is common to all financial contracts that exchange a quantity of money at a fixed future date.

  Guess your asset distribution

Yes, guess it. We don't know the real distribution of the asset3, we can only make an educated guess. But the situation is not a dire as it first may appear. We're not going to try and accurately guess the future value ST, instead, the focus is how much can the value S0 disperse through time. If S0 is so volatile that we have no idea what it will be in the future, then insurance based on this asset will be expensive. On the other hand, if we know, with a certain confidence, that S0 will change at most 2% in value from now to T, then such an insurance will be cheap.
Think about the possible future values of an asset. First, it must be positive4. This already rules out things like normal distributions, which stretch infinitely into the negative direction, in other words, way off. A simple random variable that only takes on positive values is eX, where X is a normal variable. This is a log-normal random variable, and it is completely determined by the mean and variance of the normal variable X.
And it just so happens, that by getting historical data of most assets prices, the lognormal distribution "seems" to fit. The x-axis below are different prices a unnamed asset had over a year. So roughly between 2 and 14 ching chings. The y-axis was how frequent this price appeared over the year. The red line, is the probability density function of the lognormal variable that was fit to the historical data.


This is the chosen distribution in the Black-Scholes setting. It is in this small step that I want you to take biggest leap of faith throughout the text. Notoriously, extreme events are more common in assets then the log-normal distribution would say, thus "real" distributions tend to have "fatter tails". Moving on. Let X(t)  ∼ N(tμ,tσ2), thus it's a normal variable with mean tμ and variance tσ2. Though we have defined X(t) for every t > 0, ultimately we are only interested in X(T), so for now, don't worry about how this thing evolves through time, just acknowledge that X(T), frozen in time T, is a normal variable.
The blatant guessing ends here, for now we can estimate μ and σ by either using historical data (How volatile were cow prices this time last year?) or using implicit market data, i.e., how much is this future volatility according to the aggregated opinion of everybody else? Let's say that through one of these methods, we are given σ.
All that is missing is the mean μ. Not to worry, another hypothesis injected by the Black-Scholes model is that there is no free meal, also known as the nonexistence of arbitrage opportunities. This translates into the fact that, the expected increase in value of our asset from now until T will be the same as the risk-free investment. In other words, investing S0 in the risk-free investment, we would earn S0erT. This must also be true of the expected value of buying S0 of our asset and clinging to it over time, in other words,
E[ eX(T)] = S0 erT.
(2)
From properties of the lognormal distribution5, we also know that
E[ eX(T)] =e(μ+ σ2/2)T.
(3)

Thus (2) and (3) must be equal, which in turn says that
μ = ln(S0) +(r−σ2/2)T,
so we have μ as a function of other things we know. Finally, there is a convenient way to re-write X(T) by calling upon a few properties of the normal distribution, namely
X(T) = ln(S0)+ (r−σ2/2)T + √TσZ
(4)
where Z  ∼ N(0,1) is the standard normal variable. If this last step made no sense, I suggest you take the expectancy and variance of both sides of (4) and check that they are equal. Remember, a normal variable is completely determined by it's expectancy and variance. This brings us to the conclusion of this section, simply that
ST = eX(T) = S0 e(r−σ2/2)T+√T Z,
is a reasonable choice to model our asset. Well sort of. With this the modelling phase comes to an end. All that remains now is to compute the option price (1) using some notions of probability.
[1] One of my least favorite names in mathematics, for it is not a variable nor is it random.
[2] Don't know it? See Continuous compounding. Not good enough? Persuade me to write something on this.
[3] This sentence hardly makes sense, is there such thing as a real distribution?.
[4] Well...you could own a megaton of milk that has gone sour. Remembering there is no use in crying over spilt milk, you pay someone to get rid of it, thus it has a ``negative value''. But let's rule out this case.
[5] Don't know it, wiki it..
-->

No comments:

Post a Comment