Write down the relevant p-value

Assignment Help Financial Econometrics
Reference no: EM132603147

MFE 6220 Quantitative Analysis in Equity Markets - Ohio University

Question 1
Mark models the monthly Mexican stock returns series (in percentages), Yt, as an AR(1) process and obtains the following results. The standard errors are given in parentheses. You can safely assume that the underlying error process for the true model is in fact a white noise error process.

Y^t = 4.115 - 0.681 Yt-1
          (2.003)   (0.292)

R2 =0.64; n = 200

a. What is the necessary condition for the Yt series to be mean stationary? Conduct a suitable hypothesis test to determine whether this condition is met or not.

b. Determine the mean-reverting level for this data process.

c. Suppose the true underlying data generating process for the stock returns series is in fact the AR(1) process shown on page 1. Compute the autocorrelation coefficients up to 3 lags, and then draw the plot of the AutoCorrelation Function (ACF) up to 3 lags.

Question 2
Ana models the daily Belgian stock returns series (in percentages), Yt, as an MA(2) process and obtains the following estimation results. The standard errors are given in parentheses. You can safely assume that the underlying error process for the true model is in fact a white noise error process.

Y^t = 0.821 + 0.971 et-1 + 1.304 et-2
         (0.581)  (0.133)       (0.107)

R2=0.53; n = 200

a. Determine the mean-reverting level for this data process.

b. Suppose the process is currently at . Then, in time period t a shock occurs to the system. In other words, . For simplicity, assume that there are no other shocks prior to or after this shock. Write the relevant equations to trace the impact of this shock from period (t-1) to (t+3) and show that the impact of the shock leaves the system after a finite number of periods.

c. Using your work from part (b), draw a relevant graph to trace the impact of the shock to the system. In particular, show what happens from period (t-1) to (t+3) on your graph.

d. The researcher finds out from his advisor that, twenty years ago, the true underlying data generating process for the Belgian stock returns series was in fact an MA(1) process of the following form (where the standard errors are given in parentheses):

Y^t = 0.742 + 1.175 et-1
         (0.641)   (0.495)

R2 = 0.63; n = 200

Using the formulas derived in class, compute the autocorrelation coefficients up to 3 lags, and then draw a plot of the AutoCorrelation Function (ACF) up to 3 lags.

Question 3
The SAS regression output for an AR(2)-TGARCH(1,1) model is given below for the Chinese stock market return data. Answer the questions below using this SAS output.

‘Estimation results for the AR(2)-TGARCH(1,1)-in-Mean model'

The AUTOREG Procedure
Dependent Variable: chinaret

Threshold GARCH Estimates

SSE

0.16165748

Observations

1500

MSE

0.0001078

Uncond Var

.

Log Likelihood

4825.87984

Total R-Square

0.3526

SBC

-9593.2539

AIC

-9635.7597

MAE

0.00752851

AICC

-9635.6631

MAPE

235.223423

HQC

-9619.9247

Parameter Estimates

Variable

DF

Estimate

Standard
Error

t Value

Approx
Pr > |t|

Intercept

1

0.0009

0.0002

3.57

0.0004

AR1

1

-0.0535

0.0268

-1.99

0.0462

AR2

1

0.0363

0.0255

1.42

0.1552

TARCHA0

1

0.2718

    0.0659

4.12

<.0001

TARCHA1

1

0.0400

0.0126

3.18

0.0015

TARCHB1

1

-0.0774

0.0171

-4.52

0.0048

TGARCH1

1

0.8959

0.0155

57.78

0.0022

a. Based on the SAS output, is there evidence of a significant ARCH effect? Write down the relevant p-value and answer this question using the p-value method.

b. Is there evidence of a significant leverage effect for the Chinese stock market return data? Write down the relevant p-value and answer this question using the p-value method. If significant, then also discuss the coefficient estimate on the leverage effect variable.

c. Is the TGARCH model stationary? In order to answer this question, a relevant hypothesis test was conducted. The resulting SAS output with the test statistic and p-value are given below. Based on this output, do you conclude that the model is stationary or not? Explain clearly.

Test STATIONARITY

Source

DF

F Value

Pr > F

Numerator

1

12.58

0.0160

Denominator

1492

 

 

Use the SAS software to answer the following two questions. Remember to show your SAS program and the relevant SAS output.

Please write one complete program for each for question. So, there should be two complete SAS programs in total.

Use a 5% significance level unless otherwise stated. Use only the p-value method to answer any hypothesis test questions.

Question 4
You are given data for daily transfers over BankWire, a wire transfer system in a country that is responsible for much of the world's finances, for a recent span of 200 business days from 03/29/2010 to 12/31/2010. Import the Excel data file, named q4, into SAS and answer the following questions:

a. First, estimate a pure ARMA(1,2) model and show the estimation output. Then, estimate a pure ARMA(2,1) model and show the estimation output.
b. For each estimation from part (a), obtain the forecasted values for wire transfers for the last 15 days of the sample from 12/13/2010 to 12/31/2010. Then for each model, plot in one graph the actual and the forecasted wire transfers (along with the 95% confidence interval for the forecasts) only for the forecast horizon.

c. We often consider the optimum forecast to be that forecast which has the minimum root mean-square forecast error (RMSE), where the mean-square forecast error is the average of the sum of squared deviations between the actual and forecasted values of the data series. Compute the RMSE value for the two models and determine which model provides the better forecasts for wire transfers.

Question 5
One of the main applications of the simple linear regression model is the market model in finance. This model assumes that the rate of return on a stock is linearly related to the rate of return on the overall market. The mathematical description of the model is given below.

Rit = β1 + β2 Rmt + εt(1)

where Ri is the return on a particular stock i and Rm is the return on some composite stock market index.

You are given daily stock return data from 07/01/2015 to 06/30/2017 for Home Depot, Inc. and the S&P 500 index. Import the Excel data file, named q5, into SAS and answer the following questions:

a. Is there informal evidence of time-varying heteroskedasticity in the model? In order to answer this question, obtain a line plot of the Home Depot, Inc. stock returns.

b. Estimate the market model as an AR(2)-GARCH(1,2) estimation (don't forget to add the market return as an explanatory variable as well). Show the estimation output for this model.

c. Conduct a formal test in SAS to determine whether the AR(2)-GARCH(1,2) model you estimated is in fact stationary. Remember to show the SAS output for your hypothesis test and then determine whether the model is stationary or not.

d. For the model you estimated in part (b), obtain a line plot of the conditional variance (i.e. return volatility) estimates. Based on the line plot, when did the company experience the highest volatility in its stock return?

Reference no: EM132603147

Questions Cloud

What auditing standards have been violated in this case : ATLAS Company acquired the assets of another corporation during the year, What auditing standards have been violated in this case? Explain why
Feasibility analysis : The systems analyst has to take cost and benefit into account when determining the feasibility of a project.
Determine which products should be processed further : A company manufactures three products from a common input in a joint processing operation. Which products should be processed further?
How much are total variable costs : Question - Concord Corporation has a contribution margin of $260000 and a contribution margin ratio of 40%. How much are total variable costs
Write down the relevant p-value : Write down the relevant p-value and answer this question using the p-value method - estimate a pure ARMA(1,2) model and show the estimation output
Find what is the minimum sales price per unit : The normal selling price of a shirt, What is the minimum (i.e., the break-even) sales price per unit that the company should charge for this special order?
Find what are price and rate variances of direct materials : Find what are the price and rate variances of direct materials and direct labour respectively, Assume that the quantity of direct materials purchased?
How ciso use nist publications to develop security policies : The National Institute of Standards and Technology (NIST) publishes Special Publications (SP) to help government agencies and private companies develop.
What happens to the organizational climate : What happens to the organizational climate when this resistance occurs and any tactics to reduce negative connotations when dealing with change.

Reviews

len2603147

8/18/2020 1:45:26 AM

Would you be able to answer these question tonight It''s just the same of my previous order and you did great do the 4 and 5 questions on SAS provide me results and and 1to3 question solve it manualy. The material is the same on my previous HW7 please let me know if you can do it tonight.

Write a Review

Financial Econometrics Questions & Answers

  Calculate rate of return and standard deviation of escapist

Ina boom economy its rate of return is negative 28%, in a normal economy its rate of return is 8% and in a recession its rate of return is 48%. All three possible states of the economy are equally likely.

  What is the current share price at a rate of 20 percent

Dividends are expected to grow at a rate of 20 percent for the next three years, with the growth rate falling off to a constant 8 percent thereafter. If the required return is 11 percent and the company just paid a dividend of $1.45

  Building a new system of lighted bike paths

A city government is considering building a new system of lighted bike paths. A councilor supporting their construction lists the following as potential benefits of the paths:- Can all of these actually be considered to be benefits?

  Determine what are the semi-annual payments

A 5-year car loan for $50,000 with equal semi-annual payments. The loan requires no payments in the first year, i.e., the first payment is in 18 months, but interest continues to accrue during this period.

  Explain the background to digital or cryptocurrencies

Cryptocurrency - explain the background to digital or cryptocurrencies and provide an analysis and comparison of the five largest crypto currencies by market

  Analyse statistical data relevant to the financial services

FNSINC601 Apply economic principles to work in the financial services industry/FNSINC602 Interpret and use financial statistical tools. This assessment you will gather evidence of your ability, knowledge and skills necessary to: to access, interpret..

  How much are the monthly payments for students loan

You've taken out $25,000.00 in student loans. If you make monthly payments over 15 years at 7 percent coumponded monthly, how much are your monthly payments

  What is the current price of the bond in the united states

Suppose a German company issues a bond with a par value of 1000, 15 years to maturity, and a coupon rate of 7.7 percent paid annually. If the yield to maturity is 8.8 percent, what is the current price of the bond

  Determine what is the effective interest rate on the loan

Holland Construction Co has an outstanding 180 day bank loan of $475,000 at an annual interest rate of 7.5%. The company is required to maintain a 15% compensating balance in its checking account.

  Determine what is the times-interest-earned-tie ratio

Graser Trucking has $20 billion in assets, and its tax rate is 30%. Its basic earning power (BEP) ratio is 13%, and its return on assets (ROA) is 3%. What is its times-interest-earned (TIE) ratio

  What are chief criticisms of neuroeconomic studies

What lessons does neuroeconomics provide for financial practitioners (traders, portfolio managers, and others)?

  Calculate the new loan payments and then the present value

Casino.com Corporation is building a $25 million office building in Las Vegas and is financing the construction at an 80 % loan-to-value ratio, where the loan is in the amount of $20,000,000.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd