Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.33 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.33 KB

derivatives-playground

Black-Scholes option pricing GUIs

First GUI: plot of option prices and greeks using python tkinter library.

Plain vanilla Call and Put options. Use the sliders to interactively update plots.

Structure

  • Main file main_gui_bs.py
  • GUI class in src/guisliders.py
  • Black-Scholes option pricing model class in models/blackscholes.py

Please follow the links below for further details about option pricing:

Second GUI: option strategy payoff calculator and plot using python tkinter library.

Structure

  • Main file main_gui_bstrategy.py
  • GUI class in src/guislidersrtrategy.py
  • Black-Scholes option pricing model class in models/blackscholestrategy.py