Thursday, September 10, 2015

Black-Scholes and information equilibrium

Continuing from here [1]

Let's say the price of a stock option depends on the stock price and time $Q = Q(p, t)$. If the price is our stochastic process from [1]

$$
\frac{dp}{p} = \mu dt + \sigma dx
$$

Ito's lemma tells us that

$$
dQ = \frac{\partial Q}{\partial t} dt + \frac{\partial Q}{\partial p} dp +\frac{1}{2} \frac{\partial^{2} Q}{\partial p^{2}} dp^{2}
$$

with

$$
dp^{2} = \sigma^{2} p^{2} dx^{2}
$$

Now let's look at the 'portfolio' $Q + \alpha p$, substitute $dp^{2}$) and use the 'hedge' $\alpha = - \partial Q/\partial p$ so that

$$
d(Q + \alpha p) = \left( \frac{\partial Q}{\partial t}  + \frac{1}{2}  \sigma^{2} p^{2} \frac{\partial^{2} Q}{\partial p^{2}} \right) dt
$$

That's where the stochastic bit proportional to $dx$ fell out. And now there's a model assumption. Since the stochastic bit fell out, we assume the return of the portfolio must be the risk free rate $r$. That means

$$
\frac{d}{dt} (Q + \alpha p) = r (Q + \alpha p) = r \left( Q - p \frac{\partial Q}{\partial p}  \right)
$$

And substituting, we get the Black-Scholes equation:

$$
\frac{\partial Q}{\partial t}  + r p \frac{\partial Q}{\partial p} + \frac{1}{2}  \sigma^{2} p^{2} \frac{\partial^{2} Q}{\partial p^{2}} = r Q
$$

That's just reiterating some stuff I found in vaious notes and appears to be a standard derivation.

So now some interesting (information equilibrium relevant) bits ...

From [1] we can show

$$
\sigma^{2} = \frac{1}{p^{2}} \left( \frac{\partial p}{\partial x} \right)^{2}
$$

So that

$$
\frac{\partial Q}{\partial t}  + r p \frac{\partial Q}{\partial p} + \frac{1}{2} \left( \frac{\partial p}{\partial x} \right)^{2} \frac{\partial^{2} Q}{\partial p^{2}} = r Q
$$

And using the second order chain rule (and rearranging) we obtain ...

$$
\frac{\partial Q}{\partial t}  + \left( r p  - \frac{1}{2} \frac{\partial^{2} p}{\partial x^{2}} \right) \frac{\partial Q}{\partial p} + \frac{1}{2} \frac{\partial^{2} Q}{\partial x^{2}} = r Q
$$

This equation is now independent of $\kappa$ and the supply and demand functions $S$ and $D$. Which is interesting -- the price of an option no longer depends on anything other than the stochastic process the price follows. But wait, there's more.

Let's say our option and our stock price follow diffusion processes in volatility space ($x$):

$$
\frac{\partial Q}{\partial t} = \frac{2}{\xi} \frac{\partial^{2} Q}{\partial x^{2}}
$$

$$
\frac{\partial p}{\partial t} = \frac{2}{\zeta} \frac{\partial^{2} p}{\partial x^{2}}
$$

I chose the diffusion coefficients to appear as the do because it allows a simplification. Substituting those equations into our IT-Black-Scholes equation we get ...

$$
(1 + \xi - \zeta) \frac{\partial Q}{\partial t}  + p \frac{\partial Q}{\partial p} - r Q = 0
$$

Which is a first order partial differential equation with solution:

$$
Q(p, t) = p f( t - \frac{1 + \xi - \zeta}{r} \log p)
$$

Where $f$ is an arbitrary function. Some observations ...

If $p = \exp \rho t$, then

$$
Q(p, t) = p f( a t)
$$

which is an arbitrary function of $t$ ($a$ is a combination of the other constants). If $\xi = \zeta$, i.e. the diffusion coefficients of the stock and option price are equal, we end up with the solution

$$
Q(p, t) = p f( t - \frac{1}{r} \log p)
$$

And if additionally $p = \exp \rho t$, then

$$
Q(p, t) = p f( t - \frac{\rho}{r} t)
$$

so if $\rho = r$

$$
Q(p, t) \propto p
$$

No comments:

Post a Comment

Comments are welcome. Please see the Moderation and comment policy.

Also, try to avoid the use of dollar signs as they interfere with my setup of mathjax. I left it set up that way because I think this is funny for an economics blog. You can use € or £ instead.

Note: Only a member of this blog may post a comment.