Python语言设计代写 Python作业代写 编程语言作业代写
681The Problem Python语言设计代写 In this assignment you will write an interpreter in Python for a simplified PostScript-like language, concentrating on key computational In this assignment y...
View detailsSearch the whole station
波动率预测代写 1.You will estimate the parameters of a few GARCH-type models using about ten years of data (from Jan 1, 2013 to Nov 30, 2022) for SPY
You will estimate the parameters of a few GARCH-type models using about ten years of data (from Jan 1, 2013 to Nov 30, 2022) for SPY (the S&P 500 ETF). I would like you to build this from scratch, rather than use a package. As I demonstrated in class, it’s easy to do in Excel, which has a built-in solver, but you can code it in Python and use its optimization library as well. I used the scipy.optimize.minimize function with method=’SLSQP’, which allows you to specify bounds on thevariables.
Estimate the parameters of a GARCH(1,1) model.
Estimate a GARCH(1,1) model with conditional returns having a Generalized Error Distribution.
Estimate a TGARCH(1,1) model with conditional returns having a normal distribution.
Compare the maximum value of the likelihood function for the models in parts (a), (b), and (c) to rank the three models. The maximum value of the likelihood function for parts (b) and (c) can be compared directly since they have the same number of parameters. Use the Schwartz Bayesian Criteria to compare likelihood functions when the number of parameters is different.
One way to download historical prices for SPY in Python is to pip install the yfinance library, import the library using
import yfinance as yf
and download the data with
df = yf.download(“SPY”, start=”2013-01-01″, end=”2022-11-30″)
Use the ”Adj Close” column, which adjusts for dividends.
The figure below lists prices and implied volatilities for puts and calls on SPY options as of the close on Wednesday, November 30, 2022. The middle column in the figure are the strikes, and the data on the left side are for the call options, and the data on the right side are for the put options. The column ”IVM” is the midmarket implied volatility. Thecolumn ”DM” is the midmarket delta of the options. The closing price for SPY on November 30, 2022 was 407.68. Use the TGARCH(1,1) model from part (c) above to price two options: the 416 strike call options (the delta is approximately 0.25), and the 400 put options (the delta is approximately -0.25). You should price these using a Monte Carlo simulation. These options expire on Friday, December 9, 2022, which is 7 trading days from Wednesday, November 30. Assume that the annual risk-free rate, rf , is 4.71% and there are no dividends.
Figure 1: Option Prices at the Close on Nov 30, 2022 for expiration Dec 9, 2022
What are the prices, and the corresponding Black-Scholes implied volatilities, for the two options?
There have been several stories in the news recently that the skewness in the volatility smile, as measured by the difference in volatilities between out-of-money put options and out-of-the-money call options, is the lowest it’s been since 2009.
The figure below shows a graph of the CBOE SKEW Index. Is that reduction in the skew justified, according to the results above? In other words, given the current difference in implied vols for 0.25 delta puts and calls of 18.88 − 17.01 = 1.87 Would your TGARCH model prefer to buy the puts and sell the calls, or sell the puts and buy the calls? A one-sentence explanation is sufficient.
Figure 2: The CBOE SKEW Index over the past 20 years
Consider the stochastic volatility (SV) model we discussed in class,given by:
rt= µ + σtϵt
ln(σt) = α + ϕ(ln(σt−1) − α) + ηt
You can use the class notes to find the expectations above. Just like with the first exercise, I would like you to estimate the parameters from scratch, rather than using a package. Also, to make things easier, you can choose to do two-step GMM rather than iterated GMM, and you can compute the weighting matrix assuming the data are uncorrelated so you don’t have to compute the Newey-West adjustment if you would like.
更多代写:Matlab作业 在家考gre作弊 英国找代写会被发现吗 如何写英文论文 多伦多代写作业 英国论文代写
合作平台:essay代写 论文代写 写手招聘 英国留学生代写
The Problem Python语言设计代写 In this assignment you will write an interpreter in Python for a simplified PostScript-like language, concentrating on key computational In this assignment y...
View detailspython code代写会不会是直接抄袭的其他源代码?怎么检验? python code代写 计算机程序的学习非常有用,能够做很多的工作,比如软件工程师、网络安全工程师等,国外的计算机行业也非常发达,去国外高校深造...
View detailsMAT 3379 Midterm 时间序列期中代写 You write this exam at home. Please submit via BrightSpace . Late submissions will not be accepted. It should be one, PDF file, which clearly You write...
View detailsdata1x02 Project 数据科学代写 Submission 1: Report Submit a written report on your work, as a PDF document. • This should be submitted through the link in the Canvas site. Submission 1: Repo...
View details