Skip to main content

VanillaOptionPricers (vanilla-option-pricers)

vanilla-option-pricers - Numba-vectorised Black-Scholes-Merton and Bachelier prices, Greeks, and implied-volatility fits over NumPy arrays for quantitative research pipelines.

Install the distribution as vanilla-option-pricers and import it as vanilla_option_pricers.

PyPI Python License CI Downloads Monthly

Why vanilla-option-pricers

Research pipelines often need focused pricing functions rather than a derivatives framework. This package provides forward-based Black-Scholes-Merton and Bachelier prices, Greeks, and implied-volatility inversion through scalar functions, aligned-array helpers, and per-expiry containers. The runtime dependency surface is limited to NumPy and Numba.

What makes it different

  • Log-normal and absolute-normal models side by side. Black-Scholes-Merton and Bachelier functions share a forward-and-discount-factor interface. The detailed Bachelier volatility convention is part of the package contract and will be documented separately.
  • Implied volatility as a first-class fitter. Scalar, slice, and chain helpers recover model volatilities from caller-supplied option prices.
  • Inverse-workflow branches. The 'IC' and 'IP' codes select branches used in coin-denominated inverse-option workflows. They do not perform every quote, numeraire, or payoff normalization required by a market contract; callers remain responsible for those conversions. For the contract theory, see Lucic and Sepp (2024), Valuation and Hedging of Cryptocurrency Inverse Options, Quantitative Finance, 24(7), 851–869.
  • Two runtime dependencies. NumPy and Numba; no object hierarchy, calendar, curve, pandas, or SciPy layer.

When to use it — and when not

Use vanilla-option-pricers for forward-based vanilla prices, Greeks, and implied-volatility fits inside option-chain processing, volatility-surface preprocessing, simulation post-processing, or calibration objectives.

It is deliberately not a derivatives framework: it does not construct spots, forwards, discount curves, calendars, or settlement conventions, and it does not price American, exotic, or stochastic-volatility models. For pricing and calibration under stochastic volatility, use stochvolmodels; for portfolio-level analytics and reporting, use qis.

Installation

PyPI Installation

pip install vanilla-option-pricers

Upgrade to Latest Version

pip install --upgrade vanilla-option-pricers

Requirements

Core Dependencies

  • python >= 3.10
  • numba >= 0.60.0
  • numpy >= 2.0

The two runtime dependencies are NumPy and Numba. There is no dependency on any higher-level analytics package.

Supported Option Types

VanillaOptionPricers supports the following option types (passed as string parameters):

Option Type String Code Description
Call 'C' Standard call option
Put 'P' Standard put option
Inverse-workflow call branch 'IC' Caller supplies the required market normalization
Inverse-workflow put branch 'IP' Caller supplies the required market normalization

Quick Start

Open In Colab

Use the authoritative, deterministic pricing and IV script. It prices one aligned BSM slice, recovers the input implied volatilities, checks put-call parity, demonstrates the relative Bachelier convention, and reports cold and warm execution separately.

python examples/getting_started/pricing_and_iv.py

The rendered quickstart includes that source directly and explains its inputs and output. The script requires no market data, network access, credentials, or optional dependencies.

The Colab entry point installs the latest release from public PyPI, reports its exact version and import path, and runs the same mechanically checked workflow with no saved notebook outputs.

Execution model

The public API has distinct execution paths:

  • scalar pricing kernels are Numba dispatchers;
  • slice, grid, and chain helpers use compiled loops over aligned inputs; and
  • five *_vector convenience wrappers use numpy.vectorize.

The first Numba call includes compilation time. Runtime depends on input shape, dtype, machine, and whether the relevant signature has already been compiled; this README makes no universal timing or superiority claim.

Typical uses

The package is intended for:

  • quantitative research using forward-based European vanilla prices and Greeks;
  • option-chain and volatility-surface preprocessing;
  • calibration or simulation post-processing that needs price/volatility inversion; and
  • numerical experiments or teaching examples built around explicit model inputs.

Ecosystem

This package is part of an open-source Python stack for quantitative finance — full catalogue at github.com/ArturSepp:

Package Purpose
qis Performance analytics, factsheets, and visualisation
optimalportfolios Portfolio construction and backtesting
factorlasso Sparse factor models and factor covariance estimation
bbg-fetch Bloomberg data fetching
trendfollowing Trend-following systems: closed-form theory and replication
goal-based-allocation Dynamic MV allocation under regime-switching jump-diffusions
stochvolmodels Stochastic volatility pricing analytics
vanilla-option-pricers (this package) Numba-vectorised BSM/Bachelier prices, Greeks, and implied-volatility fits

Dependency links within the stack: optimalportfolios builds on qis and factorlasso; trendfollowing builds on qis.

Contributing

We welcome contributions! Please feel free to submit issues, feature requests, or pull requests.

Development Setup

git clone https://github.com/ArturSepp/VanillaOptionPricers.git
cd VanillaOptionPricers
pip install -e .

License

This project is licensed under the MIT License - see the LICENSE file for details.

Citation

If you use VanillaOptionPricers in your research, please cite it as:

@software{sepp2024vanillaoptionpricers,
  title={VanillaOptionPricers: Numba-vectorised Black-Scholes-Merton and Bachelier prices, Greeks, and implied-volatility fits over NumPy arrays},
  author={Sepp, Artur},
  year={2024},
  url={https://github.com/ArturSepp/VanillaOptionPricers},
  note={Python package for forward-based vanilla option pricing and implied-volatility fitting}
}

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vanilla_option_pricers-2.0.0.tar.gz (24.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vanilla_option_pricers-2.0.0-py3-none-any.whl (23.7 kB view details)

Uploaded Python 3

File details

Details for the file vanilla_option_pricers-2.0.0.tar.gz.

File metadata

  • Download URL: vanilla_option_pricers-2.0.0.tar.gz
  • Upload date:
  • Size: 24.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.7

File hashes

Hashes for vanilla_option_pricers-2.0.0.tar.gz
Algorithm Hash digest
SHA256 f27170923cad2ff6e75ec3b0560c618e790af3b1ea25f7f76e8c36ab1317282b
MD5 b6574aead2fee237dc6754c83a672665
BLAKE2b-256 77ebb804fcca40b77ab939970b175623d6b5e2c9c62e0621d14f87d962a27813

See more details on using hashes here.

File details

Details for the file vanilla_option_pricers-2.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for vanilla_option_pricers-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b312bc7baa9ed6e4589ac92b873c6fbc3ec51d1fbb3707dd8f26305f39099e6f
MD5 97e68503c5f9da9568535b1ee41b15cb
BLAKE2b-256 2b84f0d4719896c50514d7bf49418ca1e360fd3151d1442d5ccbb0c3e26d501d

See more details on using hashes here.

Release history Release notifications | RSS feed

2.1.0

2 files

This release

2.0.0 This release

2 files

1.3.1

2 files

1.3.0

1 file

1.2.3

1 file

1.2.2

2 files

1.2.1

1 file

1.1.2

1 file

1.1.1

1 file

1.0.4

1 file

1.0.3

1 file

1.0.2

1 file

1.0.1

1 file

Supported by

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