GLOBAL CURRENCY MOVEMENT AND GENERALIZED RULE INDUCTION

Size: px
Start display at page:

Download "GLOBAL CURRENCY MOVEMENT AND GENERALIZED RULE INDUCTION"

Transcription

1 GLOBAL CURRENCY MOVEMENT AND GENERALIZED RULE INDUCTION A. G. Malliaris Loyola University Chicago, 1 E Pearson, Chicago IL 60611, , tmallia@luc.edu M. E. Malliaris Loyola University Chicago, 1 E Pearson, Chicago IL 60611, , mmallia@luc.edu ABSTRACT This paper uses one form of association analysis, Generalized Rule Induction (GRI), to investigate the relationships among directional movement of eight major currencies priced relative to the dollar. Data over ten years was studied to see if there are movement rules among these currencies that might be stable over time. Eighteen rules were discovered and discussed that appear to have some robustness over both the training and validation sets. For example, when the Australian Dollar and Japanese Yen move in a similar direction, the Euro frequently does the same. These results suggest that co-movement among some specific markets exists over relatively long periods of time and does not exist among others. Keywords: generalized rule induction, foreign exchange, currencies, data mining 1. INTRODUCTION In the search for diversity of assets in which to place funds, an investor prefers to have some investments that do not move together. That is, they do not go up and down simultaneously. However, if it is possible to isolate some assets that do have similar patterns of movement, then this knowledge can be used in two ways: to make money if one has moved and the other has not moved yet, or, to build a more diverse portfolio by not including both in the basket. Similarly, if no pattern of co-movement can be found over time, then the investor is more assured that a pair of specific markets move in a less synchronized fashion. This paper investigates ten years of currency price data movement, using a methodology called Generalized Rule Induction (GRI). GRI was created in 1992 by Smyth and Goodman [13] as an algorithm that could be used for the induction of rules from a set of examples. Rather than using an expert (common, but labor intensive, at that time) to obtain rules, they wanted to create an algorithm that could automatically acquire rules from data, where that data existed. They also wanted their technique to generate rules relating not only two columns of data, but possibly multiple columns. Their focus was on reducing a large dataset to a small set of rules found within that data. In today s internet environment, the acquisition of data is much easier that when this technique was first envisioned. With such ease of data attainment, the number of rule induction methods and problems for their application has increased. These methods continue to be popular for approaching problems in finance, for example, Batyrshin et al [2] [3] use time series databases, Albanis and Batchelor [1] employ rule induction to look at stock selection, Wang et al [15] study

2 forecasting time series, and Tseng [14] discusses co-movement in international stocks and Bossomaier et al [5] detail a simulation of trust in wealth management. This research uses rule induction to look at international currency market data over a ten-year period. In today s world, since it is as easy to trade globally as to trade locally, the growth in the size and complexity of international financial markets has been one of the most striking aspects of the world economy over the last decade. This process of financial globalization and its possible effects has been described by Lane and Milesi-Ferretti [11] [12] and Devereux and Sutherland [9]. Campbell et al.[8] finds that the Australian dollar and the Canadian dollar are positively correlated with local-currency returns on equity markets around the world, including their own domestic markets. At the other extreme, the euro and the Swiss franc are negatively correlated with world stock returns and their own domestic stock returns. The Japanese yen, the British pound, and the US dollar fall in the middle, with the yen and the pound more similar to the Australian and Canadian dollars, and the US dollar more similar to the euro and the Swiss franc. With the increasing globalization, certain currencies have received great significance the past few decades. This global significance translates into a search for the pricing of these currencies. The challenge becomes even greater since currencies are priced one in terms of another. One may view the issue of pricing currencies as a comparison of all economic and financial fundamentals between two nations. Empirical evidence of chaotic dynamics in financial data such as stock market indexes, foreign currencies, macroeconomic time series and several others have been performed by various researchers such as Brock, Scheinkman, Dechert and LeBaron, [7] and Brock and Malliaris[6]. However, there is very little empirical work done to study nonlinear chaotic determinism in currency markets. One way of looking at the interplay of currencies by themselves is to study the direction of movement in each market per day. That is, are there certain major markets that move up or down together sufficiently often for us to form a conclusion about their inter-relationships? This paper uses Generalized Rule Induction to investigate the relationships among directional movement of eight major currencies around the globe. Data over ten years was studied to see if there are movement rules among these currencies that might be stable over time. 2. DATA AND METHODOLOGY We began with daily cash closing prices for the Australian Dollar, British Pound, Brazilian Real, Canadian Dollar, Euro, Japanese Yen, Mexican Peso, and Swiss Franc with respect to the US Dollar. That is, the data reflects the amount of each foreign currency that could be purchased with 1 US dollar that day. Though the foreign exchange market is considered to be a 24-hour market, closing prices can be quoted for individual markets in pairs. Thus, when the market in Tokyo closes, the value of the Yen to the Dollar can be established for that day. All values in this data set are in these units of the foreign currency per US dollar. The data sample covers the time period from January 2000 through July 2009 and was downloaded from Bloomberg. The relative movement in these currencies can be seen in Figure 1. In order to view them all in a similar scale, the Mexican Peso has been multiplied by 10 and the Japanese Yen by 100 for the

3 graph. There are a total of 2,491 observations for prices for each of the eight daily closing prices. These prices were split into two disjoint sets for training and validation. Data from January to June was used as the training set (2215 rows), with the remainder, from July to July , used as the validation set (276 rows). To study the simultaneous market movements, all data was transformed into Up or Down by comparing the value of the currency at time t with its value on the previous day. FIGURE 1. Currency Prices in units of 1 US Dollar, Peso & Yen scaled Association analysis is a popular data mining method that originated with the study of market baskets to see which items people purchased at the same time. It is often used as an exploratory method to help discover interesting relationships in the data that you may wish to analyze further. For an in-depth discussion of association analysis techniques, see Hand et al [10], or Berry and Linoff [4]. The variables in an association analysis model can be specified for use as inputs, outputs, or both. Association analysis then generates a set of rules of the form IF A THEN B where variables specified as inputs may occur after IF, variables specified as outputs may occur after THEN, and variables specified as both may occur in either position. The set of rules that is generated also depend on the user-supplied minimum values of support and confidence. Support refers to the percent of times that some combination of inputs (also called antecedents) occurs in the data set. When the antecedent combination does occur, confidence reflects the percent of time that the output, or consequent, is also true. There are several major association analysis techniques, for example, Apriori, Generalized Rule Induction

4 (GRI), and Carma. These vary in the way they search for interesting rules within a large, and generally sparse, data set. Generalized Rule Induction is a methodology that was introduced in 1992 by Smyth and Goodman [13] when they proposed a new method of automated rule acquisition based on large amounts of data. This methodology introduced a measure of information content called the J- measure. GRI uses the J-measure to quantify the amount of information in a rule, and then generates a set of optimal rules on the training data. The J-measure is defined as J = p(x) [ p(y x) ln (p(y x)/p(y)) + (1 p(y x)) ln (1 p(y x))/(1-p(y)) ] (1) where p(x) is the probability of the observed value of x and p(y) is the probability of y. After running the GRI methodology, a model is generated that consists of a set of rules containing the most information. Along with the statement of each rule, GRI also specifies the specific support and confidence that occurred for each rule. Only rules that meet the userspecified minimum levels for support and confidence are listed. With the easy use of computers today to isolate conditions meeting the antecedents, the level of support (that is, the percent of occurrence within the database) is of less concern that the level of confidence. Thus, if a set of antecedent conditions occurs a very small number of times, but the consequent confidence is high, then this would be a rule worth exploring. 3. PROBLEM SETUP AND RESULTS Association analysis problems most often use data in symbolic format. Thus, all data was converted from numeric values, reflecting their amount relative to 1 US dollar, into non-numeric data indicating only the direction of movement relative to the US dollar on any given day. The Generalized Rule Induction methodology was run using the SPSS product Clementine (now renamed IBM s SPSS Modeler since the purchase of SPSS by IBM). There were two runs of the model for this study with the inputs and outputs divided into groups determined by time zone locations. In the first run of GRI, because of the time difference in markets across the globe, the Australian dollar and Japanese Yen were used as inputs with the Euro, the Swiss Franc and the British Pound as possible outputs. Following this run, the Australian dollar, Japanese Yen, the Euro, the Swiss Franc and the British Pound were used as inputs, with the Mexican Peso, the Brazilian Real and the Canadian dollar as outputs. Only the training set data was used in the generation of the rule sets. Then the validation data was run through the trained rule set to see whether the rules were stable over time. The GRI models generated a total of 151 rules. Here we show a selection of 18 of those rules where the validation set results supported the training set results, sorted by the market of the consequent. Each rule displays the antecedent and consequent followed by the support and confidence in each of the data sets. Rules 1 2, and 3 have, as a consequent, the Brazilian Real. Looking at the first rule, we see that, if both the Australian Dollar and the Euro were down at closing, then, on the same day, the

5 Brazilian Real was down at closing. This simultaneous downward movement in Australia and the Euro occurred in 38.06% of the training set cases. When that simultaneous movement occurred, then 61.09% of the time, the Real was also down in the training set. The support and confidence values are also given for the validation set. In the validation set, we see that the simultaneous down movement for Australia and the Euro occurred in about the same percentage of rows, but the Real s co-movement in the down direction occurred even more often, 73.08% of the time. Rule 2 has the same consequent but an antecedent with movement only from Australia specified. In this rule, we notice that the support is greater than in rule 1, but the confidence is lower. That is, fewer restrictions on the antecedent mean that more rows will display this antecedent, but the percentage of those rows displaying the consequent will be smaller. However, both rules have a high enough confidence to expect that the down movement in the Real is closely tied to that of the Australian Dollar. Rule 3 focuses on conditions necessary for the Real to move up relative to the US dollar. In this case, movements in three markets must happen before a strong consequent appears. Thus, Australia must be up relative to the dollar, the Swiss France must move down, and the Yen must also move down. Rules 4 and 5 have the British Pound as a consequent. These rules indicate that movement in the British Pound, either up or down, is tied to simultaneous co-movements in both Australia and Japan. The confidence levels in both the training and validation sets are in the mid-70s, though the occurrence of the antecedents drops from training to validation. The Canadian dollar is the consequent for rules 6 and 7. It moves down when both Australia and the Euro are down, but up movement depends only on Australia. The percent of time that the consequent was true increased in the validation set for both of these rules. The consequent of rule 6 is true for over 82% of the cases in the validation set. The direction of the Euro is the focus of rules 8 and 9. These show that the movement of the Euro is tied to having movement in both Australia and Japan go in the same direction. That is, all three go up and all three go down together about 80% of the time. These rules did not diminish in confidence from the training to the validation set. Rules 10 through 16 all have the Mexican Peso as a consequent. For the Mexican Peso to move down, either Australia or the Euro must also be down, and some other market must move up, as we see in rules 10 through 13. Up movement in the Peso happens often when either the Euro or Australia are up and the Swiss Franc is down. These rules have much less confidence in the training set than in the validation set, an indication that there may be less robustness in these rules over the time period studied. Finally, rules 17 and 18 indicate that simultaneous movement in Australia and Japan are an indication that the Swiss Franc will go the same direction that day. This relationship holds for both the up and down directions with high confidence. As we see in the table, over 80% of the time, this simultaneous movement occurs.

6 In addition to rule generation using GRI, Clementine allows us to generate a picture of pair-wise relationships among non-numeric data variables using a web graph. This graph, shown in Figure 2, illustrates pair-wise down movements on the left and pair-wise up movements on the right in the training data. Stronger relationships, that is, ones that occur more often, have darker lines connecting them. This graph does not combine up and down movement in the various markets as we can do with GRI, but it does give us some indications of places we might expect rules to be generated. By looking at these graphs, we see that there are more relationships shown for up than for down. Also note that the relationships between the Euro and the Swiss Franc are the strongest in both directions of movement. This figure also enables us to see the power of the GRI methodology over a simple graphic view of a data set. For example, while the links of the Australian dollar and the Japanese Yen to the Swiss Franc are thin on the Up chart here, GRI has shown us that the combination of up values on these two are a powerful indicator of movement in the direction of the Franc as priced in dollars. FIGURE 2. Clementine Web-graph of pair-wise down and up movements

7 TABLE 1. Rules generated by the GRI algorithm RULE TRAINING VALIDATION Antecedent Consequent Sup Conf Sup Conf 1 Australia= Down and Euro= Down Brazil = Down Australia = Down Brazil= Down Australia = Up and Swiss = Down and Japan = Down Brazil = Up Australia = Down and Japan = Down Britian = Down Australia = Up and Japan = Up Britian = Up Australia = Down and Euro = Down Canada = Down Australia = Up Canada = Up Australia = Down and Japan = Down Euro = Down Australia = Up and Japan = Up Euro = Up Australia = Down and Euro = Down and Swiss = Up Mexico = Down Australia = Down and Britian = Down and Japan= Up Mexico = Down Euro = Down and Swiss = Up Mexico = Down Euro = Down and Britian = Down and Swiss= Up Mexico = Down Euro = Up and Britian = Up and Swiss = Down Mexico = Up Euro = Up and Swiss = Down Mexico = Up Australia = Up and Swiss= Down Mexico = Up Australia= Down and Japan = Down Swiss= Down Australia = Up and Japan = Up Swiss = Up CONCLUSIONS For many centuries, national economies have been linked to one another financially, primarily because of trade. The importing nation received goods and paid in some pre-agreed currency. Currency trading predates both bond and stock trading as a financial innovation. However, there is very little doubt that during the past 50 years globalization grew at a remarkable pace and with it, currency trading.

8 Today, the daily volume of currency transactions in currency futures, forwards, swaps and options dominates all other types of trading volumes. This volume is driven by globalization that includes both trade and foreign direct investments, by portfolio diversification and by hedging and speculation, among other factors. Whether currencies move together or independently is a matter of importance for investors wishing to spread the impact of their portfolio decisions. This study used a set of data spanning almost ten years with data reflecting the values of eight major currencies relative to the US dollar. The data was transformed into directional movement and then analyzed to see whether association analysis could uncover rules relating to simultaneous currency movement that remained stable over time. Eighteen rules were discovered and discussed that appear to have some robustness over both the training and validation sets. These results suggest that there is reason to believe that comovement among some specific markets exists over relatively long periods of time and does not exist among others. This information can be used to help diversify a portfolio by holding currencies for which related movements do not occur. 5. REFERENCES [1] Albanis, G. and Batchelor, R. Combining heterogeneous classifiers for stock selection. Intelligent Systems in Accounting, Finance & Management, 2007, 15: doi: /isaf.282 [2] Batyrshin, I., Herrera-Avelar, R., Sheremetov, L, and Panova, A. Association networks in time series data mining, Proceedings of the Fuzzy Information Processing Society, 2005, pgs [3] Batyrshin, I., Herrera-Avelar, R., Sheremetov, L, and Panova, A. Moving Approximation Transform and Local Trend Associations in Time Series Data Bases. Perception-based Data Mining and Decision Making in Economics and Finance, Studies in Computational Intelligence, 2007, Springer, Berlin / Heidelberg. [4] Berry, M. and Linoff, G. Data Mining Techniques, Second Edition, Wiley Publishing Inc., [5] Bossomaier, T., Standish, R., Harre, M. Simulation of trust in client-wealth management adviser relationships, International Journal of Simulation and Process Modelling, 2010, 6(1), [6] Brock, W., and Malliaris, A.. Differential equations, stability and chaos in dynamic economics. North Holland, Amsterdam, The Netherlands, [7] Brock, W., Scheinkman, J., Dechert, W. and LeBaron, B., A test for independence based on the correlation dimension, Econometric Reviews, 1996, Taylor and Francis Journals, 15(3),

9 [8] Campbell, J.Y., Medeiros, K.S., and Viceira, L.M., Global Currency Hedging, NBER Working Paper, No. W13088, [9] Devereux, M.B., and Sutherland, A., Financial Globalization and Monetary Policy, IMF Working Paper, [10] Hand, D., Mannila, H., and Smyth, P. Principles of Data Mining, The MIT Press, [11] Lane, P., and Milesi-Ferretti, G.M., The External Wealth of Nations: Measures of Foreign Assets and Liabilities for Industrial and Developing Countries, Journal of International Economics, 2001, 55, [12] Lane, P., and Milesi-Ferretti, G.M., The External Wealth of Nations Mark II, IMF Working Paper, No 06-69, [13] Smyth P, Goodman RM. An information theoretic approach to rule induction from databases. IEEE Transactions on Knowledge and Data Engineering. 1992;4(4): doi: / [14] Tseng, C. Data driven modeling of co-movement among international stock market, Journal of Modelling in Management, 2007, 2(3), [15] Wang, X., Smith-Miles, K., Hyndman, R., Rule induction for forecasting method selection: Meta-learning the characteristics of univariate time series, Neurocomputing, June 2009, 72(10-12),

COMPARISON OF CURRENCY CO-MOVEMENT BEFORE AND AFTER OCTOBER 2008

COMPARISON OF CURRENCY CO-MOVEMENT BEFORE AND AFTER OCTOBER 2008 COMPARISON OF CURRENCY CO-MOVEMENT BEFORE AND AFTER OCTOBER 2008 M. E. Malliaris, Loyola University Chicago, 1 E. Pearson, Chicago, IL, mmallia@luc.edu, 312-915-7064 A.G. Malliaris, Loyola University Chicago,

More information

Are foreign currency markets interdependent? evidence from data mining technologies

Are foreign currency markets interdependent? evidence from data mining technologies MPRA Munich Personal RePEc Archive Are foreign currency markets interdependent? evidence from data mining technologies A.G. Malliaris and Mary Malliaris Loyola University Chicago 28. November 2011 Online

More information

Global Currency Hedging

Global Currency Hedging Global Currency Hedging John Y. Campbell Harvard University Arrowstreet Capital, L.P. May 16, 2010 Global Currency Hedging Joint work with Karine Serfaty-de Medeiros of OC&C Strategy Consultants and Luis

More information

The foreign exchange and derivatives markets in Hong Kong

The foreign exchange and derivatives markets in Hong Kong The foreign exchange and derivatives markets in Hong Kong by the Banking Supervision Department The results of the latest triennial global survey of turnover in the markets for foreign exchange (FX) and

More information

The foreign exchange market is global, and it is conducted over-the-counter (OTC)

The foreign exchange market is global, and it is conducted over-the-counter (OTC) FOREIGN EXCHANGE BASICS TERMS USED IN FOREX TRADING: The foreign exchange market is global, and it is conducted over-the-counter (OTC) through the use of electronic trading platforms, or by telephone through

More information

Chapter 4.1. Intermarket Relationships

Chapter 4.1. Intermarket Relationships 1 Chapter 4.1 Intermarket Relationships 0 Contents INTERMARKET RELATIONSHIPS The forex market is the largest global financial market. While no other financial market can compare to the size of the forex

More information

The European Central Bank s Minimum Bid Rate and Its Effect on Major Currency Pairs

The European Central Bank s Minimum Bid Rate and Its Effect on Major Currency Pairs The European Central Bank s Minimum Bid Rate and Its Effect on Major Currency Pairs Ikhlaas Gurrib Abstract The paper looks at the effects of Minimum Bid Rate on three major currency pairs namely the Australian

More information

Chapter Review and Self-Test Problems

Chapter Review and Self-Test Problems CHAPTER 22 International Corporate Finance 771 3. The fundamental relationships between international financial variables: a. Absolute and relative purchasing power parity, PPP b. Interest rate parity,

More information

A New Effective Exchange Rate Index for the Canadian Dollar

A New Effective Exchange Rate Index for the Canadian Dollar A New Effective Exchange Rate Index for the Canadian Dollar Janone Ong, Financial Markets Department A new Canadian-dollar effective exchange rate index (CERI) has been created to replace the C 6 index

More information

How To Get A Better Return From International Bonds

How To Get A Better Return From International Bonds International fixed income: The investment case Why international fixed income? International bonds currently make up the largest segment of the securities market Ever-increasing globalization and access

More information

FOREIGN EXCHANGE AND CURRENCY

FOREIGN EXCHANGE AND CURRENCY Exchange rates represent the linkage between one country and its partners in the global economy. They affect the relative price of goods being traded (exports and imports), the valuation of assets, and

More information

Evolution of Forex the Active Trader s Market

Evolution of Forex the Active Trader s Market Evolution of Forex the Active Trader s Market The practice of trading currencies online has increased threefold from 2002 to 2005, and the growth curve is expected to continue. Forex, an abbreviation for

More information

Good for business: get your forex transactions on track

Good for business: get your forex transactions on track Companies Foreign currencies Good for business: get your forex transactions on track Do you want to hedge foreign currency risks or invest in forex? A bank that takes your needs into account and provides

More information

Solutions: Sample Exam 2: FINA 5500

Solutions: Sample Exam 2: FINA 5500 Short Questions / Problems Section: (88 points) Solutions: Sample Exam 2: INA 5500 Q1. (8 points) The following are direct quotes from the spot and forward markets for pounds, yens and francs, for two

More information

The Foreign Exchange Market. Role of Foreign Exchange Markets

The Foreign Exchange Market. Role of Foreign Exchange Markets The Foreign Exchange Market Role of the foreign exchange markets Foreign exchange (FX) basics» Terminology» Types of contracts Organization and institutional features» Actors - brokers, dealers» Segments

More information

The Currency Conundrum

The Currency Conundrum The Currency Conundrum At our latest Insight Event, Mawer tackled currency specifically our approach and general thinking on the subject. Managing currencies is a difficult puzzle but one we feel is manageable.

More information

Foreign Exchange Investments Discover the World of Currencies. Private Banking USA

Foreign Exchange Investments Discover the World of Currencies. Private Banking USA Foreign Exchange Investments Discover the World of Currencies Credit Suisse Securities (USA) llc Private Banking USA 2 Foreign exchange: There s no ignoring the largest market in the world. Introduction

More information

Macroeconomics, 10e, Global Edition (Parkin) Chapter 26 The Exchange Rate and the Balance of Payments

Macroeconomics, 10e, Global Edition (Parkin) Chapter 26 The Exchange Rate and the Balance of Payments Macroeconomics, 10e, Global Edition (Parkin) Chapter 26 The Exchange Rate and the Balance of Payments 1 The Foreign Exchange Market 1) The term "foreign currency" refers to foreign I. coins II. notes III.

More information

Turnover of the foreign exchange and derivatives market in Hong Kong

Turnover of the foreign exchange and derivatives market in Hong Kong Turnover of the foreign exchange and derivatives market in Hong Kong by the Banking Policy Department Hong Kong advanced one place to rank sixth in the global foreign exchange market and seventh when taking

More information

Condensed Interim Consolidated Financial Statements of. Canada Pension Plan Investment Board

Condensed Interim Consolidated Financial Statements of. Canada Pension Plan Investment Board Condensed Interim Consolidated Financial Statements of Canada Pension Plan Investment Board December 31, 2015 Condensed Interim Consolidated Balance Sheet As at December 31, 2015 (CAD millions) As at December

More information

Exchange Rates: Application of Supply and Demand

Exchange Rates: Application of Supply and Demand Exchange Rates: Application of Supply and Demand ECO 120: Global Macroeconomics 1 1.1 Goals Goals ˆ Specific goals: Learn how interpret exchange rates. Learn how to use supply and demand to interpret exchange

More information

Trading forex is buying one currency while at the same time selling a different currency.

Trading forex is buying one currency while at the same time selling a different currency. F O R E I G N E X C H A N G E B A S I C S T E R M S U S E D I N F O R E X T R A D I N G The foreign exchange market is global, and it is conducted over-the-counter (OTC) through the use of electronic trading

More information

Condensed Interim Consolidated Financial Statements of. Canada Pension Plan Investment Board

Condensed Interim Consolidated Financial Statements of. Canada Pension Plan Investment Board Condensed Interim Consolidated Financial Statements of Canada Pension Plan Investment Board September 30, 2015 Condensed Interim Consolidated Balance Sheet As at September 30, 2015 As at September 30,

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Chatper 34 International Finance - Test Bank MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) The currency used to buy imported goods is A) the

More information

Assignment 10 (Chapter 11)

Assignment 10 (Chapter 11) Assignment 10 (Chapter 11) 1. Which of the following tends to cause the U.S. dollar to appreciate in value? a) An increase in U.S. prices above foreign prices b) Rapid economic growth in foreign countries

More information

Theories of Exchange rate determination

Theories of Exchange rate determination Theories of Exchange rate determination INTRODUCTION By definition, the Foreign Exchange Market is a market 1 in which different currencies can be exchanged at a specific rate called the foreign exchange

More information

Introduction, Forwards and Futures

Introduction, Forwards and Futures Introduction, Forwards and Futures Liuren Wu Zicklin School of Business, Baruch College Fall, 2007 (Hull chapters: 1,2,3,5) Liuren Wu Introduction, Forwards & Futures Option Pricing, Fall, 2007 1 / 35

More information

Chapter 3.1. Capital and Trade Flow Drive Currency Values

Chapter 3.1. Capital and Trade Flow Drive Currency Values Chapter 3.1 Capital and Trade Flow Drive Currency Values 0 CAPITAL AND TRADE FLOW DRIVE CURRENCY VALUES Supply and demand are the simple concepts behind all price movement in the forex market, and no two

More information

Web. Chapter International Managerial Finance. Chapter Summary

Web. Chapter International Managerial Finance. Chapter Summary Chapter International Managerial Finance Web T his chapter provides a brief introduction to international finance. Of course, whole courses and even degree programs are offered on this topic. The reason

More information

CHAPTER 12 CHAPTER 12 FOREIGN EXCHANGE

CHAPTER 12 CHAPTER 12 FOREIGN EXCHANGE CHAPTER 12 CHAPTER 12 FOREIGN EXCHANGE CHAPTER OVERVIEW This chapter discusses the nature and operation of the foreign exchange market. The chapter begins by describing the foreign exchange market and

More information

Chapter 1.2. Currencies Come in Pairs

Chapter 1.2. Currencies Come in Pairs Chapter 1.2 Currencies Come in Pairs 0 GETTING STARTED You know the advantages of trading forex, and you are excited to start trading. Now you need to learn what this market is all about. How does it work?

More information

QUESTIONS CHAPTER 20 FOREIGN EXCHANGE MARKETS

QUESTIONS CHAPTER 20 FOREIGN EXCHANGE MARKETS QUESTIONS CHAPTER 20 FOREIGN EXCHANGE MARKETS Question 20.1 Suppose you want to buy a car. You either want to buy a Chevrolet for US$ 23,000, a Volkswagen for 15,900, a Honda for 2.2 million or a Hyundai

More information

FxPro Education. Introduction to FX markets

FxPro Education. Introduction to FX markets FxPro Education Within any economy, consumers and businesses use currency as a medium of exchange. In the UK, pound sterling is the national currency, while in the United States it is the US dollar. Modern

More information

This act of setting a price today for a transaction in the future, hedging. hedge currency exposure, short long long hedge short hedge Hedgers

This act of setting a price today for a transaction in the future, hedging. hedge currency exposure, short long long hedge short hedge Hedgers Section 7.3 and Section 4.5 Oct. 7, 2002 William Pugh 7.3 Example of a forward contract: In May, a crude oil producer gets together with a refiner to agree on a price for crude oil. This price is for crude

More information

Understanding Currency

Understanding Currency Understanding Currency Overlay July 2010 PREPARED BY Gregory J. Leonberger, FSA Director of Research Abstract As portfolios have expanded to include international investments, investors must be aware of

More information

Foreign Exchange Market: Chapter 7. Chapter Objectives & Lecture Notes FINA 5500

Foreign Exchange Market: Chapter 7. Chapter Objectives & Lecture Notes FINA 5500 Foreign Exchange Market: Chapter 7 Chapter Objectives & Lecture Notes FINA 5500 Chapter Objectives: FINA 5500 Chapter 7 / FX Markets 1. To be able to interpret direct and indirect quotes in the spot market

More information

Index Options Beginners Tutorial

Index Options Beginners Tutorial Index Options Beginners Tutorial 1 BUY A PUT TO TAKE ADVANTAGE OF A RISE A diversified portfolio of EUR 100,000 can be hedged by buying put options on the Eurostoxx50 Index. To avoid paying too high a

More information

Investing in International Financial Markets

Investing in International Financial Markets APPENDIX 3 Investing in International Financial Markets http:// Visit http://money.cnn.com for current national and international market data and analyses. The trading of financial assets (such as stocks

More information

GFDatabase allows you to search financial and economic data series, but not individual securities.

GFDatabase allows you to search financial and economic data series, but not individual securities. GFD Search Engines The GFD Search Engines are designed to help you find the files you need for your research and analysis. Each Database that GFD provides a subscription to has a separate search engine.

More information

Global Investing: The Importance of Currency Returns and Currency Hedging

Global Investing: The Importance of Currency Returns and Currency Hedging Global Investing: The Importance of Currency Returns and Currency Hedging There is a continuing trend for investors to reduce their home bias in equity allocation and increase the allocation to international

More information

Chapter 6 Foreign Currency Translation. The objective of a currency is to provide a standard of value, a medium of

Chapter 6 Foreign Currency Translation. The objective of a currency is to provide a standard of value, a medium of Introduction and Background Chapter 6 Foreign Currency Translation Foreign Exchange Concepts and Definitions The objective of a currency is to provide a standard of value, a medium of exchange, and a unit

More information

2 Stock Price. Figure S1.1 Profit from long position in Problem 1.13

2 Stock Price. Figure S1.1 Profit from long position in Problem 1.13 Problem 1.11. A cattle farmer expects to have 12, pounds of live cattle to sell in three months. The livecattle futures contract on the Chicago Mercantile Exchange is for the delivery of 4, pounds of cattle.

More information

Foreign Exchange Trading Managers

Foreign Exchange Trading Managers Foreign Exchange Trading Managers Quantum Leap Capital (abbreviated as QLC ) is a Forex Trading Manager which focuses on trading worldwide foreign currencies on behalf of institutions, corporates and individual

More information

Introduction to Foreign Exchange. Andrew Wilkinson

Introduction to Foreign Exchange. Andrew Wilkinson Introduction to Foreign Exchange Andrew Wilkinson Risk Disclosure Options and Futures are not suitable for all investors. The amount you may lose may be greater than your initial investment. Before trading

More information

Index, Interest Rate, and Currency Options

Index, Interest Rate, and Currency Options CHAPTER 3 Index, Interest Rate, and Currency Options INTRODUCTION In an effort to gauge the market s overall performance, industry participants developed indexes. Two of the most widely followed indexes

More information

What Are the Best Times to Trade for Individual Currency Pairs?

What Are the Best Times to Trade for Individual Currency Pairs? What Are the Best Times to Trade for Individual Currency Pairs? By: Kathy Lien The foreign exchange market operates 24 hours a day and as a result it is impossible for a trader to track every single market

More information

AN INTRODUCTION TO TRADING CURRENCIES

AN INTRODUCTION TO TRADING CURRENCIES The ins and outs of trading currencies AN INTRODUCTION TO TRADING CURRENCIES A FOREX.com educational guide K$ $ kr HK$ $ FOREX.com is a trading name of GAIN Capital - FOREX.com Canada Limited is a member

More information

Market Implied Ratings FAQ Updated: June 2010

Market Implied Ratings FAQ Updated: June 2010 Market Implied Ratings FAQ Updated: June 2010 1. What are MIR (Market Implied Ratings)? Moody s Analytics Market Implied Ratings translate prices from the CDS, bond and equity markets into standard Moody

More information

FUNDS TM. G10 Currencies: White Paper. A Monetary Policy Analysis FUNDS. The Authority on Currencies

FUNDS TM. G10 Currencies: White Paper. A Monetary Policy Analysis FUNDS. The Authority on Currencies FUNDS White Paper The Authority on Currencies Merk Investments LLC Research MAY 2012 G10 Currencies: A Monetary Policy Analysis Merk Monetary Score favors currencies of, and Canada; disfavors currencies

More information

Chapter 1.1. The Forex Market

Chapter 1.1. The Forex Market Chapter 1.1 The Forex Market 0 THE FOREX MARKET The Forex market is the largest financial market in the world. Nearly $3.2 trillion worth of foreign currencies trade back and forth across the Forex market

More information

Chapter 1.1. The Forex Market

Chapter 1.1. The Forex Market Chapter 1.1 The Forex Market 0 THE FOREX MARKET The Forex market is the largest financial market in the world. Nearly $3.2 trillion worth of foreign currencies trade back and forth across the Forex market

More information

Chapter 1.1. The Forex Market

Chapter 1.1. The Forex Market Chapter 1.1 The Forex Market 0 THE FOREX MARKET The Forex market is the largest financial market in the world. Nearly $3.2 trillion worth of foreign currencies trade back and forth across the Forex market

More information

THE US DOLLAR, THE EURO, THE JAPANESE YEN AND THE CHINESE YUAN IN THE FOREIGN EXCHANGE MARKET A COMPARATIVE ANALYSIS

THE US DOLLAR, THE EURO, THE JAPANESE YEN AND THE CHINESE YUAN IN THE FOREIGN EXCHANGE MARKET A COMPARATIVE ANALYSIS THE US DOLLAR, THE EURO, THE JAPANESE YEN AND THE CHINESE YUAN IN THE FOREIGN EXCHANGE MARKET A COMPARATIVE ANALYSIS ORASTEAN Ramona Lucian Blaga University of Sibiu, Romania Abstract: This paper exposes

More information

The World s Elite Trading School. The Trusted Source for Online Investing and Day Trading Education Since 1994. What is a Forex?

The World s Elite Trading School. The Trusted Source for Online Investing and Day Trading Education Since 1994. What is a Forex? What is a Forex? Forex is the market where one currency is traded for another Unlike stocks and futures exchange, foreign exchange is indeed an interbank, over-the-counter (OTC) market which means there

More information

Introductory remarks by Jean-Pierre Danthine

Introductory remarks by Jean-Pierre Danthine abcdefg News conference Berne, 15 December 2011 Introductory remarks by Jean-Pierre Danthine I would like to address three main issues today. These are the acute market volatility experienced this summer,

More information

Econ 102 The Open Economy

Econ 102 The Open Economy Winter 2007 Econ 102 The Open Economy 1. Be sure to read your copy of the Wall Street Journal every weekday, looking especially for items related to the material in this course. Find an article in this

More information

This chapter seeks to explain the factors that underlie currency movements. These factors include market fundamentals and market expectations.

This chapter seeks to explain the factors that underlie currency movements. These factors include market fundamentals and market expectations. EXCHANGE-RATE DETERMINATION LECTURE NOTES & EXERCISES based on Carbaugh Chapter 13 CHAPTER OVERVIEW This chapter seeks to explain the factors that underlie currency movements. These factors include market

More information

Mechanics of Foreign Exchange - money movement around the world and how different currencies will affect your profit

Mechanics of Foreign Exchange - money movement around the world and how different currencies will affect your profit Dear Business Leader, Welcome to the Business Insight Seminars an exclusive, informational series to help you gain a powerful edge in today s highly competitive business environment. Our first topic in

More information

Forex Basics brought to you by MatrasPlatform.com

Forex Basics brought to you by MatrasPlatform.com Forex Basics brought to you by MatrasPlatform.com Table of Content What is FOREX... 3 FOREX Basics... 4 Trading Hours... 4 What Is Traded on FOREX?... 4 The Six Majors... 4 Currency Pair Distribution...

More information

The foreign exchange market operates 24 hours a day and as a result it

The foreign exchange market operates 24 hours a day and as a result it CHAPTER 5 What Are the Best Times to Trade for Individual Currency Pairs? The foreign exchange market operates 24 hours a day and as a result it is impossible for a trader to track every single market

More information

CHAPTER 15 INTERNATIONAL PORTFOLIO INVESTMENT SUGGESTED ANSWERS AND SOLUTIONS TO END-OF-CHAPTER QUESTIONS AND PROBLEMS

CHAPTER 15 INTERNATIONAL PORTFOLIO INVESTMENT SUGGESTED ANSWERS AND SOLUTIONS TO END-OF-CHAPTER QUESTIONS AND PROBLEMS CHAPTER 15 INTERNATIONAL PORTFOLIO INVESTMENT SUGGESTED ANSWERS AND SOLUTIONS TO END-OF-CHAPTER QUESTIONS AND PROBLEMS QUESTIONS 1. What factors are responsible for the recent surge in international portfolio

More information

ETPs for private investors

ETPs for private investors ETPs for private investors Simple products. Sophisticated strategies. ETPs Exchange Traded Products (ETPs) such as Exchange Traded Commodities (ETCs) and Exchange Traded Notes (ETNs) are listed exchange

More information

Ch. 6 The Foreign Exchange Market. Foreign Exchange Markets. Functions of the FOREX Market

Ch. 6 The Foreign Exchange Market. Foreign Exchange Markets. Functions of the FOREX Market Ch. 6 The Foreign Exchange Market Topics FOREX (or FX) Markets FOREX Transactions FOREX Market Participants FOREX Rates & Quotations Cross Rates and Arbitrage Foreign Exchange Markets The FOREX market

More information

MICHAEL HODGES AND BRETT COOPER

MICHAEL HODGES AND BRETT COOPER WHY COPY TRADE FOREX MICHAEL HODGES AND BRETT COOPER WHAT IS FOREX COPY TRADING Forex copy trading is a relatively new way of trading currency. It takes a lot of the risk and hassle out of trading and

More information

Vanguard research July 2014

Vanguard research July 2014 The Understanding buck stops here: the hedge return : Vanguard The impact money of currency market hedging funds in foreign bonds Vanguard research July 214 Charles Thomas, CFA; Paul M. Bosse, CFA Hedging

More information

An Introduction to. CME Foreign Exchange Products

An Introduction to. CME Foreign Exchange Products An Introduction to CME Foreign Exchange Products What Are Futures and Options? Futures contracts are standardized, legally binding agreements to buy or sell a specific product or financial instrument in

More information

The Market for Foreign Exchange

The Market for Foreign Exchange The Market for Foreign Exchange Chapter Objective: 5 Chapter Five This chapter introduces the institutional framework within which exchange rates are determined. It lays the foundation for much of the

More information

Reading: Chapter 19. 7. Swaps

Reading: Chapter 19. 7. Swaps Reading: Chapter 19 Chap. 19. Commodities and Financial Futures 1. The mechanics of investing in futures 2. Leverage 3. Hedging 4. The selection of commodity futures contracts 5. The pricing of futures

More information

Refer to Figure 17-1

Refer to Figure 17-1 Chapter 17 1. Inflation can be measured by the a. change in the consumer price index. b. percentage change in the consumer price index. c. percentage change in the price of a specific commodity. d. change

More information

Staying alive: Bond strategies for a normalising world

Staying alive: Bond strategies for a normalising world Staying alive: Bond strategies for a normalising world Dr Peter Westaway Chief Economist, Europe Vanguard Asset Management November 2013 This document is directed at investment professionals and should

More information

KEY INFORMATION DOCUMENT

KEY INFORMATION DOCUMENT KEY INFORMATION DOCUMENT PSG WEALTH CURRENCY FUTURES TRADING ACCOUNT TRADING ACCOUNT PAGE 0 This document is a summary of key information about the PSG Wealth currency futures trading account. It will

More information

TREASURY AND FEDERAL RESERVE FOREIGN EXCHANGE OPERATIONS

TREASURY AND FEDERAL RESERVE FOREIGN EXCHANGE OPERATIONS EMBARGOED: FOR RELEASE AT 4:00 P.M. EST, THURSDAY, FEBRUARY 10, 2011 TREASURY AND FEDERAL RESERVE FOREIGN EXCHANGE OPERATIONS October December 2010 During the fourth quarter of 2010, the U.S. dollar s

More information

Foreign Currency Exposure and Hedging in Australia

Foreign Currency Exposure and Hedging in Australia Foreign Currency Exposure and Hedging in Australia Anthony Rush, Dena Sadeghian and Michelle Wright* The 213 Australian Bureau of Statistics (ABS) Foreign Currency Exposure survey confirms that Australian

More information

Introduction to Exchange Rates and the Foreign Exchange Market

Introduction to Exchange Rates and the Foreign Exchange Market Introduction to Exchange Rates and the Foreign Exchange Market 2 1. Refer to the exchange rates given in the following table. Today One Year Ago June 25, 2010 June 25, 2009 Country Per $ Per Per Per $

More information

The U.S. dollar continues to be a primary beneficiary during times of market stress. In our view:

The U.S. dollar continues to be a primary beneficiary during times of market stress. In our view: WisdomTree ETFs BLOOMBERG U.S. DOLLAR BULLISH FUND USDU Over the past few years, investors have become increasingly sophisticated. Not only do they understand the benefits of expanding their holdings beyond

More information

Changes in the Relationship between Currencies and Commodities

Changes in the Relationship between Currencies and Commodities Bank of Japan Review 2012-E-2 Changes in the Relationship between Currencies and Commodities Financial Markets Department Haruko Kato March 2012 This paper examines the relationship between so-called commodity

More information

Currency Options. www.m-x.ca

Currency Options. www.m-x.ca Currency Options www.m-x.ca Table of Contents Introduction...3 How currencies are quoted in the spot market...4 How currency options work...6 Underlying currency...6 Trading unit...6 Option premiums...6

More information

Contents. Part I: The Global Financial Environment 1

Contents. Part I: The Global Financial Environment 1 Contents List of Figures List of Tables Preface and Acknowledgments About the Authors xii xv xviii xxvii Part I: The Global Financial Environment 1 Chapter 1: Introduction 3 Opening Case 1: TIAA-CREF Goes

More information

Annuity Linked TVI Index. Explained

Annuity Linked TVI Index. Explained Annuity Linked TVI Index Explained 1 Key Features of the Annuity Linked TVI Index The Index aims to deliver positive returns while moderating volatility regardless of market direction. The Index goal is

More information

* Test the various investment, portfolio, hedging, and technical trading strategies discussed in class.

* Test the various investment, portfolio, hedging, and technical trading strategies discussed in class. Investment Student: Welcome! You are about to manage an account in the most comprehensive investment simulation available. When you register you will receive a STOCK-TRAK brokerage account with an imaginary

More information

Managing Your Everyday Finances

Managing Your Everyday Finances Managing Your Everyday Finances Making the Most of Your Relationship With Morgan Stanley. Managing your day-to-day spending, cash flow, and available funds are key features of your overall financial management

More information

Forex Pair Performance Strength Score

Forex Pair Performance Strength Score Issue 50 Wednesday, September 11, 2013 Forex Pair Performance Strength Score Michael Burke Vice-president of Client Training and Education TSLabs@TradeStation.com Features Studies/Files Included: Focus:

More information

Chapter 14 Foreign Exchange Markets and Exchange Rates

Chapter 14 Foreign Exchange Markets and Exchange Rates Chapter 14 Foreign Exchange Markets and Exchange Rates International transactions have one common element that distinguishes them from domestic transactions: one of the participants must deal in a foreign

More information

CHAPTER 23: FUTURES, SWAPS, AND RISK MANAGEMENT

CHAPTER 23: FUTURES, SWAPS, AND RISK MANAGEMENT CHAPTER 23: FUTURES, SWAPS, AND RISK MANAGEMENT PROBLEM SETS 1. In formulating a hedge position, a stock s beta and a bond s duration are used similarly to determine the expected percentage gain or loss

More information

OBJECTIVES CHAPTER OVERVIEW CHAPTER OUTLINE SEMINAR 28 NOV 2013

OBJECTIVES CHAPTER OVERVIEW CHAPTER OUTLINE SEMINAR 28 NOV 2013 OBJECTIVES To learn the fundamentals of foreign exchange To identify the major characteristics of the foreign-exchange market and how governments control the flow of currencies across national borders

More information

TRADING VERTICAL SPREADS

TRADING VERTICAL SPREADS TRADING VERTICAL SPREADS Today s Topics Quick review of vertical spreads Entering spread orders Presentation Outline Vertical Spread Basics Bull & Bear Spreads Defined Mechanics at Expiration Important

More information

Fresno County Employees Retirement System Core Plus & MSFD

Fresno County Employees Retirement System Core Plus & MSFD Fresno County Employees Retirement System Core Plus & MSFD November 2, 2011 PRESENTED BY Stephanie S. Lord, CFA, CIC Vice President, Client Portfolio Manager One Financial Center Boston, Massachusetts

More information

Understanding World Currencies and Exchange Rates

Understanding World Currencies and Exchange Rates Understanding World Currencies and Exchange Rates Contents Currencies Exchange Rates Exchange Rate Movements Interpreting Numerical Exchange Rate Movements How Foreign Exchange Markets Work Why Exchange

More information

Ch. 38 Practice MC 1. In international financial transactions, what are the only two things that individuals and firms can exchange? A.

Ch. 38 Practice MC 1. In international financial transactions, what are the only two things that individuals and firms can exchange? A. Ch. 38 Practice MC 1. In international financial transactions, what are the only two things that individuals and firms can exchange? A. Currency and real assets. B. Services and manufactured goods. C.

More information

INTRODUCTION. This program should serve as just one element of your due diligence.

INTRODUCTION. This program should serve as just one element of your due diligence. FOREX ONLINE LEARNING PROGRAM INTRODUCTION Welcome to our Forex Online Learning Program. We ve always believed that one of the best ways to protect investors is to provide them with the materials they

More information

New data on financial derivatives 1 for the UK National Accounts and Balance of Payments

New data on financial derivatives 1 for the UK National Accounts and Balance of Payments New data on financial derivatives 1 for the UK National Accounts and Balance of Payments By Andrew Grice Tel: 020 7601 3149 Email: mfsd_fmr@bankofengland.co.uk This article introduces the first publication

More information

CHAPTER 16 EXCHANGE-RATE SYSTEMS

CHAPTER 16 EXCHANGE-RATE SYSTEMS CHAPTER 16 EXCHANGE-RATE SYSTEMS MULTIPLE-CHOICE QUESTIONS 1. The exchange-rate system that best characterizes the present international monetary arrangement used by industrialized countries is: a. Freely

More information

Chapter 5. The Foreign Exchange Market. Foreign Exchange Markets: Learning Objectives. Foreign Exchange Markets. Foreign Exchange Markets

Chapter 5. The Foreign Exchange Market. Foreign Exchange Markets: Learning Objectives. Foreign Exchange Markets. Foreign Exchange Markets Chapter 5 The Foreign Exchange Market Foreign Exchange Markets: Learning Objectives Examine the functions performed by the foreign exchange (FOREX) market, its participants, size, geographic and currency

More information

Getting Started With Forex Trading: A Forex Primer. Member NASD, NYSE, SIPC, and NFA

Getting Started With Forex Trading: A Forex Primer. Member NASD, NYSE, SIPC, and NFA Getting Started With Forex Trading: A Forex Primer Member NASD, NYSE, SIPC, and NFA 1 Important Information and Disclaimer: TradeStation Securities, Inc. seeks to serve institutional and active traders.

More information

Dual Currency Placement

Dual Currency Placement Dual Currency Placement Dual Currency Placement If you have international financial interests and are prepared to accept a currency risk in exchange for the opportunity to earn a potential return, a Dual

More information

A GUIDE TO FOREIGN EXCHANGE MARGIN TRANSACTIONS

A GUIDE TO FOREIGN EXCHANGE MARGIN TRANSACTIONS (Proposed Text) A GUIDE TO FOREIGN EXCHANGE MARGIN TRANSACTIONS September 2007 Name and Registration Number of Association Member In commencing foreign exchange margin transactions, you should read this

More information

The purpose of this ebook is to introduce newcomers to the forex marketplace and CMTRADING. Remember that trading in forex is inherently risky, and

The purpose of this ebook is to introduce newcomers to the forex marketplace and CMTRADING. Remember that trading in forex is inherently risky, and The purpose of this ebook is to introduce newcomers to the forex marketplace and CMTRADING. Remember that trading in forex is inherently risky, and you can lose money as well as make money. Manage your

More information

The Foreign Exchange Market Not As Liquid As You May Think

The Foreign Exchange Market Not As Liquid As You May Think 06.09.2012 Seite 1 / 5 The Foreign Exchange Market Not As Liquid As You May Think September 6 2012 1 23 AM GMT By Loriano Mancini Angelo Ranaldo and Jan Wrampelmeyer The foreign exchange market facilitates

More information

Automated news based

Automated news based Automated news based ULIP fund switching model ULIP funds switching model recommends the fund switching Parikh Satyen Professor & Head A.M. Patel Institute of Computer Sciences Ganpat University satyen.parikh@ganpatuniver

More information

Asian Economic and Financial Review DETERMINANTS OF THE AUD/USD EXCHANGE RATE AND POLICY IMPLICATIONS

Asian Economic and Financial Review DETERMINANTS OF THE AUD/USD EXCHANGE RATE AND POLICY IMPLICATIONS Asian Economic and Financial Review ISSN(e): 2222-6737/ISSN(p): 2305-2147 journal homepage: http://www.aessweb.com/journals/5002 DETERMINANTS OF THE AUD/USD EXCHANGE RATE AND POLICY IMPLICATIONS Yu Hsing

More information