Investments Strategy

Problem definition

An investor wishes to invest €12,000 over a 1-year period, although he/she must decide to invest in market shares and/or gold. The profitability ratios estimated for each investment are based on the possible states of economy (see Table).

Investment

Growth

Mean Growth

Stabilisation

Poor Growth

Market shares

5

4

3

-1

Gold

2

3

4

5

Consider a zero-sum Games Theory model with two players and answer the following:

a) How should the investor invest the €12,000 to carry out the optimal strategy? The interpretation of this Games Theory problem is that the investor is playing against the states of nature (the states of economy). Since there is no data available regarding the probabilities of the states of nature, the optimal strategy may be based on a mixed strategy considering the market as the other player. Let us add a constant k = 1 to make all the profitability ratios positive. Adding this constant value to the table yields:

Investment

Growth

Mean Growth

Stabilisation

Poor Growth

Market shares

6

5

4

0

Gold

3

4

5

6

The optimal strategy for the investor is obtained through the following continuous linear programming problem:

\(min z = x_1 + x_2\)

\(\text{s.t.}\)

\(6*x_1 + 3*x_2 \geq 1\)

\(5*x_1 + 4*x_2 \geq 1\)

\(4*x_1 + 5*x_2 \geq 1\)

\(0*x_1 + 6*x_2 \geq 1\)

where:

\(p_1 = \frac{x_1}{(x_1 + x_2)}\)

Is the probability that the investor will invest in market shares if he/she chooses the optimal strategy, and:

\(p_2 = \frac{x_2}{(x_1 + x_2)}\)

Is the probability that the investor will invest in gold if he/she chooses the optimal strategy.

Therefore, given 12K€ to invest, the investor should invest 12K€p_1 in marketing and 12K€p_2 in gold.

We would need a solver to find the actual values. The values provided by a solver are p_1 = 0.33 and p_2 = 0.67, therefore the investor should invest 12K€0.33 = 4K€ in marketing and 12K€0.67 = 8K€ in gold.

b) What mean profitability value is obtained? Recall that the objective function is inversely proportional to the lower bound of the profitability ratio, and that we added a constant k = 1 to make all the profitability ratios positive, so:

\(z = x_1 +x_2 = \frac{p_1 + p_2}{v} = \frac{1}{v}\)

With this expression we can obtain the mean profitability value, recalling that we need to subtract k, since we added the constant to make all the profitability ratios positive.