Skip to content

z4ir3/derivatives-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python tkinter GUI for interactive Black-Scholes option prices/greeks plot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages