Equity Importance Modeling With Financial Network and Betweenness Centrality

Size: px
Start display at page:

Download "Equity Importance Modeling With Financial Network and Betweenness Centrality"

Transcription

1 Equity Importance Modeling With Financial Network and Betweenness Centrality Zhao Zhao 1 Guanhong Pei 1 Fei Huang 1 Xiaomo Liu 2 1 NDSSL,Virginia Bioinformatics Institute, Virginia Tech, Blacksburg, VA, U.S.A. 2 Computer Science Department, Virginia Tech, Blacksburg, VA, U.S.A. 1 {zhaozhao, somehi, huangf}@vbi.vt.edu 2 xiaomliu@vt.edu Abstract Financial market has been investigated from many perspectives. The recent emerging financial network methods model the market as a network. The edge between two vertices, or two equities are modeled as the correlation coefficient of the return on the prices of two equities in a period. A common question one can pose is that how can we determine the importance of an equity in the market. From a financial perspective, market-cap is an indicator of importance. But what is its correspondence from a financial network point-of-view? Degree distribution is an intuitive answer. However, after investigating on the betweenness centrality, which is another importance measurement of the graph, we found a high correlation between the betweenness centrality and market-cap. Degree of a vertex, in our case, denotes the number of equities that are highly correlated to it, which shows its local importance and lacks the capability to reflect its importance from a market-wide view. However, betweenness centrality of a vertex encodes global information. It measures the level to which a vertex is need by others along shortest path. In the experiment, we build a financial network using 473 stocks out of the SP-500 pool, during a one year period from June, 2008 to June, Betweenness centrality is calculated based on the known fasted Brandes algorithm. It is found that the average market-cap of the 20 stocks with largest degree is 29.0 billion dollars, slightly larger than that of the SP-500 stocks, which is 23.5 billion dollars. However, the average market-cap of the stocks with 20 largest betweenness is 50.5 billion dollars, more than twice of the SP- 500 s average market-cap. The market-cap-betweenness plots also shows an upward tendency, meaning that betweenness values are positive correlated with the market-caps, while the market-cap-degree plots doesn t show such phenomenon. Keywords: financial network, betweenness centrality JEL codes: G10 1

2 1 Introduction Financial market has been investigated from many perspectives. The recent emerging financial network methods model the market as a network, or a graph G(V, E), in which each vertex v V represents an equity and each edge e E represents the relation between two equities [8][4][5]. The edge between two vertices, or two equities are modeled as the correlation coefficient of the return on the prices of two equities in a given period. Given a predefined threshold, two vertices that has the correlation coefficient larger than that are assigned an edge between them. Financial network model provides an approach for people to investigate an equity in the background of the whole market. Several applications involved with data mining are carried out on such financial network model. In [7], the degree distribution of the financial network is investigated which was proven to satisfy the power-law. Clusters, which represents the sectors in the market[5], or independent set, which denotes the possibility of the portfolio diversification[7], are also introduced. An concern involving financial network is that, if an equity has some characteristics in the finance point-of-view, such as major influence on the market, lower Beta, higher Sharpe Ratio, etc., does it have some correspondingly special structure in the financial network? The current financial network researches have rarely touched this concern. One major challenge is that it is hard to define what kind of the structure information can be explored in terms of financial perspective. Also most graph measurement calculation involves vast computation, which is not easy to implement. Despite of the challenges, there are still some market characteristics which can be explored from financial network. In this paper, we explore what equity importance means in the language of financial network. In [6], the author considers degree (the number of vertices connected to a vertex) of a vertex in the financial network to be a quantity that can measure an equity s importance or influence over the market, for the reason that large-degree vertex v has more links in the market graph, which shows that a large number of vertices are highly correlated with it. However, degree only measures the direct influence of a vertex v to its neighbors. It does not take into account that how v influences those vertices that are not connected to it, which is a majority in the market. In this paper, we investigate on another measurement, centrality [1][3], to show that it is a better indicator of equity importance than degree. In the work, we use market-cap of an equity as the benchmark of the importance of a stock in the market, from a finance perspective. The paper is organized as follows: Section 2 defines the model of our financial network. Section 3 introduce the betweenness centrality on a financial network. In section 4, through experiments, we show that the market-cap has higher correlation with betweenness centrality than degree. Section 5 concludes this paper. 2

3 2 Financial Network Model The financial network is built based on correlations among stocks returns. Here we are going to build a financial network G(V, E) on N stocks. The price time series of stock i is denoted as P(i) =< P(i, 1), P(i, 2),..., P(i, T) >. Here T is the selected time window of the price time series. In modern equity analysis framework, return, rather than absolute price, are often used to analyze equity or portfolio historic performance. Therefore, we use returns time series to calculate the correlations. The return of a stock i at moment t is denoted as R(i, t) = P(i,t) P(i,t 1) P(i,t 1), and the time series is R(i) =< R(i, 1), R(i, 2),..., R(i, T) >. The correlation coefficient of stock i and j is written as: ρ ij = R(i, t)r(j, t) R(i, t) R(j, t) ((R(i, t) 2 R(i, t) 2 )(R(j, t) 2 R(j, t) 2 )) 1/2 (1) A higher correlation ρ between two stocks means that the return of the two stocks has larger tendency to move in the same direction. It is very costly if we build the financial network on all the pairs of correlations, since for that we will have N(N 1)/2 edges, in which each links a pair of stocks. To simplify the financial network, we define a threshold γ. Only the edge of the pair of stocks whose correlation coefficient ρ ij > γ will be remained. Also, in the generated financial network, the values of correlation coefficient among stocks are no longer considered, or, the network is unweighted. All the edges are equally weighted 1. Figure 1 shows a 5-node financial network before and after edge removing, with predefined threshold γ = 0.6. a a b c b c e 0.72 d e d Figure 1: Example of financial network after removing the edges with the correlation coefficient less than threshold γ = 0.6 3

4 3 Degree and Betweenness Centrality in a Network We defined the neighbors of vertex v as N(v). The Degree of a vertex v in a financial network G(V, E) is defined as the number of its neighbors, or N(v). For example, in the right graph of Fig. 1, vertex a has two vertices b and c connected to it, so the degree of a is 2. To reach the calculation of betweenness centrality, we need first introduce the concept of shortest path. A shortest path between a pair of vertices s and t is the path that the sum of its constituent edges is minimized. For example, in the right graph of Fig. 1, (b, d), (b, e, d) and (b, a, c, e, d) are all paths from vertex b to d. However, since the length of (b, d) is 1, which is the minimum among all three paths, it is the shortest path. The betweenness centrality C B (v) of vertex v, is defined as following: Calculate σ(s, t v), the number of shortest path connecting any pairs of vertices s and t, which passes v, Divide σ(s, t v) by σ(s, t), the number of shortest path between s and t. Sum up the quantities obtained in step 2 for all pairs of vertices in the graph to acquire betweenness of v, C B (v). The step is also shown in Eq. 2. Betweenness centrality measures the level to which a vertex is needed by others along shortest path, and can be considered as an indicator of the importance of a vertex. C B (v) = s =v t σ(s, t v) σ(s, t) We use the known fastest Brandes algorithm to calculate the betweenness centrality of each vertex[2]. 4 Experiments In the experiment, based on correlation coefficient of the return on the price among stocks, we implemented a financial network generator to produce the network from public date-sorted data[9]. The financial network is generated using 473 stocks out of the SP-500 pool, during a one year period from June, 2008 to June, Threshold is set to be 0.8. Fig. 2 and Fig. 3 shows the distribution of the degree and betweenness centrality of the financial network, respectively. It shows that most of the vertices have relative low degree and betweenness, and both distributions present power-law. It is found that the average market-cap of the 20 stocks with largest degree is 29.0 billion dollars, slightly larger than that of the SP-500 stocks, which is 23.5 billion dollars. However, the average market-cap of the stocks with 20 largest (2) 4

5 1000 # of nodes degree Figure 2: Degree distribution of the financial network # of nodes betweenness Figure 3: Betweenness distribution of the financial network. 5

6 betweenness is 50.5 billion dollars, more than twice of the SP-500 s average market-cap. Fig. 5 is the plot for betweenness VS. market cap, which shows an upward tendency, meaning that betweenness values are positive correlated with the market-caps of the stocks. Fig. 4 is the plot for degree VS. market cap, which doesn t show such phenomenon market cap degree Figure 4: Degree VS. market cap market cap betweenness Figure 5: Betweenness VS. market cap 6

7 5 Conclusion This paper proposed an equity importance measurement based on the betweenness centrality of the financial network. Comparing with traditional degree measurement, betweenness centrality, due to its encoding of the global information of the network, can better represent the equity importance. Experiments validate the positive relation between betweenness and market cap of a stock, and compare with vertex s degree. References [1] J.M. Anthonisse. The rush in a directed graph. Technical Report BN 9/71, Stichting Mathematisch Centrum, [2] U Brandes. A faster algorithm for betweenness centrality. Journal of Mathematical Sociology, [3] L.C. Freeman. A set of measures of centrality based upon betweeness. Sociometry, [4] K. Kaski J. Kertesz J.-P. Onnela, A. Chakraborti and A. Kanto. Asset trees and asset graphs in financial markets. Physica Scripta, [5] F. Brisbois N. Vandewalle and X. Tordoir. Non-random topology of stock markets. Quantitative Finance, [6] Sergiy Butenko Vladimir Boginski and Panos M. Pardalos. On structural properties of the market graph. Innovations in financial and economic networks, [7] Sergiy Butenko Vladimir Boginski and Panos M. Pardalos. Statistical analysis of financial networks. Computational Statistics and Data Analysis, [8] Sergiy Butenko Vladimir Boginski and Panos M. Pardalos. Mining market data: A network approach. Computers and Operations Research, [9] Zhao Zhao. Financial network generator (open source project). 7

Power-Law Networks in the Stock Market: Stability and Dynamics

Power-Law Networks in the Stock Market: Stability and Dynamics Power-Law Networks in the Stock Market: Stability and Dynamics VLADIMIR BOGINSKI, SERGIY BUTENKO, PANOS M. PARDALOS Department of Industrial and Systems Engineering University of Florida 303 Weil Hall,

More information

arxiv:physics/ v2 11 Jan 2007

arxiv:physics/ v2 11 Jan 2007 Topological Properties of the Minimal Spanning Tree in the Korean and American Stock Markets Cheoljun Eom Division of Business Administration, Pusan National University, Busan 609-735, Korea Gabjin Oh

More information

Journal of Empirical Finance

Journal of Empirical Finance Journal of Empirical Finance 17 (2010) 659 667 Contents lists available at ScienceDirect Journal of Empirical Finance journal homepage: www.elsevier.com/locate/jempfin A network perspective of the stock

More information

Using the Theory of Network in Finance

Using the Theory of Network in Finance International Journal of Finance and Managerial Accounting, Vol.1, No.2, Summer 2016 Using the Theory of Network in Finance Alireza Kheyrkhah PhD Candidate, Department of Management and Economic, Tehran

More information

arxiv: v1 [q-fin.st] 3 Aug 2007

arxiv: v1 [q-fin.st] 3 Aug 2007 Group dynamics of the Japanese market Woo-Sung Jung a,b Okyu Kwon c Fengzhong Wang a Taisei Kaizoji d Hie-Tae Moon b H. Eugene Stanley a arxiv:0708.0562v1 [q-fin.st] 3 Aug 2007 a Center for Polymer Studies

More information

CAN CORRELATION-BASED NETWORKS CAPTURE SYSTEMIC RISKS IN A FINANCIAL SYSTEM?

CAN CORRELATION-BASED NETWORKS CAPTURE SYSTEMIC RISKS IN A FINANCIAL SYSTEM? CAN CORRELATION-BASED NETWORKS CAPTURE SYSTEMIC RISKS IN A FINANCIAL SYSTEM? THE CASE OF LEHMAN'S COLLAPSE By Gábor Koncz Submitted to Central European University Department of Economics In partial fulfilment

More information

Essays on Some Combinatorial Optimization Problems with Interval Data

Essays on Some Combinatorial Optimization Problems with Interval Data Essays on Some Combinatorial Optimization Problems with Interval Data a thesis submitted to the department of industrial engineering and the institute of engineering and sciences of bilkent university

More information

Supplementary Information:

Supplementary Information: Supplementary Information: Topological Characteristics of the Hong Kong Stock Market: A Test-based P-threshold Approach to Understanding Network Complexity Ronghua Xu City University of Hong Kong, Hong

More information

Physica A. Comovements in government bond markets: A minimum spanning tree analysis

Physica A. Comovements in government bond markets: A minimum spanning tree analysis Physica A 389 (2010) 4875 4886 Contents lists available at ScienceDirect Physica A journal homepage: www.elsevier.com/locate/physa Comovements in government bond markets: A minimum spanning tree analysis

More information

arxiv: v1 [q-fin.st] 6 Mar 2018

arxiv: v1 [q-fin.st] 6 Mar 2018 Effective construction of threshold networks of stock markets arxiv:1803.06223v1 [q-fin.st] 6 Mar 2018 Abstract Xin-Jian Xu a, Kuo Wang a, Liucun Zhu b, Li-Jie Zhang c, a Department of Mathematics, Shanghai

More information

Topological properties of commodities networks

Topological properties of commodities networks Eur. Phys. J. B 74, 243 249 (2010) DOI: 10.1140/epjb/e2010-00079-4 Regular Article THE EUROPEAN PHYSICAL JOURNAL B Topological properties of commodities networks B.M. Tabak 1,2,a, T.R. Serra 3,andD.O.Cajueiro

More information

Chapter 2 Systemic Risk and Complex Systems: A Graph-Theory Analysis

Chapter 2 Systemic Risk and Complex Systems: A Graph-Theory Analysis Chapter 2 Systemic Risk and Complex Systems: A Graph-Theory Analysis Delphine Lautier and Franck Raynaud Abstract This chapter summarizes several empirical studies in finance, undertaken through the prism

More information

Network Formation and Community Structure in a Simulated Banking System

Network Formation and Community Structure in a Simulated Banking System Network Formation and Community Structure in a Simulated Banking System Peter C. Anselmo 1,2 anselmo@nmt.edu Max Planck 1,3 mplanck@icasa.nmt.edu Institute for Complex Additive Systems Analysis 1 Department

More information

THE TRAVELING SALESMAN PROBLEM FOR MOVING POINTS ON A LINE

THE TRAVELING SALESMAN PROBLEM FOR MOVING POINTS ON A LINE THE TRAVELING SALESMAN PROBLEM FOR MOVING POINTS ON A LINE GÜNTER ROTE Abstract. A salesperson wants to visit each of n objects that move on a line at given constant speeds in the shortest possible time,

More information

Modern Portfolio Theory -Markowitz Model

Modern Portfolio Theory -Markowitz Model Modern Portfolio Theory -Markowitz Model Rahul Kumar Project Trainee, IDRBT 3 rd year student Integrated M.Sc. Mathematics & Computing IIT Kharagpur Email: rahulkumar641@gmail.com Project guide: Dr Mahil

More information

Is network theory the best hope for regulating systemic risk?

Is network theory the best hope for regulating systemic risk? Is network theory the best hope for regulating systemic risk? Kimmo Soramaki ECB workshop on "Recent advances in modelling systemic risk using network analysis ECB, 5 October 2009 Is network theory the

More information

Node betweenness centrality: the definition.

Node betweenness centrality: the definition. Brandes algorithm These notes supplement the notes and slides for Task 11. They do not add any new material, but may be helpful in understanding the Brandes algorithm for calculating node betweenness centrality.

More information

OPTIMAL RISKY PORTFOLIOS- ASSET ALLOCATIONS. BKM Ch 7

OPTIMAL RISKY PORTFOLIOS- ASSET ALLOCATIONS. BKM Ch 7 OPTIMAL RISKY PORTFOLIOS- ASSET ALLOCATIONS BKM Ch 7 ASSET ALLOCATION Idea from bank account to diversified portfolio Discussion principles are the same for any number of stocks A. bonds and stocks B.

More information

arxiv:cond-mat/ v1 [cond-mat.stat-mech] 6 Jan 2004

arxiv:cond-mat/ v1 [cond-mat.stat-mech] 6 Jan 2004 Large price changes on small scales arxiv:cond-mat/0401055v1 [cond-mat.stat-mech] 6 Jan 2004 A. G. Zawadowski 1,2, J. Kertész 2,3, and G. Andor 1 1 Department of Industrial Management and Business Economics,

More information

arxiv:physics/ v2 [physics.soc-ph] 3 Apr 2007

arxiv:physics/ v2 [physics.soc-ph] 3 Apr 2007 Correlation based networks of equity returns sampled at different time horizons M. Tumminello, T. Di Matteo, T. Aste, R.N. Mantegna Dipartimento di Fisica e Tecnologie Relative, Università di Palermo,

More information

Analyses of financial time series: Moving Averages and Correlations

Analyses of financial time series: Moving Averages and Correlations Analyses of financial time series: Moving Averages and Correlations Gayatri TILAK Final Year Internship Report Promotion: Contents Acknowledgements Presentation 3 Introduction 4 3 Analyses using moving

More information

A Network Analysis of the Greek Stock Market

A Network Analysis of the Greek Stock Market Available online at www.sciencedirect.com ScienceDirect Procedia Economics and Finance 00 (2015) 000 000 www.elsevier.com/locate/procedia 7th International Conference, The Economies of Balkan and Eastern

More information

FUZZY LOGIC INVESTMENT SUPPORT ON THE FINANCIAL MARKET

FUZZY LOGIC INVESTMENT SUPPORT ON THE FINANCIAL MARKET FUZZY LOGIC INVESTMENT SUPPORT ON THE FINANCIAL MARKET Abstract: This paper discusses the use of fuzzy logic and modeling as a decision making support for long-term investment decisions on financial markets.

More information

Square Grid Benchmarks for Source-Terminal Network Reliability Estimation

Square Grid Benchmarks for Source-Terminal Network Reliability Estimation Square Grid Benchmarks for Source-Terminal Network Reliability Estimation Roger Paredes Leonardo Duenas-Osorio Rice University, Houston TX, USA. 03/2018 This document describes a synthetic benchmark data

More information

Identification of Critical Nodes and Links in Financial Networks with Intermediation and Electronic Transactions

Identification of Critical Nodes and Links in Financial Networks with Intermediation and Electronic Transactions Identification of Critical Nodes and Links in Financial Networks with Intermediation and Electronic Transactions Anna Nagurney and Qiang Qiang Isenberg School of Management University of Massachusetts

More information

Lecture 2: The Simple Story of 2-SAT

Lecture 2: The Simple Story of 2-SAT 0510-7410: Topics in Algorithms - Random Satisfiability March 04, 2014 Lecture 2: The Simple Story of 2-SAT Lecturer: Benny Applebaum Scribe(s): Mor Baruch 1 Lecture Outline In this talk we will show that

More information

INTELLECTUAL SUPPORT OF INVESTMENT DECISIONS BASED ON A CLUSTERING OF THE CORRELATION GRAPH OF SECURITIES

INTELLECTUAL SUPPORT OF INVESTMENT DECISIONS BASED ON A CLUSTERING OF THE CORRELATION GRAPH OF SECURITIES INTELLECTUAL SUPPORT OF INVESTMENT DECISIONS BASED ON A CLUSTERING OF THE CORRELATION GRAPH OF SECURITIES Izabella V. Lokshina Division of Economics and Business State University of New York Ravine Parkway

More information

Agents Play Mix-game

Agents Play Mix-game Agents Play Mix-game Chengling Gou Physics Department, Beijing University of Aeronautics and Astronautics 37 Xueyuan Road, Haidian District, Beijing, China, 100083 Physics Department, University of Oxford

More information

Optimal Satisficing Tree Searches

Optimal Satisficing Tree Searches Optimal Satisficing Tree Searches Dan Geiger and Jeffrey A. Barnett Northrop Research and Technology Center One Research Park Palos Verdes, CA 90274 Abstract We provide an algorithm that finds optimal

More information

CMPSCI 311: Introduction to Algorithms Second Midterm Practice Exam SOLUTIONS

CMPSCI 311: Introduction to Algorithms Second Midterm Practice Exam SOLUTIONS CMPSCI 311: Introduction to Algorithms Second Midterm Practice Exam SOLUTIONS November 17, 2016. Name: ID: Instructions: Answer the questions directly on the exam pages. Show all your work for each question.

More information

Random Variables and Probability Distributions

Random Variables and Probability Distributions Chapter 3 Random Variables and Probability Distributions Chapter Three Random Variables and Probability Distributions 3. Introduction An event is defined as the possible outcome of an experiment. In engineering

More information

Finding optimal arbitrage opportunities using a quantum annealer

Finding optimal arbitrage opportunities using a quantum annealer Finding optimal arbitrage opportunities using a quantum annealer White Paper Finding optimal arbitrage opportunities using a quantum annealer Gili Rosenberg Abstract We present two formulations for finding

More information

Handout 4: Deterministic Systems and the Shortest Path Problem

Handout 4: Deterministic Systems and the Shortest Path Problem SEEM 3470: Dynamic Optimization and Applications 2013 14 Second Term Handout 4: Deterministic Systems and the Shortest Path Problem Instructor: Shiqian Ma January 27, 2014 Suggested Reading: Bertsekas

More information

Multidimensional Time Series Analysis of Financial Markets Based on the Complex Network Approach

Multidimensional Time Series Analysis of Financial Markets Based on the Complex Network Approach Journal of Mathematical Finance, 2017, 7, 734-750 http://www.scirp.org/journal/jmf ISSN Online: 2162-2442 ISSN Print: 2162-2434 Multidimensional Time Series Analysis of Financial Markets Based on the Complex

More information

Alain Hertz 1 and Sacha Varone 2. Introduction A NOTE ON TREE REALIZATIONS OF MATRICES. RAIRO Operations Research Will be set by the publisher

Alain Hertz 1 and Sacha Varone 2. Introduction A NOTE ON TREE REALIZATIONS OF MATRICES. RAIRO Operations Research Will be set by the publisher RAIRO Operations Research Will be set by the publisher A NOTE ON TREE REALIZATIONS OF MATRICES Alain Hertz and Sacha Varone 2 Abstract It is well known that each tree metric M has a unique realization

More information

Global Journal of Finance and Banking Issues Vol. 5. No Manu Sharma & Rajnish Aggarwal PERFORMANCE ANALYSIS OF HEDGE FUND INDICES

Global Journal of Finance and Banking Issues Vol. 5. No Manu Sharma & Rajnish Aggarwal PERFORMANCE ANALYSIS OF HEDGE FUND INDICES PERFORMANCE ANALYSIS OF HEDGE FUND INDICES Dr. Manu Sharma 1 Panjab University, India E-mail: manumba2000@yahoo.com Rajnish Aggarwal 2 Panjab University, India Email: aggarwalrajnish@gmail.com Abstract

More information

Using Agent Belief to Model Stock Returns

Using Agent Belief to Model Stock Returns Using Agent Belief to Model Stock Returns America Holloway Department of Computer Science University of California, Irvine, Irvine, CA ahollowa@ics.uci.edu Introduction It is clear that movements in stock

More information

Multistage risk-averse asset allocation with transaction costs

Multistage risk-averse asset allocation with transaction costs Multistage risk-averse asset allocation with transaction costs 1 Introduction Václav Kozmík 1 Abstract. This paper deals with asset allocation problems formulated as multistage stochastic programming models.

More information

Trinomial Tree. Set up a trinomial approximation to the geometric Brownian motion ds/s = r dt + σ dw. a

Trinomial Tree. Set up a trinomial approximation to the geometric Brownian motion ds/s = r dt + σ dw. a Trinomial Tree Set up a trinomial approximation to the geometric Brownian motion ds/s = r dt + σ dw. a The three stock prices at time t are S, Su, and Sd, where ud = 1. Impose the matching of mean and

More information

Bioinformatics - Lecture 7

Bioinformatics - Lecture 7 Bioinformatics - Lecture 7 Louis Wehenkel Department of Electrical Engineering and Computer Science University of Liège Montefiore - Liège - November 20, 2007 Find slides: http://montefiore.ulg.ac.be/

More information

Decision Trees with Minimum Average Depth for Sorting Eight Elements

Decision Trees with Minimum Average Depth for Sorting Eight Elements Decision Trees with Minimum Average Depth for Sorting Eight Elements Hassan AbouEisha, Igor Chikalov, Mikhail Moshkov Computer, Electrical and Mathematical Sciences and Engineering Division, King Abdullah

More information

CSV 886 Social Economic and Information Networks. Lecture 4: Auctions, Matching Markets. R Ravi

CSV 886 Social Economic and Information Networks. Lecture 4: Auctions, Matching Markets. R Ravi CSV 886 Social Economic and Information Networks Lecture 4: Auctions, Matching Markets R Ravi ravi+iitd@andrew.cmu.edu Schedule 2 Auctions 3 Simple Models of Trade Decentralized Buyers and sellers have

More information

Algorithms for random k-sat and k-colourings of a random graph

Algorithms for random k-sat and k-colourings of a random graph Algorithms for random k-sat and k-colourings of a random graph Dept of Computer Science University of Toronto Hard and Easy Distributions of SAT Problems. Mitchell, Selman, Levesque 1992 3-SAT: (x 1 x

More information

Stock Trading System Based on Formalized Technical Analysis and Ranking Technique

Stock Trading System Based on Formalized Technical Analysis and Ranking Technique Stock Trading System Based on Formalized Technical Analysis and Ranking Technique Saulius Masteika and Rimvydas Simutis Faculty of Humanities, Vilnius University, Muitines 8, 4428 Kaunas, Lithuania saulius.masteika@vukhf.lt,

More information

Alain Hertz 1 and Sacha Varone 2

Alain Hertz 1 and Sacha Varone 2 RAIRO Operations Research RAIRO Oper Res (2007) 6 66 DOI: 005/ro:2007028 A NOTE ON TREE REALIZATIONS OF MATRICES Alain Hertz and Sacha Varone 2 Abstract It is well known that each tree metric M has a unique

More information

A Study on Optimal Limit Order Strategy using Multi-Period Stochastic Programming considering Nonexecution Risk

A Study on Optimal Limit Order Strategy using Multi-Period Stochastic Programming considering Nonexecution Risk Proceedings of the Asia Pacific Industrial Engineering & Management Systems Conference 2018 A Study on Optimal Limit Order Strategy using Multi-Period Stochastic Programming considering Nonexecution Ris

More information

An Empirical Study of the Mexican Banking Systems Network and its Implications for Systemic Risk

An Empirical Study of the Mexican Banking Systems Network and its Implications for Systemic Risk An Empirical Study of the Mexican Banking Systems Network and its Implications for Systemic Risk Martínez-Jaramillo, Alexandrova-Kabadjova, Bravo-Benítez & Solórzano-Margain Outline Motivation Relevant

More information

PORTFOLIO THEORY. Master in Finance INVESTMENTS. Szabolcs Sebestyén

PORTFOLIO THEORY. Master in Finance INVESTMENTS. Szabolcs Sebestyén PORTFOLIO THEORY Szabolcs Sebestyén szabolcs.sebestyen@iscte.pt Master in Finance INVESTMENTS Sebestyén (ISCTE-IUL) Portfolio Theory Investments 1 / 60 Outline 1 Modern Portfolio Theory Introduction Mean-Variance

More information

arxiv: v1 [q-fin.ec] 15 Aug 2017

arxiv: v1 [q-fin.ec] 15 Aug 2017 Dynamics of Investor Spanning Trees Around Dot-Com Bubble Sindhuja Ranganathan 1,*, Mikko Kivelä 2, Juho Kanniainen 1 arxiv:1708.04430v1 [q-fin.ec] 15 Aug 2017 1 Industrial and Information Management/Tampere

More information

Designing efficient market pricing mechanisms

Designing efficient market pricing mechanisms Designing efficient market pricing mechanisms Volodymyr Kuleshov Gordon Wilfong Department of Mathematics and School of Computer Science, McGill Universty Algorithms Research, Bell Laboratories August

More information

(High Dividend) Maximum Upside Volatility Indices. Financial Index Engineering for Structured Products

(High Dividend) Maximum Upside Volatility Indices. Financial Index Engineering for Structured Products (High Dividend) Maximum Upside Volatility Indices Financial Index Engineering for Structured Products White Paper April 2018 Introduction This report provides a detailed and technical look under the hood

More information

Empirical Study on Short-Term Prediction of Shanghai Composite Index Based on ARMA Model

Empirical Study on Short-Term Prediction of Shanghai Composite Index Based on ARMA Model Empirical Study on Short-Term Prediction of Shanghai Composite Index Based on ARMA Model Cai-xia Xiang 1, Ping Xiao 2* 1 (School of Hunan University of Humanities, Science and Technology, Hunan417000,

More information

Minimizing Timing Luck with Portfolio Tranching The Difference Between Hired and Fired

Minimizing Timing Luck with Portfolio Tranching The Difference Between Hired and Fired Minimizing Timing Luck with Portfolio Tranching The Difference Between Hired and Fired February 2015 Newfound Research LLC 425 Boylston Street 3 rd Floor Boston, MA 02116 www.thinknewfound.com info@thinknewfound.com

More information

Analyzing the Potential Influence of Shanghai Stock Market Based on Link Prediction Method

Analyzing the Potential Influence of Shanghai Stock Market Based on Link Prediction Method Journal of Systems Science and Information Oct., 2017, Vol. 5, No. 5, pp. 446 461 DOI: 10.21078/JSSI-2017-446-16 Analyzing the Potential Influence of Shanghai Stock Market Based on Link Prediction Method

More information

Dynamic Asset and Liability Management Models for Pension Systems

Dynamic Asset and Liability Management Models for Pension Systems Dynamic Asset and Liability Management Models for Pension Systems The Comparison between Multi-period Stochastic Programming Model and Stochastic Control Model Muneki Kawaguchi and Norio Hibiki June 1,

More information

Examinations for Semester II. / 2011 Semester I

Examinations for Semester II. / 2011 Semester I PROGRAMME MBA-Human Resources & knowledge Management MBA- Project Management Master of Business Administration General MBA-Marketing Management COHORT MBAHR/11/PT MBAPM/11/PT MBAG/11/PT MBAMM/11/PT Examinations

More information

Reinforcement Learning Analysis, Grid World Applications

Reinforcement Learning Analysis, Grid World Applications Reinforcement Learning Analysis, Grid World Applications Kunal Sharma GTID: ksharma74, CS 4641 Machine Learning Abstract This paper explores two Markov decision process problems with varying state sizes.

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 2, Mar Apr 2017

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 2, Mar Apr 2017 RESEARCH ARTICLE Stock Selection using Principal Component Analysis with Differential Evolution Dr. Balamurugan.A [1], Arul Selvi. S [2], Syedhussian.A [3], Nithin.A [4] [3] & [4] Professor [1], Assistant

More information

How to Calculate Your Personal Safe Withdrawal Rate

How to Calculate Your Personal Safe Withdrawal Rate How to Calculate Your Personal Safe Withdrawal Rate July 6, 2010 by Lloyd Nirenberg, Ph.D Advisor Perspectives welcomes guest contributions. The views presented here do not necessarily represent those

More information

Managing Default Contagion in Financial Networks

Managing Default Contagion in Financial Networks Managing Default Contagion in Financial Networks Nils Detering University of California, Santa Barbara with Thilo Meyer-Brandis, Konstantinos Panagiotou, Daniel Ritter (all LMU) CFMAR 10th Anniversary

More information

The Balance-Matching Heuristic *

The Balance-Matching Heuristic * How Do Americans Repay Their Debt? The Balance-Matching Heuristic * John Gathergood Neale Mahoney Neil Stewart Jörg Weber February 6, 2019 Abstract In Gathergood et al. (forthcoming), we studied credit

More information

Yunfeng Jia a,, Lixin Tian a,b

Yunfeng Jia a,, Lixin Tian a,b ISSN 1749-3889 (print), 1749-3897 (online) International Journal of Nonlinear Science Vol.23(217) No.3, pp.151-156 Dynamical Features of International Natural Gas Future Price and Spot Price in Different

More information

0/1 knapsack problem knapsack problem

0/1 knapsack problem knapsack problem 1 (1) 0/1 knapsack problem. A thief robbing a safe finds it filled with N types of items of varying size and value, but has only a small knapsack of capacity M to use to carry the goods. More precisely,

More information

Today's Agenda Hour 1 Correlation vs association, Pearson s R, non-linearity, Spearman rank correlation,

Today's Agenda Hour 1 Correlation vs association, Pearson s R, non-linearity, Spearman rank correlation, Today's Agenda Hour 1 Correlation vs association, Pearson s R, non-linearity, Spearman rank correlation, Hour 2 Hypothesis testing for correlation (Pearson) Correlation and regression. Correlation vs association

More information

Department of Finance and Risk Engineering, NYU-Polytechnic Institute, Brooklyn, NY

Department of Finance and Risk Engineering, NYU-Polytechnic Institute, Brooklyn, NY Schizophrenic Representative Investors Philip Z. Maymin Department of Finance and Risk Engineering, NYU-Polytechnic Institute, Brooklyn, NY Philip Z. Maymin Department of Finance and Risk Engineering NYU-Polytechnic

More information

Stifel Advisory Account Performance Review Guide. Consulting Services Group

Stifel Advisory Account Performance Review Guide. Consulting Services Group Stifel Advisory Account Performance Review Guide Consulting Services Group Table of Contents Quarterly Performance Reviews are provided to all Stifel advisory clients. Performance reviews help advisors

More information

Nasdaq Chaikin Power US Small Cap Index

Nasdaq Chaikin Power US Small Cap Index Nasdaq Chaikin Power US Small Cap Index A Multi-Factor Approach to Small Cap Introduction Multi-factor investing has become very popular in recent years. The term smart beta has been coined to categorize

More information

GLOBAL RECESSIONS AS A CASCADE PHENOMENON WITH HETEROGENEOUS, INTERACTING AGENTS. Paul Ormerod, Volterra Consulting, London

GLOBAL RECESSIONS AS A CASCADE PHENOMENON WITH HETEROGENEOUS, INTERACTING AGENTS. Paul Ormerod, Volterra Consulting, London GLOBAL RECESSIONS AS A CASCADE PHENOMENON WITH HETEROGENEOUS, INTERACTING AGENTS Paul Ormerod, Volterra Consulting, London 135c Sheen Lane London SW14 8AE UK May 2008 pormerod@volterra.co.uk Topic: JEL:

More information

Tests for Intraclass Correlation

Tests for Intraclass Correlation Chapter 810 Tests for Intraclass Correlation Introduction The intraclass correlation coefficient is often used as an index of reliability in a measurement study. In these studies, there are K observations

More information

Strong Subgraph k-connectivity of Digraphs

Strong Subgraph k-connectivity of Digraphs Strong Subgraph k-connectivity of Digraphs Yuefang Sun joint work with Gregory Gutin, Anders Yeo, Xiaoyan Zhang yuefangsun2013@163.com Department of Mathematics Shaoxing University, China July 2018, Zhuhai

More information

Advanced Financial Economics Homework 2 Due on April 14th before class

Advanced Financial Economics Homework 2 Due on April 14th before class Advanced Financial Economics Homework 2 Due on April 14th before class March 30, 2015 1. (20 points) An agent has Y 0 = 1 to invest. On the market two financial assets exist. The first one is riskless.

More information

Global Joint Distribution Factorizes into Local Marginal Distributions on Tree-Structured Graphs

Global Joint Distribution Factorizes into Local Marginal Distributions on Tree-Structured Graphs Teaching Note October 26, 2007 Global Joint Distribution Factorizes into Local Marginal Distributions on Tree-Structured Graphs Xinhua Zhang Xinhua.Zhang@anu.edu.au Research School of Information Sciences

More information

Diversification. Chris Gan; For educational use only

Diversification. Chris Gan; For educational use only Diversification What is diversification Returns from financial assets display random volatility; and with risk being one of the main factor affecting returns on investments, it is important that portfolio

More information

What is Greedy Approach? Control abstraction for Greedy Method. Three important activities

What is Greedy Approach? Control abstraction for Greedy Method. Three important activities 0-0-07 What is Greedy Approach? Suppose that a problem can be solved by a sequence of decisions. The greedy method has that each decision is locally optimal. These locally optimal solutions will finally

More information

Corporate Finance, Module 21: Option Valuation. Practice Problems. (The attached PDF file has better formatting.) Updated: July 7, 2005

Corporate Finance, Module 21: Option Valuation. Practice Problems. (The attached PDF file has better formatting.) Updated: July 7, 2005 Corporate Finance, Module 21: Option Valuation Practice Problems (The attached PDF file has better formatting.) Updated: July 7, 2005 {This posting has more information than is needed for the corporate

More information

IEOR E4004: Introduction to OR: Deterministic Models

IEOR E4004: Introduction to OR: Deterministic Models IEOR E4004: Introduction to OR: Deterministic Models 1 Dynamic Programming Following is a summary of the problems we discussed in class. (We do not include the discussion on the container problem or the

More information

Optimization of China EPC power project cost risk management in construction stage based on bayesian network diagram

Optimization of China EPC power project cost risk management in construction stage based on bayesian network diagram Acta Technica 62 (2017), No. 6A, 223 232 c 2017 Institute of Thermomechanics CAS, v.v.i. Optimization of China EPC power project cost risk management in construction stage based on bayesian network diagram

More information

Optimal Security Liquidation Algorithms

Optimal Security Liquidation Algorithms Optimal Security Liquidation Algorithms Sergiy Butenko Department of Industrial Engineering, Texas A&M University, College Station, TX 77843-3131, USA Alexander Golodnikov Glushkov Institute of Cybernetics,

More information

Options Pricing Using Combinatoric Methods Postnikov Final Paper

Options Pricing Using Combinatoric Methods Postnikov Final Paper Options Pricing Using Combinatoric Methods 18.04 Postnikov Final Paper Annika Kim May 7, 018 Contents 1 Introduction The Lattice Model.1 Overview................................ Limitations of the Lattice

More information

The Characteristics Analysis of the Stock Network Based on Weighted Relative Values :an example of information service industry

The Characteristics Analysis of the Stock Network Based on Weighted Relative Values :an example of information service industry 2nd International Conference on Science and Social Research (ICSSR 2013) The Characteristics Analysis of the Stock Network Based on Weighted Relative Values :an example of information service industry

More information

CSV 886 Social Economic and Information Networks. Lecture 5: Matching Markets, Sponsored Search. R Ravi

CSV 886 Social Economic and Information Networks. Lecture 5: Matching Markets, Sponsored Search. R Ravi CSV 886 Social Economic and Information Networks Lecture 5: Matching Markets, Sponsored Search R Ravi ravi+iitd@andrew.cmu.edu Simple Models of Trade Decentralized Buyers and sellers have to find each

More information

Analysis of Correlation Based Networks Representing DAX 30 Stock Price Returns

Analysis of Correlation Based Networks Representing DAX 30 Stock Price Returns Analysis of Correlation Based Networks Representing DAX 30 Stock Price Returns Jenna Birch 1, Athanasios A Pantelous 2 and Kimmo Soramäki 3 Abstract In this paper, we consider three methods for filtering

More information

Independent Study Project

Independent Study Project Independent Study Project A Market-Neutral Strategy Lewis Kaufman, CFA Fuqua School of Business, 03 lewis.kaufman@alumni.duke.edu Faculty Advisor: Campbell R. Harvey May 1, 2003 1 Agenda Annual Returns

More information

Quantitative Portfolio Theory & Performance Analysis

Quantitative Portfolio Theory & Performance Analysis 550.447 Quantitative ortfolio Theory & erformance Analysis Week February 18, 2013 Basic Elements of Modern ortfolio Theory Assignment For Week of February 18 th (This Week) Read: A&L, Chapter 3 (Basic

More information

A Fuzzy Vertex Graceful Labeling On Friendship and Double Star Graphs

A Fuzzy Vertex Graceful Labeling On Friendship and Double Star Graphs IOSR Journal of Mathematics (IOSR-JM) e-issn: 2278-5728, p-issn: 2319-765X. Volume 14, Issue 4 Ver. III (Jul - Aug 2018), PP 47-51 www.iosrjournals.org A Fuzzy Vertex Graceful Labeling On Friendship and

More information

Chapter 6 Simple Correlation and

Chapter 6 Simple Correlation and Contents Chapter 1 Introduction to Statistics Meaning of Statistics... 1 Definition of Statistics... 2 Importance and Scope of Statistics... 2 Application of Statistics... 3 Characteristics of Statistics...

More information

Name: Class: Date: in general form.

Name: Class: Date: in general form. Write the equation in general form. Mathematical Applications for the Management Life and Social Sciences 11th Edition Harshbarger TEST BANK Full clear download at: https://testbankreal.com/download/mathematical-applications-management-life-socialsciences-11th-edition-harshbarger-test-bank/

More information

AlloyCoin: A Crypto-Currency with a Guaranteed Minimum Value

AlloyCoin: A Crypto-Currency with a Guaranteed Minimum Value AlloyCoin: A Crypto-Currency with a Guaranteed Minimum Value Alloy Reserve Development Team Alloy Reserve LLC, Dayton, OH 45435, USA support@alloycoin.com http://www.alloycoin.com Abstract. AlloyCoin is

More information

Credit Card Default Predictive Modeling

Credit Card Default Predictive Modeling Credit Card Default Predictive Modeling Background: Predicting credit card payment default is critical for the successful business model of a credit card company. An accurate predictive model can help

More information

Factors in Implied Volatility Skew in Corn Futures Options

Factors in Implied Volatility Skew in Corn Futures Options 1 Factors in Implied Volatility Skew in Corn Futures Options Weiyu Guo* University of Nebraska Omaha 6001 Dodge Street, Omaha, NE 68182 Phone 402-554-2655 Email: wguo@unomaha.edu and Tie Su University

More information

Research of Chinese Stock Market Complex Network Structure

Research of Chinese Stock Market Complex Network Structure International Journal of Economics and Finance; Vol. 7, No. 5; 2015 ISSN 1916-971X E-ISSN 1916-9728 Published by Canadian Center of Science and Education Research of Chinese Stock Market Complex Network

More information

Matching Markets and Google s Sponsored Search

Matching Markets and Google s Sponsored Search Matching Markets and Google s Sponsored Search Part III: Dynamics Episode 9 Baochun Li Department of Electrical and Computer Engineering University of Toronto Matching Markets (Required reading: Chapter

More information

Portfolio Construction Research by

Portfolio Construction Research by Portfolio Construction Research by Real World Case Studies in Portfolio Construction Using Robust Optimization By Anthony Renshaw, PhD Director, Applied Research July 2008 Copyright, Axioma, Inc. 2008

More information

A Study on the Risk Regulation of Financial Investment Market Based on Quantitative

A Study on the Risk Regulation of Financial Investment Market Based on Quantitative 80 Journal of Advanced Statistics, Vol. 3, No. 4, December 2018 https://dx.doi.org/10.22606/jas.2018.34004 A Study on the Risk Regulation of Financial Investment Market Based on Quantitative Xinfeng Li

More information

Artificially Intelligent Forecasting of Stock Market Indexes

Artificially Intelligent Forecasting of Stock Market Indexes Artificially Intelligent Forecasting of Stock Market Indexes Loyola Marymount University Math 560 Final Paper 05-01 - 2018 Daniel McGrath Advisor: Dr. Benjamin Fitzpatrick Contents I. Introduction II.

More information

The Case for TD Low Volatility Equities

The Case for TD Low Volatility Equities The Case for TD Low Volatility Equities By: Jean Masson, Ph.D., Managing Director April 05 Most investors like generating returns but dislike taking risks, which leads to a natural assumption that competition

More information

Option-Implied Information in Asset Allocation Decisions

Option-Implied Information in Asset Allocation Decisions Option-Implied Information in Asset Allocation Decisions Grigory Vilkov Goethe University Frankfurt 12 December 2012 Grigory Vilkov Option-Implied Information in Asset Allocation 12 December 2012 1 / 32

More information

Predicting Economic Recession using Data Mining Techniques

Predicting Economic Recession using Data Mining Techniques Predicting Economic Recession using Data Mining Techniques Authors Naveed Ahmed Kartheek Atluri Tapan Patwardhan Meghana Viswanath Predicting Economic Recession using Data Mining Techniques Page 1 Abstract

More information

Industry: Industrial Goods & Services Sector: Electronic Equipment. This report is just the appetizer! Free of charge, reports on :

Industry: Industrial Goods & Services Sector: Electronic Equipment. This report is just the appetizer! Free of charge, reports on : BARCO NV Industry: Industrial Goods & Services Sector: Electronic Equipment EUR 60.00 Analysis of 28-Nov-2015 Closing price of 27-Nov-2015 This report is just the appetizer! Free of charge, reports on

More information