4. Create an extension of the option calculator you built in part 3 of this problem set to reproduce the call diagram sh
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
4. Create an extension of the option calculator you built in part 3 of this problem set to reproduce the call diagram sh
question is (i) a copy of your reproduction of the call diagram shown in slide 2 of lecture 5 with the added 5-year expiry curve and (ii) a screenshot of your calculation: part of your spreadsheet if you calculated this in a spreadsheet or part of your code if you did this using something like MatLab or Python.
4. Create an extension of the option calculator you built in part 3 of this problem set to reproduce the call diagram shown in slide 2 of lecture 5. The parameters for the options shown are a strike of 50, time to expiration of 1 year, risk-free rate of 10%/year, and volatility of 39.115%. The red dashed curve corresponds to a time-to-expiration of one year. The solid blue line corresponds to a time-to-expiration of zero years. However, the Black-Scholes formula does not react well to zero time to expiration (you'll get 1 "divide by zero" errors if you try this), so use a very small time to expiration instead. I find that 1/1,000,000 years works well as a proxy for zero years. To your reproduction graph add a price curve for a 5-year time to expiration. Your answer to this