Skip to content

Commit

Permalink
modular methods
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedbidi committed Oct 13, 2024
1 parent 12c6931 commit 5b6c2d8
Show file tree
Hide file tree
Showing 16 changed files with 1,003 additions and 19 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# **Option Pricing Model with Black-Scholes, Monte Carlo and Binomial Tree Methods**
# **Project Overview**

As a Senior Data Scientist with a PhD in Computational Physics, I have a strong foundation in analytical thinking and complex problem-solving. My current focus on finance projects stems from a deep passion for the field and a desire to apply my expertise to real-world financial challenges. Through hands-on work in finance, I am leveraging my data science skills to gain practical experience and build a robust understanding of financial systems.

This project implements the **Black-Scholes model**, **Monte Carlo simulations** and the **Binomial Tree method** for pricing European call and put options. Real-world stock data is fetched via the **Yahoo Finance API** to compute option prices, historical volatility, and option sensitivities (the Greeks). The project also provides visualisations and comparisons of option prices using all three methods.

## **Project Overview**
## **Option Pricing Model with Black-Scholes, Monte Carlo and Binomial Tree Methods**

The **Black-Scholes model**, **Monte Carlo simulations**, and the **Binomial Tree method** are vital tools in financial markets for pricing options. Each method offers a distinct approach to estimating the price of European-style options, relying on parameters such as stock price, strike price, time to maturity, risk-free rate, and volatility.

Expand Down
564 changes: 552 additions & 12 deletions main.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 5b6c2d8

Please sign in to comment.