ARMA, GARCH and Related Option Pricing Method

Size: px
Start display at page:

Download "ARMA, GARCH and Related Option Pricing Method"

Transcription

1 ARMA, GARCH and Related Option Pricing Method Author: Yiyang Yang Advisor: Pr. Xiaolin Li, Pr. Zari Rachev Department of Applied Mathematics and Statistics State University of New York at Stony Brook September 21, 2012

2 Outline 1 Introduction Time Series Model Difference Equation 2 Autoregressive Model ACF and PACF 3 Trends and Volatility ARCH Process The GARCH Model 4 Duan s Option Pricing Model A Generalized NGARCH Option Pricing Model

3 Time Series Model Time Series Model Difference Equation Time Series Models Objective: forcasting, interpreting and testing hypotheses data Method: decompose a series into a trend, seasonal, cyclical and irregular component these components can be represented as difference equation a difference equation expresses the value of a variable as a function of its own lagged values, time and other variables usually trend and seasonal term are both functions of time irregular term is a function of its own lagged value and stochastic variable many economic and finance theories have natural representation as stochastic differential equation

4 Time Series Model (Cont.) Time Series Model Difference Equation Figure: The Austrilian Red Wine Sales, Jan Oct. 1991

5 Difference Equation Time Series Model Difference Equation The common type of difference equation is n y t = a 0 + a i y t i + x t where x t is the forcing process. And a special case for {x t} is i=1 x t = β i ɛ t i i=0 where β i are constants and the individual elements {ɛ t} are independent of y t.

6 Solution by Iteration Time Series Model Difference Equation first-order difference equation y t = a 0 + a 1 y t 1 + ɛ t with initial condition y 0 have solution t 1 y t = a 0 a1 i + at 1 y t a1 i ɛ t i i=0 i=0 the case without initial condition, substitute y 0 = a 0 + a 1 y 1 + ɛ 0 t 1 y t = a 0 a1 i + at 1 y t a1 i ɛ t i = a 0 i=0 i=0 t i=0 a i 1 + at+1 1 y 1 + t+m t+m = a 0 a1 i + at+m+1 1 y m 1 + a1 i ɛ t i i=0 i=0 t a1 i ɛ t i If a 1 < 1, then a t+m+1 1 y m 1 approaches 0 as m approaches. Thus y t = a 0 1 a 1 + a1 i ɛ t i However, the general solution is y t = Aa t 1 + a 0 1 a 1 + i=0 ai 1 ɛ t i i=0 i=0

7 Lag Operators Time Series Model Difference Equation Definition The lag operator L is defined to be a linear operator such that for any value y t L i y t = y t i. the lag of a constant is a constant Lc = c distributive law ( L i + L j) y t = L i y t + L j y t = y t i + y t j associative law L i L j y t = L i ( L j y t ) = L i y t j = y t i j L rasied to a negative power is a lead factor L i y t = y t+i For a < 1, ( 1 + al + a 2 L 2 + ) y t = yt 1 al the pth-order equation y t = a 0 + a 1y t a py t p + ɛ t can be written (1 a 1L a pl p ) y t = A (L) y t = a 0 + ɛ t

8 White Noise Autoregressive Model ACF and PACF Definition The sequence {ɛ t } is a white-noise process if for each time period t and for all j and all s E (ɛ t) = E (ɛ t 1) = = 0 ( ) ( ) E ɛ 2 t = E ɛ 2 t 1 = = σ 2 ( ( ) ( ) or var ɛ 2 t = var ɛ 2 t 1 = = σ 2) E (ɛ tɛ t s) = E (ɛ t j ɛ t j s ).

9 Autoregressive Model ACF and PACF Moving Average and Autoregressive Model Definition The moving average model of order q denoted as MA (q) can be written as x t = q β i ɛ t i i=0 where β 0,, β q are the parameters of the model and {ɛ t} are white noise. Definition The autoregressive model of order p denoted as AR (p) which can be written as y t = a 0 + p a i y t i + ɛ t i=1 where a 1,, a p are parameters, a 0 is a constant and the random variable {ɛ t} are white noise.

10 Autoregressive Model ACF and PACF Autoregressive Moving Average Model Definition Combine moving average model with autoregressive model, we get autoregressive moving average (ARMA) model denoted as ARMA (p, q) y t = a 0 + p a i y t i + ɛ t + i=1 q β i ɛ t i if the characteristic roots of the equation are all in unit circle. If one or more characteristic roots is greater than or equal to unity, the sequence {y t} is an integrated process and is called an autoregressive integrated moving average (ARIMA) model. Rewrite the model with lag operators i=1 p q 1 a i L i y t = a 0 + β i ɛ t i i=1 i=0 then the particular solution is y t = a 0 + q ( i=0 β i ɛ t i 1 p ). i=1 a i Li

11 Stationary Autoregressive Model ACF and PACF Definition A stochastic process {y t} is stationary if for all t and t s E E (y t) = E (y t s) = µ [ (y t µ) 2] = E [ (y t s µ) 2] = σ 2 E [(y t µ) (y t s µ)] = E [(y t j µ) (y t j s µ)] = γ s where µ, σ 2, γ s are all constants. γ s is autocovariance function (ACF). For stationary process {y t}, the mean, variance and autocorrelations can be well approximated by sufficiently long time averages based on the single set of realization.

12 Autoregressive Model ACF and PACF Stationary Restrictions for ARMA(p,q) (Cont.) Consider MA ( ) model x t = i=0 β iɛ t i Expectation E (x t) = E (ɛ t + β 1ɛ t 1 + β 2ɛ t 2 + ) = 0 constant and independent of t. Variance [ Var (x t) = E (ɛ t + β 1ɛ t 1 + β 2ɛ t 2 + ) 2] ( ) = σ β1 2 + β2 2 + constant and independent of t. Covariance E (x tx t s) = E [(ɛ t + β 1ɛ t 1 + ) (ɛ t s + β 1ɛ t s 1 + )] = σ 2 (β s + β 1β s+1 + β 2β s+2 + ) only depend on s and the value should be finite. By constraint i=0 β2 i <, ARMA (p, q) can be transformed to MA ( ).

13 Autocorrelation Function Autoregressive Model ACF and PACF Definition The autocorrelation function (ACF) of y t and y t s is defined by autocovariance function γ s as ρ s = γs /γ 0. Consider ARMA (1, 1) case y t = a 1y t 1 + ɛ t + β 1ɛ t 1, then Yule-Walker equations are: Ey ty t = a 1Ey t 1y t +Eɛ ty t +β 1Eɛ t 1y t γ 0 = a 1γ 1 +σ 2 +β 1 (a 1 + β 1) σ 2 Ey ty t 1 = a 1Ey t 1y t 1 + Eɛ ty t 1 + β 1Eɛ t 1y t 1 γ 1 = a 1γ 0 + β 1σ 2 Ey ty t s = a 1Ey t 1y t s+eɛ ty t s+β 1Eɛ t 1y t s γ s = a 1γ s 1, s = 2, 3,

14 Autocorrelation Function (Cont.) Autoregressive Model ACF and PACF Solve first two equations, we get γ 0 = 1 + β a 1β 1 σ 2, γ 1 a1 2 1 = hence, we get autocorrelation function ρ 1 = (1 + a1β1) (a1 + β1) 1 + β a1β1 For all s 2, given γ s = a 1γ s 1, we have ρ s = a 1ρ s 1. (1 + a1β1) (a1 + β1) σ 2 1 a1 2 If 0 < a 1 < 1, ACF converges directly; if 1 < a 1 < 0, ACF will oscillate.

15 Autocorrelation Function (Cont.) Autoregressive Model ACF and PACF Figure: The ACF of AR (2), a 1 = 2, a 2 = 5 and AR (2), a 1 = 10/9, a 2 = 2

16 Autocorrelation Function (Cont.) Autoregressive Model ACF and PACF ( Figure: The ACF of AR (2), a 1 = 10/9, a 2 = 2 and AR (2), a 1 = 2 1+i ) ( 3 /3, a 2 = 2 1 i ) 3 /3

17 Partial Autocorrelation Function Autoregressive Model ACF and PACF Definition The partial autocorrelations function (PACF) can be obtained from ACF ( φ 11 = ρ 1, φ 22 = ρ 2 ρ 2 ) 1 / ( 1 ρ 2 ) 1 φ ss = ρ s s 1 j=1 φ s 1ρ s j 1 s 1 j=1 φ s 1ρ j, s = 3, 4, 5 where φ sj = φ s 1,j φ ssφ s 1,s j, j = 1, 2,, s 1. partial autocorrelation ignores the effect of the intervening values PACF plays an important role in identifying the lag in an AR model direct method for estimating PACF: form series {y t } by subtracting the mean of {yt}: y t = y t µ form autoregression equation y t = φ s1 y t 1 + φ s2y t φss y t s + et φ ss is the partial autocorrelation coefficient between y t and y t s

18 Autoregressive Model ACF and PACF Partial Autocorrelation Function (Cont.) Figure: ACF and corresponding PACF of specific ARMA model

19 Empirical Facts Trends and Volatility ARCH Process The GARCH Model Most of the series contains a clear trend. Any shock to a series displays a high degree of persistence. The volatility of many series is not constant over time. A stochastic variable with a constant variance is called homoskedastic as oppoesd to heteroskedastic conditionally heteroskedastic: unconditional (or long-term) variance is constant but there are periods with relative high variance Some series share comovements with other series.

20 Empirical Facts Trends and Volatility ARCH Process The GARCH Model Four figures denote: GDP and actual Consumption, Federal funds and 10-year bond, NYSE stock index and Exchange rate of US, Canada and UK

21 ARCH Process Trends and Volatility ARCH Process The GARCH Model For investor plan to buy at t and sell at t + 1, forecasts of the rate of return and variance over the holding period is more important than unconditional variance. Simple example y t+1 = ɛ t+1x t where y t+1 is variable of interest, ɛ t+1 is white-noise with variance σ 2 and x t is an independent variable observed at period t. If x t = x t 1 = = constant, {y t} is a white-noise process. If {x t} are not all equal, then Var (y t+1 x t ) = x 2 t σ 2 If xt 2 is large (small), the variance of y t+1 will be large (small) Introduction of {x t} can explain periods of volatility in {y t}

22 ARCH Process (Cont.) Trends and Volatility ARCH Process The GARCH Model Preliminary idea of Engle: conditional forcasts are vastly superior to unconditional forecasts Given stationary ARMA model y t = a 0 + a 1y t 1 + ɛ t, the conditional forecasts are [ E ty t+1 = a 0 + a 1y t, E t (y t+1 a 0 a 1y 1) 2] = E tɛ 2 t+1 = σ 2 the unconditional forecasts are [ ( ) ] 2 Ey t+1 = a0, E y t+1 a0 = σ2 1 a 1 1 a 1 1 a1 2 Since σ2 > σ 2, unconditional forecast has greater variance than 1 a1 2 conditional forecast. Conditional forecasts consider both current and past realization of series are preferable.

23 ARCH Process (Cont.) Trends and Volatility ARCH Process The GARCH Model Definition Suppose the conditional variance is not a constant but an AR (q) process, we obtain an autoregressive conditional heteroskedastic (ARCH) model for the square of the estimated residuals: ˆɛ 2 t = α 0 + α 1ˆɛ 2 t 1 + α 2ˆɛ 2 t α qˆɛ 2 t q + v t where v t is a white noise process. If α 1, α 2,, α n all equal zero, the estimated variance is constant. There are many possible applications for ARCH model, since the residuals can come from an autoregression, an ARMA model or a standard regression model. The linear ARCH model is not most convenient. The model for {y t} and the conditional variance are best estimated simultaneously using maximum likelihood techniques. A better way is to specify v t as a multiplicative disturbance.

24 ARCH Process (Cont.) Trends and Volatility ARCH Process The GARCH Model The simplest example from the class of multiplicative conditionally heteroskedastic models proposed by Engle (1982) is ɛ t = v t α 0 + α 1ɛ 2 t 1 where v t is white-noise process with σ 2 v = 1 and ɛ t 1 are mutually independent, α 0 > 0 and 0 < α 1 < 1 are constants. Given Ev t = 0, the unconditional expectation is Given Ev tv t i = 0 ( Eɛ t = E [v t α 0 + α 1 ɛ 2 ) ] 1/2 ( t 1 = Ev t E α 0 + α 1 ɛ 2 1/2 t 1) = 0 Eɛ t ɛ t i = 0, i 0 The unconditional variance is Eɛ 2 t [v = E 2 ( t α 0 + α 1 ɛ 2 )] t 1 = Ev 2 ( t E α 0 + α 1 ɛ 2 ) t 1 since Ev 2 t = σ 2 = 1 and unconditional variance of ɛ t is identical to ɛ t 1, we have Eɛ 2 t = α 0 1 α 1

25 ARCH Process (Cont.) Trends and Volatility ARCH Process The GARCH Model The conditional mean of ɛ t is E (ɛ t ɛ t 1, ɛ t 2, ) = Ev te ( α 0 + α 1ɛ 2 t 1) 1/2 = 0 The conditional variance of ɛ t is ( ) E ɛ 2 t ɛ t 1, ɛ t 2, = α 0 + α 1ɛ 2 t 1 The multiplicative form has no influence on the unconditional expectation and variance, conditional mean. The influence falls entirely on conditional variance which is a first-order autoregressive process denoted by ARCH (1). The higher order ARCH (q) processes q ɛ t = v t α0 + α i ɛ 2 t i since ɛ t 1 to ɛ t q have a direct effect on ɛ t, thus conditional variance acts like an autoregressive process of order q. i=1

26 GARCH Model Trends and Volatility ARCH Process The GARCH Model Definition Bollerslev (1986) extended Engle s work by introducing both autoregressive and moving average components (ARMA) in heteroskedastic variance which is called generalized ARCH (p, q) model or GARCH (p, q) model ɛ t = v t ht where σ 2 v = 1 and q p h t = α 0 + α i ɛ 2 t i + β i h t i i=1 i=1 The key feature of GARCH model is that the conditional variance of the disturbances of {y t} sequence constitues an ARMA process. The conditional variance is q p E t 1 ɛ 2 t = α 0 + α i ɛ 2 t i + β i h t i i=1 i=1

27 Expanded GARCH Model Trends and Volatility ARCH Process The GARCH Model Definition The Nonlinear GARCH (NGARCH) model is also known as Nonlinear Asymmetric GARCH (1, 1) was introduced by Engle and Ng in 1993 h t = ω + α ( ) 2 2 ɛ t 1 θh t 1 + βh t 1, ω, α, β 0. Definition Integrated GARCH (IGARCH) is a restricted version of GARCH model, with condition p q β i + α i = 1. i=1 i=1 Definition The GARCH-in-mean (GRACH-M) model adds a heteroskedasticity term to mean q y t = βx t + δh t + ɛ t, ɛ t = v t ht, h t = α 0 + α i ɛ 2 t i. i=1

28 Preliminary Duan s Option Pricing Model A Generalized NGARCH Option Pricing Model GARCH option pricing model has three distinctive features: The GARCH option pricing is a function of risk premium embedded in the underlying asset. standard preference-free option GARCH option pricing model is non-markovian. the underlying asset value is a diffusion process standard approach is Markovian GARCH option pricing can potentially explain some well-documented systematic biases associated with Black-Scholes model. underpricing of short-maturity option implied volatility smile underpricing of options on low-volatility securities

29 Duan s Option Pricing Model A Generalized NGARCH Option Pricing Model Consider discrete-time economy and let X t be the asset price at time t One-period of return under probability measure P is ln Xt = r + λ h t 1 ht + ɛt X t 1 2 where ɛ t has mean zero and conditional variance h t, r is the constant one-period risk-free rate of return and λ the constant unit risk premium. Assume that ɛ t follows a GARCH (p, q) under measure P h t = α 0 + ɛ t φ t 1 N (0, h t) q α i ɛ 2 t i + i=1 p β i h t i. If p = 0 and q = 0, this is exactly the Black-Scholes case. i=1

30 Duan s Option Pricing Model A Generalized NGARCH Option Pricing Model (Cont.) The conventional risk-neutral valuation relationship has to be generalized to accomodate heteroskedasticity of the asset return process. Definition A pricing measure Q is said to satisfy the locally risk-neutral valuation relationship (LRNVR) if measure Q is mutually absolutely continuous with respect to measure P, Xt /X t 1 φ t 1 distributes lognormally (under Q) E Q ( Xt /X t 1 φ t 1 ) = e r, Var Q (ln ( Xt /X t 1 ) φ t 1 ) = Var P (ln ( Xt /X t 1 ) φ t 1 ) almost surely with respect to measure P.

31 Duan s Option Pricing Model A Generalized NGARCH Option Pricing Model (Cont.) Theorem The LRNVR implies that, under pricing measure Q where h t = α 0 + ln q i=1 Xt = r 1 ht + ξt X t 1 2 ξ t φ t 1 N (0, h t) α i ( ξ t i λ h t i ) 2 + p β i h t i. i=1 The asset price can be denoted as [ X T = X t exp (T t) r 1 2 ] T T h s + ξ s s=t+1 s=t+1 The discounted asset price process e rt X t is Q-martingale.

32 Duan s Option Pricing Model A Generalized NGARCH Option Pricing Model (Cont.) Theorem Under the GARCH (p, q) specification, a European option with exercise price K maturing at time T has time t value to Corollary C GH t = e (T t)r E Q [max (X T K, 0) φ t ]. The delta of an option is the first partial derivative of the option price with respect to the underlying asset price. The GARCH option delta at time t by GH t is [ ] GH t = e (T t)r E Q XT 1 {XT K} φ t. X t

33 Duan s Option Pricing Model A Generalized NGARCH Option Pricing Model Generalized NGARCH Option Pricing Model Definition The log-returns of asset are assumed to follow the following dynamic under the objective measure P ( ) Xt ( ) log = r t d t + λ t ht g ht; θ + ɛ t X t 1 ɛ t = h tv t, h t = α 0 + α 1 h t 1 (ɛ t 1 γ) 2 + β 1 h t 1 where X t is closing price of underlying asset at date t, r t and d t denote continuously compounded risk-free rate of return and dividend rate for [t 1, t]. v t, with parameter θ, is a random variable with zeros mean and unit variance. g (x; θ) = log (E [e xvt ]) is the log-laplace-transform of v t. If the distribution of v t is standard normal distribution, then this is Duan s option pricing model. For α 1 = β 1 = 0, this is discrete-time Black-Scholes log-normal model with constant volatility.

34 Duan s Option Pricing Model A Generalized NGARCH Option Pricing Model Generalized NGARCH Option Pricing Model (Cont.) Theorem For any standardized probability distribution ξ t with parameters θ which is equivalent to the marginal distribution of v t, then the distribution of following process is equivalent to the NGARCH stock price model described above ( ) Xt ( ) log = r t d t g ht; θ + h tξ t X t 1 h t = α 0 +α 1 h t 1 (ξ t 1 λ t + 1 ( ) ( )) 2 (g ht 1 ; θ g ht 1 ; θ γ) +β 1 h t 1. ht 1 This theorem allows for different distribution forcing process under the objective measure and the risk-neutral measure. A discrete-time financial market with a continuous distribution for the return is inevitably incomplete. This is just a possible risk-neutral measure.

35 References Duan s Option Pricing Model A Generalized NGARCH Option Pricing Model Walter Enders, Applied Econometric Time Series, John Wiley & Sons. Inc, Nov Christian Menn, Svetlozar T. Rachev, Soomthly Truncated Stable Distributions, GARCH-Models and Option Pricing, Journal of Banking and Finance, Nov Svetlozar T. Rachev, Young Shin Kim, Michele L. Bianchi, Frank J. Fabozzi, Financial Models with Lévy Processes and Volatility Clustering, John Wiley and Sons, ISBN , , 2011 Jin-Chuan Duan,, Mathematical Finance, Vol. 5, No. 1, pp 13-32, Jan. 1995

Univariate Time Series Analysis; ARIMA Models

Univariate Time Series Analysis; ARIMA Models Econometrics 2 Spring 25 Univariate Time Series Analysis; ARIMA Models Heino Bohn Nielsen of4 Outline of the Lecture () Introduction to univariate time series analysis. (2) Stationarity. (3) Characterizing

More information

Univariate Time Series Analysis; ARIMA Models

Univariate Time Series Analysis; ARIMA Models Econometrics 2 Fall 25 Univariate Time Series Analysis; ARIMA Models Heino Bohn Nielsen of4 Univariate Time Series Analysis We consider a single time series, y,y 2,..., y T. We want to construct simple

More information

Time Series Analysis

Time Series Analysis Time Series Analysis Autoregressive, MA and ARMA processes Andrés M. Alonso Carolina García-Martos Universidad Carlos III de Madrid Universidad Politécnica de Madrid June July, 212 Alonso and García-Martos

More information

Sales forecasting # 2

Sales forecasting # 2 Sales forecasting # 2 Arthur Charpentier arthur.charpentier@univ-rennes1.fr 1 Agenda Qualitative and quantitative methods, a very general introduction Series decomposition Short versus long term forecasting

More information

Lecture 2: ARMA(p,q) models (part 3)

Lecture 2: ARMA(p,q) models (part 3) Lecture 2: ARMA(p,q) models (part 3) Florian Pelgrin University of Lausanne, École des HEC Department of mathematics (IMEA-Nice) Sept. 2011 - Jan. 2012 Florian Pelgrin (HEC) Univariate time series Sept.

More information

Univariate and Multivariate Methods PEARSON. Addison Wesley

Univariate and Multivariate Methods PEARSON. Addison Wesley Time Series Analysis Univariate and Multivariate Methods SECOND EDITION William W. S. Wei Department of Statistics The Fox School of Business and Management Temple University PEARSON Addison Wesley Boston

More information

Topic 5: Stochastic Growth and Real Business Cycles

Topic 5: Stochastic Growth and Real Business Cycles Topic 5: Stochastic Growth and Real Business Cycles Yulei Luo SEF of HKU October 1, 2015 Luo, Y. (SEF of HKU) Macro Theory October 1, 2015 1 / 45 Lag Operators The lag operator (L) is de ned as Similar

More information

Analysis and Computation for Finance Time Series - An Introduction

Analysis and Computation for Finance Time Series - An Introduction ECMM703 Analysis and Computation for Finance Time Series - An Introduction Alejandra González Harrison 161 Email: mag208@exeter.ac.uk Time Series - An Introduction A time series is a sequence of observations

More information

The Engle-Granger representation theorem

The Engle-Granger representation theorem The Engle-Granger representation theorem Reference note to lecture 10 in ECON 5101/9101, Time Series Econometrics Ragnar Nymoen March 29 2011 1 Introduction The Granger-Engle representation theorem is

More information

Some useful concepts in univariate time series analysis

Some useful concepts in univariate time series analysis Some useful concepts in univariate time series analysis Autoregressive moving average models Autocorrelation functions Model Estimation Diagnostic measure Model selection Forecasting Assumptions: 1. Non-seasonal

More information

Forecasting methods applied to engineering management

Forecasting methods applied to engineering management Forecasting methods applied to engineering management Áron Szász-Gábor Abstract. This paper presents arguments for the usefulness of a simple forecasting application package for sustaining operational

More information

PRICING OF FOREIGN CURRENCY OPTIONS IN THE SERBIAN MARKET

PRICING OF FOREIGN CURRENCY OPTIONS IN THE SERBIAN MARKET ECONOMIC ANNALS, Volume LIV, No. 180, January March 2009 UDC: 3.33 ISSN: 0013-3264 COMMUNICATIONS Irena Janković* DOI:10.2298/EKA0980091J PRICING OF FOREIGN CURRENCY OPTIONS IN THE SERBIAN MARKET ABSTRACT:

More information

VI. Real Business Cycles Models

VI. Real Business Cycles Models VI. Real Business Cycles Models Introduction Business cycle research studies the causes and consequences of the recurrent expansions and contractions in aggregate economic activity that occur in most industrialized

More information

Testing for Granger causality between stock prices and economic growth

Testing for Granger causality between stock prices and economic growth MPRA Munich Personal RePEc Archive Testing for Granger causality between stock prices and economic growth Pasquale Foresti 2006 Online at http://mpra.ub.uni-muenchen.de/2962/ MPRA Paper No. 2962, posted

More information

Lecture 1: Asset pricing and the equity premium puzzle

Lecture 1: Asset pricing and the equity premium puzzle Lecture 1: Asset pricing and the equity premium puzzle Simon Gilchrist Boston Univerity and NBER EC 745 Fall, 2013 Overview Some basic facts. Study the asset pricing implications of household portfolio

More information

ADVANCED FORECASTING MODELS USING SAS SOFTWARE

ADVANCED FORECASTING MODELS USING SAS SOFTWARE ADVANCED FORECASTING MODELS USING SAS SOFTWARE Girish Kumar Jha IARI, Pusa, New Delhi 110 012 gjha_eco@iari.res.in 1. Transfer Function Model Univariate ARIMA models are useful for analysis and forecasting

More information

Time Series Analysis and Forecasting

Time Series Analysis and Forecasting Time Series Analysis and Forecasting Math 667 Al Nosedal Department of Mathematics Indiana University of Pennsylvania Time Series Analysis and Forecasting p. 1/11 Introduction Many decision-making applications

More information

Non-Stationary Time Series andunitroottests

Non-Stationary Time Series andunitroottests Econometrics 2 Fall 2005 Non-Stationary Time Series andunitroottests Heino Bohn Nielsen 1of25 Introduction Many economic time series are trending. Important to distinguish between two important cases:

More information

Time Series Analysis

Time Series Analysis Time Series Analysis hm@imm.dtu.dk Informatics and Mathematical Modelling Technical University of Denmark DK-2800 Kgs. Lyngby 1 Outline of the lecture Identification of univariate time series models, cont.:

More information

How To Price Garch

How To Price Garch 2011 3rd International Conference on Information and Financial Engineering IPEDR vol.12 (2011) (2011) IACSIT Press, Singapore A Study on Heston-Nandi GARCH Option Pricing Model Suk Joon Byun KAIST Business

More information

Lecture 12: The Black-Scholes Model Steven Skiena. http://www.cs.sunysb.edu/ skiena

Lecture 12: The Black-Scholes Model Steven Skiena. http://www.cs.sunysb.edu/ skiena Lecture 12: The Black-Scholes Model Steven Skiena Department of Computer Science State University of New York Stony Brook, NY 11794 4400 http://www.cs.sunysb.edu/ skiena The Black-Scholes-Merton Model

More information

Rob J Hyndman. Forecasting using. 11. Dynamic regression OTexts.com/fpp/9/1/ Forecasting using R 1

Rob J Hyndman. Forecasting using. 11. Dynamic regression OTexts.com/fpp/9/1/ Forecasting using R 1 Rob J Hyndman Forecasting using 11. Dynamic regression OTexts.com/fpp/9/1/ Forecasting using R 1 Outline 1 Regression with ARIMA errors 2 Example: Japanese cars 3 Using Fourier terms for seasonality 4

More information

Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model

Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model 1 September 004 A. Introduction and assumptions The classical normal linear regression model can be written

More information

Exam Solutions. X t = µ + βt + A t,

Exam Solutions. X t = µ + βt + A t, Exam Solutions Please put your answers on these pages. Write very carefully and legibly. HIT Shenzhen Graduate School James E. Gentle, 2015 1. 3 points. There was a transcription error on the registrar

More information

Chapter 13 The Black-Scholes-Merton Model

Chapter 13 The Black-Scholes-Merton Model Chapter 13 The Black-Scholes-Merton Model March 3, 009 13.1. The Black-Scholes option pricing model assumes that the probability distribution of the stock price in one year(or at any other future time)

More information

Chapter 2: Binomial Methods and the Black-Scholes Formula

Chapter 2: Binomial Methods and the Black-Scholes Formula Chapter 2: Binomial Methods and the Black-Scholes Formula 2.1 Binomial Trees We consider a financial market consisting of a bond B t = B(t), a stock S t = S(t), and a call-option C t = C(t), where the

More information

Exam MFE Spring 2007 FINAL ANSWER KEY 1 B 2 A 3 C 4 E 5 D 6 C 7 E 8 C 9 A 10 B 11 D 12 A 13 E 14 E 15 C 16 D 17 B 18 A 19 D

Exam MFE Spring 2007 FINAL ANSWER KEY 1 B 2 A 3 C 4 E 5 D 6 C 7 E 8 C 9 A 10 B 11 D 12 A 13 E 14 E 15 C 16 D 17 B 18 A 19 D Exam MFE Spring 2007 FINAL ANSWER KEY Question # Answer 1 B 2 A 3 C 4 E 5 D 6 C 7 E 8 C 9 A 10 B 11 D 12 A 13 E 14 E 15 C 16 D 17 B 18 A 19 D **BEGINNING OF EXAMINATION** ACTUARIAL MODELS FINANCIAL ECONOMICS

More information

Likewise, the payoff of the better-of-two note may be decomposed as follows: Price of gold (US$/oz) 375 400 425 450 475 500 525 550 575 600 Oil price

Likewise, the payoff of the better-of-two note may be decomposed as follows: Price of gold (US$/oz) 375 400 425 450 475 500 525 550 575 600 Oil price Exchange Options Consider the Double Index Bull (DIB) note, which is suited to investors who believe that two indices will rally over a given term. The note typically pays no coupons and has a redemption

More information

Monte Carlo Methods in Finance

Monte Carlo Methods in Finance Author: Yiyang Yang Advisor: Pr. Xiaolin Li, Pr. Zari Rachev Department of Applied Mathematics and Statistics State University of New York at Stony Brook October 2, 2012 Outline Introduction 1 Introduction

More information

Recent Developments of Statistical Application in. Finance. Ruey S. Tsay. Graduate School of Business. The University of Chicago

Recent Developments of Statistical Application in. Finance. Ruey S. Tsay. Graduate School of Business. The University of Chicago Recent Developments of Statistical Application in Finance Ruey S. Tsay Graduate School of Business The University of Chicago Guanghua Conference, June 2004 Summary Focus on two parts: Applications in Finance:

More information

Stock Price Dynamics, Dividends and Option Prices with Volatility Feedback

Stock Price Dynamics, Dividends and Option Prices with Volatility Feedback Stock Price Dynamics, Dividends and Option Prices with Volatility Feedback Juho Kanniainen Tampere University of Technology New Thinking in Finance 12 Feb. 2014, London Based on J. Kanniainen and R. Piche,

More information

PITFALLS IN TIME SERIES ANALYSIS. Cliff Hurvich Stern School, NYU

PITFALLS IN TIME SERIES ANALYSIS. Cliff Hurvich Stern School, NYU PITFALLS IN TIME SERIES ANALYSIS Cliff Hurvich Stern School, NYU The t -Test If x 1,..., x n are independent and identically distributed with mean 0, and n is not too small, then t = x 0 s n has a standard

More information

Wooldridge, Introductory Econometrics, 3d ed. Chapter 12: Serial correlation and heteroskedasticity in time series regressions

Wooldridge, Introductory Econometrics, 3d ed. Chapter 12: Serial correlation and heteroskedasticity in time series regressions Wooldridge, Introductory Econometrics, 3d ed. Chapter 12: Serial correlation and heteroskedasticity in time series regressions What will happen if we violate the assumption that the errors are not serially

More information

Arbitrage-Free Pricing Models

Arbitrage-Free Pricing Models Arbitrage-Free Pricing Models Leonid Kogan MIT, Sloan 15.450, Fall 2010 c Leonid Kogan ( MIT, Sloan ) Arbitrage-Free Pricing Models 15.450, Fall 2010 1 / 48 Outline 1 Introduction 2 Arbitrage and SPD 3

More information

International Stock Market Integration: A Dynamic General Equilibrium Approach

International Stock Market Integration: A Dynamic General Equilibrium Approach International Stock Market Integration: A Dynamic General Equilibrium Approach Harjoat S. Bhamra London Business School 2003 Outline of talk 1 Introduction......................... 1 2 Economy...........................

More information

TIME SERIES ANALYSIS

TIME SERIES ANALYSIS TIME SERIES ANALYSIS L.M. BHAR AND V.K.SHARMA Indian Agricultural Statistics Research Institute Library Avenue, New Delhi-0 02 lmb@iasri.res.in. Introduction Time series (TS) data refers to observations

More information

Generating Random Numbers Variance Reduction Quasi-Monte Carlo. Simulation Methods. Leonid Kogan. MIT, Sloan. 15.450, Fall 2010

Generating Random Numbers Variance Reduction Quasi-Monte Carlo. Simulation Methods. Leonid Kogan. MIT, Sloan. 15.450, Fall 2010 Simulation Methods Leonid Kogan MIT, Sloan 15.450, Fall 2010 c Leonid Kogan ( MIT, Sloan ) Simulation Methods 15.450, Fall 2010 1 / 35 Outline 1 Generating Random Numbers 2 Variance Reduction 3 Quasi-Monte

More information

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2015, Mr. Ruey S. Tsay. Solutions to Midterm

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2015, Mr. Ruey S. Tsay. Solutions to Midterm Booth School of Business, University of Chicago Business 41202, Spring Quarter 2015, Mr. Ruey S. Tsay Solutions to Midterm Problem A: (30 pts) Answer briefly the following questions. Each question has

More information

Back to the past: option pricing using realized volatility

Back to the past: option pricing using realized volatility Back to the past: option pricing using realized volatility F. Corsi N. Fusari D. La Vecchia Swiss Finance Institute and University of Siena Swiss Finance Institute, University of Lugano University of Lugano

More information

Hedging. An Undergraduate Introduction to Financial Mathematics. J. Robert Buchanan. J. Robert Buchanan Hedging

Hedging. An Undergraduate Introduction to Financial Mathematics. J. Robert Buchanan. J. Robert Buchanan Hedging Hedging An Undergraduate Introduction to Financial Mathematics J. Robert Buchanan 2010 Introduction Definition Hedging is the practice of making a portfolio of investments less sensitive to changes in

More information

Simple approximations for option pricing under mean reversion and stochastic volatility

Simple approximations for option pricing under mean reversion and stochastic volatility Simple approximations for option pricing under mean reversion and stochastic volatility Christian M. Hafner Econometric Institute Report EI 2003 20 April 2003 Abstract This paper provides simple approximations

More information

Moreover, under the risk neutral measure, it must be the case that (5) r t = µ t.

Moreover, under the risk neutral measure, it must be the case that (5) r t = µ t. LECTURE 7: BLACK SCHOLES THEORY 1. Introduction: The Black Scholes Model In 1973 Fisher Black and Myron Scholes ushered in the modern era of derivative securities with a seminal paper 1 on the pricing

More information

Trend and Seasonal Components

Trend and Seasonal Components Chapter 2 Trend and Seasonal Components If the plot of a TS reveals an increase of the seasonal and noise fluctuations with the level of the process then some transformation may be necessary before doing

More information

ITSM-R Reference Manual

ITSM-R Reference Manual ITSM-R Reference Manual George Weigt June 5, 2015 1 Contents 1 Introduction 3 1.1 Time series analysis in a nutshell............................... 3 1.2 White Noise Variance.....................................

More information

The Heston Model. Hui Gong, UCL http://www.homepages.ucl.ac.uk/ ucahgon/ May 6, 2014

The Heston Model. Hui Gong, UCL http://www.homepages.ucl.ac.uk/ ucahgon/ May 6, 2014 Hui Gong, UCL http://www.homepages.ucl.ac.uk/ ucahgon/ May 6, 2014 Generalized SV models Vanilla Call Option via Heston Itô s lemma for variance process Euler-Maruyama scheme Implement in Excel&VBA 1.

More information

Luciano Rispoli Department of Economics, Mathematics and Statistics Birkbeck College (University of London)

Luciano Rispoli Department of Economics, Mathematics and Statistics Birkbeck College (University of London) Luciano Rispoli Department of Economics, Mathematics and Statistics Birkbeck College (University of London) 1 Forecasting: definition Forecasting is the process of making statements about events whose

More information

Petra POSEDEL, MSc Professional article * Faculty of Economic and Business, Zagreb UDC 336.748(497.5) JEL C21. Abstract

Petra POSEDEL, MSc Professional article * Faculty of Economic and Business, Zagreb UDC 336.748(497.5) JEL C21. Abstract ANALYSIS OF THE EXCHANGE RATE AND PRICING FOREIGN CURRENCY OPRIONS ON THE CROATIAN MARKET: THE NGARCH MODEL AS AN ALTERNATIVE TO THE BLACK- SCHOLES MODEL Petra POSEDEL, MSc Professional article Faculty

More information

ECON20310 LECTURE SYNOPSIS REAL BUSINESS CYCLE

ECON20310 LECTURE SYNOPSIS REAL BUSINESS CYCLE ECON20310 LECTURE SYNOPSIS REAL BUSINESS CYCLE YUAN TIAN This synopsis is designed merely for keep a record of the materials covered in lectures. Please refer to your own lecture notes for all proofs.

More information

3. Regression & Exponential Smoothing

3. Regression & Exponential Smoothing 3. Regression & Exponential Smoothing 3.1 Forecasting a Single Time Series Two main approaches are traditionally used to model a single time series z 1, z 2,..., z n 1. Models the observation z t as a

More information

Estimating an ARMA Process

Estimating an ARMA Process Statistics 910, #12 1 Overview Estimating an ARMA Process 1. Main ideas 2. Fitting autoregressions 3. Fitting with moving average components 4. Standard errors 5. Examples 6. Appendix: Simple estimators

More information

Monte Carlo and Empirical Methods for Stochastic Inference (MASM11/FMS091)

Monte Carlo and Empirical Methods for Stochastic Inference (MASM11/FMS091) Monte Carlo and Empirical Methods for Stochastic Inference (MASM11/FMS091) Magnus Wiktorsson Centre for Mathematical Sciences Lund University, Sweden Lecture 5 Sequential Monte Carlo methods I February

More information

Volatility Forecasting I: GARCH Models

Volatility Forecasting I: GARCH Models Volatility Forecasting I: GARCH Models Rob Reider October 19, 2009 Why Forecast Volatility The three main purposes of forecasting volatility are for risk management, for asset allocation, and for taking

More information

Time Series Analysis

Time Series Analysis Time Series Analysis Forecasting with ARIMA models Andrés M. Alonso Carolina García-Martos Universidad Carlos III de Madrid Universidad Politécnica de Madrid June July, 2012 Alonso and García-Martos (UC3M-UPM)

More information

Does the interest rate for business loans respond asymmetrically to changes in the cash rate?

Does the interest rate for business loans respond asymmetrically to changes in the cash rate? University of Wollongong Research Online Faculty of Commerce - Papers (Archive) Faculty of Business 2013 Does the interest rate for business loans respond asymmetrically to changes in the cash rate? Abbas

More information

9th Russian Summer School in Information Retrieval Big Data Analytics with R

9th Russian Summer School in Information Retrieval Big Data Analytics with R 9th Russian Summer School in Information Retrieval Big Data Analytics with R Introduction to Time Series with R A. Karakitsiou A. Migdalas Industrial Logistics, ETS Institute Luleå University of Technology

More information

VOLATILITY FORECASTING FOR MUTUAL FUND PORTFOLIOS. Samuel Kyle Jones 1 Stephen F. Austin State University, USA E-mail: sjones@sfasu.

VOLATILITY FORECASTING FOR MUTUAL FUND PORTFOLIOS. Samuel Kyle Jones 1 Stephen F. Austin State University, USA E-mail: sjones@sfasu. VOLATILITY FORECASTING FOR MUTUAL FUND PORTFOLIOS 1 Stephen F. Austin State University, USA E-mail: sjones@sfasu.edu ABSTRACT The return volatility of portfolios of mutual funds having similar investment

More information

Martingale Pricing Applied to Options, Forwards and Futures

Martingale Pricing Applied to Options, Forwards and Futures IEOR E4706: Financial Engineering: Discrete-Time Asset Pricing Fall 2005 c 2005 by Martin Haugh Martingale Pricing Applied to Options, Forwards and Futures We now apply martingale pricing theory to the

More information

TURUN YLIOPISTO UNIVERSITY OF TURKU TALOUSTIEDE DEPARTMENT OF ECONOMICS RESEARCH REPORTS. A nonlinear moving average test as a robust test for ARCH

TURUN YLIOPISTO UNIVERSITY OF TURKU TALOUSTIEDE DEPARTMENT OF ECONOMICS RESEARCH REPORTS. A nonlinear moving average test as a robust test for ARCH TURUN YLIOPISTO UNIVERSITY OF TURKU TALOUSTIEDE DEPARTMENT OF ECONOMICS RESEARCH REPORTS ISSN 0786 656 ISBN 951 9 1450 6 A nonlinear moving average test as a robust test for ARCH Jussi Tolvi No 81 May

More information

AUTOMATION OF ENERGY DEMAND FORECASTING. Sanzad Siddique, B.S.

AUTOMATION OF ENERGY DEMAND FORECASTING. Sanzad Siddique, B.S. AUTOMATION OF ENERGY DEMAND FORECASTING by Sanzad Siddique, B.S. A Thesis submitted to the Faculty of the Graduate School, Marquette University, in Partial Fulfillment of the Requirements for the Degree

More information

Volatility in the Overnight Money-Market Rate

Volatility in the Overnight Money-Market Rate 5 Volatility in the Overnight Money-Market Rate Allan Bødskov Andersen, Economics INTRODUCTION AND SUMMARY This article analyses the day-to-day fluctuations in the Danish overnight money-market rate during

More information

Monte Carlo-based statistical methods (MASM11/FMS091)

Monte Carlo-based statistical methods (MASM11/FMS091) Monte Carlo-based statistical methods (MASM11/FMS091) Jimmy Olsson Centre for Mathematical Sciences Lund University, Sweden Lecture 5 Sequential Monte Carlo methods I February 5, 2013 J. Olsson Monte Carlo-based

More information

An Empirical Analysis of the Volatility in the Open-End Fund Market: Evidence from China

An Empirical Analysis of the Volatility in the Open-End Fund Market: Evidence from China 50 Emerging Markets Finance & Trade An Empirical Analysis of the Volatility in the Open-End Fund Market: Evidence from China Shiqing Xie and Xichen Huang ABSTRACT: This paper applies a set of GARCH models

More information

Modeling the Implied Volatility Surface. Jim Gatheral Stanford Financial Mathematics Seminar February 28, 2003

Modeling the Implied Volatility Surface. Jim Gatheral Stanford Financial Mathematics Seminar February 28, 2003 Modeling the Implied Volatility Surface Jim Gatheral Stanford Financial Mathematics Seminar February 28, 2003 This presentation represents only the personal opinions of the author and not those of Merrill

More information

Is the Basis of the Stock Index Futures Markets Nonlinear?

Is the Basis of the Stock Index Futures Markets Nonlinear? University of Wollongong Research Online Applied Statistics Education and Research Collaboration (ASEARC) - Conference Papers Faculty of Engineering and Information Sciences 2011 Is the Basis of the Stock

More information

Numerical Methods for Option Pricing

Numerical Methods for Option Pricing Chapter 9 Numerical Methods for Option Pricing Equation (8.26) provides a way to evaluate option prices. For some simple options, such as the European call and put options, one can integrate (8.26) directly

More information

Agenda. Managing Uncertainty in the Supply Chain. The Economic Order Quantity. Classic inventory theory

Agenda. Managing Uncertainty in the Supply Chain. The Economic Order Quantity. Classic inventory theory Agenda Managing Uncertainty in the Supply Chain TIØ485 Produkjons- og nettverksøkonomi Lecture 3 Classic Inventory models Economic Order Quantity (aka Economic Lot Size) The (s,s) Inventory Policy Managing

More information

1 The Black-Scholes model: extensions and hedging

1 The Black-Scholes model: extensions and hedging 1 The Black-Scholes model: extensions and hedging 1.1 Dividends Since we are now in a continuous time framework the dividend paid out at time t (or t ) is given by dd t = D t D t, where as before D denotes

More information

Centre for Central Banking Studies

Centre for Central Banking Studies Centre for Central Banking Studies Technical Handbook No. 4 Applied Bayesian econometrics for central bankers Andrew Blake and Haroon Mumtaz CCBS Technical Handbook No. 4 Applied Bayesian econometrics

More information

Finance 400 A. Penati - G. Pennacchi Market Micro-Structure: Notes on the Kyle Model

Finance 400 A. Penati - G. Pennacchi Market Micro-Structure: Notes on the Kyle Model Finance 400 A. Penati - G. Pennacchi Market Micro-Structure: Notes on the Kyle Model These notes consider the single-period model in Kyle (1985) Continuous Auctions and Insider Trading, Econometrica 15,

More information

LogNormal stock-price models in Exams MFE/3 and C/4

LogNormal stock-price models in Exams MFE/3 and C/4 Making sense of... LogNormal stock-price models in Exams MFE/3 and C/4 James W. Daniel Austin Actuarial Seminars http://www.actuarialseminars.com June 26, 2008 c Copyright 2007 by James W. Daniel; reproduction

More information

Caput Derivatives: October 30, 2003

Caput Derivatives: October 30, 2003 Caput Derivatives: October 30, 2003 Exam + Answers Total time: 2 hours and 30 minutes. Note 1: You are allowed to use books, course notes, and a calculator. Question 1. [20 points] Consider an investor

More information

The VAR models discussed so fare are appropriate for modeling I(0) data, like asset returns or growth rates of macroeconomic time series.

The VAR models discussed so fare are appropriate for modeling I(0) data, like asset returns or growth rates of macroeconomic time series. Cointegration The VAR models discussed so fare are appropriate for modeling I(0) data, like asset returns or growth rates of macroeconomic time series. Economic theory, however, often implies equilibrium

More information

Numerical methods for American options

Numerical methods for American options Lecture 9 Numerical methods for American options Lecture Notes by Andrzej Palczewski Computational Finance p. 1 American options The holder of an American option has the right to exercise it at any moment

More information

MGT 267 PROJECT. Forecasting the United States Retail Sales of the Pharmacies and Drug Stores. Done by: Shunwei Wang & Mohammad Zainal

MGT 267 PROJECT. Forecasting the United States Retail Sales of the Pharmacies and Drug Stores. Done by: Shunwei Wang & Mohammad Zainal MGT 267 PROJECT Forecasting the United States Retail Sales of the Pharmacies and Drug Stores Done by: Shunwei Wang & Mohammad Zainal Dec. 2002 The retail sale (Million) ABSTRACT The present study aims

More information

Charles University, Faculty of Mathematics and Physics, Prague, Czech Republic.

Charles University, Faculty of Mathematics and Physics, Prague, Czech Republic. WDS'09 Proceedings of Contributed Papers, Part I, 148 153, 2009. ISBN 978-80-7378-101-9 MATFYZPRESS Volatility Modelling L. Jarešová Charles University, Faculty of Mathematics and Physics, Prague, Czech

More information

Threshold Autoregressive Models in Finance: A Comparative Approach

Threshold Autoregressive Models in Finance: A Comparative Approach University of Wollongong Research Online Applied Statistics Education and Research Collaboration (ASEARC) - Conference Papers Faculty of Informatics 2011 Threshold Autoregressive Models in Finance: A Comparative

More information

A comparison between different volatility models. Daniel Amsköld

A comparison between different volatility models. Daniel Amsköld A comparison between different volatility models Daniel Amsköld 211 6 14 I II Abstract The main purpose of this master thesis is to evaluate and compare different volatility models. The evaluation is based

More information

Investors and Central Bank s Uncertainty Embedded in Index Options On-Line Appendix

Investors and Central Bank s Uncertainty Embedded in Index Options On-Line Appendix Investors and Central Bank s Uncertainty Embedded in Index Options On-Line Appendix Alexander David Haskayne School of Business, University of Calgary Pietro Veronesi University of Chicago Booth School

More information

Macroeconomic Effects of Financial Shocks Online Appendix

Macroeconomic Effects of Financial Shocks Online Appendix Macroeconomic Effects of Financial Shocks Online Appendix By Urban Jermann and Vincenzo Quadrini Data sources Financial data is from the Flow of Funds Accounts of the Federal Reserve Board. We report the

More information

Private Equity Fund Valuation and Systematic Risk

Private Equity Fund Valuation and Systematic Risk An Equilibrium Approach and Empirical Evidence Axel Buchner 1, Christoph Kaserer 2, Niklas Wagner 3 Santa Clara University, March 3th 29 1 Munich University of Technology 2 Munich University of Technology

More information

Volatility Forecasting Performance: Evaluation of GARCH type volatility models on Nordic equity indices

Volatility Forecasting Performance: Evaluation of GARCH type volatility models on Nordic equity indices Volatility Forecasting Performance: Evaluation of GARCH type volatility models on Nordic equity indices Amadeus Wennström Master of Science Thesis, Spring 014 Department of Mathematics, Royal Institute

More information

A Log-Robust Optimization Approach to Portfolio Management

A Log-Robust Optimization Approach to Portfolio Management A Log-Robust Optimization Approach to Portfolio Management Dr. Aurélie Thiele Lehigh University Joint work with Ban Kawas Research partially supported by the National Science Foundation Grant CMMI-0757983

More information

Tutorial: Structural Models of the Firm

Tutorial: Structural Models of the Firm Tutorial: Structural Models of the Firm Peter Ritchken Case Western Reserve University February 16, 2015 Peter Ritchken, Case Western Reserve University Tutorial: Structural Models of the Firm 1/61 Tutorial:

More information

State Space Time Series Analysis

State Space Time Series Analysis State Space Time Series Analysis p. 1 State Space Time Series Analysis Siem Jan Koopman http://staff.feweb.vu.nl/koopman Department of Econometrics VU University Amsterdam Tinbergen Institute 2011 State

More information

INTEREST RATES AND FX MODELS

INTEREST RATES AND FX MODELS INTEREST RATES AND FX MODELS 8. Portfolio greeks Andrew Lesniewski Courant Institute of Mathematical Sciences New York University New York March 27, 2013 2 Interest Rates & FX Models Contents 1 Introduction

More information

Forecasting the US Dollar / Euro Exchange rate Using ARMA Models

Forecasting the US Dollar / Euro Exchange rate Using ARMA Models Forecasting the US Dollar / Euro Exchange rate Using ARMA Models LIUWEI (9906360) - 1 - ABSTRACT...3 1. INTRODUCTION...4 2. DATA ANALYSIS...5 2.1 Stationary estimation...5 2.2 Dickey-Fuller Test...6 3.

More information

Studying Achievement

Studying Achievement Journal of Business and Economics, ISSN 2155-7950, USA November 2014, Volume 5, No. 11, pp. 2052-2056 DOI: 10.15341/jbe(2155-7950)/11.05.2014/009 Academic Star Publishing Company, 2014 http://www.academicstar.us

More information

A Regime-Switching Model for Electricity Spot Prices. Gero Schindlmayr EnBW Trading GmbH g.schindlmayr@enbw.com

A Regime-Switching Model for Electricity Spot Prices. Gero Schindlmayr EnBW Trading GmbH g.schindlmayr@enbw.com A Regime-Switching Model for Electricity Spot Prices Gero Schindlmayr EnBW Trading GmbH g.schindlmayr@enbw.com May 31, 25 A Regime-Switching Model for Electricity Spot Prices Abstract Electricity markets

More information

Sales and operations planning (SOP) Demand forecasting

Sales and operations planning (SOP) Demand forecasting ing, introduction Sales and operations planning (SOP) forecasting To balance supply with demand and synchronize all operational plans Capture demand data forecasting Balancing of supply, demand, and budgets.

More information

Hedging Options In The Incomplete Market With Stochastic Volatility. Rituparna Sen Sunday, Nov 15

Hedging Options In The Incomplete Market With Stochastic Volatility. Rituparna Sen Sunday, Nov 15 Hedging Options In The Incomplete Market With Stochastic Volatility Rituparna Sen Sunday, Nov 15 1. Motivation This is a pure jump model and hence avoids the theoretical drawbacks of continuous path models.

More information

Prediction of Stock Price usingautoregressiveintegrated Moving AverageFilter Arima P,D,Q

Prediction of Stock Price usingautoregressiveintegrated Moving AverageFilter Arima P,D,Q Global Journal of Science Frontier Research Mathematics and Decision Sciences Volume 13 Issue 8 Version 1.0 Year Type : Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

More information

Least Squares Estimation

Least Squares Estimation Least Squares Estimation SARA A VAN DE GEER Volume 2, pp 1041 1045 in Encyclopedia of Statistics in Behavioral Science ISBN-13: 978-0-470-86080-9 ISBN-10: 0-470-86080-4 Editors Brian S Everitt & David

More information

Department of Economics Working Paper Series. The Impact of Monetary Policy Surprises on Australian Financial Futures Markets

Department of Economics Working Paper Series. The Impact of Monetary Policy Surprises on Australian Financial Futures Markets Department of Economics Working Paper Series The Impact of Monetary Policy Surprises on Australian Financial Futures Markets Xinsheng Lu, Ying Zhou, and Mingting Kou 2013/01 1 The Impact of Monetary Policy

More information

Impulse Response Functions

Impulse Response Functions Impulse Response Functions Wouter J. Den Haan University of Amsterdam April 28, 2011 General definition IRFs The IRF gives the j th -period response when the system is shocked by a one-standard-deviation

More information

Time Series Analysis

Time Series Analysis Time Series Analysis Identifying possible ARIMA models Andrés M. Alonso Carolina García-Martos Universidad Carlos III de Madrid Universidad Politécnica de Madrid June July, 2012 Alonso and García-Martos

More information

Time Series - ARIMA Models. Instructor: G. William Schwert

Time Series - ARIMA Models. Instructor: G. William Schwert APS 425 Fall 25 Time Series : ARIMA Models Instructor: G. William Schwert 585-275-247 schwert@schwert.ssb.rochester.edu Topics Typical time series plot Pattern recognition in auto and partial autocorrelations

More information

GARCH 101: An Introduction to the Use of ARCH/GARCH models in Applied Econometrics. Robert Engle

GARCH 101: An Introduction to the Use of ARCH/GARCH models in Applied Econometrics. Robert Engle GARCH 101: An Introduction to the Use of ARCH/GARCH models in Applied Econometrics Robert Engle Robert Engle is the Michael Armellino Professor of Finance, Stern School of Business, New York University,

More information

Additional questions for chapter 4

Additional questions for chapter 4 Additional questions for chapter 4 1. A stock price is currently $ 1. Over the next two six-month periods it is expected to go up by 1% or go down by 1%. The risk-free interest rate is 8% per annum with

More information

Master s Thesis. Volume and Volatility in the Icelandic Foreign Exchange Market

Master s Thesis. Volume and Volatility in the Icelandic Foreign Exchange Market Master s Thesis Financial Economics Volume and Volatility in the Icelandic Foreign Exchange Market Sveinn Þórarinsson University of Iceland Department of Economics Advisor: Helgi Tómasson September 2009

More information

Jung-Soon Hyun and Young-Hee Kim

Jung-Soon Hyun and Young-Hee Kim J. Korean Math. Soc. 43 (2006), No. 4, pp. 845 858 TWO APPROACHES FOR STOCHASTIC INTEREST RATE OPTION MODEL Jung-Soon Hyun and Young-Hee Kim Abstract. We present two approaches of the stochastic interest

More information