Lecture 1 Flashcards

(31 cards)

1
Q

What is non/linear dependence?

A

The correlation in returns between different stocks tends to
increase during periods of market panic.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are simple returns?

A

R_t=(P_t-P_{t-1})/P_{t-1}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are continuously compounded returns?

A

Y_t=ln(1+R_t)=ln(P_t/P_{t-1})

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Describe the purpose of the Ljung-Box test, the null hypothesis and the alternative hypothesis.

A

The Ljung-Box test is a test for joint significance of the autocorrelation coefficients. The null hypothesis is that the data is independently distributed. The alternative hypothesis is autocorrelation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

State the core equation of the MA model

A

Sample mean of squared returns going W periods back

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

State the core equations of the EWMA model

A

(1-lambda)(past squared return)+lambda(past conditional volatility)
Or infinite weighted sum of past squared returns
(1-lambda)lambda^0y_{t-1}^2+…

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

State the core equations of the ARCH(q) model

A

AR(p) for returns (y_t=mu+sum of squared returns with coefficients)
Residual distribution (almost always normal)
Volatility process (w+sum of weighted squared residuals)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

State the core equations of the Garch(p,q) model

A

Extended version of ARCH(q) with sum of p squared conditional volatilities with coefficients

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Why is GARCH(1,1) preferred over MA, EWMA, ARCH(1)

A

It nests multiple models, has few parameter restrictions and is quickly estimated. Captures fat-tails and volatility clustering.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Explain 4 steps of ML estimation

A

Derive the theoretical distribution of the returns.
Compute the likelihood function
Take the logarithm
Use an optimizer algorithm to find the maximum

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are common problems
in ML-functions that cause problems to identify likelihood maximising parameters?

A

Multiple optima, narrow global optimum, non-unique solutions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Write down the likelihood ratio test statistic

A

2(Unrestricted log-likelihood - Restricted log-likelihood) has chi2(number of restrictions)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How can we conduct residual analysis to test for absolute fit of volatility models?

A

Jarque-Bera test and Ljung-Box test

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How to forecast using the GARCH(1,1) model?

A

Conditional expectation of the volatility on the information set.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Define motivation for other risk measures then Volatility

A

Sometimes financial institutions are interested in how bad it could get: Value at Risk, expected shortfall. Also volatility does not asses value to potential losses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Define Value-At-Risk:

A

Loss on a trading portfolio such that there is a probability p of losses equalling or exceeding VaR, and a probability (1-p) of losses being lower than the VaR.

Quantile of the distribution of Q (profits/losses)
Var is almost always positive

17
Q

If we have a portfolio of size 1 with mean return 0, define VaR

A

Pr(Q<=-VaR(p))=p

18
Q

Define the 3 steps in VaR estimation

A

Choose the level p
Choose the holding period
Derive the distribution of Q (losses/profits):
parametric approach
nonparametric approach

19
Q

Explain the steps of VaR estimation by historic simulation, also give a crucial assumption when calculating the VaR with HS

A

Order the returns from smallest to largest (ys)
Take the (Wp) element of ys (if it is an integer)
VaR = number of stocks * P_t
element

Past returns must be representative

20
Q

Derive an equation for the VaR by hand

A

end result:
-sigma(inverse CDF returns)(p)P_{t-1}

21
Q

Pros and cons of VaR

A

+ Well known and widely used
+ Easy to measure
+ Straightforward to interpret

  • Easy to manipulate
  • Sensitive to length of time series
  • Underestimated risk for returns with fat tails
22
Q

What is the expected shortfall?

A

The expected loss if the VaR is exceeded
-E(Q|Q<=-VaR(p))
Can also be calculated by historical simulations or parametric approach.

23
Q

Pros and Cons of expected shortfall

A

+ captures-tail risk in more detail
- Even more sensitive to sample size

24
Q

What is a risk forecast violation?

A

Whenever predicted risk level is exceeded

25
What is important to keep in mind when comparing models using backtesting?
Use the same estimation window
26
Define the violation ratio and interpret it
The ratio of observed violations to expected violations. VR = v1 / p*WE If VR>1 we over-forecast risk If VR<1 we under-forecast risk
27
What is the Bernoulli coverage test? Derive test statistic, state the null and alternative hypothesis
The Bernoulli coverage test assumes the violations have a i.i.d. Bernoulli distribution with parameter p (Null hypothesis). In the unrestricted likelihood we estimate p by v1/WT. In the restricted we fill in the p from the model. Alternative hypothesis: phat is not equal to p.
28
How to test if a violation today affects the probability of a violation tomorrow? Give the restricted and unrestricted likelihood functions
Look at slides, to much work to write out
29
What ways are there to evaluate a VaR model?
Visual analysis Violation ratio Likelihood ratio testing (conditional coverage and independence test) Loss functions
30
Unconditional coverage and independence can also be tested jointly. This is not necessarily a good idea. Why?
A joined test has less power and we may fail to reject the null hypothesis, even if individually only one of the two tests is non-significant.
31
What are the (dis)advantages of a loss function?
Rank models numerically Do not evaluate absolute model fit