akkineniramesh / pyfin

Basic options pricing in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyfin

https://badge.fury.io/py/pyfin.png https://travis-ci.org/opendoor-labs/pyfin.png?branch=master https://pypip.in/d/pyfin/badge.png

Basic options pricing in Python

  • Free software: MIT license

Features

  • Option valuation w/ Black-Scholes, lattice (binomial tree), and Monte Carlo simulation models.
  • Basic Greeks calculation (delta, theta, rho, vega, gamma) across each valuation model.
  • Discrete dividends support in the lattice (binomial tree) and Monte Carlo simulation models.
  • Early exercise (American options) support in Monte Carlo simulation through the Longstaff-Schwartz technique.
  • Minimal dependencies, just Numpy & SciPy.

About

Basic options pricing in Python

License:MIT License


Languages

Language:Python 72.8%Language:Makefile 15.3%Language:Shell 11.9%