https://github.com/ramytanios/fractional-pdes-fem
C++ code for pricing options under Feller-Levy models using the Finite Element Method
https://github.com/ramytanios/fractional-pdes-fem
feynman-kac finite-element-method option-pricing partial-differential-equations
Last synced: about 1 month ago
JSON representation
C++ code for pricing options under Feller-Levy models using the Finite Element Method
- Host: GitHub
- URL: https://github.com/ramytanios/fractional-pdes-fem
- Owner: ramytanios
- Created: 2020-02-17T18:56:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T09:27:26.000Z (over 4 years ago)
- Last Synced: 2025-02-07T05:30:26.646Z (3 months ago)
- Topics: feynman-kac, finite-element-method, option-pricing, partial-differential-equations
- Language: C++
- Homepage:
- Size: 2.73 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 payoffat 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.