Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 448 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 448 Bytes

Quantitative-Finance-project

The file Option_pricing_and_delta_hedging.ipynb

  1. Calculates call/put option prices using Black-Scholes formula
  2. Calculates the delta of the call/put option using the closed form solution and using the Monte Carlo simulations.
  3. Delta hedges the portfolio
  4. Performes Euler approximation of the stock price evolution.

Open the file and simply run the all at once or line by line to see the results.