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.

read more

My take on the mathematical interpretation of Greeks in option trading

My take on the mathematical interpretation of Greeks in option trading

Introduction

In this post, I will delve into the fascinating world of options and financial derivatives, focusing on the mathematical interpretation of the Greeks and their impact on the pricing of these instruments. Understanding the Greeks is crucial for any trader or investor dealing with options, as they provide insight into the risk and potential profitability of a position.

Stock Picture

Understanding the Greeks

Delta (Δ)

Delta represents the rate of change of the option’s price with respect to changes in the underlying asset’s price. It indicates how much the price of an option is expected to move for a $1 change in the price of the underlying asset.

Gamma (Γ)

Gamma measures the rate of change of Delta with respect to changes in the underlying asset’s price. It helps in understanding the stability of Delta and is crucial for assessing the potential risk of large movements in the underlying asset.

Theta (Θ)

Theta represents the rate of change of the option’s price with respect to the passage of time, also known as time decay. It indicates how much the price of an option decreases as it approaches its expiration date.

Vega (ν)

Vega measures the sensitivity of the option’s price to changes in the volatility of the underlying asset. It shows how much the price of an option is expected to move for a 1% change in the implied volatility of the underlying asset.

Rho (ρ)

Rho represents the rate of change of the option’s price with respect to changes in the risk-free interest rate. It indicates how much the price of an option is expected to move for a 1% change in the interest rate.

Pricing of Options

The pricing of options involves various models, with the Black-Scholes model being one of the most widely used. This section will explore how the Greeks play a role in these models and the factors that influence the price of options.

Black-Scholes Model

The Black-Scholes model provides a theoretical estimate of the price of European-style options. It takes into account factors such as the underlying asset’s price, the option’s strike price, time to expiration, volatility, and the risk-free interest rate.

Factors Affecting Option Prices

  1. Underlying Asset Price: The current price of the underlying asset significantly impacts the price of the option.
  2. Strike Price: The price at which the option can be exercised affects its value.
  3. Time to Expiration: The amount of time left until the option expires influences its price, primarily through Theta.
  4. Volatility: The expected volatility of the underlying asset affects the option’s price through Vega.
  5. Interest Rates: Changes in risk-free interest rates impact the price of options, as measured by Rho.

Conclusion

Understanding the Greeks is essential for anyone involved in trading or investing in options and financial derivatives. They provide valuable insights into the risks and potential returns of a position. By comprehensively analyzing the Greeks and their impact on option pricing, traders can make more informed decisions and better manage their portfolios.


Thank you for reading! If you have any questions or comments, feel free to leave them below or contact me directly.

read more

About me

Potrait

My background in a nutshell.


read more

Fluid learn

FluidLearn


FluidLearn is a software package with python interface, capable of solving non-linear fluid flow problems using supervised deep learning techniques. The solution function and the PDE operator are approximated as neural networks, which will be trained using labelled data.

Conceptually, this API could be used to solve any well-posed PDE system on complex geometric structures, given enough labelled data in the form of boundary and initial conditions. The architecture could also be used for physical parameter estimation and surrogate modelling. As of now, the package is oriented towards PDE systems governing fluid flow problems with many popular flow systems inbuilt. Users have the option to train the model from external data, visualize the training curves, save the model, reload the model, continue training the saved model or make predictions from the saved models.

The package could be seen as an application of the Physics Informed Neural Networks (PINNs) which are artificial neural nets trained with PDE constraints. The idea was first introduced in this publication in 2017. For more details on the mathematical theory behind PINNs, please visit the website maintained by the authors of the aforementioned publication here.
A graphical representation of a feed forward type neural net used in the training is shown below.

read more

Space time parallel agorithm

Multiscale Mortar Mixed Finite Element method using novel Space-Time Domain Decomposition (MMMFE-ST-DD)

Fluid flow simulator using multiscale space-time domains.

Full repository can be found here.

Code developed to simulate time-dependent diffusion problem using Multiscale Mortar Mixed Finite Elements(MMMFE). Model can be easily adapted to simulate other fluid flow models based on linear PDEs. The novelty of the simulator lies in using multiple subdomains with variable time steps and mesh size for each subdomain. This give rise to a space-time DD technique allowing non-matching grids for sub-domains in both space and time dimensions. Sub-domain solves are done in parallel across different processors using MPI. Computed solutions are outputted and visualized on a global space-time grid in the .vtk and .vtu formats. Details of the spaces used and rough algorithm can be found in report.pdf and algorithm.pdf respectively. Theoretical results guaranteeing convergence and stability of the problem along with a priori error estimates are proved and being published. github_space_time_dd

Note:

Author


Manu Jayadharan, Department of Mathematics at University of Pittsburgh 9/17/2019

email: manu.jayadharan@gmail.com, manu.jayadharan@pitt.edu
researchgate
linkedin

read more