Manu Jayadharan

Optionsmodel

Approximations and use of Mathematical Models in Finance, with a focus on Options trading with the help of Greeks.

Author: Manu Jayadharan

Introduction

In this post, I will discuss the pros and cons of financial modeling, specifically in the case of stock option pricing. I will talk about why financial models are imperfect and less predictive compared to models derived from physical laws. I will provide the definition and usage of Greeks from the perspective of a mathematician and share my thoughts on their application.

I have made several simplifications of concepts in this post to make the reading short and comprehensive. I am also talking about modelling of financial instruments and not algorithmic trading which is a different topic.

This post is inspired by a similar post I wrote on Reddit on a related topic. This post can be found here.

Stock Picture

What are Options ? Can we model them perfectly ?

Since stock options are the most common type of options (at least from the perspective of mere mortals, aka retail traders like us), I will focus on discussing these options for the remainder of this discussion.

Can the model predict the future value of an option ?

The short anwer is NO!

The market is unpredictable!!

Stock Picture

If the market is not predictable, what is the best we can do ?

We can do two things:

  1. Model on assumptions: We can make simplified assumptions about the market, such as the stock price following a specific type of stochastic process, some market factors remaining constant over short durations of time, and create a simple mathematical model of reality.
  2. Observe the market: We can record transactions in the open market and utilize the prices at which traders are buying and selling stocks or any other related financial instruments.

Model fitting eh ?

If you are a Scientist, and you have a model and some measurements what will you do ?

Physics laws vs Financial models

Stock Picture

What good are financial models if they can’t predict the future price ?

Stock Picture

The short answer is Risk Management.

Now it is time to talk about ‘em Greeks!

Stock Picture

What are Greeks ?

Types of Greeks

Popular and most useful Greeks are: $\Delta$, $\Gamma$ $\Theta$, $\rho$, and $\nu$.

Together, these Greeks provide a way to understand the risk sensitivity of a large portfolio consisting of a large collection of financial instruments.

A more precise definition

Consider an option (Call or Put) of a stock (for example TSLA) without paying dividends. Using some models like Black Scholes’, the price of the option,$ P$, can be expressed as a function of some variables:

$P(S, K, T, \sigma, r) $,

where:

Here’s a table summarizing the key Greeks, along with their descriptions and definitions using partial derivatives of ( P ):

Greek Short Description Greek Calculation
Delta $\Delta$ Sensitivity of the option price to changes in the stock price $\Delta = \frac{\partial P}{\partial S}$
Gamma $\Gamma$ Sensitivity of Delta to changes in the stock price $\Gamma = \frac{\partial^2 P}{\partial S^2}$
Theta $\Theta$ Sensitivity of the option price to the passage of time $\Theta = -\frac{\partial P}{\partial T}$
Vega $\nu$ Sensitivity of the option price to changes in the volatility $\nu = \frac{\partial P}{\partial \sigma}$
Rho $\rho$ Sensitivity of the option price to changes in the risk-free interest rate $\rho = \frac{\partial P}{\partial r}$

How can we use the greeks ?

Now that we know the definition of greeks and lets have a look at some of their usage.

Hedging

Example: Using $\Delta$ to estimate the sensitivity of option price to stock price movement and hedging to “eliminate” delta risk.

Suppose we buy a TSLA call option with:

What happens if the stock price goes up by 2$: The stock price increases from $180 to \$182.

We can estimate the approximate change in option price by,

$\Delta P = 2 \times \Delta = 0.4. $

Mathematically this is coming from first order approximation of $P(S, K, T, \sigma, r) $, around the current market conditions as follows:

$\Delta P = P(\(\color{red}S=180+2\), K=190, T=100, \sigma=0.6, r=0.05) - P(\(\color{red}S=180\), K=190, T=100, \sigma=0.6, r=0.05) $

= $\frac{\partial P}{\partial S} (S=180, K=190, T=100, \sigma=0.6, r=0.05) \times \delta S = 0.2 *2 = 0.4$

How to hedge this position ?

Delta Hedging:

Hedging other risks:

Word of caution about using Greeks for estimating risk and hedging

Stock Picture

When you use Greeks to analyze and hedge your risks, you are making approximations at multiple levels

Understanding first-order approximations in risk calculations: How hedges can fall off !

Let’s dive into the math of risk approximation with an example using an option pricing function ( P(S, T, \sigma, r) ).

Full Taylor Series Expansion

To find the change in the pricing function ( P ) when ( S ), ( T ), ( \sigma ), and ( r ) change by ( \delta_S ), ( \delta_T ), ( \delta_\sigma ), and ( \delta_r ) respectively, we use a Taylor series expansion around the point ((S, T, \sigma, r)).

The full Taylor series expansion is:

\(P(S + \delta_S, T + \delta_T, \sigma + \delta_\sigma, r + \delta_r) - P(S, T, \sigma, r)\) \(= \frac{\partial P}{\partial S} \delta_S + \frac{\partial P}{\partial T} \delta_T + \frac{\partial P}{\partial \sigma} \delta_\sigma + \frac{\partial P}{\partial r} \delta_r\) $$

First-Order Approximation:

Using only the first-order terms, the approximation is:

\[P(S + \delta_S, T + \delta_T, \sigma + \delta_\sigma, r + \delta_r) - P(S, T, \sigma, r) \approx \frac{\partial P}{\partial S} \delta_S + \frac{\partial P}{\partial T} \delta_T + \frac{\partial P}{\partial \sigma} \delta_\sigma + \frac{\partial P}{\partial r} \delta_r\]

Impact of missing higher-order terms:

If any of ( \delta_S ), ( \delta_T ), ( \delta_\sigma ), or ( \delta_r ) are large, the higher-order terms become significant. The error introduced by ignoring these terms can be substantial and our hedges fall out of sync. For example, if the price of the option, moving in the case of a large number,