Skip to content

yzoz/python-option-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla options calculator

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