This project implements a Black-Scholes calculator for European call and put options.
options_pricing/
: Contains the Black-Scholes implementation.tests/
: Contains unit tests for the calculator.requirements.txt
: Lists required packages.README.md
: Project overview and instructions.
- Create a virtual environment:
python -m venv venv source venv/bin/activate