Starting from:

$29.99

Risk Management Project Week 6

Instructions:
Be verbose. Explain clearly your reasoning, methods, and results in your written work. Write clear code
that is well documented. With 99% certainty, you cannot write too many code comments.
Written answers are worth 8 points. Code is worth 2 points. 10 points total.
1. When finished, respond to the questions in Sakai as “done.” We will record your grade there.
2. In your code repository, create a folder called “Week06.”
3. In that folder, include
a. a document (preferably a PDF) with your responses.
b. Slides for presenting your results.
c. All code
d. A README file with instructions for us to run your code
Everything must be checked into your repository by 8am Saturday 3/5. A pull will be done at that time.
Documents and code checked in after the instructors pull will not be graded.
Data for problems can be found in CSV files with this document in the class repository.
Problem 1
Assume you a call and a put option with the following
● Current Stock Price $165
● Current Date 02/25/2022
● Options Expiration Date 03/18/2022
● Risk Free Rate of 0.25%
● Continuously Compounding Coupon of 0.53%
Calculate the time to maturity using calendar days (not trading days).
For a range of implied volatilities between 10% and 80%, plot the value of the call and the put.
Discuss these graphs. How does the supply and demand affect the implied volatility?
Problem 2
Use the options found in AAPL_Options.csv
● Current AAPL price is 164.85
● Current Date, Risk Free Rate and Dividend Rate are the same as problem #1.
Calculate the implied volatility for each option.
Plot the implied volatility vs the strike price for Puts and Calls. Discuss the shape of these graphs. What
market dynamics could make these graphs?
There are bonus points available on this question based on your discussion. Take some time to research
if needed.
Problem 3
Use the portfolios found in problem3.csv
● Current AAPL price is 164.85
● Current Date, Risk Free Rate and Dividend Rate are the same as problem #1.
For each of the portfolios, graph the portfolio value over a range of underlying values. Plot the portfolio
values and discuss the shapes. Bonus points available for tying these graphs to other topics discussed in
the lecture.
Using DailyReturn.csv. Fit a Normal distribution to AAPL returns – assume 0 mean return. Simulate
AAPL returns 10 days ahead and apply those returns to the current AAPL price (above). Calculate Mean,
VaR and ES. Discuss.
Hints:
● you will need to calculate the implied volatility – not the same value as in #2
● you need to take into account the change in dates for option valuations. You are simulating
forward in time and options valuations are a function of time
● Calculate the PL from the current portfolio value using Current Date

More products