a) Choose a social/economic behavior/topic that you wish to examine;

Size: px
Start display at page:

Download "a) Choose a social/economic behavior/topic that you wish to examine;"

Transcription

1 The aim of this assignment is to enable you to discover, analyze and critique the process by which economic models are created. As a result, you will work in pairs to complete the following: a) Choose a social/economic behavior/topic that you wish to examine; b) Then identify the main variables you wish to utilize to explain this topic. Provide reasons. c) Then create a mathematical model of your choice to explain articulate the relationship between the variables that you have chosen in b. d) Articulate the assumptions that you made in the process of creating this model. Do you simplify reality to make this model? Why? e) Articulate the aspects that you left out and explain your reasons. f) What are the shortcomings of your model in explaining the phenomena of your choice? /50 Some examples are provided on my site under the Resource section: Models Assignment Examples. You may use any form of software to build this model. 1

2 Models Assignment Modeling the Stock Market Introduction The stock market is generally considered unpredictable, a lottery, with studies going so far as to pit professional money managers against various animals, including cats, monkeys, and even an octopus, with results conclusively proving that the experts have no advantage over the animals. However, these experts often chose stocks based on either overly complex formulas, or simple human intuition and thus, the question: are there any simplistic formulas that can maximize revenue in an entirely nondeterministic system based on previous data? Procedure A computer program was created to help model and visually represent a very simplistic stock market. This market consisted of only 4 stocks, which followed the following rules: Their price was a random number between $7 and $13 Each day (one round of trading), the price either went up or down by some value between $0 and $1 The price was further modified based on how many stocks were available on the market of that type, up to a 50% increase The following formulae define a stock s price (P) in terms of the previous day s value (D): P = 7 + rand() % 7 P = D + rand() * 1000 / 1000 * MktVol/MktCap Furthermore, three distinct computer agents were created to compete in this market, each according to some simple formula, in order to see if any performed better than might be statistically expected. Each agent was charged with valuating all of the stocks, and based on their valuation, purchase or sell the stock. The formula for deciding how much of a stock to buy was represented by : ΔStocks = Factor * (Valuation ActualPrice) 3 Where factor had a constant value of 5, Actual Price was the price at which that stock was being sold at on that day, and Valuation was the dollar value that the agent assigned to that stock when it was asked to. ΔStocks represents the change in the agent s portfolio of that stock on that day (limited by the agent s available cash). 2

3 The agents all started with $1000 in cash, and followed these general archetypes: 1. Very Passive: This was an attempt to model a couch potato investor, who only participated in the market once a month (every 30 days). Their valuation of a stock was the average of the stock today, and 30 days ago, added to the value of the stock 15 days ago, according to the following formula: Bid = [Price(Today) + Price(Today -30)]/2 + Price(Today-15) 2. Semi-Passive: This agent tried to model a fairly interested person in stocks, but for whatever reason could only participate on a semi-regular basis: once a week (every 7 days). Their valuation of a stock was simply the average price of the stock in its entire history. Bid = Average(Price(Start to Today)) 3. Aggressive: This agent represented a day trader, who was active in the market every single day. They followed a slightly more intelligent formula, given the constraints of this model, whereby they valued a stock based on its 5 day performance and current price. Bid = Average(Price(Today-5 to Today)) + Price(Today) Clearly, the aggressive agent was predisposed (as is often the case in real life, too) to assume that stocks will tend to go up in value. Choice of Variables The most significant variable in this model is the portfolio (also referred to as cash) value of the agents. It was chosen because in the real world, the end goal of all participants in the stock market is to maximize the function ValueOfPortfolio(Cash, Time); such that cash and time are at global minima while ValueOfPortfolio is at a maximum. Individual stock prices are more important variables, as they have a direct impact on the value of an agent s portfolio, but the impact is not instantaneous, rather, it has some inherent lag time. Some other variables were also considered, such as the volume of a stock having an impact on its price, as a way to represent some level of control that buyers exert over the market, though not enough to direct prices in any particular direction. Assumptions Now, with a clear understanding of how the various elements of the market interact, it is critical to consider assumptions undertaken in the model. 1. All agents act at the same time, and all trades happen simultaneously. There can only be one trade per stock per agent per day. 2. All agents have perfectly accurate information about the previous values of the stock (and its market volume) but have no information about future prices. 3

4 3. All agents begin with exactly $1000, and they have no other access to money unless they sell some or all of their holdings. In some cases, agents end up going negative with cash (ie. borrowing), though this is emergent behaviour, and actually discouraged (however, it generally seems to work, more on this later). 4. There exist no fees of any type on trading, and trading can happen in non-integer quantities. 5. The simulation runs for 900 days, though it can optionally be continued for an indefinite amount of time. 6. All agents decide on the quantity to purchase based on the exact same cubic function. 7. Stock prices are completely random within a certain variation of the previous value. 8. Stocks that go bankrupt (value less than $0) are not rejected from the market, and can sometimes be hidden gems for agents that hold on to them. 9. The value of the dollar remains consistent throughout the simulation (ie. no inflation, deflation, etc. is considered). Simplifications This model is certainly several levels of abstraction higher than reality, though it is also fairly representative. Reality must be simplified because it is far too complex, and more importantly, too interconnected for a model to properly explain it. Models are best described as functions, where for some given input they return some output (in a completely deterministic fashion). Once we consider a mental model obsolete, it is scrapped and replaced by an upgraded version. Reality itself, however, is a fully intradependent structure, whereby any one thing relies on one or more other things, sometimes in a mutual arrangement. Each of the assumptions made were a direct result of some natural incongruity between reality and a model. 1. In reality, agents in a stock market do NOT act at the same time, which results in very curious problems. For example, the business of High Frequency Trading (HFT) is worth billions of dollars, because one agent can perform a transaction slightly faster, a matter of individual milliseconds, allowing them to earn a guaranteed profit by acting as a pseudo-middleman. In this model, either the first buyer always has their first choice of which stocks to purchase, or else, the later agents can buy and/or sell based on the previous agents actions, similar to HFT. This was a necessary simplification for the sake of equity, and because this is a very simplistic model, even going so far as to ignore transaction fees. Furthermore, all agents start at the same time (everyone participates in the market on the first day) to ensure the maximum equity between agents, and thus not needing a control group. (Duplicate agents will always have exactly identical portfolios, given they start at on the same day). 2. This was another necessary assumption, but is very justifiable. Although insider trading sometimes happens, pedestrian stock traders would have access to essentially identical information as these agents, but in even greater detail. The distinction is that all of these agents 4

5 have identical information at all instants in time, which of course, is not the case in reality. However, these small temporal differences have minimal effect on the stock trading behaviour of pedestrian stock traders, compared to something like HFT. 3. This assumption was also made to minimize the need for a control group. It was also a sum of money that was large enough to create noticeable returns, without being so large as to have a significant impact on the market (for example, if one agent were to buy all 10,000 units of a given stock). Borrowing is likewise heavily discouraged in this model, as it is in real life, as the stock market is unpredictable, and beside the possibility the debt will go unpaid, no one will actually lend money to be used on the stock market. In essence, wise people (who have no inside information) will never leverage or borrow in order to compete on the stock market. Thus, this assumption makes the model more realistic. 4. This simplification is necessary because it significantly simplifies the valuation of the stocks. Alternatively, one could consider the price of the stock to already include two sets of the fees, one for purchasing and one for selling. Having the fees included adds nothing to the model from a mathematical point of view, and a very minimal amount from a realistic point of view, at the cost of significantly greater complexity (ie. formulas accounting for buying and selling, ensuring profit despite these costs, etc.) days was chosen as it represents just slightly less than two and a half years. From a mathematical point of view, it has no bearing on the model at all; it was simply used for the display. It also provides enough time for somewhat significant changes in the prices of the various stocks without becoming overwhelming. 6. This assumption was made to simplify the process buyers go through in choosing stocks even though two buyers may agree on a valuation of a stock (ie. the value they think the stock actually holds, not its market price), they may not agree on how much of it to purchase. This simplifies that, and assumes that all humans would purchase following a similar model. The cubic function was chosen because it represents exceptionally greater purchases for greater profits, and has the advantage of also having negative values within its domain (unlike a quadratic). A linear function was also considered, but ultimately discarded, as humans would (generally) significantly favour higher returns (ie. greater difference between valuation and actual price) than lower returns. 7. This was another deliberate choice, and one of the most significant in the context of this assignment, as it best represents the stock market from the point of view of the agents, and thus, stock traders. The values of stocks in the stock market can be said to follow the Efficient Market Hypothesis, in which prices reflect all actionable information, and thus, from the point of view of the consumer, the fluctuations are random. Of course, stocks represent a company, and thus changes in actual stocks on the market are wholly dependent on the valuation of the underlying company long term. Over the short term, however, all stocks fluctuate as buyers and sellers jockey for ownership. It is this relationship which is being modeled. This also had a very interesting consequence just like in the real stock market, winners can often emerge for no real reason, and maintain that lead if they only have average luck from that point on. This assumption is the foundation for this model, and does not allow for events such as mergers or signing high-value deals into the model, despite these occurring commonly in the real world. 5

6 The main reason for omitting these kinds of events is because from the point of view of the average end user, these events are identical to the current implementation of stock price variations, but with greater profits and/or losses. In other words, they do not add meaningful depth to the model, but rather further increase the dependence on luck in order to achieve success. 8. This assumption was made in large part for the sake of code simplification. However, it is not unjustifiable. Companies can occasionally reach penny stock levels and climb back up. Because stocks represent the values of companies, and company values have a limited rate at which they can change, for good or bad, it is reasonable to say that this model removes penny stocks too quickly (as all price changes are fixed at a maximum change of $1/day). Therefore, agents that own those stocks but chose not to sell them retain them, and sometimes the stock re-emerges, and the agent is able to buy low and sell high. Of course, this behaviour is considered highly risky and relatively few respectable stock brokers do this in real life, but since this market is quite limited, this interaction is on the whole more beneficial to consider than to eliminate. 9. This is a critical assumption despite not being explicitly modeled. Rather than accounting for inflation/deflation and having to consider all of those extra factors, this model simply works in real values relative to the starting point of the simulation. In that sense, it can also be thought of as modeling an economy without inflation or deflation, though that deviates further from reality. Ignored Factors Some factors that are integral to the function of markets were excluded from the model for various reasons, mostly related to them being only tangentially relevant to the model itself. For example, all forms of derivatives were left out, as that only complicated the model, but added nothing. In a sense, the agents already act on the principles of derivatives, by purchasing or selling stocks according to their own valuation of the stocks, just as one might do when buying derivatives. Another important example is the nonexistence of the commodities market oil, gold, silver, gas, and so on. Although these are important to markets, they are somewhat unimportant in a heavily abstracted sense, as is the case in this model. One purpose of the commodities market is that if one believes that a certain resource will grow in value, but does not believe any companies that utilize that resource will also grow in value, or will not grow as much as the resource itself, one can opt to buy the resource itself. In a sense, this is similar to the derivatives market, though in a somewhat opposite sense. Rather than purchasing the end product, the derivative, one invests in the input product, the stock, or here, the commodity. Similar to commodities, competition between companies was also ignored. No companies were considered to be substitute goods to one another, as may be the case in real markets. However, this abstraction can be justified by saying that the stocks in this model actually represent indices, and each index is a different sector or industry, with no overlap between them. This also somewhat explains the random variations, as although it may be feasible to have insider knowledge about one or two companies, it is a lot harder to be able to predict the aggregate value of all companies in a sector. This also encourages diversification in every stock, a behaviour the agents follow agents are not allowed to 6

7 purchase a quantity of an individual stock at a cost greater than one quarter of their current cash. This market model also assumes that all agents are completely independent actors, and have no influence over one another outside the market, as should be the case in real life (though is not). Pump and dumps, as well as other schemes are not possible in the scope of the model all agents have exactly identical information. Agents also cannot team up, nor engage in corporate take overs. There are certainly other critical functions of markets that were ignored, but between the omissions herein discussed and the various assumptions that were already explained, this model is very capable of standing on its own. Shortcomings/Flaws This model s greatest flaw is that it does not permit for any interaction between agents. Although they can indirectly influence stock prices, by purchasing or selling and thereby changing the modifier on the stock price s variance, they cannot force prices up or down. To an extent, however, this is also one of the model s strengths, in that casual investors in the stock market also have no impact on a stock s price, despite various economic theories claiming they do have an impact. The model also makes several assumptions about the buying patterns of humans that they are consistent, that they are logical, and even that they do not take loans. In no human is that the case the agents are simply fundamentally inhuman. The agents follow specific algorithms for evaluating the stocks, but even still are different from humans following an identical algorithm; humans are controlled in equal parts by logic and emotion, whereas the agents have no emotion. A human, with the exact same formula for buying and selling, is far more influenceable by other, completely irrelevant factors. After a good day, people are more likely to invest; a bad one may cause people to become overly protective of their money. The agents demonstrate perfect discipline in executing the formulas, but people rarely are so algorithmic, even if the formula is an internal part of them (ie. they are not following it because someone told them to, but because they genuinely believe it to be the best possible formula). Another arguable flaw is that none of the agents can actually guarantee a profit, nor do they always have the same relative values at the end of the simulation. Each agent can end with either the greatest profit, or the greatest loss the results are completely unpredictable, and fairly non-reproducible. But then, that is also the case in real life. The flaw, then, is that the model fails at proving that there exists a simple algorithm for stock valuation that beats the market, ie. beats random chance. Furthermore, there is an element of knowledge that is present in actual stock trading which is not present in this simulation. There is a notable distinction between insider knowledge and industrial or applicable knowledge, in that applicable knowledge is technically available to everyone; it is simply knowledge about how an industry works. For example, one could strategically invest in Apple ~6 months after they released the latest version of the iphone knowing that in another 6 months, a new iphone will be released, inciting consumption, and thereby raising the value of Apple s stock. Another example might be a company that specializes in watering lawns will see a decrease in sales after a rain storm rain storms are a predictable event, and because they have significant impacts on this imaginary company s stock, the company s stock becomes in part predictable as well. Of course, there is likely a point beyond which a company is too big for these predictions to work. 7

2c Tax Incidence : General Equilibrium

2c Tax Incidence : General Equilibrium 2c Tax Incidence : General Equilibrium Partial equilibrium tax incidence misses out on a lot of important aspects of economic activity. Among those aspects : markets are interrelated, so that prices of

More information

MARGIN MONEY To enter into these futures contract you need not put in the entire money. For example, reliance shares trades at Rs 1000 in the share

MARGIN MONEY To enter into these futures contract you need not put in the entire money. For example, reliance shares trades at Rs 1000 in the share MARGIN MONEY To enter into these futures contract you need not put in the entire money. For example, reliance shares trades at Rs 1000 in the share market. If you want to enter into one lot of Reliance

More information

Stock Market Forecast: Chaos Theory Revealing How the Market Works March 25, 2018 I Know First Research

Stock Market Forecast: Chaos Theory Revealing How the Market Works March 25, 2018 I Know First Research Stock Market Forecast: Chaos Theory Revealing How the Market Works March 25, 2018 I Know First Research Stock Market Forecast : How Can We Predict the Financial Markets by Using Algorithms? Common fallacies

More information

Kingdom of Saudi Arabia Capital Market Authority. Investment

Kingdom of Saudi Arabia Capital Market Authority. Investment Kingdom of Saudi Arabia Capital Market Authority Investment The Definition of Investment Investment is defined as the commitment of current financial resources in order to achieve higher gains in the

More information

BROKERS: YOU BETTER WATCH OUT, YOU BETTER NOT CRY, FINRA IS COMING TO

BROKERS: YOU BETTER WATCH OUT, YOU BETTER NOT CRY, FINRA IS COMING TO November 2017 BROKERS: YOU BETTER WATCH OUT, YOU BETTER NOT CRY, FINRA IS COMING TO TOWN Why FINRA s Order Routing Review Could Be a Turning Point for Best Execution FINRA recently informed its member

More information

Trading Essentials Framework Money Management & Trade Sizing

Trading Essentials Framework Money Management & Trade Sizing Trading Essentials Framework Money Management & Trade Sizing Module 9 Money Management & Trade Sizing By Todd Mitchell Copyright 2014 by Todd Mitchell All Rights Reserved This training program, or parts

More information

Portfolio management strategies:

Portfolio management strategies: Portfolio management strategies: Portfolio Management Strategies refer to the approaches that are applied for the efficient portfolio management in order to generate the highest possible returns at lowest

More information

Types of Forex analysis

Types of Forex analysis Types of Forex analysis There are two principal and confronting schools in Forex analysis - the fundamentalists and technicians. Both are supposed to be right. Sometimes technicians are more successful,

More information

Why You Should Invest in Stocks COPYRIGHTED MATERIAL

Why You Should Invest in Stocks COPYRIGHTED MATERIAL Why You Should Invest in Stocks COPYRIGHTED MATERIAL Lesson 101: Stocks Versus Other Investments Some regard private enterprise as if it were a predatory tiger to be shot. Others look upon it as a cow

More information

Wenzel Analytics Inc. Using Data to Capitalize on Behavioral Finance. December 12, 2016

Wenzel Analytics Inc. Using Data to Capitalize on Behavioral Finance. December 12, 2016 Using Data to Capitalize on Behavioral Finance December 12, 2016 Wenzel Analytics Inc For almost twenty years I have been downloading Stock Investor Pro (SIP) data and looking for what combination of variables,

More information

If a model were to predict that prices and money are inversely related, that prediction would be evidence against that model.

If a model were to predict that prices and money are inversely related, that prediction would be evidence against that model. The Classical Model This lecture will begin by discussing macroeconomic models in general. This material is not covered in Froyen. We will then develop and discuss the Classical Model. Students should

More information

A Formal Study of Distributed Resource Allocation Strategies in Multi-Agent Systems

A Formal Study of Distributed Resource Allocation Strategies in Multi-Agent Systems A Formal Study of Distributed Resource Allocation Strategies in Multi-Agent Systems Jiaying Shen, Micah Adler, Victor Lesser Department of Computer Science University of Massachusetts Amherst, MA 13 Abstract

More information

Overlapping ETF: Pair trading between two gold stocks

Overlapping ETF: Pair trading between two gold stocks MPRA Munich Personal RePEc Archive Overlapping ETF: Pair trading between two gold stocks Peter N Bell and Brian Lui and Alex Brekke University of Victoria 1. April 2012 Online at https://mpra.ub.uni-muenchen.de/39534/

More information

EC Grain Pricing Alternatives

EC Grain Pricing Alternatives University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln Historical Materials from University of Nebraska- Lincoln Extension Extension 1977 EC77-868 Grain Pricing Alternatives Lynn

More information

The Optimization Process: An example of portfolio optimization

The Optimization Process: An example of portfolio optimization ISyE 6669: Deterministic Optimization The Optimization Process: An example of portfolio optimization Shabbir Ahmed Fall 2002 1 Introduction Optimization can be roughly defined as a quantitative approach

More information

Stochastic Modelling: The power behind effective financial planning. Better Outcomes For All. Good for the consumer. Good for the Industry.

Stochastic Modelling: The power behind effective financial planning. Better Outcomes For All. Good for the consumer. Good for the Industry. Stochastic Modelling: The power behind effective financial planning Better Outcomes For All Good for the consumer. Good for the Industry. Introduction This document aims to explain what stochastic modelling

More information

Effective Corporate Budgeting

Effective Corporate Budgeting Effective Corporate Budgeting in 8 Easy Steps This ebook will offer 8 easy and easy and proven steps for improving your corporate budgeting and planning process. You will see that by making a few small

More information

NAVIGATING. a BriEF guide to the DErivativEs MarkEtPLaCE and its role in EnaBLing ECOnOMiC growth

NAVIGATING. a BriEF guide to the DErivativEs MarkEtPLaCE and its role in EnaBLing ECOnOMiC growth NAVIGATING a BriEF guide to the DErivativEs MarkEtPLaCE and its role in EnaBLing ECOnOMiC growth p 1 OVERVIEW What does risk look like p 14 THE BIG ECONOMIC PICTURE A quick lesson in supply and demand

More information

Adaptive Agent-Based Simulations of Global Trade

Adaptive Agent-Based Simulations of Global Trade Proceedings of The National Conference on Undergraduate Research (NCUR) 2003 University of Utah, Salt Lake City, Utah March 13 15, 2003 Adaptive Agent-Based Simulations of Global Trade David Koziol and

More information

COPYRIGHTED MATERIAL. Time Value of Money Toolbox CHAPTER 1 INTRODUCTION CASH FLOWS

COPYRIGHTED MATERIAL. Time Value of Money Toolbox CHAPTER 1 INTRODUCTION CASH FLOWS E1C01 12/08/2009 Page 1 CHAPTER 1 Time Value of Money Toolbox INTRODUCTION One of the most important tools used in corporate finance is present value mathematics. These techniques are used to evaluate

More information

Fed Cattle Basis: An Updated Overview of Concepts and Applications

Fed Cattle Basis: An Updated Overview of Concepts and Applications Fed Cattle Basis: An Updated Overview of Concepts and Applications March 2012 Jeremiah McElligott (Graduate Student, Kansas State University) Glynn T. Tonsor (Kansas State University) Fed Cattle Basis:

More information

Chapter 19: Compensating and Equivalent Variations

Chapter 19: Compensating and Equivalent Variations Chapter 19: Compensating and Equivalent Variations 19.1: Introduction This chapter is interesting and important. It also helps to answer a question you may well have been asking ever since we studied quasi-linear

More information

Binary Options Trading Strategies How to Become a Successful Trader?

Binary Options Trading Strategies How to Become a Successful Trader? Binary Options Trading Strategies or How to Become a Successful Trader? Brought to You by: 1. Successful Binary Options Trading Strategy Successful binary options traders approach the market with three

More information

A Scholar s Introduction to Stocks, Bonds and Derivatives

A Scholar s Introduction to Stocks, Bonds and Derivatives A Scholar s Introduction to Stocks, Bonds and Derivatives Martin V. Day June 8, 2004 1 Introduction This course concerns mathematical models of some basic financial assets: stocks, bonds and derivative

More information

DEVELOPMENT OF ANNUALLY RE-WEIGHTED CHAIN VOLUME INDEXES IN AUSTRALIA'S NATIONAL ACCOUNTS

DEVELOPMENT OF ANNUALLY RE-WEIGHTED CHAIN VOLUME INDEXES IN AUSTRALIA'S NATIONAL ACCOUNTS DEVELOPMENT OF ANNUALLY RE-WEIGHTED CHAIN VOLUME INDEXES IN AUSTRALIA'S NATIONAL ACCOUNTS Introduction 1 The Australian Bureau of Statistics (ABS) is in the process of revising the Australian National

More information

ECON 101 Introduction to Economics 1

ECON 101 Introduction to Economics 1 ECON 101 Introduction to Economics 1 Session 1 Introduction I Lecturer: Mrs. Hellen Seshie-Nasser, Department of Economics Contact Information: haseshie@ug.edu.gh College of Education School of Continuing

More information

Penny Stock Guide. Copyright 2017 StocksUnder1.org, All Rights Reserved.

Penny Stock Guide.  Copyright 2017 StocksUnder1.org, All Rights Reserved. Penny Stock Guide Disclaimer The information provided is not to be considered as a recommendation to buy certain stocks and is provided solely as an information resource to help traders make their own

More information

Welcome again to our Farm Management and Finance educational series. Borrowing money is something that is a necessary aspect of running a farm or

Welcome again to our Farm Management and Finance educational series. Borrowing money is something that is a necessary aspect of running a farm or Welcome again to our Farm Management and Finance educational series. Borrowing money is something that is a necessary aspect of running a farm or ranch business for most of us, at least at some point in

More information

Optimization of a Real Estate Portfolio with Contingent Portfolio Programming

Optimization of a Real Estate Portfolio with Contingent Portfolio Programming Mat-2.108 Independent research projects in applied mathematics Optimization of a Real Estate Portfolio with Contingent Portfolio Programming 3 March, 2005 HELSINKI UNIVERSITY OF TECHNOLOGY System Analysis

More information

IASB Exposure Drafts Financial Instruments: Classification and Measurement and Fair Value Measurement. London, September 10 th, 2009

IASB Exposure Drafts Financial Instruments: Classification and Measurement and Fair Value Measurement. London, September 10 th, 2009 International Accounting Standards Board First Floor 30 Cannon Street, EC4M 6XH United Kingdom Submitted via www.iasb.org IASB Exposure Drafts Financial Instruments: Classification and Measurement and

More information

Retirement. Optimal Asset Allocation in Retirement: A Downside Risk Perspective. JUne W. Van Harlow, Ph.D., CFA Director of Research ABSTRACT

Retirement. Optimal Asset Allocation in Retirement: A Downside Risk Perspective. JUne W. Van Harlow, Ph.D., CFA Director of Research ABSTRACT Putnam Institute JUne 2011 Optimal Asset Allocation in : A Downside Perspective W. Van Harlow, Ph.D., CFA Director of Research ABSTRACT Once an individual has retired, asset allocation becomes a critical

More information

Investing versus Gambling

Investing versus Gambling by Kenneth A. Kuhn Sept 28, 2008, rev. Oct. 2, 2008 There is a lot of confusion in the general population concerning the difference between investing and gambling. This is understandable because the difference

More information

Discussion. Benoît Carmichael

Discussion. Benoît Carmichael Discussion Benoît Carmichael The two studies presented in the first session of the conference take quite different approaches to the question of price indexes. On the one hand, Coulombe s study develops

More information

Efficient Capital Markets

Efficient Capital Markets Efficient Capital Markets Why Should Capital Markets Be Efficient? Alternative Efficient Market Hypotheses Tests and Results of the Hypotheses Behavioural Finance Implications of Efficient Capital Markets

More information

Lecture 5 Theory of Finance 1

Lecture 5 Theory of Finance 1 Lecture 5 Theory of Finance 1 Simon Hubbert s.hubbert@bbk.ac.uk January 24, 2007 1 Introduction In the previous lecture we derived the famous Capital Asset Pricing Model (CAPM) for expected asset returns,

More information

ESRC application and success rate data

ESRC application and success rate data ESRC application and success rate data This analysis accompanies the most recent release of ESRC success rate data: https://esrc.ukri.org/about-us/performance-information/application-and-award-data/ in

More information

Government spending in a model where debt effects output gap

Government spending in a model where debt effects output gap MPRA Munich Personal RePEc Archive Government spending in a model where debt effects output gap Peter N Bell University of Victoria 12. April 2012 Online at http://mpra.ub.uni-muenchen.de/38347/ MPRA Paper

More information

Table of Contents. Introduction

Table of Contents. Introduction Table of Contents Option Terminology 2 The Concept of Options 4 How Do I Incorporate Options into My Marketing Plan? 7 Establishing a Minimum Sale Price for Your Livestock Buying Put Options 11 Establishing

More information

Econometrics and Economic Data

Econometrics and Economic Data Econometrics and Economic Data Chapter 1 What is a regression? By using the regression model, we can evaluate the magnitude of change in one variable due to a certain change in another variable. For example,

More information

TEACHERS RETIREMENT BOARD. REGULAR MEETING Item Number: 7 CONSENT: ATTACHMENT(S): 1. DATE OF MEETING: November 8, 2018 / 60 mins

TEACHERS RETIREMENT BOARD. REGULAR MEETING Item Number: 7 CONSENT: ATTACHMENT(S): 1. DATE OF MEETING: November 8, 2018 / 60 mins TEACHERS RETIREMENT BOARD REGULAR MEETING Item Number: 7 SUBJECT: Review of CalSTRS Funding Levels and Risks CONSENT: ATTACHMENT(S): 1 ACTION: INFORMATION: X DATE OF MEETING: / 60 mins PRESENTER(S): Rick

More information

Things you should know about inflation

Things you should know about inflation Things you should know about inflation February 23, 2015 Inflation is a general increase in prices. Equivalently, it is a fall in the purchasing power of money. The opposite of inflation is deflation a

More information

TABLE OF CONTENTS - VOLUME 2

TABLE OF CONTENTS - VOLUME 2 TABLE OF CONTENTS - VOLUME 2 CREDIBILITY SECTION 1 - LIMITED FLUCTUATION CREDIBILITY PROBLEM SET 1 SECTION 2 - BAYESIAN ESTIMATION, DISCRETE PRIOR PROBLEM SET 2 SECTION 3 - BAYESIAN CREDIBILITY, DISCRETE

More information

PAPER No.14 : Security Analysis and Portfolio Management MODULE No.24 : Efficient market hypothesis: Weak, semi strong and strong market)

PAPER No.14 : Security Analysis and Portfolio Management MODULE No.24 : Efficient market hypothesis: Weak, semi strong and strong market) Subject Paper No and Title Module No and Title Module Tag 14. Security Analysis and Portfolio M24 Efficient market hypothesis: Weak, semi strong and strong market COM_P14_M24 TABLE OF CONTENTS After going

More information

PSYCHOLOGY OF FOREX TRADING EBOOK 05. GFtrade Inc

PSYCHOLOGY OF FOREX TRADING EBOOK 05. GFtrade Inc PSYCHOLOGY OF FOREX TRADING EBOOK 05 02 Psychology of Forex Trading Psychology is the study of all aspects of behavior and mental processes. It s basically how our brain works, how our memory is organized

More information

Term Par Swap Rate Term Par Swap Rate 2Y 2.70% 15Y 4.80% 5Y 3.60% 20Y 4.80% 10Y 4.60% 25Y 4.75%

Term Par Swap Rate Term Par Swap Rate 2Y 2.70% 15Y 4.80% 5Y 3.60% 20Y 4.80% 10Y 4.60% 25Y 4.75% Revisiting The Art and Science of Curve Building FINCAD has added curve building features (enhanced linear forward rates and quadratic forward rates) in Version 9 that further enable you to fine tune the

More information

CHAPTER III RISK MANAGEMENT

CHAPTER III RISK MANAGEMENT CHAPTER III RISK MANAGEMENT Concept of Risk Risk is the quantified amount which arises due to the likelihood of the occurrence of a future outcome which one does not expect to happen. If one is participating

More information

Machine Learning and Electronic Markets

Machine Learning and Electronic Markets Machine Learning and Electronic Markets Andrei Kirilenko Commodity Futures Trading Commission This presentation and the views presented here represent only our views and do not necessarily represent the

More information

SCHEDULE CREATION AND ANALYSIS. 1 Powered by POeT Solvers Limited

SCHEDULE CREATION AND ANALYSIS. 1   Powered by POeT Solvers Limited SCHEDULE CREATION AND ANALYSIS 1 www.pmtutor.org Powered by POeT Solvers Limited While building the project schedule, we need to consider all risk factors, assumptions and constraints imposed on the project

More information

The CAPM. (Welch, Chapter 10) Ivo Welch. UCLA Anderson School, Corporate Finance, Winter December 16, 2016

The CAPM. (Welch, Chapter 10) Ivo Welch. UCLA Anderson School, Corporate Finance, Winter December 16, 2016 1/1 The CAPM (Welch, Chapter 10) Ivo Welch UCLA Anderson School, Corporate Finance, Winter 2017 December 16, 2016 Did you bring your calculator? Did you read these notes and the chapter ahead of time?

More information

Sampling and sampling distribution

Sampling and sampling distribution Sampling and sampling distribution September 12, 2017 STAT 101 Class 5 Slide 1 Outline of Topics 1 Sampling 2 Sampling distribution of a mean 3 Sampling distribution of a proportion STAT 101 Class 5 Slide

More information

Maximizing Winnings on Final Jeopardy!

Maximizing Winnings on Final Jeopardy! Maximizing Winnings on Final Jeopardy! Jessica Abramson, Natalie Collina, and William Gasarch August 2017 1 Introduction Consider a final round of Jeopardy! with players Alice and Betty 1. We assume that

More information

HOW TO BE SUCCESSFUL IN BINARY OPTION TRADING

HOW TO BE SUCCESSFUL IN BINARY OPTION TRADING HOW TO BE SUCCESSFUL IN BINARY OPTION TRADING Author William Morris www.binaryminimumdeposit.com Contents: INTRODUCTION 1 BINARY OPTIONS TRADING TIPS 2 Understand the Binary Options Market and Trading

More information

Explaining risk, return and volatility. An Octopus guide

Explaining risk, return and volatility. An Octopus guide Explaining risk, return and volatility An Octopus guide Important information The value of an investment, and any income from it, can fall as well as rise. You may not get back the full amount they invest.

More information

FINANCIAL INSTRUMENTS (All asset classes)

FINANCIAL INSTRUMENTS (All asset classes) YOUR INVESTMENT KNOWLEDGE AND EXPERIENCE KNOWLEDGE SHEETS FINANCIAL INSTRUMENTS (All asset classes) What are bonds? What are shares (also referred to as equities)? What are funds without capital protection?

More information

Investment 3.1 INTRODUCTION. Fixed investment

Investment 3.1 INTRODUCTION. Fixed investment 3 Investment 3.1 INTRODUCTION Investment expenditure includes spending on a large variety of assets. The main distinction is between fixed investment, or fixed capital formation (the purchase of durable

More information

Solutions to the Fall 2013 CAS Exam 5

Solutions to the Fall 2013 CAS Exam 5 Solutions to the Fall 2013 CAS Exam 5 (Only those questions on Basic Ratemaking) Revised January 10, 2014 to correct an error in solution 11.a. Revised January 20, 2014 to correct an error in solution

More information

Common Investment Benchmarks

Common Investment Benchmarks Common Investment Benchmarks Investors can select from a wide variety of ready made financial benchmarks for their investment portfolios. An appropriate benchmark should reflect your actual portfolio as

More information

Efficiency and Herd Behavior in a Signalling Market. Jeffrey Gao

Efficiency and Herd Behavior in a Signalling Market. Jeffrey Gao Efficiency and Herd Behavior in a Signalling Market Jeffrey Gao ABSTRACT This paper extends a model of herd behavior developed by Bikhchandani and Sharma (000) to establish conditions for varying levels

More information

Real Estate Private Equity Case Study 3 Opportunistic Pre-Sold Apartment Development: Waterfall Returns Schedule, Part 1: Tier 1 IRRs and Cash Flows

Real Estate Private Equity Case Study 3 Opportunistic Pre-Sold Apartment Development: Waterfall Returns Schedule, Part 1: Tier 1 IRRs and Cash Flows Real Estate Private Equity Case Study 3 Opportunistic Pre-Sold Apartment Development: Waterfall Returns Schedule, Part 1: Tier 1 IRRs and Cash Flows Welcome to the next lesson in this Real Estate Private

More information

TRADE FOREX WITH BINARY OPTIONS NADEX.COM

TRADE FOREX WITH BINARY OPTIONS NADEX.COM TRADE FOREX WITH BINARY OPTIONS NADEX.COM CONTENTS A WORLD OF OPPORTUNITY Forex Opportunity Without the Forex Risk BINARY OPTIONS To Be or Not To Be? That s a Binary Question Who Sets a Binary Option's

More information

ValueWalk Interview With Ravee Mehta Of Nishkama Capital LLC

ValueWalk Interview With Ravee Mehta Of Nishkama Capital LLC ValueWalk Interview With Ravee Mehta Of Nishkama Capital LLC ValueWalk Interview With Ravee Mehta Of Nishkama Capital LLC ValueWalk: You re the author of The Emotionally Intelligent Investor: How self-awareness,

More information

Solution Guide to Exercises for Chapter 4 Decision making under uncertainty

Solution Guide to Exercises for Chapter 4 Decision making under uncertainty THE ECONOMICS OF FINANCIAL MARKETS R. E. BAILEY Solution Guide to Exercises for Chapter 4 Decision making under uncertainty 1. Consider an investor who makes decisions according to a mean-variance objective.

More information

Evaluating Performance

Evaluating Performance Evaluating Performance Evaluating Performance Choosing investments is just the beginning of your work as an investor. As time goes by, you ll need to monitor the performance of these investments to see

More information

Allstate Agency Value Index 2011 Year Review

Allstate Agency Value Index 2011 Year Review Allstate Agency Value Index Year Review In there were many active topics of discussion in the Allstate Community. Agency Terminations, Mergers and Acquisitions, Esurance along with the hottest of all topics:

More information

The Two-Sample Independent Sample t Test

The Two-Sample Independent Sample t Test Department of Psychology and Human Development Vanderbilt University 1 Introduction 2 3 The General Formula The Equal-n Formula 4 5 6 Independence Normality Homogeneity of Variances 7 Non-Normality Unequal

More information

Do You Really Understand Rates of Return? Using them to look backward - and forward

Do You Really Understand Rates of Return? Using them to look backward - and forward Do You Really Understand Rates of Return? Using them to look backward - and forward November 29, 2011 by Michael Edesess The basic quantitative building block for professional judgments about investment

More information

Concept Release on possible revisions to PCAOB Standards related to reports on audited financial statements

Concept Release on possible revisions to PCAOB Standards related to reports on audited financial statements Attachment A Concept Release on possible revisions to PCAOB Standards related to reports on audited financial statements Questions 1 through 32: 1. Many have suggested that the auditor's report, and in

More information

WHAT IT TAKES TO SOLVE THE U.S. GOVERNMENT DEFICIT PROBLEM

WHAT IT TAKES TO SOLVE THE U.S. GOVERNMENT DEFICIT PROBLEM WHAT IT TAKES TO SOLVE THE U.S. GOVERNMENT DEFICIT PROBLEM RAY C. FAIR This paper uses a structural multi-country macroeconometric model to estimate the size of the decrease in transfer payments (or tax

More information

HEDGING WITH FUTURES AND BASIS

HEDGING WITH FUTURES AND BASIS Futures & Options 1 Introduction The more producer know about the markets, the better equipped producer will be, based on current market conditions and your specific objectives, to decide whether to use

More information

T H E R I S E O F W W W. A I O N N E X T. C O M

T H E R I S E O F W W W. A I O N N E X T. C O M T H E R I S E O F Trading Cryptocurrency W W W. A I O N N E X T. C O M What Is Cryptocurrency? The question, what is cryptocurrency seems to be asked a lot these days. There has been widespread interest

More information

Iterated Dominance and Nash Equilibrium

Iterated Dominance and Nash Equilibrium Chapter 11 Iterated Dominance and Nash Equilibrium In the previous chapter we examined simultaneous move games in which each player had a dominant strategy; the Prisoner s Dilemma game was one example.

More information

8: Economic Criteria

8: Economic Criteria 8.1 Economic Criteria Capital Budgeting 1 8: Economic Criteria The preceding chapters show how to discount and compound a variety of different types of cash flows. This chapter explains the use of those

More information

Guide to Financial Management Course Number: 6431

Guide to Financial Management Course Number: 6431 Guide to Financial Management Course Number: 6431 Test Questions: 1. Objectives of managerial finance do not include: A. Employee profits. B. Stockholders wealth maximization. C. Profit maximization. D.

More information

AFM 371 Winter 2008 Chapter 14 - Efficient Capital Markets

AFM 371 Winter 2008 Chapter 14 - Efficient Capital Markets AFM 371 Winter 2008 Chapter 14 - Efficient Capital Markets 1 / 24 Outline Background What Is Market Efficiency? Different Levels Of Efficiency Empirical Evidence Implications Of Market Efficiency For Corporate

More information

Appendix CA-15. Central Bank of Bahrain Rulebook. Volume 1: Conventional Banks

Appendix CA-15. Central Bank of Bahrain Rulebook. Volume 1: Conventional Banks Appendix CA-15 Supervisory Framework for the Use of Backtesting in Conjunction with the Internal Models Approach to Market Risk Capital Requirements I. Introduction 1. This Appendix presents the framework

More information

Bringing Meaning to Measurement

Bringing Meaning to Measurement Review of Data Analysis of Insider Ontario Lottery Wins By Donald S. Burdick Background A data analysis performed by Dr. Jeffery S. Rosenthal raised the issue of whether retail sellers of tickets in the

More information

Increasing Efficiency for United Way s Free Tax Campaign

Increasing Efficiency for United Way s Free Tax Campaign Increasing Efficiency for United Way s Free Tax Campaign Irena Chen, Jessica Fay, and Melissa Stadt Advisor: Sara Billey Department of Mathematics, University of Washington, Seattle, WA, 98195 February

More information

Special Reports Tax Notes, Apr. 16, 1990, p Tax Notes 341 (Apr. 16, 1990)

Special Reports Tax Notes, Apr. 16, 1990, p Tax Notes 341 (Apr. 16, 1990) WHY ARE TAXES SO COMPLEX AND WHO BENEFITS? Special Reports Tax Notes, Apr. 16, 1990, p. 341 47 Tax Notes 341 (Apr. 16, 1990) Michelle J. White is Professor of Economics at the University of Michigan. This

More information

Accountant s Guide to Financial Management - Final Exam 100 Questions 1. Objectives of managerial finance do not include:

Accountant s Guide to Financial Management - Final Exam 100 Questions 1. Objectives of managerial finance do not include: Accountant s Guide to Financial Management - Final Exam 100 Questions 1. Objectives of managerial finance do not include: Employee profits B. Stockholders wealth maximization Profit maximization Social

More information

CHAPTER 13 EFFICIENT CAPITAL MARKETS AND BEHAVIORAL CHALLENGES

CHAPTER 13 EFFICIENT CAPITAL MARKETS AND BEHAVIORAL CHALLENGES CHAPTER 13 EFFICIENT CAPITAL MARKETS AND BEHAVIORAL CHALLENGES Answers to Concept Questions 1. To create value, firms should accept financing proposals with positive net present values. Firms can create

More information

Characteristics of the euro area business cycle in the 1990s

Characteristics of the euro area business cycle in the 1990s Characteristics of the euro area business cycle in the 1990s As part of its monetary policy strategy, the ECB regularly monitors the development of a wide range of indicators and assesses their implications

More information

tutorial

tutorial tutorial Introduction Chapter 1: THE BASICS YOU SHOULD KNOW ABOUT CFD TRADING Chapter 2: CHOOSE YOUR CFD PROVIDER Chapter 3: TRADING IN ACTION Chapter 4: CONSIDER AND MANAGE YOUR RISKS INTRODUCTION We

More information

GN47: Stochastic Modelling of Economic Risks in Life Insurance

GN47: Stochastic Modelling of Economic Risks in Life Insurance GN47: Stochastic Modelling of Economic Risks in Life Insurance Classification Recommended Practice MEMBERS ARE REMINDED THAT THEY MUST ALWAYS COMPLY WITH THE PROFESSIONAL CONDUCT STANDARDS (PCS) AND THAT

More information

Trading Essentials Framework Money Management & Trade Sizing 2.0

Trading Essentials Framework Money Management & Trade Sizing 2.0 2.0 Money Management: The most critical aspect of your trading plan Money management represents the administrative side of your trading plan. It addresses the question of how best to use the capital available

More information

Motif Capital Horizon Models: A robust asset allocation framework

Motif Capital Horizon Models: A robust asset allocation framework Motif Capital Horizon Models: A robust asset allocation framework Executive Summary By some estimates, over 93% of the variation in a portfolio s returns can be attributed to the allocation to broad asset

More information

Article from The Financial Reporter. September 2018 Issue 114

Article from The Financial Reporter. September 2018 Issue 114 Article from The Financial Reporter September 2018 Issue 114 Case Study Impact of Tax Cuts and Jobs Act By Dylan Strother and Chris Zuiker The Tax Cuts and Jobs Act of 2017 (TCJA) slashed the corporate

More information

VantagePoint software

VantagePoint software New Products Critical Websites Software Testing Book Review Application Testing VantagePoint software Analyzing new trading opportunities Given the financial market dynamics over the past ten years surrounding

More information

Taxing Risk* Narayana Kocherlakota. President Federal Reserve Bank of Minneapolis. Economic Club of Minnesota. Minneapolis, Minnesota.

Taxing Risk* Narayana Kocherlakota. President Federal Reserve Bank of Minneapolis. Economic Club of Minnesota. Minneapolis, Minnesota. Taxing Risk* Narayana Kocherlakota President Federal Reserve Bank of Minneapolis Economic Club of Minnesota Minneapolis, Minnesota May 10, 2010 *This topic is discussed in greater depth in "Taxing Risk

More information

Effect of Derivative Financial Instruments on the Financial Risk of Enterprises

Effect of Derivative Financial Instruments on the Financial Risk of Enterprises Effect of Derivative Financial Instruments on the Financial Risk of Enterprises Song Shaowen School of Management and Economics Beijing Institute of Technology, 100081, China Abstract With the rapid development

More information

14.05: SECTION HANDOUT #4 CONSUMPTION (AND SAVINGS) Fall 2005

14.05: SECTION HANDOUT #4 CONSUMPTION (AND SAVINGS) Fall 2005 14.05: SECION HANDOU #4 CONSUMPION (AND SAVINGS) A: JOSE ESSADA Fall 2005 1. Motivation In our study of economic growth we assumed that consumers saved a fixed (and exogenous) fraction of their income.

More information

Think About It What every Financial Professional needs to know about Business Valuation

Think About It What every Financial Professional needs to know about Business Valuation Think About It What every Financial Professional needs to know about Business Valuation INTRODUCTION Some financial professionals work with business owners on issues related to buy-sell planning or other

More information

Model Risk. Alexander Sakuth, Fengchong Wang. December 1, Both authors have contributed to all parts, conclusions were made through discussion.

Model Risk. Alexander Sakuth, Fengchong Wang. December 1, Both authors have contributed to all parts, conclusions were made through discussion. Model Risk Alexander Sakuth, Fengchong Wang December 1, 2012 Both authors have contributed to all parts, conclusions were made through discussion. 1 Introduction Models are widely used in the area of financial

More information

SOLUTION FINANCIAL MANAGEMENT MAY 2011

SOLUTION FINANCIAL MANAGEMENT MAY 2011 QUESTION 1 The maximization of shareholders wealth is to consider the returns that investors expect in exchange for becoming shareholders. The wealth to shareholders is measured by two factors: The regular

More information

The Financial Reporter

The Financial Reporter Article from: The Financial Reporter December 2004 Issue 59 Rethinking Embedded Value: The Stochastic Modeling Revolution Carol A. Marler and Vincent Y. Tsang Carol A. Marler, FSA, MAAA, currently lives

More information

Wealth in Real Estate

Wealth in Real Estate Building Wealth Through Real Estate Wealth in Real Estate Why build wealth this way? The simple answer is that it is the most powerful way to accumulate wealth, and more people have become millionaires

More information

Auctions. Episode 8. Baochun Li Professor Department of Electrical and Computer Engineering University of Toronto

Auctions. Episode 8. Baochun Li Professor Department of Electrical and Computer Engineering University of Toronto Auctions Episode 8 Baochun Li Professor Department of Electrical and Computer Engineering University of Toronto Paying Per Click 3 Paying Per Click Ads in Google s sponsored links are based on a cost-per-click

More information

Derivation of zero-beta CAPM: Efficient portfolios

Derivation of zero-beta CAPM: Efficient portfolios Derivation of zero-beta CAPM: Efficient portfolios AssumptionsasCAPM,exceptR f does not exist. Argument which leads to Capital Market Line is invalid. (No straight line through R f, tilted up as far as

More information

Lecture 8 & 9 Risk & Rates of Return

Lecture 8 & 9 Risk & Rates of Return Lecture 8 & 9 Risk & Rates of Return We start from the basic premise that investors LIKE return and DISLIKE risk. Therefore, people will invest in risky assets only if they expect to receive higher returns.

More information

The Course So Far. Atomic agent: uninformed, informed, local Specific KR languages

The Course So Far. Atomic agent: uninformed, informed, local Specific KR languages The Course So Far Traditional AI: Deterministic single agent domains Atomic agent: uninformed, informed, local Specific KR languages Constraint Satisfaction Logic and Satisfiability STRIPS for Classical

More information

Chapter 7 The Stock Market, the Theory of Rational Expectations, and the Efficient Markets Hypothesis

Chapter 7 The Stock Market, the Theory of Rational Expectations, and the Efficient Markets Hypothesis Chapter 7 The Stock Market, the Theory of Rational Expectations, and the Efficient Markets Hypothesis Multiple Choice 1) Stockholders rights include (a) the right to vote. (b) the right to manage. (c)

More information