ARCH(m) Example. S&P/TSX Capped Composite

Slides:



Advertisements
Similar presentations
Comparison of the models. Concentration data Its ACF.
Advertisements

Time Series Building 1. Model Identification
Comments on “Optimal Financial Structures and Development” by A. Demirguc-Kunt, E. Feyen, and R. Levine Norman Loayza June 2011.
Some Financial Mathematics. The one-period rate of return of an asset at time t. where p t = the asset price at time t. Note: Also if there was continuous.
1 Power Nine Econ 240C. 2 Outline Lab Three Exercises Lab Three Exercises –Fit a linear trend to retail and food sales –Add a quadratic term –Use both.
United States Imports Michael Williams Kevin Crider Andreas Lindal Jim Huang Juan Shan.
1 Takehome One month treasury bill rate.
Introduction to Volatility Models From Ruey. S. Tsay’s slides.
1 Power Nine Econ 240C. 2 Outline Lab Three Exercises Lab Three Exercises –Fit a linear trend to retail and food sales –Add a quadratic term –Use both.
3 mo treasury yield borrowing costs Dow industrials NY Times 18 Sept 2008 front page.
1 Power Nine Econ 240C. 2 Outline Lab Three Exercises Lab Three Exercises –Fit a linear trend to retail and food sales –Add a quadratic term –Use both.
KYIV SCHOOL OF ECONOMICS Financial Econometrics (2nd part): Introduction to Financial Time Series May 2011 Instructor: Maksym Obrizan Lecture notes II.
1 Arch-Garch Lab Nine. 2 Producer Price Index for Finished Goods, 1982 =100, –
Volatility Models Fin250f: Lecture 5.2 Fall 2005 Reading: Taylor, chapter 9.
Financial Institutions and Markets FIN 304 Dr. Andrew L. H. Parkes Day 8 “How do financial markets work?” 卜安吉.
An Introduction to Financial Econometrics: Time-Varying Volatility and ARCH Models Prepared by Vera Tabakova, East Carolina University.
1 CHAPTER 14 FORECASTING VOLATILITY II Figure 14.1 Autocorrelograms of the Squared Returns González-Rivera: Forecasting for Economics and Business, Copyright.
Dealing with Heteroscedasticity In some cases an appropriate scaling of the data is the best way to deal with heteroscedasticity. For example, in the model.
L7: ARIMA1 Lecture 7: ARIMA Model Process The following topics will be covered: Properties of Stock Returns AR model MA model ARMA Non-Stationary Process.
© K. Cuthbertson and D. Nitzsche Figures for Chapter 12 Stock Prices : The VAR Approach (Quantitative Financial Economics)
Market Indices. What is an index? Remember: A stock market index is simply a basket of stocks that are followed by investors. There are four main indices.
The Lognormal Distribution
Exchange Traded Funds. Exchange Traded Funds (ETF) Trade just like stocks Trade just like stocks Quick and easy to invest in Quick and easy to invest.
BOX JENKINS METHODOLOGY
Box Jenkins or Arima Forecasting. H:\My Documents\classes\eco346\Lectures\chap ter 7\Autoregressive Models.docH:\My Documents\classes\eco346\Lectures\chap.
Tapering and prewhitening fFT taper, h(u). Need for prewhitening/prefiltering periodogram is generally biased.
Identification of Risk Factors. Market Risk and Credit risk Market risk is defined as the risk of fluctuations in portfolio values due to volatility in.
Stock market volatility spikes after major shocks Note: CBOE VXO index of % implied volatility, on a hypothetical at the money S&P100 option 30 days to.
How to Evaluate the Effects of Potential Bias in Meta-analysis in R.
Binomial Distribution Derivation of the Estimating Formula for u an d ESTIMATING u AND d.
Table Talk Reading Financial Information.
Risk /Return Return = r = Discount rate = Cost of Capital (COC)
9.1 Exponential Functions
Logistic Regression. Linear Regression Purchases vs. Income.
STAT 497 LECTURE NOTE 9 DIAGNOSTIC CHECKS 1. After identifying and estimating a time series model, the goodness-of-fit of the model and validity of the.
MULTIVARIATE TIME SERIES & FORECASTING 1. 2 : autocovariance function of the individual time series.
1 CHAPTER 2 Risk and Return. 2 Topics in Chapter 2 Basic return measurement Types of Risk addressed in Ch 2: Stand-alone (total) risk Portfolio (market)
Variance Stabilizing Transformations. Variance is Related to Mean Usual Assumption in ANOVA and Regression is that the variance of each observation is.
1 CHAPTER 6 Risk, Return, and the Capital Asset Pricing Model (CAPM)
Standard and Poor index (S&P500) Standard and Poor index (S&P500) : Returns (first difference)
Analysis of financial data Anders Lundquist Spring 2010.
ПЕЧЕНЬ 9. Закладка печени в период эмбрионального развития.
Analysis of Financial Data Spring 2012 Lecture 5: Time Series Models - 3 Priyantha Wijayatunga Department of Statistics, Umeå University
K. Ensor, STAT Spring 2004 Volatility Volatility – conditional variance of the process –Don’t observe this quantity directly (only one observation.
DEVRY FIN 516 Week 2 Mini Case Assignment (3 Sets) Check this A+ tutorial guideline at
Trading Simulator Dry Run.
Dr. Andrew L. H. Parkes SS I 2017 “How do financial markets work?”
Vera Tabakova, East Carolina University
Estimating Volatilities and Correlations
Banking and Financial Institutions
High-Frequency Analysis of WFC and PFE
NATURAL RESOURCES CLASSIFICATION SYSTEMS
6.4 GARCH models..
STAT 497 LECTURE NOTE 9 DIAGNOSTIC CHECKS.
Online Gifts Buy for wishes happy mother's day to yours choice and with happy gifts find here:
Poisson Regression with Rates
Modeling Volatility Dynamics
With joint time series data and either a bivariate model, data (X(t),Y(t); t = 0,...,T-1) or a regression/transfer function model the following R functions.
Linear Regression.
Marathon Miles per Hour at NAPA Valley 2015 Marathon by Age and Gender
The importance of prefiltering.
An ARCH(m) example S&P/TSX Capped Composite 4/26/2010 to 4/26/2013
Initial Analysis Siyu Zheng.
postscript(file="sales.eps",paper="letter")
Applied Econometric Time Series Third Edition
5.4 GARCH models..
Nonlinear Fitting.
MSFT GE About the Stocks April 16, 1997 – January 25, days
Journey of a wealth manager
Presentation transcript:

ARCH(m) Example. S&P/TSX Capped Composite Financials, energy, industries, materials TSX listed stocks 4 banks

rate log (ratio) volatility smo(y) lowess(y) lowess(|y – smo(y)| library(tseries) junk0<-scan("SPTXT.txt") p<-rev(junk0) y<-diff(log(p)) ny<-length(y) par(mfrow=c(2,1)) xaxis<-1:ny y<-ts(y,start=1,end=ny) plot(y,main="SPTXT 2010 to 2013",xlab="trading day",ylab="return") lunk<-lowess(xaxis,abs(y-mean(y)),f=.001) yabs<-ts(lunk$y,start=1,end=ny) plot(yabs,main="Smoothed abs(deviation)",xlab="trading day",ylab="")

acf, pacf ARCH? par(mfrow=c(2,1)) acf(y,main="ACF SPTXT returns",xlab="lag (days)") yy<-y-mean(y);yy<-yy^2 pacf(yy,main="PACF SPTXT returns^2",xlab="lag (days)")

Fitted conditional (variance?) plugged in estimate of library(tseries) P<-5 PP<-P+1 junk1<-garch(y,order=c(0,P),grad="analytic") summary(junk1) par(mfrow=c(2,1)) yvol<-ts(junk1$fit[,1],start=1,end=ny) plot(yvol,type="l",ylim=c(0,max(abs(y))),main=paste("Estimated volatility - ARCH",P),xlab="trading day",ylab="volatility") Standardized residuals (of?) yres<-ts(junk1$res,start=1,end=ny)

Standardized residuals (of?) yres<-ts(junk1$res,start=1,end=ny) plot(yres,main="Residuals ofARCH(5)",type="l",xlab="tradingday",ylab="return")

GARCH(m,r)