Week 2 Flashcards

1
Q

How do you denote weights in matrix algebra?

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

How do you denote returns in matrix algebra?

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

How do you denote the variance covariance in matrix algebra?

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

How do you calculate portfolio returns using matrix algebra

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

How do you calculate portfolio variance using matrix algebra

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

How to go from variance to volatility (standard deviation) using matrix algebra?

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

What is an important assumption in the matrix algebra formula’s?

Hint: data preparation

A

The given formula’s assume that we talk about column vectors. Therefore always make sure you set up your weights and returns are set up in column vectors. Then formula’s work as you have studied them.

Example: X transposed means that the final result should be a row vector

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

Formula to calculate the covariance of two portfolio’s

A

=mmult(mmult(transpose(w1),varcovar),w2)

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

How do you build enveloppe portfolio’s?

A
  1. calc stock statistics
  2. calc two random envelope portfolio’s using C
  3. Standardize the weights
  4. calc envelope Portfolio Statistics
  5. calc combinations of the envelope portfolios
  6. calc portfolio statistics of the combinations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do you calculate the market portfolio?

A
  1. calc stock statistics
  2. calc envelope portfolio using RF
  3. Standardize the weights
  4. calc envelope Portfolio Statistics
  5. calc combinations of the Market portfolio and rf
  6. calc portfolio statistics of the combinations

The MP has the highest sharpe. “Highest return for every unit of risk”

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

How do you calculate the variance of the CML portfolio?

A

Market weight^2*variance

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

How do you calculate CAPM alpha in excel

A

Intercept(return apple - rf, return s&p 500 - rf)

ALWAYS check time period. Monthly, yearly alpha Y=apple-rf

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