Optimization Flashcards

(21 cards)

1
Q

what is the assumptions of this chapter?

A

We use only mean, varaince and budget contraints.

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

What are the primary goals of portfolio optimization

A

Investors want to maximize expected return, but also minimize variance. This is the tradeoff between returns and uncertainty.

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

notation for an asset

A

S_t^k

Stock/asset ‘k’ at time ‘t’.

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

Notation for a position

A

We use a vector, where each element in the vector is the number of units we have invested in some asset k. Therefore, the size of the vector is ‘n’, the same as the total number of assets in our world.

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

what is h_0?

A

If specified, it is our position in the risk free asset

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

interpreation of negative values in h

A

Negative posiitons indicate short selling.

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

give the budget constraint at tiem 0

A

h_0 B_0 + ∑h_k S_0^k [k=1, n] <= V_0

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

Give the portfolio value/payoff equation at time 1

A

V_1 = h_0 + ∑h_k S_1^k [k=1, n]

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

what happens to our equaitons if there is no risk free asset?

A

we just let h_0 be 0

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

give teh equation for initial portfolio cost that is more clean than the one previously given

Also give the payoff version

A

use portfolio WEIGHTS instead. We define w_k = h_k S_0^k, and get:

V_0 = w_0 + ∑w_k [k=1, n]

V_1 = w_0 1/B_0 + ∑w_k (S_1^k / S_0^k)

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

V_1 = w_0 1/B_0 + ∑w_k (S_1^k / S_0^k)

This is not really cleaner… why bother with it?

A

It is basically returns. We can write:

V_1 = w_0 R_0 + ∑w_k R^k

or in matrix form:

V_1 = w_0 R_0 + w^T R

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

Given the matrix form of the payoff v_1 of the portfolio:

V_1 = w_0 R_ 0 + w^T R

what is the expected value of the portoflio payoff?

A

E[V_1] = E[w0R0 + w^T R]

= E[w_0 R_0] + E[w^T R]

= w_0 R_0 + w^T E[R]

= w_0 R_0 + w^T mu

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

What is the variance of the payoff V_1?

A

Var(V_1) = W^T ∑ W

We have:

Var(V_1) = Var[w_0 R_0 + w^T R]

= Var(w^T R)

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

the assumption of this chapter is that…´

A

the investor wants to solve one of the following closely related problems:

NB: This is all without the risk free asset

1) The tradeoff problem
Maximize expected returns, less some constant multiplied by the variance of the returns, subject to the capacity/bdget constraints.

max E[V_1] - C/V_0 Var[V_0]
s.t. ∑h_k S_0^k <= V_0

In other words:

max: E[∑h_k S_1^k] - C/V_0 Var[h_k S_1^k]
s.t.
∑h_k S_0^k <= V_0

2) maximization problem
This problem seeks to maximize the expected value of hte payoff subject to the regular budget constraint AND some specific uncertainty constraint. We specify a level of volatility that we want as a limit, and find the portfolio that offer the greatest expecged payoff given this.

max: E[∑h_k S_1^k]

s.t.
Var[∑h_k S_1^k] <= sigma_0^2 V_0^2
∑h_k S_0^k <= V_0

The variance constrain basically say “we do not want to risk more than X amount”.

3) Minimize variance given some expected return boundaryu.

min: Var[∑h_k S_1^k]
s.t.
E[∑h_k S_1^k] >= mu_0 V_0
∑h_k S_0^k <= V_0

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

Give the matrix vector notation of the tradeoff problem

A

max w^T mu - c/(2V_0) w^T ∑ w
s.t. w^T 1 <= V_0

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

why the 1/2 term?

A

It produce a nicer looking solution

17
Q

when can the variance minimizing method be a good one

A

If we only have historical data for the mean and covariances, we are likely going to select the variance minimizing portfolio. this is because the means are extremely difficult ot measure like that, while the variance tend to be more stable.

18
Q

what is R_0

A

The return of the bond:

R_0 = 1/B_0, where B_0 is the price of the bond.

19
Q

is it optimal to invest all?

A

yes. we should never see a spolution with not all invested. This is becasue we can always invest in the risk free asset.

20
Q

elaborate on the sharpe ratiop

A

Gives the expected excess return divided by the variance. It is therefore a representation of how much bang for hte buck we are getting.