Extended Cognition in Economics Systems. Kevin McCabe Economics George Mason University

Size: px
Start display at page:

Download "Extended Cognition in Economics Systems. Kevin McCabe Economics George Mason University"

Transcription

1 Extended Cognition in Economics Systems by Kevin McCabe Economics George Mason University

2 Microeconomic Systems Approach See Hurwicz (1973) See Hurwicz and Reiter (2008) Environment: E g Performance: F Given (E, F, Z), choose (M, g, h), that realizes F on E. Outcomes: Z h Message Space: M

3 Environment Behavior Given the environment and institution what messages do people send? Experimental Economics See Smith (1982) Performance: Given the environment what are good outcomes Institution: Rules of Interaction Governs Messages Produces Outcomes Outcomes Message Space How do participants communicate with the institution and what feedback do they get.

4 Research Program on Spot Commodity Markets See Smith (1962) S Numeraire D Environment: (values/costs) Governance Institution: Double Auction Messages ID BID ASK ID B1 $3 B1 $4 $7 S3 $6 S1 Sell S Time Production Outcomes (contract Prices)

5 Computational Experimental Economics - Goals Tightly integrate, experimental economics with computational economics at the, algorithmic level, design level, code level, data level, and analysis level, to build better integrative research, and promote open-science in economics.

6 CEE - Approach Economics systems, are algorithms distributed in the environment, including agents, and in the institutions. These algorithms guide computations, by various platforms, including embodied brains.

7 CEE - Hypotheses Computational Experimental Economics Hypotheses, are on the algorithms, computations, and outcomes, produced by an economic system.

8 mtree Component Design Computational Agent Human Subject Controller Web Interface Environment Agent Agent Controller Agent Institution Controller Agent Agent Controller Controller Controller Institution Universe

9 mtree Component Interaction Design philosophy is to allow experimenters to implement simple and reusable code components Communication between each component is performed via message passing Experimenter need only design how to process messages based on directives and payload Message Contains: Sender, Receiver, Directive, Payload Agent Controller Processes Directives: Market Open Won auction, Bid/Ask

10 General Data Structure (DS) Control Variables (Fixed from level above) State Variables (Vary With Messages) Public (Available to Other Actors) Private (Unavailable) So pieces of the universe (institutions, environments, agents, can be easily shared by documenting message handling and data Structures.

11 Computational Experimental Economics Ecosystem Data Recorder Economic Universe Agents Subjects Monte Carlo Harness Experiment Controller

12 mtree Opensource at: gmucsn.github.io pip install mtree Contact us at:

13 CEE Example (Exchange in Spot Markets) Assume one goal of economic systems design 1 is to facilitate exchange by minimizing transactions costs. One way to measure costs are in terms of the costs of running the distributed algorithms that produce exchange. 1 Note design could be constructive design or spontaneous design. See Vernon Smith, Rationality in Economics, 2008.

14 CEE Zero-Intelligence-Traders (Budget Constrained) If these costs are concentrated in those algorithms running on embodied brain platforms them we may reasonable expect that economic systems will organize to minimize these costs Budget constrained ZI implementation: Buyer i s bid for unit j is a random draw from [0,v ij ], where v ij,is i s valuation for the j th unit. Seller i s ask for unit j is a random draw from [c ij, B], where c ij is j s cost of producing the j th unit. 2 See Gode and Sunder (1993) and follow up research.

15 CEE Zero-Intelligence-Traders (Basic Results) Supply and Demand ZI Traders with Budget Constraint Human Traders Period

16 CEE Zero-Intelligence-Traders (Why do they work) Cason and Friedman (1993). Trades with greater exchange surplus tend to trade earlier in any period. Trade info added

17 CEE Zero-Intelligence-Traders (Why do they work) Due to the improvement rule in the DA, Zero Intelligence Traders tend to close the bid-ask spread in favor of higher value or lower cost units. Standing Ask Standing bid

18 CEE Zero-Intelligence-Traders (When do they fail) Brewer, Nelson, and Plott (2002) continuously refresh units of supply and demand as units are trade. Human subjects still do fairly well, but ZI traders fail badly. Humans ZI Traders

19 CEE Zero-Intelligence-Traders (Adding Learning) Dave Cliff (1997) Suggests a model of ZIP traders who adjust profit margins. If you are a buyer you can earn, e = V p. Suppose you want a profit margin, m between [0, 1], then mv = V p, or p = (1-m)V. You then bid (1-m)V. Profit margins can then be moved up and down based on the success of this strategy. Cliff uses the last accepted bid or ask to update m.

20 CEE Double Auction Strategies A strategy for player, i, is a mapping from i s information set I i to a non-negative real valued bid or ask, that is, s i : I i {Bid, Ask} x R + The information set I i is a subset of I, where I = {order flow, standing BID/ASK, contracts, time remaining in current period, values, costs, #Buyers, #Sellers, initial BID/ASK, auction disposition, order processing {rejected, standing, contract}, contract processing {buyer accepted, seller accepted}}

21 CEE Double Auction Tournament It turns out, except for some very simple environments it has been impossible to characterize the optimal Nash Equilibrium strategy for the one unit spot double auction. Rust, Miller, Palmer (1992) report on trading strategies used in the Santa Fe Institute Double Auction Tournament which offered $10,000 in prize money. Top two strategies were snipers that simply took the standing bid or ask when the bid-ask spread got within a certain range. Obviously a sniper will not work if there are no market makers.

22 CEE What are we doing now We have built a single unit double auction system. Currently this is being implemented in mtree. Undergraduates are taking experimental papers from the literature and building them in the double auction universe, and running simulations exploring the various strategies described above. We are building an Agent Zero (Joshua Epstein, 2013) neuroeconomics inspired agent for these games.

23 Thank You

24 Economic Universe {DS} Environment {DS} Institution 1 {DS} Institution 2 {DS} Institution 3 {DS}

25 Economic System{DS} Environment {DS} Institution {DS} Agent 1 {DS} Agent k {DS} Agent N {DS}

26 Micro Economic System (One Institution Framework) Run Environment(Control Variables) Connect Agent K Initialize Agent Start Institution Respond to Get and Change state Requests Run Institution (Control Variables)Reve Open Institution Respond to Get state messages Change state based on messages If state == Public: Inform Environment of state changes

27 Spot Market System Run Environment(supply and demand) Connect Agent K Initialize Agent K as Buyer or Seller Start Double Auction (Change Status) Get contract state change Run One Unit Double Auction Without Book Open Auction Respond to Get Standing BID and ASK msg Change state based on BIDS and ASKS If contract: Inform Environment of Contract

28 Spot Market Agent Get Values or Costs from Environment Wait for Double Auction to Open Initialize other state variables my_offers = {}; cur_unit = 0 While Double Auction is Open: Get Contracts If new_contract: update state Get Standing Bid and Ask Decide on new_offer (Bid/buyer; Ask/Seller) if new_offer: send new_offer

29 Spot Market Algorithm Consists of an initial condition (control variables) Followed by a sequence of get messages from the Environment, Institution(s), and Agent(s) that change the internal states of these actors and lead to decisions and change messages which further change the state of the actors.

30 Spot Market Performance Consists of an initial condition (control variables) Followed by a sequence of get messages from the Environment, Institution(s), and Agent(s) that change the internal states of these actors and lead to decisions and change messages which further change the state of the actors.

Classification of trading strategies of agents in a competitive market

Classification of trading strategies of agents in a competitive market Classification of trading strategies of agents in a competitive market CS 689 - Machine Learning Final Project presentation Mark Gruman Manjunath Narayana 12/12/27 Application CAT tournament Objective

More information

Effect of Nonbinding Price Controls In Double Auction Trading. Vernon L. Smith and Arlington W. Williams

Effect of Nonbinding Price Controls In Double Auction Trading. Vernon L. Smith and Arlington W. Williams Effect of Nonbinding Price Controls In Double Auction Trading Vernon L. Smith and Arlington W. Williams Introduction There are two primary reasons for examining the effect of nonbinding price controls

More information

The Edgeworth exchange formulation of bargaining models and market experiments

The Edgeworth exchange formulation of bargaining models and market experiments The Edgeworth exchange formulation of bargaining models and market experiments Steven D. Gjerstad and Jason M. Shachat Department of Economics McClelland Hall University of Arizona Tucson, AZ 857 T.J.

More information

Adaptive Market Design - The SHMart Approach

Adaptive Market Design - The SHMart Approach Adaptive Market Design - The SHMart Approach Harivardan Jayaraman hari81@cs.utexas.edu Sainath Shenoy sainath@cs.utexas.edu Department of Computer Sciences The University of Texas at Austin Abstract Markets

More information

Markets with Intermediaries

Markets with Intermediaries Markets with Intermediaries Episode Baochun Li Professor Department of Electrical and Computer Engineering University of Toronto Network Models of Markets with Intermediaries (Chapter ) Who sets the prices?

More information

Zero Intelligence Plus and Gjerstad-Dickhaut Agents for Sealed Bid Auctions

Zero Intelligence Plus and Gjerstad-Dickhaut Agents for Sealed Bid Auctions Zero Intelligence Plus and Gjerstad-Dickhaut Agents for Sealed Bid Auctions A. J. Bagnall and I. E. Toft School of Computing Sciences University of East Anglia Norwich England NR4 7TJ {ajb,it}@cmp.uea.ac.uk

More information

Markets with Intermediaries

Markets with Intermediaries Markets with Intermediaries Part III: Dynamics Episode Baochun Li Department of Electrical and Computer Engineering University of Toronto Required reading: Networks, Crowds, and Markets, Chapter..5 Who

More information

On the effects of competition between agent-based double auction markets

On the effects of competition between agent-based double auction markets City University of New York (CUNY) CUNY Academic Works Publications and Research Guttman Community College 7-2014 On the effects of competition between agent-based double auction markets Kai Cai CUNY Graduate

More information

ARTIFICIAL INTELLIGENCE LABORATORY. and. A.I. Memo No September, Information Dissemination and Aggregation in Asset

ARTIFICIAL INTELLIGENCE LABORATORY. and. A.I. Memo No September, Information Dissemination and Aggregation in Asset MASSACHUSETTS INSTITUTE OF TECHNOLOGY ARTIFICIAL INTELLIGENCE LABORATORY and CENTER FOR BIOLOGICAL AND COMPUTATIONAL LEARNING DEPARTMENT OF BRAIN AND COGNITIVE SCIENCES A.I. Memo No. 646 September, 998

More information

EC102: Market Institutions and Efficiency. A Double Auction Experiment. Double Auction: Experiment. Matthew Levy & Francesco Nava MT 2017

EC102: Market Institutions and Efficiency. A Double Auction Experiment. Double Auction: Experiment. Matthew Levy & Francesco Nava MT 2017 EC102: Market Institutions and Efficiency Double Auction: Experiment Matthew Levy & Francesco Nava London School of Economics MT 2017 Fig 1 Fig 1 Full LSE logo in colour The full LSE logo should be used

More information

Using Evolutionary Game-Theory to Analyse the Performance of Trading Strategies in a Continuous Double Auction Market

Using Evolutionary Game-Theory to Analyse the Performance of Trading Strategies in a Continuous Double Auction Market Using Evolutionary Game-Theory to Analyse the Performance of Trading Strategies in a Continuous Double Auction Market Kai Cai 1, Jinzhong Niu 1, and Simon Parsons 1,2 1 Department of Computer Science,

More information

Cary A. Deck University of Arkansas. Keywords: General equilibrium; Double auction; Circular flow economy

Cary A. Deck University of Arkansas. Keywords: General equilibrium; Double auction; Circular flow economy Double Auction Performance in a Circular Flow Economy Cary A. Deck University of Arkansas Abstract: Double auction markets have consistently been shown to realize almost full efficiency and prices very

More information

Statistical properties of agent-based models in markets with continuous double auction mechanism

Statistical properties of agent-based models in markets with continuous double auction mechanism Statistical properties of agent-based models in markets with continuous double auction mechanism Jie-Jun Tseng 1, Chih-Hao Lin 2, Chih-Ting Lin 2, Sun-Chong Wang 3, and Sai-Ping Li 1 a 1 Institute of Physics,

More information

Microeconomics Comprehensive Exam

Microeconomics Comprehensive Exam Microeconomics Comprehensive Exam June 2009 Instructions: (1) Please answer each of the four questions on separate pieces of paper. (2) When finished, please arrange your answers alphabetically (in the

More information

An Equilibrium Analysis of Competing Double Auction Marketplaces Using Fictitious Play

An Equilibrium Analysis of Competing Double Auction Marketplaces Using Fictitious Play An Equilibrium Analysis of Competing Double Auction Marketplaces Using Fictitious Play Bing Shi and Enrico H. Gerding and Perukrishnen Vytelingum and Nicholas R. Jennings 1 Abstract. In this paper, we

More information

Yale ICF Working Paper No May 2003

Yale ICF Working Paper No May 2003 Yale ICF Working Paper No. 00-17 May 2003 Double Auction Dynamics: Structural Effects Of Non-Binding Price Controls Dhanajay K. Gode New York University Shyam Sunder Yale School of Management This paper

More information

2. Elementary model of a static double auction: independent, private values

2. Elementary model of a static double auction: independent, private values 1. Introduction (a) double auction: any procedure in which buyers and sellers interact to arrange trade. i. contrast with the passive role of the seller in most auction models ii. can be dynamic or one

More information

Chapter 3. Dynamic discrete games and auctions: an introduction

Chapter 3. Dynamic discrete games and auctions: an introduction Chapter 3. Dynamic discrete games and auctions: an introduction Joan Llull Structural Micro. IDEA PhD Program I. Dynamic Discrete Games with Imperfect Information A. Motivating example: firm entry and

More information

Yale ICF Working Paper No May 2004 Convergence of Double Auctions to Pareto Optimal Allocations in the Edgeworth Box Dhananjay (Dan) K.

Yale ICF Working Paper No May 2004 Convergence of Double Auctions to Pareto Optimal Allocations in the Edgeworth Box Dhananjay (Dan) K. Yale ICF Working Paper No. 4-3 May 24 Convergence of Double Auctions to Pareto Optimal Allocations in the Edgeworth Box Dhananjay (Dan) K. Gode New York University Stephen Spear Carnegie Mellon University

More information

Zero is Not Enough: On The Lower Limit of Agent Intelligence For Continuous Double Auction Markets

Zero is Not Enough: On The Lower Limit of Agent Intelligence For Continuous Double Auction Markets Zero is Not Enough: On The Lower Limit of Agent Intelligence For Continuous Double Auction Markets Dave Cliff*, Janet Bruten Living The Vision HP Laboratories Bristol HPL-97-141 November, 1997 E-mail:

More information

SIMPLE AGENTS, INTELLIGENT MARKETS*

SIMPLE AGENTS, INTELLIGENT MARKETS* SIMPLE AGENTS, INTELLIGENT MARKETS* Karim Jamal a Michael Maier a Shyam Sunder bc Attainment of rational expectations equilibria in asset markets calls for the price system to disseminate agents private

More information

Focus THEME. + set of message sequences that traders may exchange and. + the transformation of message sequences into one or multiple trades.

Focus THEME. + set of message sequences that traders may exchange and. + the transformation of message sequences into one or multiple trades. ABSTRACT Auctions are consolidated market institutions with formal process rules. They determine the range of processes that traders are allowed to conduct and need to be specified during electronic auction

More information

SIMPLE AGENTS, INTELLIGENT MARKETS*

SIMPLE AGENTS, INTELLIGENT MARKETS* SIMPLE AGENTS, INTELLIGENT MARKETS* Karim Jamal a Michael Maier a Shyam Sunder b c Attainment of rational expectations equilibria in asset markets calls for the price system to disseminate agents private

More information

Experimental Studies on Market Design and e-trading

Experimental Studies on Market Design and e-trading Experimental Studies on Market Design and e-trading Candidate: MD Tarekul Hossain Khan Principal Supervisor: A/Prof Dongmo Zhang Co-Supervisor: Dr Zhuhan Jiang A thesis submitted for the degree of Master

More information

HandDA program instructions

HandDA program instructions HandDA program instructions All materials referenced in these instructions can be downloaded from: http://www.umass.edu/resec/faculty/murphy/handda/handda.html Background The HandDA program is another

More information

Problem Set 3: Suggested Solutions

Problem Set 3: Suggested Solutions Microeconomics: Pricing 3E00 Fall 06. True or false: Problem Set 3: Suggested Solutions (a) Since a durable goods monopolist prices at the monopoly price in her last period of operation, the prices must

More information

Experiments on Auctions

Experiments on Auctions Experiments on Auctions Syngjoo Choi Spring, 2010 Experimental Economics (ECON3020) Auction Spring, 2010 1 / 25 Auctions An auction is a process of buying and selling commodities by taking bids and assigning

More information

How to Make Specialists NOT Specialised in TAC Market Design Competition? Behaviour-based Mechanism Design

How to Make Specialists NOT Specialised in TAC Market Design Competition? Behaviour-based Mechanism Design How to Make Specialists NOT Specialised in TAC Market Design Competition? Behaviour-based Mechanism Design Dengji Zhao 1,2 Dongmo Zhang 1 Laurent Perrussel 2 1 Intelligent Systems Laboratory University

More information

Budget Management In GSP (2018)

Budget Management In GSP (2018) Budget Management In GSP (2018) Yahoo! March 18, 2018 Miguel March 18, 2018 1 / 26 Today s Presentation: Budget Management Strategies in Repeated auctions, Balseiro, Kim, and Mahdian, WWW2017 Learning

More information

Attracting Intra-marginal Traders across Multiple Markets

Attracting Intra-marginal Traders across Multiple Markets Attracting Intra-marginal Traders across Multiple Markets Jung-woo Sohn, Sooyeon Lee, and Tracy Mullen College of Information Sciences and Technology, The Pennsylvania State University, University Park,

More information

Multiunit Auctions: Package Bidding October 24, Multiunit Auctions: Package Bidding

Multiunit Auctions: Package Bidding October 24, Multiunit Auctions: Package Bidding Multiunit Auctions: Package Bidding 1 Examples of Multiunit Auctions Spectrum Licenses Bus Routes in London IBM procurements Treasury Bills Note: Heterogenous vs Homogenous Goods 2 Challenges in Multiunit

More information

More than Zero Intelligence Needed for Continuous Double-Auction Trading

More than Zero Intelligence Needed for Continuous Double-Auction Trading More than Zero Intelligence Needed for Continuous ouble-auction Trading ave Cliff*, Janet Bruten HP Laboratories Bristol HPL-97-157 ecember, 1997 agent, market-based control, continuous double auction,

More information

Electricity Market Design

Electricity Market Design Electricity Market Design An Agent-Based Computational Economics Approach Presenter (October 2003): Leigh Tesfatsion Professor of Economics and Mathematics Iowa State University www.econ.iastate.edu/tesfatsi/

More information

Simple Agents, Intelligent Markets

Simple Agents, Intelligent Markets Comput Econ DOI 10.1007/s10614-016-9582-3 Simple Agents, Intelligent Markets Karim Jamal 1 Michael Maier 1 Shyam Sunder 2 Accepted: 19 April 2016 Springer Science+Business Media New York 2016 Abstract

More information

Lecture 10: Market Experiments and Competition between Trading Institutions

Lecture 10: Market Experiments and Competition between Trading Institutions Lecture 10: Market Experiments and Competition between Trading Institutions 1. Market Experiments Trading requires an institutional framework that determines the matching, the information, and the price

More information

Overview of CAT: A Market Design Competition

Overview of CAT: A Market Design Competition Overview of CAT: A Market Design Competition Version 1.1 June 6, 2007 1 Introduction This document presents detailed information on the Trading Agent Competition (TAC) Mechanism Design Tournament, also

More information

Software Agents and Market (In)Efficiency - A Human Trader Experiment

Software Agents and Market (In)Efficiency - A Human Trader Experiment Forthcoming in IEEE Trans SMC Part C., Special Issue on Game-theoretic Analysis & Simulation of Negotiation Agents 1 Software Agents and Market (In)Efficiency - A Human Trader Experiment Jens Grossklags,

More information

Artificial Software Agents on Thin Double Auction Markets A Human Trader Experiment

Artificial Software Agents on Thin Double Auction Markets A Human Trader Experiment Artificial Software Agents on Thin Double Auction Markets A Human Trader Experiment Jens Grossklags*, Carsten Schmidt + School of Information Management and Systems, University of California, Berkeley

More information

A Multi-Agent Prediction Market based on Partially Observable Stochastic Game

A Multi-Agent Prediction Market based on Partially Observable Stochastic Game based on Partially C-MANTIC Research Group Computer Science Department University of Nebraska at Omaha, USA ICEC 2011 1 / 37 Problem: Traders behavior in a prediction market and its impact on the prediction

More information

Emergence of Scale-Free Networks in Markets

Emergence of Scale-Free Networks in Markets Emergence of Scale-Free Networks in Markets Jie-Jun Tseng 1,3,Shu-HengChen 1, Sun-Chong Wang 2, and Sai-Ping Li 3 1 AI-Econ Research Center and Department of Economics, National Chengchi University, Taipei

More information

Emergence of Key Currency by Interaction among International and Domestic Markets

Emergence of Key Currency by Interaction among International and Domestic Markets From: AAAI Technical Report WS-02-10. Compilation copyright 2002, AAAI (www.aaai.org). All rights reserved. Emergence of Key Currency by Interaction among International and Domestic Markets Tomohisa YAMASHITA,

More information

Artificial Software Agents on Thin Double Auction Markets - A Human Trader Experiment

Artificial Software Agents on Thin Double Auction Markets - A Human Trader Experiment Artificial Software Agents on Thin Double Auction Markets - A Human Trader Experiment Content Areas: Computer-Human Interaction Jens Grossklags University of California at Berkeley School of Information

More information

Welfare Effects of Market Making in Continuous Double Auctions: Extended Abstract

Welfare Effects of Market Making in Continuous Double Auctions: Extended Abstract Proceedings of the Twenty-Fifth International Joint Conference on Artificial Intelligence (IJCAI-16) Welfare Effects of Market Making in Continuous Double Auctions: Extended Abstract Elaine Wah, Mason

More information

Determining Exchange Rates. Determining Exchange Rates

Determining Exchange Rates. Determining Exchange Rates Determining Exchange Rates Determining Exchange Rates Chapter Objectives To explain how exchange rate movements are measured; To explain how the equilibrium exchange rate is determined; and To examine

More information

Blind Portfolio Auctions via Intermediaries

Blind Portfolio Auctions via Intermediaries Blind Portfolio Auctions via Intermediaries Michael Padilla Stanford University (joint work with Benjamin Van Roy) April 12, 2011 Computer Forum 2011 Michael Padilla (Stanford University) Blind Portfolio

More information

Price Formation and Exchange in Thin Markets: A Laboratory Comparison of Institutions* Timothy N. Cason University of Southern California.

Price Formation and Exchange in Thin Markets: A Laboratory Comparison of Institutions* Timothy N. Cason University of Southern California. Price Formation and Exchange in Thin Markets: A Laboratory Comparison of Institutions* by Timothy N. Cason University of Southern California and Daniel Friedman University of California, Santa Cruz Draft:

More information

Forward Contracts and the Curse of Market Power

Forward Contracts and the Curse of Market Power Forward Contracts and the Curse of Market Power Jeff Lien Presented at the Sixth Annual POWER Research Conference on Electricity Industry Restructuring March 16, 2001 Introduction Features of power generation

More information

Strategy -1- Strategic equilibrium in auctions

Strategy -1- Strategic equilibrium in auctions Strategy -- Strategic equilibrium in auctions A. Sealed high-bid auction 2 B. Sealed high-bid auction: a general approach 6 C. Other auctions: revenue equivalence theorem 27 D. Reserve price in the sealed

More information

Definition of Incomplete Contracts

Definition of Incomplete Contracts Definition of Incomplete Contracts Susheng Wang 1 2 nd edition 2 July 2016 This note defines incomplete contracts and explains simple contracts. Although widely used in practice, incomplete contracts have

More information

UNIVERSIDAD AUTÓNOMA DE NUEVO LEÓN FACULTAD DE ECONOMÍA

UNIVERSIDAD AUTÓNOMA DE NUEVO LEÓN FACULTAD DE ECONOMÍA UNIVERSIDAD AUTÓNOMA DE NUEVO LEÓN FACULTAD DE ECONOMÍA TESIS INTERTEMPORAL COMPETITIVE EQUILIBRIUM: A COMPUTATIONAL MODEL OF INTERMEDIACY IN SPECULATIVE MARKETS POR JOSÉ JAVIER GONZÁLEZ GUTIÉRREZ PRESENTA

More information

Commodity Trading Using An Agent-Based Iterated Double Auction 1

Commodity Trading Using An Agent-Based Iterated Double Auction 1 Commodity Trading Using An Agent-Based Iterated Double Auction 1 Chris Preist HP Laboratories Bristol HPL-2003-238 November 28 th, 2003* E-mail: cwp@hplb.hpl.hp.com agents, economics, ebusiness This paper

More information

Chapter 11: Network Models of Markets with Intermediaries. Presented by Vladislava Arabadzhieva

Chapter 11: Network Models of Markets with Intermediaries. Presented by Vladislava Arabadzhieva Chapter 11: Network Models of Markets with Intermediaries Presented by Vladislava Arabadzhieva 1 Contents 11.1 Price-Setting in Markets 11.2 A Model of Trade on Networks 11.3 Equilibria in Trading Networks

More information

Reducing Price Fluctuation in Continuous Double Auctions through Pricing Policy and Shout Improvement

Reducing Price Fluctuation in Continuous Double Auctions through Pricing Policy and Shout Improvement Reducing Price Fluctuation in Continuous Double Auctions through Pricing Policy and Shout Improvement Jinzhong Niu and Kai Cai Dept of Computer Science Graduate Center City University of New York 365,

More information

Human Traders across Multiple Markets: Attracting Intramarginal Traders under Economic Experiments

Human Traders across Multiple Markets: Attracting Intramarginal Traders under Economic Experiments Human Traders across Multiple Markets: Attracting Intramarginal Traders under Economic Experiments Jung-woo Sohn College of Information Sciences and Technology The Pennsylvania State University University

More information

Adaptive Market Design with Linear Charging and Adaptive k-pricing Policy

Adaptive Market Design with Linear Charging and Adaptive k-pricing Policy Adaptive Market Design with Charging and Adaptive k-pricing Policy Jaesuk Ahn and Chris Jones Department of Electrical and Computer Engineering, The University of Texas at Austin {jsahn, coldjones}@lips.utexas.edu

More information

Multiagent Systems. Multiagent Systems General setting Division of Resources Task Allocation Resource Allocation. 13.

Multiagent Systems. Multiagent Systems General setting Division of Resources Task Allocation Resource Allocation. 13. Multiagent Systems July 16, 2014 13. Bargaining Multiagent Systems 13. Bargaining B. Nebel, C. Becker-Asano, S. Wölfl Albert-Ludwigs-Universität Freiburg July 16, 2014 13.1 General setting 13.2 13.3 13.4

More information

General Examination in Microeconomic Theory SPRING 2014

General Examination in Microeconomic Theory SPRING 2014 HARVARD UNIVERSITY DEPARTMENT OF ECONOMICS General Examination in Microeconomic Theory SPRING 2014 You have FOUR hours. Answer all questions Those taking the FINAL have THREE hours Part A (Glaeser): 55

More information

Efficiency of Continuous Double Auctions under Individual Evolutionary Learning with Full or Limited Information

Efficiency of Continuous Double Auctions under Individual Evolutionary Learning with Full or Limited Information Efficiency of Continuous Double Auctions under Individual Evolutionary Learning with Full or Limited Information Mikhail Anufriev a Jasmina Arifovic b John Ledyard c Valentyn Panchenko d December 6, 2010

More information

An Analysis of Entries in the First TAC Market Design Competition

An Analysis of Entries in the First TAC Market Design Competition An Analysis of Entries in the First TAC Market Design Competition Jinzhong Niu, Kai Cai Computer Science Graduate Center, CUNY {jniu, kcai}@gc.cuny.edu Peter McBurney Computer Science University of Liverpool

More information

CUR 412: Game Theory and its Applications, Lecture 4

CUR 412: Game Theory and its Applications, Lecture 4 CUR 412: Game Theory and its Applications, Lecture 4 Prof. Ronaldo CARPIO March 27, 2015 Homework #1 Homework #1 will be due at the end of class today. Please check the website later today for the solutions

More information

Exercises on Auctions. What are the equilibrium bidding functions a * 1 ) = ) = t 2 2. ) = t 1 2, a 2(t 2

Exercises on Auctions. What are the equilibrium bidding functions a * 1 ) = ) = t 2 2. ) = t 1 2, a 2(t 2 Exercises on Auctions 1) Consider sealed bid first price private value auctions where there are two bidders. Each player knows his own valuation and knows possible valuations of the other player and their

More information

2 The Allocative Effectiveness of Market Protocols Under Intelligent Trading

2 The Allocative Effectiveness of Market Protocols Under Intelligent Trading 2 The Allocative Effectiveness of Market Protocols Under Intelligent Trading Marco LiCalzi 1 and Paolo Pellizzari 2 1 Dept. Applied Mathematics and SSAV, U. of Venice, Italy licalzi@unive.it 2 Dept. Applied

More information

Inefficient Markets. Jacob K. Goeree and Jingjing Zhang. May 4, Abstract

Inefficient Markets. Jacob K. Goeree and Jingjing Zhang. May 4, Abstract Inefficient Markets Jacob K. Goeree and Jingjing Zhang May 4, 2012 Abstract Traders values and information typically consist of both private and common-value elements. In such environments, full allocative

More information

BASICS OF COMPETITIVE MARKETS FOR ELECTRICITY AUCTIONS - INTENT AUCTIONS - COMPONENTS. Basic Definitions Transactions Futures

BASICS OF COMPETITIVE MARKETS FOR ELECTRICITY AUCTIONS - INTENT AUCTIONS - COMPONENTS. Basic Definitions Transactions Futures BASICS OF COMPETITIVE MARKETS FOR ELECTRICITY Basic Definitions Transactions Futures 3/6/2003 copyright 1996 Gerald B. Sheble' 1 AUCTIONS - INTENT Open Exchange on a Common Product Open Knowledge on Price

More information

Microeconomic Theory (501b) Comprehensive Exam

Microeconomic Theory (501b) Comprehensive Exam Dirk Bergemann Department of Economics Yale University Microeconomic Theory (50b) Comprehensive Exam. (5) Consider a moral hazard model where a worker chooses an e ort level e [0; ]; and as a result, either

More information

Private Information I

Private Information I Private Information I Private information and the bid-ask spread Readings (links active from NYU IP addresses) STPP Chapter 10 Bagehot, W., 1971. The Only Game in Town. Financial Analysts Journal 27, no.

More information

Advanced Microeconomics

Advanced Microeconomics Advanced Microeconomics ECON5200 - Fall 2014 Introduction What you have done: - consumers maximize their utility subject to budget constraints and firms maximize their profits given technology and market

More information

6.254 : Game Theory with Engineering Applications Lecture 3: Strategic Form Games - Solution Concepts

6.254 : Game Theory with Engineering Applications Lecture 3: Strategic Form Games - Solution Concepts 6.254 : Game Theory with Engineering Applications Lecture 3: Strategic Form Games - Solution Concepts Asu Ozdaglar MIT February 9, 2010 1 Introduction Outline Review Examples of Pure Strategy Nash Equilibria

More information

Exercises on Auctions

Exercises on Auctions Exercises on Auctions 1) Consider sealed bid first price private value auctions where there are two bidders. Each player knows his own valuation and knows possible valuations of the other player and their

More information

Introduction to mechanism design. Lirong Xia

Introduction to mechanism design. Lirong Xia Introduction to mechanism design Lirong Xia Fall, 2016 1 Last class: game theory R 1 * s 1 Strategy Profile D Mechanism R 2 * s 2 Outcome R n * s n Game theory: predicting the outcome with strategic agents

More information

Computational modeling of an economy using elements of artificial intelligence

Computational modeling of an economy using elements of artificial intelligence Graduate Theses and Dissertations Iowa State University Capstones, Theses and Dissertations 2014 Computational modeling of an economy using elements of artificial intelligence Ekaterina Sinitskaya Iowa

More information

Auction Theory: Some Basics

Auction Theory: Some Basics Auction Theory: Some Basics Arunava Sen Indian Statistical Institute, New Delhi ICRIER Conference on Telecom, March 7, 2014 Outline Outline Single Good Problem Outline Single Good Problem First Price Auction

More information

October 9. The problem of ties (i.e., = ) will not matter here because it will occur with probability

October 9. The problem of ties (i.e., = ) will not matter here because it will occur with probability October 9 Example 30 (1.1, p.331: A bargaining breakdown) There are two people, J and K. J has an asset that he would like to sell to K. J s reservation value is 2 (i.e., he profits only if he sells it

More information

Microeconomic Theory II Preliminary Examination Solutions

Microeconomic Theory II Preliminary Examination Solutions Microeconomic Theory II Preliminary Examination Solutions 1. (45 points) Consider the following normal form game played by Bruce and Sheila: L Sheila R T 1, 0 3, 3 Bruce M 1, x 0, 0 B 0, 0 4, 1 (a) Suppose

More information

Some preliminary results on competition between markets for automated traders

Some preliminary results on competition between markets for automated traders Some preliminary results on competition between markets for automated traders Jinzhong Niu and Kai Cai Department of Computer Science Graduate Center City University of New York 36, th Avenue New York,

More information

Microeconomics I. Undergraduate Programs in Business Administration and Economics

Microeconomics I. Undergraduate Programs in Business Administration and Economics Microeconomics I Undergraduate Programs in Business Administration and Economics Academic year 2011-2012 Second test 1st Semester January 11, 2012 Fernando Branco (fbranco@ucp.pt) Fernando Machado (fsm@ucp.pt)

More information

Pareto Efficient Allocations with Collateral in Double Auctions (Working Paper)

Pareto Efficient Allocations with Collateral in Double Auctions (Working Paper) Pareto Efficient Allocations with Collateral in Double Auctions (Working Paper) Hans-Joachim Vollbrecht November 12, 2015 The general conditions are studied on which Continuous Double Auctions (CDA) for

More information

Trading in Networks: A Normal Form Game Experiment

Trading in Networks: A Normal Form Game Experiment Trading in Networks: A Normal Form Game Experiment Douglas Gale New York University Shachar Kariv UC Berkeley March 22, 2007 Abstract This paper reports an experimental study of trading networks, in which

More information

The upload of new data needed for audit trail (RTS24) on the spot market (Xetra) of BSE

The upload of new data needed for audit trail (RTS24) on the spot market (Xetra) of BSE The upload of new data needed for audit trail (RTS24) on the spot market (Xetra) of BSE Budapest Stock Exchange needs to collect several new information connected to orders, in order to comply with the

More information

On Existence of Equilibria. Bayesian Allocation-Mechanisms

On Existence of Equilibria. Bayesian Allocation-Mechanisms On Existence of Equilibria in Bayesian Allocation Mechanisms Northwestern University April 23, 2014 Bayesian Allocation Mechanisms In allocation mechanisms, agents choose messages. The messages determine

More information

CUR 412: Game Theory and its Applications, Lecture 4

CUR 412: Game Theory and its Applications, Lecture 4 CUR 412: Game Theory and its Applications, Lecture 4 Prof. Ronaldo CARPIO March 22, 2015 Homework #1 Homework #1 will be due at the end of class today. Please check the website later today for the solutions

More information

Experience Weighted Attraction in the First Price Auction and Becker DeGroot Marschak

Experience Weighted Attraction in the First Price Auction and Becker DeGroot Marschak 18 th World IMACS / MODSIM Congress, Cairns, Australia 13-17 July 2009 http://mssanz.org.au/modsim09 Experience Weighted Attraction in the First Price Auction and Becker DeGroot Duncan James 1 and Derrick

More information

Extensive-Form Games with Imperfect Information

Extensive-Form Games with Imperfect Information May 6, 2015 Example 2, 2 A 3, 3 C Player 1 Player 1 Up B Player 2 D 0, 0 1 0, 0 Down C Player 1 D 3, 3 Extensive-Form Games With Imperfect Information Finite No simultaneous moves: each node belongs to

More information

Introduction to Game Theory

Introduction to Game Theory Introduction to Game Theory 3a. More on Normal-Form Games Dana Nau University of Maryland Nau: Game Theory 1 More Solution Concepts Last time, we talked about several solution concepts Pareto optimality

More information

Simulating New Markets by Introducing New Accepting Policies for the Conventional Continuous Double Auction

Simulating New Markets by Introducing New Accepting Policies for the Conventional Continuous Double Auction Simulating New Markets by Introducing New Accepting Policies for the Conventional Continuous Double Auction Sina Honari Premier Ideas Support Center, School of Engineering, Shiraz University, Shiraz, Iran

More information

Equity Basket Option Pricing Guide

Equity Basket Option Pricing Guide Option Pricing Guide John Smith FinPricing Summary Equity Basket Option Introduction The Use of Equity Basket Options Equity Basket Option Payoffs Valuation Practical Guide A Real World Example Equity

More information

CS599: Algorithm Design in Strategic Settings Fall 2012 Lecture 4: Prior-Free Single-Parameter Mechanism Design. Instructor: Shaddin Dughmi

CS599: Algorithm Design in Strategic Settings Fall 2012 Lecture 4: Prior-Free Single-Parameter Mechanism Design. Instructor: Shaddin Dughmi CS599: Algorithm Design in Strategic Settings Fall 2012 Lecture 4: Prior-Free Single-Parameter Mechanism Design Instructor: Shaddin Dughmi Administrivia HW out, due Friday 10/5 Very hard (I think) Discuss

More information

Mechanics, Fading, and Performance

Mechanics, Fading, and Performance Mechanics, Fading, and Performance Mechanics, Fading, and Performance The performance of conditional orders has been a growing point of discussion as more Alternative Trading Systems now support the order

More information

2) What is algorithm?

2) What is algorithm? 2) What is algorithm? Step by step procedure designed to perform an operation, and which (like a map or flowchart) will lead to the sought result if followed correctly. Algorithms have a definite beginning

More information

KIM ENG SECURITIES KEHK TRADE - INTERNET TRADING PLATFORM. User Manual (English Version) Jun 2013 Edition

KIM ENG SECURITIES KEHK TRADE - INTERNET TRADING PLATFORM. User Manual (English Version) Jun 2013 Edition KIM ENG SECURITIES KEHK TRADE - INTERNET TRADING PLATFORM User Manual (English Version) Jun 2013 Edition Chapter 1 Login To access our homepage, please key in www.kimeng.com.hk as the URL address 1) Enter

More information

Introduction to mechanism design. Lirong Xia

Introduction to mechanism design. Lirong Xia Introduction to mechanism design Lirong Xia Feb. 9, 2016 1 Last class: game theory R 1 * s 1 Strategy Profile D Mechanism R 2 * s 2 Outcome R n * s n Game theory: predicting the outcome with strategic

More information

US Options Complex Book Process. Version 1.1.1

US Options Complex Book Process. Version 1.1.1 Complex Book Process Version 1.1.1 October 17, 2017 Contents 1 Overview... 4 2 Complex Order Basics... 5 2.1 Ratios... 5 2.2 Net Price... 5 2.3 Availability of Complex Order Functionality... 5 2.3.1 Eligible

More information

Trading in Networks: A Normal Form Game Experiment

Trading in Networks: A Normal Form Game Experiment Trading in Networks: A Normal Form Game Experiment Douglas Gale New York University Shachar Kariv UC Berkeley September 30, 2008 Abstract This paper reports an experimental study of trading networks. Networks

More information

Artificial Software Agents on Thin Double Auction Markets - A Human Trader Experiment

Artificial Software Agents on Thin Double Auction Markets - A Human Trader Experiment Artificial Software Agents on Thin Double Auction Markets - A Human Trader Experiment Jens Grossklags University of California at Berkeley School of Information Mgt. & Systems 102 South Hall 94720 Berkeley,

More information

Zero Intelligence in Economics and Finance

Zero Intelligence in Economics and Finance The Knowledge Engineering Review, Vol. 00:0, 1 24. c 2004, Cambridge University Press DOI: 10.1017/S000000000000000 Printed in the United Kingdom Zero Intelligence in Economics and Finance Dan Ladley Department

More information

SIF Infrastructure Specification Extension Proposal Template Version 0.3, July 2016

SIF Infrastructure Specification Extension Proposal Template Version 0.3, July 2016 SIF Infrastructure Specification Extension Proposal Template Version 0.3, July 2016 This template should be used by individuals or Project Teams to submit (and later track the progress of) proposed extensions

More information

Algorithmic Game Theory (a primer) Depth Qualifying Exam for Ashish Rastogi (Ph.D. candidate)

Algorithmic Game Theory (a primer) Depth Qualifying Exam for Ashish Rastogi (Ph.D. candidate) Algorithmic Game Theory (a primer) Depth Qualifying Exam for Ashish Rastogi (Ph.D. candidate) 1 Game Theory Theory of strategic behavior among rational players. Typical game has several players. Each player

More information

Supplementary Appendix for Are CDS Auctions Biased and Inefficient?

Supplementary Appendix for Are CDS Auctions Biased and Inefficient? Supplementary Appendix for Are CDS Auctions Biased and Inefficient? Songzi Du Simon Fraser University Haoxiang Zhu MIT Sloan and NBER May 30, 016 Du and Zhu 016) characterize an equilibrium of CDS auctions

More information

BANKING AND ASSET BUBBLES: TESTING THE THEORY OF FREE BANKING USING AGENT-BASED COMPUTER SIMULATIONS AND LABORATORY EXPERIMENTS

BANKING AND ASSET BUBBLES: TESTING THE THEORY OF FREE BANKING USING AGENT-BASED COMPUTER SIMULATIONS AND LABORATORY EXPERIMENTS BANKING AND ASSET BUBBLES: TESTING THE THEORY OF FREE BANKING USING AGENT-BASED COMPUTER SIMULATIONS AND LABORATORY EXPERIMENTS by William A. McBride A Dissertation Submitted to the Graduate Faculty of

More information

Bilateral Exchange of Contingent Claims

Bilateral Exchange of Contingent Claims Bilateral Exchange of Contingent Claims - an adaptive, behavioral, stochastic approach Sjur Didrik Flåm University of Bergen Workshop, Bonn, May 2013 Sjur Didrik Flåm (University of Bergen) Bilateral Exchange

More information