Vanilla options calculator

September 13, 2022 ยท View on GitHub

Black-Scholes model in pure Python

Without SciPy, NumPy or other external dependencies

Use example_greeks.py to calculate Theo, Delta, Theta, Vega, Gamma for single option

Use example_plot.py to visualize your position with Matplotlib

Contents

  1. 1Black-Scholes model in pure Python
  2. 1.1Without SciPy, NumPy or other external dependencies