Quantitative Finance - Chapter 3 - the random behavior of assets

Published

February 22, 2024

Untitled.png

In this chapter

  • Jensen’s inequality
  • how to examine time-series data to model returns
  • the Wiener process, a mathematical model of randomness
  • a simple model for equities, currencies, commodities and indices

Why we need a model for randomness: Jensen’s inequality

E[f(S)]f(E[S])

where S¯=E[S], so that E[ϵ]=0. Then

E[f(S)]=E[f(S¯+ϵ)]=E[f(S¯)+ϵf(S¯)+12f(S)+]f(S¯)+12f(S¯)E[ϵ2]=f(E[S])+12f(E[S])E[ϵ2]

  • f(E[S]): The convexity of an option. As a rule this adds value to an option. It also means that any intuition we may get from linear contracts (forwards and futures) might not be helpful with non-linear instruments such as options.
  • E[ϵ2]: Randomness in the underlying, and its variance. As stated above, modeling randomness is the key to modeling options.

Similarities between equities, currencies, commodities and indices

Return=change in value of the asset+accumulated cashflowsoriginal value of the asset

Examining returns

The mean of the returns distribution is

R¯=1Mi=1MRi

and the sample standard deviation is

1M1i=1M(RiR¯)2)

Supposing that we believe that the empirical returns are close enough to normal for this to be a good approximation.

Ri=Si+1SiSi=mean+standard deviation×ϕ

Timescales

Untitled

Call the time step δt. This mean of the return scales with the size of the time step. That is, the larger the time between sampling the more the asset will have moved in the meantime, on average.

mean=μδt

SM=S0(1+μδt)M

SM=S0(1+μδt)M=S0eMlog(1+μδt)S0eμMδt=S0eμT

  • In the absence of any randomness the asset exhibits exponential growth, just like cash in the bank.
  • The model is meaningful in the limit as the time step tends to zero. If I had chosen to scale the mean of the returns distribution with any other power of δt it would have resulted in either a trivial model (ST=S0) or infinite values for the asset (ST=±).

standard deviation=σδt1/2

where σ is some parameter measuring the amount of randomness; the larger this parameter the more uncertain is the return.

Putting these scaling explicitly into out asset return model

Ri=μδt+σϕδt1/2

Si+1Si=μSiδt+σSiϕδt1/2

This equation as a model for a random work of the asset price.

The parameter μ is called the drift rate, the expected return or the growth rate of the asset. μ is quoted as an annualized growth rate.

μ=1Mδti=1MRi

The volatility

The parameter σ is called the volatility of the asset. It can be estimated by

1(M1)δti=1M(RiR¯)2

The volatility is the most important and elusive quantity in the theory of derivatives.

Because of their scaling with time, the drift and volatility have different effects on the asset path. The drift is not apparent over short timescales for which the volatility dominates. Over long timescales, for instance decades, the drift becomes important.

Estimating volatility

If δt is sufficiently small the mean return R¯ term can be ignored. For small δt

1(M1)δti=1M(logS(ti)logS(ti1))2

can also be used, where S(ti) is the closing price on day ti

It is highly unlikely that volatility is constant in time. If you want to know the volatility today you must use some past data in the calculation. Unfortunately, this means that there is no guarantee that you are actually calculating today’s volatility.

Since all returns are equally weighted, while they are in the estimate of volatility, any large return will stay in the estimate of volatility until the 10 (or 30 or 100) days have passed. This gives rise to a plateauing of volatility, and is totally spurious.

Since volatility is not directly observable, and because of the plateauing effect in the simple measure of volatility, you might want to use other volatility estimates.

The random walk on a spreadsheet

Si+1=Si(1+μδt+σϕδt1/2)

The Winer process

You can think of dX as being a random variable, drawn from a normal distribution with mean zero and variance dt:

Using Wiener process instead of normal distributions and discrete time, the important point is that we can build up a continuous-time theory.

The widely accepted model for equities, currencies, commodities and indices

dS=μSdt+σSdX

Stochastic differential equation is a continuous-time model for an asset price. It is the most widely accepted model.

Further reading

Untitled