Coder Social home page Coder Social logo

fftoptionpricing's Introduction

Linux Windows Codecov
lin-badge win-badge cov-badge

FFT Option Pricing

This repository does Carr Madan, Fourier Space Time Stepping Algorithms, and Fang Oosterlee pricing from Carr and Madan, Sukov Vladimir, and Fang Oosterlee. Requires my Functional Utilities, my Characteristic Functions, my Fang Oosterlee , and my Runge Kutta library.

Benefits to FSTS: It only requires a CF and a payoff. No further manipulations necessary. Can also price American options. Disadvantages: slower. Roughly twice as slow as Carr and Madan for Europeans. Prices in log asset instead of log strike; so not as easy to price all strikes for a given stock price.

Benefits to Carr Madan: Ubiquitous. Prices in log strike. Disadvantages: requires algebraic manipulations for each payoff. Does not converge quickly.

Benefits to Fang Oosterlee: Fast convergence in u. U and X are separate and so can price only the options available in the market without interpolation. Prices in either asset or strike. Disadvantages: requires algebraic manipulations for each payoff. For a given size of "X", tends to be slower than Carr Madan. Benefit is that "X" can be whatever the market provides.

Examples

See the tests for examples on how to use each of these algorithms.

Generate charts and calibration documentation

For the calibration aspect, run make generateCharts and then run ./generateCharts. Then open OptionCalibration.Rnw in RStudio and compile as PDF.

fftoptionpricing's People

Contributors

danielhstahl avatar

Stargazers

 avatar  avatar FineFinance avatar  avatar Vlad Trukhin avatar KevinWang avatar

Watchers

 avatar  avatar

Forkers

zeta1999

fftoptionpricing's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.