Giter Site home page Giter Site logo

local_volatility_options's Introduction

Local Volatility Option Pricing

We wish to price an American put or call option, written on some underlying with value S. Usually, it is assumed that S follows a geometric Brownian motion. More generally, one can assume that S follows a process where the volatility is itself dependent on S. Such option pricing methods are known as local volatility models. Here, we have implemented a function in C++ that prices local volatility options efficiently, relying on the well-known binomial trees. Additionally, we provide a Python binding based on sip (https://www.ics.uci.edu/~dock/manuals/sip/sipref.html).

The core of the implementation, the actual option pricing, is found in LVoptions_.cpp. The remaining files just serve to build the Python interface. Build the Python binding with

python setup.py build_ext --inplace

Then, import the function from the file Python_wrapper.py

local_volatility_options's People

Stargazers

FineFinance avatar

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.