iBusiness
Vol.11 No.03(2019), Article ID:95150,9 pages
10.4236/ib.2019.113004

Application of Markowitz Model to Mongolian Government Budget

Ch. Ankhbayar, B. Lkhagvajav, N. Tungalag, R. Enkhbat

Business School, National University of Mongolia, Ulaanbaatar, Mongolia

Copyright © 2019 by author(s) and Scientific Research Publishing Inc.

This work is licensed under the Creative Commons Attribution International License (CC BY 4.0).

http://creativecommons.org/licenses/by/4.0/

Received: May 17, 2019; Accepted: September 16, 2019; Published: September 19, 2019

ABSTRACT

We apply Markowitz portfolio theory to Mongolian economy in order to define optimal budget structure. We assume that the government revenue is a portfolio consisting of seven major taxes and non-tax revenues. We minimize the variance of the portfolio under fixed return of the government revenue. This optimization problem has been solved by the conditional gradient method on MATLAB. Computational results based on Mongolian economic data are provided.

Keywords:

Markowitz Model

1. Introduction

Financial portfolio optimization is widely used in mathematics, statistics, economics and engineering. Fundamental breakthrough in the problem of asset allocation and portfolio optimization is dated to Markowitz’s Modern Portfolio Theory [1] . It considers rational investors and models with the problem of minimizing the mean-variance of the portfolio with a fixed value for the expected return on the entire portfolio. The model also assumes a market without any taxes or transaction costs, and where short selling is disallowed but assets are infinitely divisible and can be traded with any non-negative fractions.

There are many works devoted to optimization methods and algorithms for solving the portfolio variance minimization problem. This problem belongs to the convex optimization problem so any stationary point found by an optimization method provides a global solution to the problem. Also, the Markowitz model has been extended in various ways in the literature [2] - [13] . Tobin James’s work [9] considers the inclusion of risk-free assets in Markowitz model by the development of the Separation theorem which states that in the presence of a risk-free asset, the optimal risky portfolio can be obtained without any knowledge of the investor’s preferences.

Sharpe’s Capital Asset Pricing Model (CAPM) [14] takes into account the asset’s sensitivity to non-diversifiable risk while it is being added to an already existing well-diversified portfolio. It considers the importance of the covariance structure of the returns, the variance of the portfolio and the market premium. The model assumes that the investors are rational and risk-averse, are broadly diversified across a range of investments, and that they cannot influence the prices of the assets. Assumptions regarding trade or transaction costs, short-selling and trades with non-negative fractions do apply from the traditional Markowitz’s framework.

Considering the equity markets in perspective, Fernholzs Stochastic Portfolio Theory [2] discusses a descriptive theory that provides a framework for analyzing portfolio behavior and equity market structure that has both theoretical and practical applications.

Portfolio optimization problems have been studied in [3] [12] [15] [16] and [17] . Formulation of Markowitz’s portfolio optimization problem is viewed as a quadratic optimization problem. [10] and [18] provides comprehensive literature to convex and numerical optimization methods to solve such a formulation.

[19] explores a global optimization approach to scenario generation and portfolio optimization looking at them as individual problems. [12] proposes a stochastic programming approach for multi-period portfolio optimization. [5] presents a multi-period scenario generation approach to support portfolio optimization and [20] discusses scenario generation, mathematical models and algorithms for the portfolio optimization problem. [21] explores portfolio selection using hierarchical Bayesian analysis and Markov Chain Monte Carlo (MCMC) methods. [4] discusses the portfolio optimization with an envelope-based multi-objective evolutionary algorithm with a variety of non-convex constraints.

[22] solves the portfolio optimization problem using genetic algorithm. [23] applies genetic algorithms in a multi-stage portfolio optimization system. [24] solves the problem with the same method taking into account transaction costs and minimum transaction lot constraints.

[25] examines constrained Markowitz portfolio selection using ant colony optimization. [26] considers multi-objective particle swarm optimization approach to the portfolio optimization problem. In this paper, for solving the variance minimization problem, we use the conditional gradient method [18] which uses a series of linear programming problems. The paper is organized as follows. In Methodology Section, we introduce briefly Markowitz portfolio theory and show how to apply the theory to Mongolian government budget. In Data Description Section, we use Mongolian economic data and construct matrix tables for the proposed model. In the last section, we implement Markowitz model for Mongolian government budget.

2. Methodology

Assume that a government revenue consists of n revenues

A = i = 1 n A i ,

where A is a total government revenue, and A i is i-th type of revenue, i = 1 , 2 , , n .

We can consider A as a portfolio of n assets with weights x i which means A i = x i A , i = 1 , 2 , , n .

Clearly,

i = 1 n x i = 1 , x i 0 , i = 1 , 2 , , n .

Let r 1 , r 2 , , r n be rates of the tax revenues returns.

These have expected values

E ( r 1 ) = r ¯ 1 , E ( r 2 ) = r ¯ 2 , , E ( r n ) = r ¯ n .

Then the rate of return of the portfolio is

r = i = 1 n x i r i .

We denote the variance of the return of i-th tax revenue by σ i 2 , the variance of the return of the portfolio by σ 2 , and the covariance of the return of i-th revenue with j-th revenue by σ i j . It is well known that [1] [27]

σ 2 = i = 1 n j = 1 n x i x j σ i j .

To find a minimum-variance portfolio, we fix the mean value at same arbitrary value r ¯ . Then we find the optimal portfolio by solving the following minimization problem [1] [27] :

min 1 2 i = 1 n j = 1 n x i x j σ i j (1)

subject to

i = 1 n x i r ¯ i = r ¯ (2)

i = 1 n x i = 1 (3)

x i 0 , i = 1 , 2 , , n (4)

Note that problem (1)-(4) is convex from a view point of optimization theory. It can be checked that the matrix of covariance C n × n = ( σ i j ) is positive defined. In order to find a solution to problem (1)-(4), we need to write the Lagrangian as

L = 1 2 i = 1 n j = 1 n x i x j σ i j + λ 1 ( i = 1 n x i r ¯ i r ¯ ) + λ 2 ( i = 1 n x i 1 ) + i = 1 n μ i x i

taking into account condition (4).

Then if we apply Karush-Kuhn-Tucker optimality condition to problem (1)-(4), we have

{ L x i = i = 1 n σ i j x j + λ 1 r ¯ i + λ 2 + μ i = 0 , i = 1 , 2 , , n μ i x i = 0 , i = 1 , 2 , , n λ 1 2 + λ 2 2 + i = 1 n μ i 2 > 0 , μ i 0 , i = 1 , 2 , , n (5)

To find an optimal solution, we combine system (5) with (2)-(4). It means that

{ i = 1 n σ i j x j + λ 1 r ¯ i + λ 2 + μ i = 0 , i = 1 , 2 , , n i = 1 n x i r ¯ i = r ¯ i = 1 n x i = 1 μ i x i = 0 , i = 1 , 2 , , n μ i 0 , i = 1 , 2 , , n (6)

This nonlinear system has ( 3 n + 2 ) linear and nonlinear equations with ( 2 n + 2 ) unknowns. So it is better to solve problem (1)-(4) by convex optimization methods and algorithm. For instance, it is convenient to solve problem (1)-(4) by conditional gradient method [27] since at each iteration of the algorithm we solve just a linear programming problem.

3. Data Description

For numerical analysis we use the following Mongolian economic data for period 1991-2018 which shows structure of government revenue consisted of tax and nontax revenues (Tables 1-3).

Table 1. Weight of government revenue.

Source: National Statistical Office, https://www.1212.mn/.

Table 2. Government revenue growth.

Table 3. Covariance matrix of government revenue.

4. Numerical Results

In this section, we implement the Markowitz model for Mongolian economy. We examine government budget revenue structure which depends on seven types of tax and nontax revenues.

Variable x i is the weight of i-th tax revenue in the portfolio. The Mongolian government budget consists of the following revenues such as income tax, social security contributions, property taxes, taxes on domestic goods and services, taxes on foreign trade, other taxes and non-tax revenues. Table 4 shows the initial values of variables as well as the optimal solution of problem (1)-(4) found by the conditional gradient method on MATLAB.

Thus, the government should take into account these results in fiscal policy decision making.

Table 4. Solution.

5. Conclusion

We have tested the Markowitz model on Mongolian economic data in order to define optimal structure of the government revenue which consists of 7 components. Since the variance minimization problem was convex quadratic, for solving the problem we have applied the conditional gradient method coded in MATLAB. The numerical solution was obtained. In the same way, we can consider the problem of maximizing the government return subject to variance constraint. But it will be discussed in the next paper.

Acknowledgements

This work was supported by the research grant P2018-3588 of National University of Mongolia.

Conflicts of Interest

The authors declare no conflicts of interest regarding the publication of this paper.

Cite this paper

Ankhbayar, Ch., Lkhagvajav, B., Tungalag, N. and Enkhbat, R. (2019) Application of Markowitz Model to Mongolian Government Budget. iBusiness, 11, 42-50. https://doi.org/10.4236/ib.2019.113004

References

  1. 1. Markowitz, H. (1952) Portfolio Selection. The Journal of Finance, 7, 77-91. https://doi.org/10.1111/j.1540-6261.1952.tb01525.x

  2. 2. Fernholz, R.E. (2002) Stochastic Portfolio Theory, Volume 48. Springer Verlag, New York. https://doi.org/10.1007/978-1-4757-3699-1

  3. 3. Homan, M., Brochu, E. and de Freitas, N. (2011) Portfolio Allocation for Bayesian Optimization. In: Heckerman, D. and Mamdani, A., Eds., Uncertainty in Artificial Intelligence, Elsevier, Amsterdam, 327-336.

  4. 4. Branke, J., Scheckenbach, B., Stein, M., Deb, K. and Schmeck, H. (2009) Portfolio Optimization with an Envelope-Based Multi-Objective Evolutionary Algorithm. European Journal of Operational Research, 199, 684-693. https://doi.org/10.1016/j.ejor.2008.01.054

  5. 5. Deniz, E. (2009) Multi-Period Scenario Generation to Support Portfolio Optimization. PhD Thesis, Rutgers, The State University of New Jersey, New Brunswick, NJ.

  6. 6. Daly, J., Crane, M. and Ruskin, H.J. (2008) Random Matrix Theory Filters in Portfolio Optimisation: A Stability and Risk Assessment. Physica A: Statistical Mechanics and Its Applications, 387, 4248-4260. https://doi.org/10.1016/j.physa.2008.02.045

  7. 7. Christine Strauss (2001) Ant Colony Optimization in Multi Objective Portfolio Selection. 4th Metaheuristics International Conference, Porto, Portugal, 16-20 July 2001, 243-248.

  8. 8. Geyer, A., Hanke, M. and Weissensteiner, A. (2009) A Stochastic Programming Approach for Multi-Period Portfolio Optimization. Computational Management Science, 6, 187-208. https://doi.org/10.1007/s10287-008-0089-9

  9. 9. Hester, D.D. and James, T. (1967) Risk Aversion and Portfolio Choice. John Wiley and Sons, Inc., New York.

  10. 10. Nocedal, J. and Wright, S.J. (1999) Numerical Optimization. Springer Series in Operations Research. 2nd Edition, Springer, Berlin. https://doi.org/10.1007/b98874

  11. 11. Chen, W., Zhang, R.-T., Cai, Y.-M. and Xu, F.-S. (2006) Particle Swarm Optimization for Constrained Portfolio Selection Problems. 2006 International Conference on Machine Learning and Cybernetics, Dalian, 13-16 August 2006, 2425-2429. https://doi.org/10.1109/ICMLC.2006.258773

  12. 12. Black, F. and Litterman, R. (1992) Global Portfolio Optimization. Financial Analysts Journal, 48, 28-43. https://doi.org/10.2469/faj.v48.n5.28

  13. 13. Bolshakova, I., Girlich, E. and Kovalev, M. (2009) Portfolio Optimization Problems: A Survey. Otto-von-Guericke University Magdeburg, Germany.

  14. 14. Sharpe, W.F. (1964) Capital Asset Prices: A Theory of Market Equilibrium under Conditions of Risk. The Journal of Finance, 19, 425-442. https://doi.org/10.1111/j.1540-6261.1964.tb02865.x

  15. 15. Christodoulakis, G.A. (2002) Bayesian Optimal Portfolio Selection: The Black-Litterman Approach. Notes for Quantitative Asset Pricing, MSc. Mathematical Trading and Finance, City, University of London, London.

  16. 16. Walters, J. (2009) The Black-Litterman Model in Detail. Harvard Management Company, Boston, MA, 16-67.

  17. 17. Zhou, G. (2009) Beyond Black-Litterman: Letting the Data Speak. The Journal of Portfolio Management, 36, 36-45. https://doi.org/10.3905/JPM.2009.36.1.036

  18. 18. Boyd, S. and Vandenberghe, L. (2009) Convex Optimization. 7th Edition, Cambridge University Press, Cambridge.

  19. 19. Parpas, P., Rustem, B., Wieland, V. and Zakovie, S. (2006) Mean Variance Optimization of Non-Linear Systems and Worst-Case Analysis. Computational Optimization and Applications, 43, 235-259. https://doi.org/10.1007/s10589-007-9136-7

  20. 20. Guastaroba, G., Mitra, G. and Speranza, M.G. (2011) Investigating the Effectiveness of Robust Portfolio Optimization Techniques. Journal of Asset Management, 12, 260-280. https://doi.org/10.1057/jam.2011.7

  21. 21. Greyserman, A., Jones, D. and Strawderman, W. (2006) Portfolio Selection Using Hierarchical Bayesian Analysis and MCMC Methods. Journal of Banking & Finance, 30, 669-678. https://doi.org/10.1016/j.jbankfin.2005.04.008

  22. 22. Roudier, F. (2006) Portfolio Optimization and Genetic Algorithms. Master’s Thesis, Swiss Federal Institute of Technology (ETM), Zurich.

  23. 23. Chan, M.C., Wong, C.C., Cheung, B.K.S. and Tang, G.Y.N. (2002) Genetic Algorithms in Multi-Stage Portfolio Optimization System. Proceedings of the 8th International Conference of the Society for Computational Economics, Computing in Economics and Finance, Aix-en-Provence, France, 27-29 June 2002, 1-15.

  24. 24. Lin, D. and Li, X. (2005) A Genetic Algorithm for Solving Portfolio Optimization Problems with Transaction Costs and Minimum Transaction Lots. In: Wang, L., Chen, K. and Ong, Y., Eds., Advances in Natural Computation, Springer, Berlin, Heidelberg, 808-811. https://doi.org/10.1007/11539902_99

  25. 25. Thong, V. (2007) Constrained Markowitz Portfolio Selection Using Ant Colony Optimization. Erasmus University, Rotterdam.

  26. 26. Mishra, S.K., Panda, G. and Meher, S. (2009) Multi-Objective Particle Swarm Optimization Approach to Portfolio Optimization. 2009 World Congress on Nature and Biologically Inspired Computing, Coimbatore, India, 9-11 December 2009, 1612-1615. https://doi.org/10.1109/NABIC.2009.5393659

  27. 27. Markowitz, H.M. (2010) Portfolio Theory: As I Still See It. Annual Review of Financial Economics, 2, 1-23. https://doi.org/10.1146/annurev-financial-011110-134602