You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the implementation of numerical methods for solving the Black-Scholes Equation and the Time-Dependent Schrödinger Equation. It features C++ code using the Crank-Nicolson method, along with Python scripts for visualizing the results. A detailed report analyzing the findings and methodologies is also included.
OptionsPricerLib is a Python library for pricing financial options using various european and american models. The library provides options pricing, implied volatility calculation, and the Greeks for options, covering models such as Barone-Adesi Whaley, Black-Scholes, Leisen-Reimer, Jarrow-Rudd, and Cox-Ross-Rubinstein.