Skip to content

A Python implementation of the Black-Scholes options pricing model, created as a personal learning tool to explore financial concepts and sensitivity analysis (Greeks).

Notifications You must be signed in to change notification settings

yeohbraddy/black-scholes-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Black-Scholes options pricing calculator

This project implements a Black-Scholes calculator for European call and put options.

Project structure

  • 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.

Setup instructions

  1. Create a virtual environment:
    python -m venv venv
    source venv/bin/activate

About

A Python implementation of the Black-Scholes options pricing model, created as a personal learning tool to explore financial concepts and sensitivity analysis (Greeks).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages