Skip to content

C++ code for pricing options under Feller-Levy models using the Finite Element Method

Notifications You must be signed in to change notification settings

ramytanios/fractional-pdes-fem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Option Pricing under Feller-Lévy models.

  • This repository contains the C++ codes for my work as a research assistant at the Seminar for Applied Mathematics at ETH Zürich.
  • The topic of my project was: Option Pricing under Feller-Lévy models.
  • The codes contain the Finite Element Method implementation for option pricing.

Overview

The arbitrage-free price of financial products with payoff at time , is given by .

The stock price process follows , where is an -stable Lévy process, and hence the stock price is a jump process.

Using the Feynman-Kac theorem, the fractional partial differential equation governing the price of the option is given by

where the risk free interest rate, and the payoff.

Finally, the finite element method is applied to the above equation to solve for the option price process. However, a special numerical treatment is required for the discretization of the fractional laplace operator given by , and that is taken care of in this project.

About

C++ code for pricing options under Feller-Levy models using the Finite Element Method

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published