├── .gitattributes ├── Black_Scholes_pricing_and greeks.py ├── CRR_JarrowRudd_Tian_option_valuation.py ├── Implied_Voltality_surface_plot.py ├── README.md └── Risk_reversal_options_strategy.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragsodhi/Options-Pricing/HEAD/.gitattributes -------------------------------------------------------------------------------- /Black_Scholes_pricing_and greeks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragsodhi/Options-Pricing/HEAD/Black_Scholes_pricing_and greeks.py -------------------------------------------------------------------------------- /CRR_JarrowRudd_Tian_option_valuation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragsodhi/Options-Pricing/HEAD/CRR_JarrowRudd_Tian_option_valuation.py -------------------------------------------------------------------------------- /Implied_Voltality_surface_plot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragsodhi/Options-Pricing/HEAD/Implied_Voltality_surface_plot.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragsodhi/Options-Pricing/HEAD/README.md -------------------------------------------------------------------------------- /Risk_reversal_options_strategy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuragsodhi/Options-Pricing/HEAD/Risk_reversal_options_strategy.py --------------------------------------------------------------------------------