Skip to main content

Basic options pricing in Python

Project description

https://badge.fury.io/py/yaopt.png

Basic Options Pricing (in Python)

“Oh cool. Probably a little easier than spinning up the QuantLib stack.” — Wes McKinney, creator of Pandas.

Features

  1. Option valuation w/ Black-Scholes, lattice (binomial tree), and Monte Carlo simulation models.

  2. Basic Greeks calculation (delta, theta, rho, vega, gamma) across each valuation model.

  3. Discrete dividends support in the lattice (binomial tree) and Monte Carlo simulation models.

  4. Early exercise (American options) support in Monte Carlo simulation through the Longstaff-Schwartz technique.

  5. Minimal dependencies, just Numpy & SciPy.

  6. Free software, released under the MIT license.

History

0.1.0 (2023-01-10)

  • First release on PyPI.

0.1.2 (2024-09-06)

  • Fix to Black-Scholes implied volatility.

0.1.3 (2024-09-06)

  • Fix to README.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page