Financial Risk Forecasting Chapter 5 Implementing Risk Forecasts

Size: px
Start display at page:

Download "Financial Risk Forecasting Chapter 5 Implementing Risk Forecasts"

Transcription

1 Financial Risk Forecasting Chapter 5 Implementing Risk Forecasts Jon Danielsson 2017 London School of Economics To accompany Financial Risk Forecasting Published by Wiley 2011 Version 3.2, November 2017 Financial Risk Forecasting 2011,2017 Jon Danielsson, page 1 of 74

2 Financial Risk Forecasting 2011,2017 Jon Danielsson, page 2 of 74

3 The focus of this chapter is on Techniques for implementing risk forecasting, especially Historical simulation Risk measures and parametric methods Expected returns VaR with time-dependent volatility Financial Risk Forecasting 2011,2017 Jon Danielsson, page 3 of 74

4 Some concepts So far we have defined a sample to have a size T When it comes to what follows, it is useful to have a separate indication for number of observations used in the estimation, called estimation window, or W E The methods below fall into two main categories nonparametric No distribution of data assumed, no estimation, and hence no distributional parameters parametric Assume a distribution and estimate its parameters Financial Risk Forecasting 2011,2017 Jon Danielsson, page 4 of 74

5 Notation K Number of assets w K 1 vector of portfolio weights w k Portfolio weight on asset k X and Y Two different assets ϕ(.) Risk measure ϑ Portfolio value y k = {y t,k } T t=1 T 1 vector of returns on asset k y = T K T K matrix of historical returns Σ K K covariance matrix Financial Risk Forecasting 2011,2017 Jon Danielsson, page 5 of 74

6 Historical simulation Financial Risk Forecasting 2011,2017 Jon Danielsson, page 6 of 74

7 Historical simulation One asset Assumes that one of the observations in the estimation window will be the next days return, therefore Assume history repeats itself VaR is one of the observations in the estimation window, multiplied by the monetary value of the asset holdings, the portfolio value ϑ t ϑ t = number of stocks owned P t VaR t is the negative of the (T p) th smallest return, times ϑ t Financial Risk Forecasting 2011,2017 Jon Danielsson, page 7 of 74

8 500 days of the S&P % 1 % 0 % 1 % 2 % Financial Risk Forecasting 2011,2017 Jon Danielsson, page 8 of 74

9 500 days of the S&P % 1 % 0 % 1 % 2 % o VaR(99%) Financial Risk Forecasting 2011,2017 Jon Danielsson, page 9 of 74

10 Sorted returns 2 % 1 % 0 % 1 % 2 % Financial Risk Forecasting 2011,2017 Jon Danielsson, page 10 of 74

11 Zoom in 1 % 1.5 % 2 % 2.5 % Financial Risk Forecasting 2011,2017 Jon Danielsson, page 11 of 74

12 Zoom in 1 % 1.5 % 2 % VaR(99%) 2.5 % Financial Risk Forecasting 2011,2017 Jon Danielsson, page 12 of 74

13 Zoom in 1 % VaR(95%) 1.5 % 2 % 2.5 % Financial Risk Forecasting 2011,2017 Jon Danielsson, page 13 of 74

14 Procedure Decide on a probability, p, e.g. 1% Have a sample of returns, y with length T, e.g Sort the y from the smallest to the largest, call that ys Take the (T p) th = ( ) th smallest value of ys, call that ys T p = ys 10 If you own one stock, and P t 1 = 1, then VaR is the 10 th smallest return, i.e. VaR t = ys 10 Otherwise have to multiply that by the number of stocks you own and their t 1 price VaR t = ys 10 P t 1 number of stocks Financial Risk Forecasting 2011,2017 Jon Danielsson, page 14 of 74

15 Multiple assets Take a vector of historical portfolio returns y is a T K matrix of returns w is a K 1 vector of portfolio weights We then get the time series vector of portfolio returns by y portfolio = yw And then you can simply treat the portfolio as if it were a single asset and apply HS Financial Risk Forecasting 2011,2017 Jon Danielsson, page 15 of 74

16 Expected shortfall estimation The expected losses conditional on VaR being violated Estimated by HS by taking the Mean of all observations less than or equal to -VaR Continuing with the single asset accent from above ES = i=1 ys i Financial Risk Forecasting 2011,2017 Jon Danielsson, page 16 of 74

17 Importance of sample size The most extreme observations fluctuate a lot more than observations that are less extreme Therefore, the bigger the sample the more precise the estimation of HS should be The downside is that old data may not be all that representative And if there is a structural break in the data (like in 2007) the VaR forecasts take longer to adjust to structural changes in risk As a general rule Minimum recommended sample size: 3 p Financial Risk Forecasting 2011,2017 Jon Danielsson, page 17 of 74

18 Issues No model assumptions needed In the absence of structural breaks HS tends to perform well It captures nonlinear dependence directly But performs badly when data has structural breaks This can be seen in the discussion about backtesting in Chapter 8 Financial Risk Forecasting 2011,2017 Jon Danielsson, page 18 of 74

19 Estimation Use the stock data from chapter 3 Use the last 1000 days for the estimation (W E = 1000) p = 0.01 w = c(0.4,0.6) Portfolio value is $1000 Use Amazon for one stock calculation Financial Risk Forecasting 2011,2017 Jon Danielsson, page 19 of 74

20 Matlab estimation prices = csvread ( amzn goog. csv,1); y1 = diff ( log ( prices (:,2))); y2 = diff ( log ( prices (:,3))); portfolio = 1000 w = [ ] p = 0.01 WE = 1000 y1 = y1(( length (y1) WE+1):end ); y2 = y2(( length (y2) WE+1):end ); y = [ y1 y2] w ; ys = sort (y1 ); VaRAMZN = ys(we p) portfolio ys = sort (y ); VaRPortfolio = ys(we p) portfolio Financial Risk Forecasting 2011,2017 Jon Danielsson, page 20 of 74

21 R estimation price = read. csv( amzn goog. csv ) y1 = diff ( log ( price [,2])) y2 = diff ( log ( price [,3])) portfolio = 1000 w = c (0.4,0.6) p = 0.01; WE = 1000 y1 = tail (y1,we) y2 = tail (y2,we) VaRAMZN = sort (y1 )[p WE] portfolio y = cbind (y1,y2) % % w VaRPortfolio = sort (y )[p WE] portfolio Financial Risk Forecasting 2011,2017 Jon Danielsson, page 21 of 74

22 Parametric methods Financial Risk Forecasting 2011,2017 Jon Danielsson, page 22 of 74

23 Parametric In this section we abstract from time, and assume that we are calculating VaR and ES on day t conditional on A return density on day t (perhaps the normal or Student-t) f( ) With distribution And parameters θ Normal θ = (σ,µ) Student-t θ = (σ,µ,ν) F(x) Financial Risk Forecasting 2011,2017 Jon Danielsson, page 23 of 74

24 Recall The definition of VaR is p =Pr[Q VaR(p)] = VaR(p) f q (x)dx Profit and loss when we own one stock Q t = P t P t 1 Financial Risk Forecasting 2011,2017 Jon Danielsson, page 24 of 74

25 VaR for simple returns and holding one stock The definition of simple returns is R t = P t P t 1 P t 1 Financial Risk Forecasting 2011,2017 Jon Danielsson, page 25 of 74

26 VaR for simple returns and holding one stock The definition of simple returns is R t = P t P t 1 P t 1 The definition of VaR (we own one stock) p =Pr[Q t VaR(p)] Financial Risk Forecasting 2011,2017 Jon Danielsson, page 26 of 74

27 VaR for simple returns and holding one stock The definition of simple returns is R t = P t P t 1 P t 1 The definition of VaR (we own one stock) p =Pr[Q t VaR(p)] =Pr(P t P t 1 VaR(p)) Financial Risk Forecasting 2011,2017 Jon Danielsson, page 27 of 74

28 VaR for simple returns and holding one stock The definition of simple returns is R t = P t P t 1 P t 1 The definition of VaR (we own one stock) p =Pr[Q t VaR(p)] =Pr(P t P t 1 VaR(p)) =Pr(P t 1 R t VaR(p)) Financial Risk Forecasting 2011,2017 Jon Danielsson, page 28 of 74

29 VaR for simple returns and holding one stock The definition of simple returns is R t = P t P t 1 P t 1 The definition of VaR (we own one stock) p =Pr[Q t VaR(p)] =Pr(P t P t 1 VaR(p)) =Pr(P t 1 R t VaR(p)) ( ) Rt =Pr σ VaR(p) P t 1 σ Financial Risk Forecasting 2011,2017 Jon Danielsson, page 29 of 74

30 So p =Pr[Q t VaR(p)] ( ) Rt =Pr σ VaR(p) P t 1 σ Denote the distribution of standardized returns, Rt /σ, by F R ( ) The inverse distribution is F 1 R (p) Financial Risk Forecasting 2011,2017 Jon Danielsson, page 30 of 74

31 So p =Pr[Q t VaR(p)] ( ) Rt =Pr σ VaR(p) P t 1 σ Denote the distribution of standardized returns, Rt /σ, by F R ( ) The inverse distribution is F 1 R (p) So VaR t (p) = σf 1 R (p)p t 1 Financial Risk Forecasting 2011,2017 Jon Danielsson, page 31 of 74

32 VaR for continuously compounded returns Definition Y t = logp t logp t 1 Financial Risk Forecasting 2011,2017 Jon Danielsson, page 32 of 74

33 VaR for continuously compounded returns Definition Y t = logp t logp t 1 p = Pr(P t P t 1 VaR(p)) Financial Risk Forecasting 2011,2017 Jon Danielsson, page 33 of 74

34 VaR for continuously compounded returns Definition Y t = logp t logp t 1 p = Pr(P t P t 1 VaR(p)) = Pr ( P t 1 ( e Y t 1 ) VaR(p) ) Financial Risk Forecasting 2011,2017 Jon Danielsson, page 34 of 74

35 VaR for continuously compounded returns Definition Y t = logp t logp t 1 p = Pr(P t P t 1 VaR(p)) = Pr ( ( P t 1 e Y t 1 ) VaR(p) ) ( ( Yt = Pr σ log VaR(p) ) ) 1 +1 P t 1 σ when VaR(p) P t 1 1 Financial Risk Forecasting 2011,2017 Jon Danielsson, page 35 of 74

36 Denote the distribution of standardized returns (Y t /σ) by F y ( ) The inverse distribution is F 1 y (p) Financial Risk Forecasting 2011,2017 Jon Danielsson, page 36 of 74

37 Denote the distribution of standardized returns (Y t /σ) by F y ( ) The inverse distribution is F 1 y (p) So VaR(p) = (exp(f 1 y (p)σ) 1)P t 1 Not very convenient but Financial Risk Forecasting 2011,2017 Jon Danielsson, page 37 of 74

38 How different is from By approximation e F 1 y (p)σ 1 σf 1 R (p) It depends on the sampling frequency and volatility Recall the discussion in the first section of Chapter 1 Where simple returns are approximately same as compound returns at the daily frequency, therefore F R F y Suppose the distribution is the normal and p = 0.01 F 1 (p) = 2.3 Financial Risk Forecasting 2011,2017 Jon Danielsson, page 38 of 74

39 So For daily returns the volatility is also low (perhaps 0.01) so Therefore exp( ) 1 = For small F 1 y (p)σ the VaR for holding one unit of asset is: VaR(p) σf 1 y (p)p t 1 meaning The VaR for continuously compounded returns is approximately the same as the VaR using simple returns Financial Risk Forecasting 2011,2017 Jon Danielsson, page 39 of 74

40 When there is more than one asset In the two assets case σ 2 portfolio = ( w 1 w 2 ) ( σ 11 σ 12 σ 12 σ 22 And generally in the K asset case Then as before σ 2 portfolio = w Σw )( w1 w 2 ) VaR(p) = σ portfolio F 1 (p)p t 1 Financial Risk Forecasting 2011,2017 Jon Danielsson, page 40 of 74

41 VaR when returns are normally distributed ϑ = 1, σ = 1, p = 0.05 VaR = Φ 1 (0.05) = 1.64 Financial Risk Forecasting 2011,2017 Jon Danielsson, page 41 of 74

42 VaR when returns are normally distributed ϑ = 1, σ = 1, p = 0.05 VaR = Φ 1 (0.05) = 1.64 If σ 1, then the VaR is: VaR = σ1.64 Financial Risk Forecasting 2011,2017 Jon Danielsson, page 42 of 74

43 VaR when returns are normally distributed ϑ = 1, σ = 1, p = 0.05 VaR = Φ 1 (0.05) = 1.64 If σ 1, then the VaR is: VaR = σ1.64 If portfolio value is not equal to 1: VaR = σ1.64ϑ Financial Risk Forecasting 2011,2017 Jon Danielsson, page 43 of 74

44 VaR under the Student-t distribution Advantage of Student-t VaR over normal is fat tails ν indicates how fat tails are When ν = the Student-t becomes normal Financial Risk Forecasting 2011,2017 Jon Danielsson, page 44 of 74

45 VaR when returns are Student-t ϑ = 1000,σ = 0.01,p = 0.05 ν F 1 VaR $ $ $22.4 Financial Risk Forecasting 2011,2017 Jon Danielsson, page 45 of 74

46 Expected shortfall under normality Given VaR ES = VaR(p) = ϑσ φ(f 1 (p)) p xf VaR (x)dx Financial Risk Forecasting 2011,2017 Jon Danielsson, page 46 of 74

47 R probabilities qt(0.05,1000) qt(0.05,5) qt(0.05,3) for ( df in c(1000,5,3)) cat(round( qt(0.05, df) ,1), \n ) Financial Risk Forecasting 2011,2017 Jon Danielsson, page 47 of 74

48 Matlab probabilities tinv (0.05,1000) tinv (0.05,5) tinv (0.05,3) Financial Risk Forecasting 2011,2017 Jon Danielsson, page 48 of 74

49 VaR and ES in R sigma=0.01 portfolio=1000 p=0.01 sigma portfolio qnorm(p) sigma portfolio dnorm(qnorm(p))/p Financial Risk Forecasting 2011,2017 Jon Danielsson, page 49 of 74

50 VaR and ES in Matlab sigma=0.01 portfolio=1000 sigma portfolio norminv(p) sigma portfolio normpdf(norminv(p))/p ans = Financial Risk Forecasting 2011,2017 Jon Danielsson, page 50 of 74

51 Expected returns Financial Risk Forecasting 2011,2017 Jon Danielsson, page 51 of 74

52 Expected returns Is it reasonable to assume µ = 0? Given that statistical uncertainty is more than 10% in most VaR calculations, VaR calculation is only significant to one digit Mean is smaller than that For S&P 500: µ = 0.019%,σ = 1.15% Financial Risk Forecasting 2011,2017 Jon Danielsson, page 52 of 74

53 VaR with mean The definition of VaR is p =Pr[Q VaR(p)] = VaR(p) f q (x)dx Profit and loss when we own one stock, and mean is zero, E(Q) = 0 Q t = P t P t 1 Financial Risk Forecasting 2011,2017 Jon Danielsson, page 53 of 74

54 If mean is not zero, E(Q) 0, then the definition of VaR is Pr[Q +E(Q) VaR(p)] = p so VaR(p) = σf 1 (p) µ Note how the mean has a minus in front of it A positive mean pulls the distribution to the right Making VaR smaller Financial Risk Forecasting 2011,2017 Jon Danielsson, page 54 of 74

55 Time aggregation of VaR with mean If the returns are IID, then both mean and variance aggregate at the same rate Mean and variance over T days is equal to T times mean and variance over one day Which implies that the volatility aggregates at the square root of time The T-period VaR is therefore: VaR(Tday) = σ(tday)f 1 (p) µ(tday) And T < T = Tσ(1day)F 1 (p) Tµ(1day) Financial Risk Forecasting 2011,2017 Jon Danielsson, page 55 of 74

56 so... The assumption µ = 0 is relatively harmless as the error is small at the daily level. Daily S&P 500: µ = 0.019%,σ = 1.15% Annual: µ = 4.87,σ = 18.2 Financial Risk Forecasting 2011,2017 Jon Danielsson, page 56 of 74

57 VaR when returns do not have zero mean $ 400 $ 300 portfolio value=$1000 VaR $ 200 $ 100 $ Day Financial Risk Forecasting 2011,2017 Jon Danielsson, page 57 of 74

58 VaR when returns do not have zero mean $ 400 mean=0 mean= $ 300 portfolio value=$1000 VaR $ 200 $ 100 $ Day Financial Risk Forecasting 2011,2017 Jon Danielsson, page 58 of 74

59 Issues in including the mean It is much more difficult to estimate the mean than the variance And unless necessary, should be avoided And for VaR over one day or 10 days is not necessary in most cases Financial Risk Forecasting 2011,2017 Jon Danielsson, page 59 of 74

60 Estimation issues Financial Risk Forecasting 2011,2017 Jon Danielsson, page 60 of 74

61 VaR with time dependent volatility When using conditional volatility models, like EWMA and GARCH First update volatility And then calculate one day ahead VaR Financial Risk Forecasting 2011,2017 Jon Danielsson, page 61 of 74

62 GARCH(1,1) is: Normal GARCH ˆσ 2 t+1 = ω +αy 2 t +βˆσ 2 t Software packages (R and Matlab) usually return the last volatility of the sample (ˆσ t ), and the parameters One then needs to update the volatility by using ˆσ t and the model parameters So the VaR at t +1 is ˆσ 2 t+1 = ˆω + ˆαy 2 t + ˆβˆσ 2 t VaR t+1 = ˆσ t+1 Φ 1 (p)ϑt Financial Risk Forecasting 2011,2017 Jon Danielsson, page 62 of 74

63 R portfolio=1000 p=0.01 g = garchfit( garch (1,1),y, include.mean=f, trace=f) omega = g@fit $matcoef [1,1] alpha = g@fit $matcoef [2,1] beta = g@fit $matcoef [3,1] sigma2 = omega + alpha tail (y,1)ˆ2 + beta tail (g@h. t,1) VaR = sqrt (sigma2) qnorm(p) portfolio omega alpha1 beta e e e 01 Financial Risk Forecasting 2011,2017 Jon Danielsson, page 63 of 74

64 Matlab portfolio=1000 p=0.01 [ parameters, lik,ht]=tarch (y,1,0,1); omega = parameters (1) alpha = parameters (2) beta = parameters (3) sigma2 = omega + alpha y(end)ˆ2 + beta Ht(end) VaR = sqrt (sigma2) norminv (p) portfolio parameters = Financial Risk Forecasting 2011,2017 Jon Danielsson, page 64 of 74

65 Estimating variances and the Student-t Normal θ = (σ,µ) Student-t θ = (σ,µ,ν) These parameters are defined by the distribution In general, the sample variance ˆσ 2 = 1 T 1 T (x i ˆµ) 2 Is not the same as the population variance, except for the normal The population parameters need to be estimated from fitting the distribution i=1 Financial Risk Forecasting 2011,2017 Jon Danielsson, page 65 of 74

66 Student-t variance For a standard Student-t (area under density is one) normal, σ = 1 While the sample variance is: ν ν 2 If ν 2 variance of Student-t is not defined Financial Risk Forecasting 2011,2017 Jon Danielsson, page 66 of 74

67 r=rt (1000,3) plot (r) sd(r) library (QRM) # Sigma is variance fit.norm(r) mu Sigma R simulaton test fit. st (r) nu mu sigma Financial Risk Forecasting 2011,2017 Jon Danielsson, page 67 of 74

68 r = trnd (3,1000,1); plot (r) std (r) Matlab simulaton test fitdist (r, Normal ) mu = [ , ] sigma = [ , ] fitdist (r, tlocationscale ) mu = [ , ] sigma = [ , ] nu = [ , ] Financial Risk Forecasting 2011,2017 Jon Danielsson, page 68 of 74

69 R Student-t GARCH g=garchfit( garch (1,1),y, cond= std, include.mean=f, trace=f) Log Likelihood : omega alpha1 beta1 shape e e e e+00 omega = g@fit $matcoef [1,1] alpha = g@fit $matcoef [2,1] beta = g@fit $matcoef [3,1] nu = g@fit $matcoef [4,1] sigma2 = omega + alpha tail (y,1)ˆ2 + beta tail (gt@h.t,1) e 05 VaR = sqrt (sigma2) qt(p,nu) portfolio Financial Risk Forecasting 2011,2017 Jon Danielsson, page 69 of 74

70 Matlab Student-t GARCH [ parameters, lik,ht]=tarch (y,1,0,1, STUDENTST ); lik e+04 parameters = omega = parameters (1) alpha = parameters (2) beta = parameters (3) nu= parameters (4) sigma2 = omega + alpha y(end)ˆ2 + beta Ht(end) e 05 VaR = sqrt (sigma2) tinv (p,nu) portfolio Financial Risk Forecasting 2011,2017 Jon Danielsson, page 70 of 74

71 Inconsistency The VaR from R is and for Matlab Which is correct? It is almost impossible to identify There is a small difference in the parameter estimates, especially ν is a little higher for Matlab (so its inverse will be lower) And σ T is a a little higher for R And that this enough to account for the differences Financial Risk Forecasting 2011,2017 Jon Danielsson, page 71 of 74

72 Stressed VaR (and ES) Financial Risk Forecasting 2011,2017 Jon Danielsson, page 72 of 74

73 Typical VaR (and ES) The risk calculations above are based on using the most recent history If today is t then days t W E,...,t 1 To calculate risk (VaR or ES) today Financial Risk Forecasting 2011,2017 Jon Danielsson, page 73 of 74

74 Stressed VaR (and ES) The idea behind stressed VaR and ES Often indicated by S-VaR and S-ES Is to use the most traumatic ( most volatile) historical estimation window instead of the most recent For example July 2008 to June 2009 Financial Risk Forecasting 2011,2017 Jon Danielsson, page 74 of 74

Financial Risk Forecasting Chapter 4 Risk Measures

Financial Risk Forecasting Chapter 4 Risk Measures Financial Risk Forecasting Chapter 4 Risk Measures Jon Danielsson 2017 London School of Economics To accompany Financial Risk Forecasting www.financialriskforecasting.com Published by Wiley 2011 Version

More information

Financial Risk Forecasting Chapter 9 Extreme Value Theory

Financial Risk Forecasting Chapter 9 Extreme Value Theory Financial Risk Forecasting Chapter 9 Extreme Value Theory Jon Danielsson 2017 London School of Economics To accompany Financial Risk Forecasting www.financialriskforecasting.com Published by Wiley 2011

More information

Financial Risk Forecasting Chapter 3 Multivariate volatility models

Financial Risk Forecasting Chapter 3 Multivariate volatility models Financial Risk Forecasting Chapter 3 Multivariate volatility models Jon Danielsson 2017 London School of Economics To accompany Financial Risk Forecasting www.financialriskforecasting.com Published by

More information

Financial Risk Forecasting Chapter 1 Financial markets, prices and risk

Financial Risk Forecasting Chapter 1 Financial markets, prices and risk Financial Risk Forecasting Chapter 1 Financial markets, prices and risk Jon Danielsson 2017 London School of Economics To accompany Financial Risk Forecasting www.financialriskforecasting.com Published

More information

Financial Risk Forecasting Chapter 7 Simulation methods for VaR for options and bonds

Financial Risk Forecasting Chapter 7 Simulation methods for VaR for options and bonds Financial Risk Forecasting Chapter 7 Simulation methods for VaR for options and bonds Jon Danielsson 2017 London School of Economics To accompany Financial Risk Forecasting www.financialriskforecasting.com

More information

Financial Times Series. Lecture 6

Financial Times Series. Lecture 6 Financial Times Series Lecture 6 Extensions of the GARCH There are numerous extensions of the GARCH Among the more well known are EGARCH (Nelson 1991) and GJR (Glosten et al 1993) Both models allow for

More information

Risk Management and Time Series

Risk Management and Time Series IEOR E4602: Quantitative Risk Management Spring 2016 c 2016 by Martin Haugh Risk Management and Time Series Time series models are often employed in risk management applications. They can be used to estimate

More information

Chapter 8 Statistical Intervals for a Single Sample

Chapter 8 Statistical Intervals for a Single Sample Chapter 8 Statistical Intervals for a Single Sample Part 1: Confidence intervals (CI) for population mean µ Section 8-1: CI for µ when σ 2 known & drawing from normal distribution Section 8-1.2: Sample

More information

Financial Risk Forecasting Chapter 6 Analytical value-at-risk for options and bonds

Financial Risk Forecasting Chapter 6 Analytical value-at-risk for options and bonds Financial Risk Forecasting Chapter 6 Analytical value-at-risk for options and bonds Jon Danielsson 2017 London School of Economics To accompany Financial Risk Forecasting www.financialriskforecasting.com

More information

Business Statistics 41000: Probability 3

Business Statistics 41000: Probability 3 Business Statistics 41000: Probability 3 Drew D. Creal University of Chicago, Booth School of Business February 7 and 8, 2014 1 Class information Drew D. Creal Email: dcreal@chicagobooth.edu Office: 404

More information

IEOR E4602: Quantitative Risk Management

IEOR E4602: Quantitative Risk Management IEOR E4602: Quantitative Risk Management Basic Concepts and Techniques of Risk Management Martin Haugh Department of Industrial Engineering and Operations Research Columbia University Email: martin.b.haugh@gmail.com

More information

Random Variables and Probability Distributions

Random Variables and Probability Distributions Chapter 3 Random Variables and Probability Distributions Chapter Three Random Variables and Probability Distributions 3. Introduction An event is defined as the possible outcome of an experiment. In engineering

More information

SYSM 6304 Risk and Decision Analysis Lecture 2: Fitting Distributions to Data

SYSM 6304 Risk and Decision Analysis Lecture 2: Fitting Distributions to Data SYSM 6304 Risk and Decision Analysis Lecture 2: Fitting Distributions to Data M. Vidyasagar Cecil & Ida Green Chair The University of Texas at Dallas Email: M.Vidyasagar@utdallas.edu September 5, 2015

More information

Modeling Co-movements and Tail Dependency in the International Stock Market via Copulae

Modeling Co-movements and Tail Dependency in the International Stock Market via Copulae Modeling Co-movements and Tail Dependency in the International Stock Market via Copulae Katja Ignatieva, Eckhard Platen Bachelier Finance Society World Congress 22-26 June 2010, Toronto K. Ignatieva, E.

More information

Introduction Dickey-Fuller Test Option Pricing Bootstrapping. Simulation Methods. Chapter 13 of Chris Brook s Book.

Introduction Dickey-Fuller Test Option Pricing Bootstrapping. Simulation Methods. Chapter 13 of Chris Brook s Book. Simulation Methods Chapter 13 of Chris Brook s Book Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036 April 26, 2017 Christopher

More information

John Hull, Risk Management and Financial Institutions, 4th Edition

John Hull, Risk Management and Financial Institutions, 4th Edition P1.T2. Quantitative Analysis John Hull, Risk Management and Financial Institutions, 4th Edition Bionic Turtle FRM Video Tutorials By David Harper, CFA FRM 1 Chapter 10: Volatility (Learning objectives)

More information

Lecture 1: The Econometrics of Financial Returns

Lecture 1: The Econometrics of Financial Returns Lecture 1: The Econometrics of Financial Returns Prof. Massimo Guidolin 20192 Financial Econometrics Winter/Spring 2016 Overview General goals of the course and definition of risk(s) Predicting asset returns:

More information

Section B: Risk Measures. Value-at-Risk, Jorion

Section B: Risk Measures. Value-at-Risk, Jorion Section B: Risk Measures Value-at-Risk, Jorion One thing to always keep in mind when reading this text is that it is focused on the banking industry. It mainly focuses on market and credit risk. It also

More information

Two Hours. Mathematical formula books and statistical tables are to be provided THE UNIVERSITY OF MANCHESTER. 22 January :00 16:00

Two Hours. Mathematical formula books and statistical tables are to be provided THE UNIVERSITY OF MANCHESTER. 22 January :00 16:00 Two Hours MATH38191 Mathematical formula books and statistical tables are to be provided THE UNIVERSITY OF MANCHESTER STATISTICAL MODELLING IN FINANCE 22 January 2015 14:00 16:00 Answer ALL TWO questions

More information

Operational Risk Aggregation

Operational Risk Aggregation Operational Risk Aggregation Professor Carol Alexander Chair of Risk Management and Director of Research, ISMA Centre, University of Reading, UK. Loss model approaches are currently a focus of operational

More information

Calculating VaR. There are several approaches for calculating the Value at Risk figure. The most popular are the

Calculating VaR. There are several approaches for calculating the Value at Risk figure. The most popular are the VaR Pro and Contra Pro: Easy to calculate and to understand. It is a common language of communication within the organizations as well as outside (e.g. regulators, auditors, shareholders). It is not really

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay. Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay. Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay Final Exam Booth Honor Code: I pledge my honor that I have not violated the Honor Code during this

More information

ARCH and GARCH models

ARCH and GARCH models ARCH and GARCH models Fulvio Corsi SNS Pisa 5 Dic 2011 Fulvio Corsi ARCH and () GARCH models SNS Pisa 5 Dic 2011 1 / 21 Asset prices S&P 500 index from 1982 to 2009 1600 1400 1200 1000 800 600 400 200

More information

Measuring Financial Risk using Extreme Value Theory: evidence from Pakistan

Measuring Financial Risk using Extreme Value Theory: evidence from Pakistan Measuring Financial Risk using Extreme Value Theory: evidence from Pakistan Dr. Abdul Qayyum and Faisal Nawaz Abstract The purpose of the paper is to show some methods of extreme value theory through analysis

More information

Linda Allen, Jacob Boudoukh and Anthony Saunders, Understanding Market, Credit and Operational Risk: The Value at Risk Approach

Linda Allen, Jacob Boudoukh and Anthony Saunders, Understanding Market, Credit and Operational Risk: The Value at Risk Approach P1.T4. Valuation & Risk Models Linda Allen, Jacob Boudoukh and Anthony Saunders, Understanding Market, Credit and Operational Risk: The Value at Risk Approach Bionic Turtle FRM Study Notes Reading 26 By

More information

Course information FN3142 Quantitative finance

Course information FN3142 Quantitative finance Course information 015 16 FN314 Quantitative finance This course is aimed at students interested in obtaining a thorough grounding in market finance and related empirical methods. Prerequisite If taken

More information

GARCH Models for Inflation Volatility in Oman

GARCH Models for Inflation Volatility in Oman Rev. Integr. Bus. Econ. Res. Vol 2(2) 1 GARCH Models for Inflation Volatility in Oman Muhammad Idrees Ahmad Department of Mathematics and Statistics, College of Science, Sultan Qaboos Universty, Alkhod,

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay. Solutions to Final Exam.

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay. Solutions to Final Exam. The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (32 pts) Answer briefly the following questions. 1. Suppose

More information

Financial Econometrics Jeffrey R. Russell. Midterm 2014 Suggested Solutions. TA: B. B. Deng

Financial Econometrics Jeffrey R. Russell. Midterm 2014 Suggested Solutions. TA: B. B. Deng Financial Econometrics Jeffrey R. Russell Midterm 2014 Suggested Solutions TA: B. B. Deng Unless otherwise stated, e t is iid N(0,s 2 ) 1. (12 points) Consider the three series y1, y2, y3, and y4. Match

More information

Amath 546/Econ 589 Univariate GARCH Models

Amath 546/Econ 589 Univariate GARCH Models Amath 546/Econ 589 Univariate GARCH Models Eric Zivot April 24, 2013 Lecture Outline Conditional vs. Unconditional Risk Measures Empirical regularities of asset returns Engle s ARCH model Testing for ARCH

More information

Extend the ideas of Kan and Zhou paper on Optimal Portfolio Construction under parameter uncertainty

Extend the ideas of Kan and Zhou paper on Optimal Portfolio Construction under parameter uncertainty Extend the ideas of Kan and Zhou paper on Optimal Portfolio Construction under parameter uncertainty George Photiou Lincoln College University of Oxford A dissertation submitted in partial fulfilment for

More information

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

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2013, Mr. Ruey S. Tsay. Midterm Booth School of Business, University of Chicago Business 41202, Spring Quarter 2013, Mr. Ruey S. Tsay Midterm ChicagoBooth Honor Code: I pledge my honor that I have not violated the Honor Code during this

More information

Introduction to Algorithmic Trading Strategies Lecture 8

Introduction to Algorithmic Trading Strategies Lecture 8 Introduction to Algorithmic Trading Strategies Lecture 8 Risk Management Haksun Li haksun.li@numericalmethod.com www.numericalmethod.com Outline Value at Risk (VaR) Extreme Value Theory (EVT) References

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2017, Mr. Ruey S. Tsay. Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2017, Mr. Ruey S. Tsay. Solutions to Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2017, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (40 points) Answer briefly the following questions. 1. Describe

More information

Chapter 7 Sampling Distributions and Point Estimation of Parameters

Chapter 7 Sampling Distributions and Point Estimation of Parameters Chapter 7 Sampling Distributions and Point Estimation of Parameters Part 1: Sampling Distributions, the Central Limit Theorem, Point Estimation & Estimators Sections 7-1 to 7-2 1 / 25 Statistical Inferences

More information

Lecture 6: Non Normal Distributions

Lecture 6: Non Normal Distributions Lecture 6: Non Normal Distributions and their Uses in GARCH Modelling Prof. Massimo Guidolin 20192 Financial Econometrics Spring 2015 Overview Non-normalities in (standardized) residuals from asset return

More information

Asset Allocation Model with Tail Risk Parity

Asset Allocation Model with Tail Risk Parity Proceedings of the Asia Pacific Industrial Engineering & Management Systems Conference 2017 Asset Allocation Model with Tail Risk Parity Hirotaka Kato Graduate School of Science and Technology Keio University,

More information

The method of Maximum Likelihood.

The method of Maximum Likelihood. Maximum Likelihood The method of Maximum Likelihood. In developing the least squares estimator - no mention of probabilities. Minimize the distance between the predicted linear regression and the observed

More information

Downside Risk: Implications for Financial Management Robert Engle NYU Stern School of Business Carlos III, May 24,2004

Downside Risk: Implications for Financial Management Robert Engle NYU Stern School of Business Carlos III, May 24,2004 Downside Risk: Implications for Financial Management Robert Engle NYU Stern School of Business Carlos III, May 24,2004 WHAT IS ARCH? Autoregressive Conditional Heteroskedasticity Predictive (conditional)

More information

Slides for Risk Management

Slides for Risk Management Slides for Risk Management Introduction to the modeling of assets Groll Seminar für Finanzökonometrie Prof. Mittnik, PhD Groll (Seminar für Finanzökonometrie) Slides for Risk Management Prof. Mittnik,

More information

Portfolio Optimization. Prof. Daniel P. Palomar

Portfolio Optimization. Prof. Daniel P. Palomar Portfolio Optimization Prof. Daniel P. Palomar The Hong Kong University of Science and Technology (HKUST) MAFS6010R- Portfolio Optimization with R MSc in Financial Mathematics Fall 2018-19, HKUST, Hong

More information

19 Risk Management The Need for Risk Management

19 Risk Management The Need for Risk Management 19 Risk Management 19.1 The Need for Risk Management The financial world has always been risky, and financial innovations such as the development of derivatives markets and the packaging of mortgages have

More information

Market Risk Analysis Volume IV. Value-at-Risk Models

Market Risk Analysis Volume IV. Value-at-Risk Models Market Risk Analysis Volume IV Value-at-Risk Models Carol Alexander John Wiley & Sons, Ltd List of Figures List of Tables List of Examples Foreword Preface to Volume IV xiii xvi xxi xxv xxix IV.l Value

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay. Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay. Solutions to Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (40 points) Answer briefly the following questions. 1. Consider

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2013, Mr. Ruey S. Tsay. Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2013, Mr. Ruey S. Tsay. Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2013, Mr. Ruey S. Tsay Final Exam Booth Honor Code: I pledge my honor that I have not violated the Honor Code during this

More information

MEASURING PORTFOLIO RISKS USING CONDITIONAL COPULA-AR-GARCH MODEL

MEASURING PORTFOLIO RISKS USING CONDITIONAL COPULA-AR-GARCH MODEL MEASURING PORTFOLIO RISKS USING CONDITIONAL COPULA-AR-GARCH MODEL Isariya Suttakulpiboon MSc in Risk Management and Insurance Georgia State University, 30303 Atlanta, Georgia Email: suttakul.i@gmail.com,

More information

Financial Econometrics (FinMetrics04) Time-series Statistics Concepts Exploratory Data Analysis Testing for Normality Empirical VaR

Financial Econometrics (FinMetrics04) Time-series Statistics Concepts Exploratory Data Analysis Testing for Normality Empirical VaR Financial Econometrics (FinMetrics04) Time-series Statistics Concepts Exploratory Data Analysis Testing for Normality Empirical VaR Nelson Mark University of Notre Dame Fall 2017 September 11, 2017 Introduction

More information

Bloomberg. Portfolio Value-at-Risk. Sridhar Gollamudi & Bryan Weber. September 22, Version 1.0

Bloomberg. Portfolio Value-at-Risk. Sridhar Gollamudi & Bryan Weber. September 22, Version 1.0 Portfolio Value-at-Risk Sridhar Gollamudi & Bryan Weber September 22, 2011 Version 1.0 Table of Contents 1 Portfolio Value-at-Risk 2 2 Fundamental Factor Models 3 3 Valuation methodology 5 3.1 Linear factor

More information

Interval estimation. September 29, Outline Basic ideas Sampling variation and CLT Interval estimation using X More general problems

Interval estimation. September 29, Outline Basic ideas Sampling variation and CLT Interval estimation using X More general problems Interval estimation September 29, 2017 STAT 151 Class 7 Slide 1 Outline of Topics 1 Basic ideas 2 Sampling variation and CLT 3 Interval estimation using X 4 More general problems STAT 151 Class 7 Slide

More information

ADVANCED OPERATIONAL RISK MODELLING IN BANKS AND INSURANCE COMPANIES

ADVANCED OPERATIONAL RISK MODELLING IN BANKS AND INSURANCE COMPANIES Small business banking and financing: a global perspective Cagliari, 25-26 May 2007 ADVANCED OPERATIONAL RISK MODELLING IN BANKS AND INSURANCE COMPANIES C. Angela, R. Bisignani, G. Masala, M. Micocci 1

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2017, Mr. Ruey S. Tsay. Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2017, Mr. Ruey S. Tsay. Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2017, Mr. Ruey S. Tsay Final Exam Booth Honor Code: I pledge my honor that I have not violated the Honor Code during this

More information

Week 7 Quantitative Analysis of Financial Markets Simulation Methods

Week 7 Quantitative Analysis of Financial Markets Simulation Methods Week 7 Quantitative Analysis of Financial Markets Simulation Methods Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036 November

More information

King s College London

King s College London King s College London University Of London This paper is part of an examination of the College counting towards the award of a degree. Examinations are governed by the College Regulations under the authority

More information

Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay. Solutions to Final Exam

Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay. Solutions to Final Exam Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (30 pts) Answer briefly the following questions. 1. Suppose that

More information

The Fundamental Review of the Trading Book: from VaR to ES

The Fundamental Review of the Trading Book: from VaR to ES The Fundamental Review of the Trading Book: from VaR to ES Chiara Benazzoli Simon Rabanser Francesco Cordoni Marcus Cordi Gennaro Cibelli University of Verona Ph. D. Modelling Week Finance Group (UniVr)

More information

Chapter 7: SAMPLING DISTRIBUTIONS & POINT ESTIMATION OF PARAMETERS

Chapter 7: SAMPLING DISTRIBUTIONS & POINT ESTIMATION OF PARAMETERS Chapter 7: SAMPLING DISTRIBUTIONS & POINT ESTIMATION OF PARAMETERS Part 1: Introduction Sampling Distributions & the Central Limit Theorem Point Estimation & Estimators Sections 7-1 to 7-2 Sample data

More information

Evaluating the Accuracy of Value at Risk Approaches

Evaluating the Accuracy of Value at Risk Approaches Evaluating the Accuracy of Value at Risk Approaches Kyle McAndrews April 25, 2015 1 Introduction Risk management is crucial to the financial industry, and it is particularly relevant today after the turmoil

More information

1 Residual life for gamma and Weibull distributions

1 Residual life for gamma and Weibull distributions Supplement to Tail Estimation for Window Censored Processes Residual life for gamma and Weibull distributions. Gamma distribution Let Γ(k, x = x yk e y dy be the upper incomplete gamma function, and let

More information

Applied Econometrics with. Financial Econometrics

Applied Econometrics with. Financial Econometrics Applied Econometrics with Extension 1 Financial Econometrics Christian Kleiber, Achim Zeileis 2008 2017 Applied Econometrics with R Ext. 1 Financial Econometrics 0 / 21 Financial Econometrics Overview

More information

Lecture Note 8 of Bus 41202, Spring 2017: Stochastic Diffusion Equation & Option Pricing

Lecture Note 8 of Bus 41202, Spring 2017: Stochastic Diffusion Equation & Option Pricing Lecture Note 8 of Bus 41202, Spring 2017: Stochastic Diffusion Equation & Option Pricing We shall go over this note quickly due to time constraints. Key concept: Ito s lemma Stock Options: A contract giving

More information

Lecture IV Portfolio management: Efficient portfolios. Introduction to Finance Mathematics Fall Financial mathematics

Lecture IV Portfolio management: Efficient portfolios. Introduction to Finance Mathematics Fall Financial mathematics Lecture IV Portfolio management: Efficient portfolios. Introduction to Finance Mathematics Fall 2014 Reduce the risk, one asset Let us warm up by doing an exercise. We consider an investment with σ 1 =

More information

**BEGINNING OF EXAMINATION** A random sample of five observations from a population is:

**BEGINNING OF EXAMINATION** A random sample of five observations from a population is: **BEGINNING OF EXAMINATION** 1. You are given: (i) A random sample of five observations from a population is: 0.2 0.7 0.9 1.1 1.3 (ii) You use the Kolmogorov-Smirnov test for testing the null hypothesis,

More information

12. Conditional heteroscedastic models (ARCH) MA6622, Ernesto Mordecki, CityU, HK, 2006.

12. Conditional heteroscedastic models (ARCH) MA6622, Ernesto Mordecki, CityU, HK, 2006. 12. Conditional heteroscedastic models (ARCH) MA6622, Ernesto Mordecki, CityU, HK, 2006. References for this Lecture: Robert F. Engle. Autoregressive Conditional Heteroscedasticity with Estimates of Variance

More information

MTH6154 Financial Mathematics I Stochastic Interest Rates

MTH6154 Financial Mathematics I Stochastic Interest Rates MTH6154 Financial Mathematics I Stochastic Interest Rates Contents 4 Stochastic Interest Rates 45 4.1 Fixed Interest Rate Model............................ 45 4.2 Varying Interest Rate Model...........................

More information

A Regime Switching model

A Regime Switching model Master Degree Project in Finance A Regime Switching model Applied to the OMXS30 and Nikkei 225 indices Ludvig Hjalmarsson Supervisor: Mattias Sundén Master Degree Project No. 2014:92 Graduate School Masters

More information

Alternative VaR Models

Alternative VaR Models Alternative VaR Models Neil Roeth, Senior Risk Developer, TFG Financial Systems. 15 th July 2015 Abstract We describe a variety of VaR models in terms of their key attributes and differences, e.g., parametric

More information

Jaime Frade Dr. Niu Interest rate modeling

Jaime Frade Dr. Niu Interest rate modeling Interest rate modeling Abstract In this paper, three models were used to forecast short term interest rates for the 3 month LIBOR. Each of the models, regression time series, GARCH, and Cox, Ingersoll,

More information

VOLATILITY. Time Varying Volatility

VOLATILITY. Time Varying Volatility VOLATILITY Time Varying Volatility CONDITIONAL VOLATILITY IS THE STANDARD DEVIATION OF the unpredictable part of the series. We define the conditional variance as: 2 2 2 t E yt E yt Ft Ft E t Ft surprise

More information

Chapter 8. Introduction to Statistical Inference

Chapter 8. Introduction to Statistical Inference Chapter 8. Introduction to Statistical Inference Point Estimation Statistical inference is to draw some type of conclusion about one or more parameters(population characteristics). Now you know that a

More information

Posterior Inference. , where should we start? Consider the following computational procedure: 1. draw samples. 2. convert. 3. compute properties

Posterior Inference. , where should we start? Consider the following computational procedure: 1. draw samples. 2. convert. 3. compute properties Posterior Inference Example. Consider a binomial model where we have a posterior distribution for the probability term, θ. Suppose we want to make inferences about the log-odds γ = log ( θ 1 θ), where

More information

Research Memo: Adding Nonfarm Employment to the Mixed-Frequency VAR Model

Research Memo: Adding Nonfarm Employment to the Mixed-Frequency VAR Model Research Memo: Adding Nonfarm Employment to the Mixed-Frequency VAR Model Kenneth Beauchemin Federal Reserve Bank of Minneapolis January 2015 Abstract This memo describes a revision to the mixed-frequency

More information

Modelling of Long-Term Risk

Modelling of Long-Term Risk Modelling of Long-Term Risk Roger Kaufmann Swiss Life roger.kaufmann@swisslife.ch 15th International AFIR Colloquium 6-9 September 2005, Zurich c 2005 (R. Kaufmann, Swiss Life) Contents A. Basel II B.

More information

Operational Risk Aggregation

Operational Risk Aggregation Operational Risk Aggregation Professor Carol Alexander Chair of Risk Management and Director of Research, ISMA Centre, University of Reading, UK. Loss model approaches are currently a focus of operational

More information

ECE 295: Lecture 03 Estimation and Confidence Interval

ECE 295: Lecture 03 Estimation and Confidence Interval ECE 295: Lecture 03 Estimation and Confidence Interval Spring 2018 Prof Stanley Chan School of Electrical and Computer Engineering Purdue University 1 / 23 Theme of this Lecture What is Estimation? You

More information

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

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay. Midterm Booth School of Business, University of Chicago Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay Midterm ChicagoBooth Honor Code: I pledge my honor that I have not violated the Honor Code during this

More information

Fin285a:Computer Simulations and Risk Assessment Section 7.1 Modeling Volatility: basic models Daníelson, ,

Fin285a:Computer Simulations and Risk Assessment Section 7.1 Modeling Volatility: basic models Daníelson, , Fin285a:Computer Simulations and Risk Assessment Section 7.1 Modeling Volatility: basic models Daníelson, 2.1-2.3, 2.7-2.8 Overview Moving average model Exponentially weighted moving average (EWMA) GARCH

More information

Risk Management Project

Risk Management Project Risk Management Project Submitted to the Faculty of the WORCESTER POLYTECHNIC INSTITUTE in full fulfillment of the requirements for the Professional Degree of Master of Science in Financial Mathematics

More information

P2.T5. Market Risk Measurement & Management

P2.T5. Market Risk Measurement & Management P2.T5. Market Risk Measurement & Management Kevin Dowd, Measuring Market Risk Bionic Turtle FRM Study Notes By David Harper, CFA FRM CIPM and Deepa Raju www.bionicturtle.com Dowd Chapter 3: Estimating

More information

Financial Time Series Analysis: Part II

Financial Time Series Analysis: Part II Department of Mathematics and Statistics, University of Vaasa, Finland Spring 2017 1 Volatility Models Background ARCH-models Properties of ARCH-processes Estimation of ARCH models Generalized ARCH models

More information

Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals

Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg :

More information

Modelling Returns: the CER and the CAPM

Modelling Returns: the CER and the CAPM Modelling Returns: the CER and the CAPM Carlo Favero Favero () Modelling Returns: the CER and the CAPM 1 / 20 Econometric Modelling of Financial Returns Financial data are mostly observational data: they

More information

Monetary Economics Measuring Asset Returns. Gerald P. Dwyer Fall 2015

Monetary Economics Measuring Asset Returns. Gerald P. Dwyer Fall 2015 Monetary Economics Measuring Asset Returns Gerald P. Dwyer Fall 2015 WSJ Readings Readings this lecture, Cuthbertson Ch. 9 Readings next lecture, Cuthbertson, Chs. 10 13 Measuring Asset Returns Outline

More information

Vladimir Spokoiny (joint with J.Polzehl) Varying coefficient GARCH versus local constant volatility modeling.

Vladimir Spokoiny (joint with J.Polzehl) Varying coefficient GARCH versus local constant volatility modeling. W e ie rstra ß -In stitu t fü r A n g e w a n d te A n a ly sis u n d S to c h a stik STATDEP 2005 Vladimir Spokoiny (joint with J.Polzehl) Varying coefficient GARCH versus local constant volatility modeling.

More information

Lecture 5a: ARCH Models

Lecture 5a: ARCH Models Lecture 5a: ARCH Models 1 2 Big Picture 1. We use ARMA model for the conditional mean 2. We use ARCH model for the conditional variance 3. ARMA and ARCH model can be used together to describe both conditional

More information

Financial Econometrics

Financial Econometrics Financial Econometrics Volatility Gerald P. Dwyer Trinity College, Dublin January 2013 GPD (TCD) Volatility 01/13 1 / 37 Squared log returns for CRSP daily GPD (TCD) Volatility 01/13 2 / 37 Absolute value

More information

Return Return. Return Daily negative log return for CDX ( )

Return Return. Return Daily negative log return for CDX ( ) Introduction Stressed VaR MS&E 444: Project Shubhabrata Sengupta, Lewis Kaneshiro, Alireza Ebrahimi, Milad Sharif In this project we investigate various methods for computing Value-at-Risk (VaR). We use

More information

Statistical Methods in Financial Risk Management

Statistical Methods in Financial Risk Management Statistical Methods in Financial Risk Management Lecture 1: Mapping Risks to Risk Factors Alexander J. McNeil Maxwell Institute of Mathematical Sciences Heriot-Watt University Edinburgh 2nd Workshop on

More information

Fat tails and 4th Moments: Practical Problems of Variance Estimation

Fat tails and 4th Moments: Practical Problems of Variance Estimation Fat tails and 4th Moments: Practical Problems of Variance Estimation Blake LeBaron International Business School Brandeis University www.brandeis.edu/~blebaron QWAFAFEW May 2006 Asset Returns and Fat Tails

More information

Tutorial 6. Sampling Distribution. ENGG2450A Tutors. 27 February The Chinese University of Hong Kong 1/6

Tutorial 6. Sampling Distribution. ENGG2450A Tutors. 27 February The Chinese University of Hong Kong 1/6 Tutorial 6 Sampling Distribution ENGG2450A Tutors The Chinese University of Hong Kong 27 February 2017 1/6 Random Sample and Sampling Distribution 2/6 Random sample Consider a random variable X with distribution

More information

ROM SIMULATION Exact Moment Simulation using Random Orthogonal Matrices

ROM SIMULATION Exact Moment Simulation using Random Orthogonal Matrices ROM SIMULATION Exact Moment Simulation using Random Orthogonal Matrices Bachelier Finance Society Meeting Toronto 2010 Henley Business School at Reading Contact Author : d.ledermann@icmacentre.ac.uk Alexander

More information

1 Bayesian Bias Correction Model

1 Bayesian Bias Correction Model 1 Bayesian Bias Correction Model Assuming that n iid samples {X 1,...,X n }, were collected from a normal population with mean µ and variance σ 2. The model likelihood has the form, P( X µ, σ 2, T n >

More information

A potentially useful approach to model nonlinearities in time series is to assume different behavior (structural break) in different subsamples

A potentially useful approach to model nonlinearities in time series is to assume different behavior (structural break) in different subsamples 1.3 Regime switching models A potentially useful approach to model nonlinearities in time series is to assume different behavior (structural break) in different subsamples (or regimes). If the dates, the

More information

ECOSOC MS EXCEL LECTURE SERIES DISTRIBUTIONS

ECOSOC MS EXCEL LECTURE SERIES DISTRIBUTIONS ECOSOC MS EXCEL LECTURE SERIES DISTRIBUTIONS Module Excel provides probabilities for the following functions: (Note- There are many other functions also but here we discuss only those which will help in

More information

Two hours. To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER

Two hours. To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER Two hours MATH20802 To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER STATISTICAL METHODS Answer any FOUR of the SIX questions.

More information

Monitoring Processes with Highly Censored Data

Monitoring Processes with Highly Censored Data Monitoring Processes with Highly Censored Data Stefan H. Steiner and R. Jock MacKay Dept. of Statistics and Actuarial Sciences University of Waterloo Waterloo, N2L 3G1 Canada The need for process monitoring

More information

Much of what appears here comes from ideas presented in the book:

Much of what appears here comes from ideas presented in the book: Chapter 11 Robust statistical methods Much of what appears here comes from ideas presented in the book: Huber, Peter J. (1981), Robust statistics, John Wiley & Sons (New York; Chichester). There are many

More information

Lecture Note of Bus 41202, Spring 2017: More Volatility Models. Mr. Ruey Tsay

Lecture Note of Bus 41202, Spring 2017: More Volatility Models. Mr. Ruey Tsay Lecture Note of Bus 41202, Spring 2017: More Volatility Models. Mr. Ruey Tsay Package Note: We use fgarch to estimate most volatility models, but will discuss the package rugarch later, which can be used

More information

Bayesian Estimation of the Markov-Switching GARCH(1,1) Model with Student-t Innovations

Bayesian Estimation of the Markov-Switching GARCH(1,1) Model with Student-t Innovations Bayesian Estimation of the Markov-Switching GARCH(1,1) Model with Student-t Innovations Department of Quantitative Economics, Switzerland david.ardia@unifr.ch R/Rmetrics User and Developer Workshop, Meielisalp,

More information

3 ˆθ B = X 1 + X 2 + X 3. 7 a) Find the Bias, Variance and MSE of each estimator. Which estimator is the best according

3 ˆθ B = X 1 + X 2 + X 3. 7 a) Find the Bias, Variance and MSE of each estimator. Which estimator is the best according STAT 345 Spring 2018 Homework 9 - Point Estimation Name: Please adhere to the homework rules as given in the Syllabus. 1. Mean Squared Error. Suppose that X 1, X 2 and X 3 are independent random variables

More information

Optimal weights for the MSCI North America index. Optimal weights for the MSCI Europe index

Optimal weights for the MSCI North America index. Optimal weights for the MSCI Europe index Portfolio construction with Bayesian GARCH forecasts Wolfgang Polasek and Momtchil Pojarliev Institute of Statistics and Econometrics University of Basel Holbeinstrasse 12 CH-4051 Basel email: Momtchil.Pojarliev@unibas.ch

More information