Black Scholes model options HW4
import numpy as np import matplotlib.pyplot as plt import pandas as pd import scipy.stats as stats Assignment 4 In the last classes, we have studied derivatives, using the Black-Scholes model to value options. In this assignment, we will study the issue of dynamic hedging, that is, consistently buying and selling shares to offset our derivatives …