All Projects → jkirkby3 → PROJ_Option_Pricing_Matlab

jkirkby3 / PROJ_Option_Pricing_Matlab

Licence: MIT license
Quant Option Pricing - Exotic/Vanilla: Barrier, Asian, European, American, Parisian, Lookback, Cliquet, Variance Swap, Swing, Forward Starting, Step, Fader

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to PROJ Option Pricing Matlab

optionmatrix
Financial Derivatives Calculator with 168+ Models (Options Calculator)
Stars: ✭ 121 (+42.35%)
Mutual labels:  options, monte-carlo, derivatives, quantitative-finance, black-scholes, heston-model
PyFENG
Python Financial ENGineering (PyFENG package in PyPI.org)
Stars: ✭ 51 (-40%)
Mutual labels:  derivatives, option-pricing, quantitative-finance, black-scholes, heston-model
Financial Models Numerical Methods
Collection of notebooks about quantitative finance, with interactive python code.
Stars: ✭ 3,534 (+4057.65%)
Mutual labels:  option-pricing, quantitative-finance, american-options, levy-processes, heston-model
Option-Pricing
European/American/Asian option pricing module. BSM/Monte Carlo/Binomial
Stars: ✭ 44 (-48.24%)
Mutual labels:  option-pricing, american-options, black-scholes, european-options
ProjectReward
A software to shortlist and find the best options spread available for a given stock and help it visualise using payoff graphs.
Stars: ✭ 57 (-32.94%)
Mutual labels:  options, monte-carlo, quantitative-finance, black-scholes
Black-Scholes-Option-Pricing-Model
Black Scholes Option Pricing calculator with Greeks and implied volatility computations. Geometric Brownian Motion simulator with payoff value diagram and volatility smile plots. Java GUI.
Stars: ✭ 25 (-70.59%)
Mutual labels:  options, derivatives, quantitative-finance
FinancialToolbox.jl
Useful functions for Black–Scholes Model in the Julia Language
Stars: ✭ 31 (-63.53%)
Mutual labels:  quantitative-finance, black-scholes, european-options
option-pricing-models
Simple python/streamlit web app for European option pricing using Black-Scholes model, Monte Carlo simulation and Binomial model. Spot prices for the underlying are fetched from Yahoo Finance API.
Stars: ✭ 16 (-81.18%)
Mutual labels:  option-pricing, black-scholes
pyOptionPricing
Option pricing based on Black-Scholes processes, Monte-Carlo simulations with Geometric Brownian Motion, historical volatility, implied volatility, Greeks hedging
Stars: ✭ 190 (+123.53%)
Mutual labels:  derivatives, option-pricing
rough bergomi
A Python implementation of the rough Bergomi model.
Stars: ✭ 63 (-25.88%)
Mutual labels:  monte-carlo, option-pricing
optlib
A library for financial options pricing written in Python.
Stars: ✭ 166 (+95.29%)
Mutual labels:  options, derivatives
pmh-tutorial
Source code and data for the tutorial: "Getting started with particle Metropolis-Hastings for inference in nonlinear models"
Stars: ✭ 23 (-72.94%)
Mutual labels:  monte-carlo, stochastic-volatility-models
Finance-Robinhood
Trade stocks and ETFs with free brokerage Robinhood and Perl
Stars: ✭ 42 (-50.59%)
Mutual labels:  options, derivatives
Quantsbin
Quantitative Finance tools
Stars: ✭ 74 (-12.94%)
Mutual labels:  options, quantitative-finance
Turingtrader
The Open-Source Backtesting Engine/ Market Simulator by Bertram Solutions.
Stars: ✭ 132 (+55.29%)
Mutual labels:  options, quantitative-finance
Algorithmic-Trading
I have been deeply interested in algorithmic trading and systematic trading algorithms. This Repository contains the code of what I have learnt on the way. It starts form some basic simple statistics and will lead up to complex machine learning algorithms.
Stars: ✭ 47 (-44.71%)
Mutual labels:  option-pricing, black-scholes
market-monitor
Interactive app to monitor market using Python
Stars: ✭ 20 (-76.47%)
Mutual labels:  options, option-pricing
core
SIREN Core Smart Contracts
Stars: ✭ 39 (-54.12%)
Mutual labels:  options, derivatives
python-api
Trading API for Quedex Bitcoin Derivatives Exchange.
Stars: ✭ 20 (-76.47%)
Mutual labels:  options, derivatives
eth option
ERC20-compatible Option Contracts
Stars: ✭ 22 (-74.12%)
Mutual labels:  options, derivatives

Option Pricing PROJ Method (Exotic/Vanilla Options)

Option pricing (exotic/vanilla derivatives) based on an efficient and general Fourier transform pricing framework - the PROJ method (short for Frame Projection). The modules are organized by Pricing Method, then by Model, and then by Contract Type. Each contract has a run script, which starts with "Script_", e.g. "Script_BarrierOptions.m". Monte Carlo and other pricing libraries are also provided to support R&D.

Pricing methods supported:

  • PROJ (General Purpose Fourier Method)
  • CTMC Approximation
  • Monte Carlo
  • Analytical
  • Fourier (PROJ, Carr-Madan, CONV, Lewis, COS, Mellin Transform, Hilbert Transform)
  • PDE/Finite Difference
  • Lattice/Tree

Models supported:

  • Diffusions (Black-Scholes-Merton)
  • Multi-Dimensional Diffusions (Black-Scholes Multi-Asset)
  • Jump Diffusions (Merton Jump, Kou double exponential, Mixed-Normal)
  • General Levy processes (CGMY/KoBoL, Normal-Inverse-Gaussian (NIG), Variance Gamma, Meixner, FMLS, TS, Bilateral Gamma)
  • SABR
  • Stochastic Local Volatility (SLV)
  • Regime switching jump diffusions
  • Time-changed processes
  • Stochastic Volatility (Heston/Bates, Hull-White, 4/2, 3/2, alpha-hypergeometric, Jacobi, Schobel-Zhu, Stein-Stein, Scott, tau/2)

Contract types supported (single underlying):

  • European Options
  • Barrier Options (Single/Double barrier, and rebates)
  • Asian Options (Discrete/Continuous)
  • Discrete Variance Swaps, Variance/Volatility Options
  • Bermudan/American early-exercise Options
  • Parisian Options (Cumulative and resetting Parisian barrier options)
  • Cliquets/Equity Indexed Annuities (Additive/Multiplicative)
  • Equity Linked Death Benefits / Guaranteed Minimum Death Benefits (GMDB)
  • Forward Starting Options
  • Step (Soft Barrier) Options
  • Lookback/Hindsight Options
  • Credit default swaps / default probabilities
  • Swing Options (Fixed Rights, Linear Recovery & Constant Recovery)
  • Fader/Range-Accrual Options
  • Multi-Dimensional Payoffs, European/Bermudan/Barrier (Spread, Exchange, Best/Worst-of, Basket)
  • Risk Measures suchs as Expected Shortfall and VaR computations

Contract types supported (multi underlying):

  • European / Barrier / Bermudan Options
  • Spread, Exchange, Best-of, Worst-of, Basket (Geometric/Arthmetic)

Acknowledgement: These pricing libraries have been built in collaboration with:

Supporting Research Articles:

I) Levy Models, Jump Diffusions, Black Scholes

II) Stochastic Volatility, Markov Chains, and Regime Switching

III) Stochastic Local Volatility (SABR, Quadratic SLV, etc)

IV) Time-Changed Processes

V) Multi-Dimensional Diffusions

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].