TS IV Stat701 Fall 1999

RiskMetrics

Todays class.

Jacques Longerstaey. Capital Market Strategies, July 1995. Provides motivation and context for the Risk Metrics methodology - compares with standard methods.

Issues to consider when reading the Longerstaey paper.


Forecasts.

Exponential smoothing.

The method described here is for non-seasonal time series showing no systematic trend.

Data: tex2html_wrap_inline49 .

Define the 1 step ahead forecast from N points as tex2html_wrap_inline51 , then

displaymath53

where the tex2html_wrap_inline55 are weights.

Downweight points further back in time.

Use Geometric weights: tex2html_wrap_inline78 .

displaymath59

needs an infinite number of observations, but realistically only have a finite number.

Write in recurrence form:

displaymath61

displaymath63

Update using the last observation and last forecast.

It's a weighted average between observed and expected at time N.

Or can express in error correction form;

displaymath65

displaymath67

It turns out that exponential smoothing is ``optimal'' if the underlying process is

displaymath69

which gives the differenced series as MA(1), so that tex2html_wrap_inline71 is ARIMA(0,1,1). In particular

displaymath73



Richard Waterman