Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 946 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 946 Bytes

Mini Option Pricer

This project consists of different kind of option evaluation machines which are specified in European & American option, Asian option and basket option.


Pricer list:

  • euro_option_pricer.py Basical Black Scholes Model implemented to evaluate European option at maturity
  • binarytree_option_pricer.py Using Binary Tree to evaluate Euro and Amer option
  • implied_vol.py To calculate the current implied volatility of option
  • geoasian_option_pricer.py To calculat the price of geometric Asian option at maturity
  • aritasian_option_pricer.py To calculat the price of aritmetic Asian option at maturity based on Monte Carlo simulation
  • geobasket_option_pricer.py To calculat the price of geometric basket option at maturity
  • aritbasket_option_pricer.py To calculat the price of aritmetic basket option at maturity based on Monte Carlo simulation