Efficient Market Making via Convex Optimization, and a Connection to Online Learning

Size: px
Start display at page:

Download "Efficient Market Making via Convex Optimization, and a Connection to Online Learning"

Transcription

1 Efficient Market Making via Convex Optimization, and a Connection to Online Learning by J. Abernethy, Y. Chen and J.W. Vaughan Presented by J. Duraj and D. Rishi 1 / 16

2 Outline 1 Motivation 2 Reasonable Market Maker properties 3 Characterization of Market Makers and Convex Duality 4 Market Maker Loss and Loss of Information 5 Connections to Online Learning 6 Connections to Market Scoring Rules 2 / 16

3 Motivation Motivation From economic theory: Arrow-Debreu Securities, promise an amount of money/bundle of goods in a particular time if some event is realized (contingent securities). A securities market is complete if it offers a linearly independent set of securities over the set of each possible contingency (i.e. for each mutually exclusive and exhaustive state of the world). In reality completeness not given: 1. Humans bad at estimating small and near-1 probabilities. 2. It may be computationally intractable to manage large sets of securities. 3 / 16

4 Motivation Motivation New approach needed: here axiomatic framework for design of automated market makers with desirable properties even when completeness not given. Reduction to Convex Optimization which is abundantly studied. Method for designing computationally efficient markets. Connections to Online Learning and Market Scoring rules. 4 / 16

5 Reasonable Market Maker properties Reasonable Market Maker properties Informally Prices in a market should be always well-defined. 2. Market incorporates information from the traders. 3. No Arbitrage. 4. Market is expressive: any set of consistent beliefs can be achieved by prices in the market. 5 / 16

6 Reasonable Market Maker properties Reasonable Market Maker Properties Formally... Let O be an outcome space and ρ : O R K + an arbitrary but efficiently computable payoff function for the securities (complex market). Cost function cost(r r 1,..., r t 1 ) gives cost of buying r given sequence of previous trades r 1,..., r t 1. Condition 1: Path Independence. For any r, r, r with r = r + r one has cost(r r 1,..., r t ) = cost(r r 1,..., r t ) + cost(r r 1,..., r t, r ) Implies existence of C : R K R with cost(r t r 1,..., r t 1 ) = C(r r t ) C(r r t 1 ). 6 / 16

7 Reasonable Market Maker properties Reasonable Market Maker Properties Condition 2: Existence of Instantaneous Prices. C is continuous and differentiable everywhere on R K. In particular, p = C(q) are the instantaneous prices at vector q of outstanding securities in the market. 7 / 16

8 Reasonable Market Maker properties Reasonable Market Maker Properties Condition 3: Information Incorporation. For any q, r R K Implies C is convex. C(q + 2r) C(q + r) C(q + r) C(q) 8 / 16

9 Reasonable Market Maker properties Reasonable Market Maker Properties Condition 4: No Arbitrage. For all q, r R K there exists o O with C(q + r) C(q) r ρ(o) If violated traders would make profits out of the Market Maker. 9 / 16

10 Reasonable Market Maker properties Reasonable Market Maker Properties Condition 5: Expressiveness. For any p O and any ɛ > 0 there exists some q R K for which C(q) E o p [ρ(o)] < ɛ Any trader can move prices approximately to his beliefs. 10 / 16

11 Characterization of Market Makers and Convex Duality Characterization of Market Makers and Convex Duality Theorem (Characterization of Complex Markets) Under Conditions 2-5, C must be convex with (up to technicalities) { C(q) : q R K } = convhull(ρ(o)). (1) Moreover, any convex differentiable function C : R K R respecting (1) must also satisfy conditions / 16

12 Characterization of Market Makers and Convex Duality Characterization of Market Makers and Convex Duality Theorem is important not only for characterization but also design of automated markets. Theorem (Duality Characterization) Assume image of ρ is bounded in R K. Then for any cost function C : R K R satisfying Conditions 2-5, up to technicalities, there exists a strictly convex function R : R K R {, + } with C(q) = sup x q R(x). x convhull(ρ(o)) Furthermore, for any convex R on convhull(ρ(o)), if R is strictly convex on its domain then the cost function defined by the conjugate C = R satisfies Conditions 2-5. Finally, the price vector is given by C(q) = arg max x q R(x). x convhull(ρ(o)) 12 / 16

13 Market Maker Loss and Loss of Information Market Maker Loss and Loss of Information Bid-ask spread of security bundle r, given some q : BA(q, r) = (C(q + r) C(q)) (C(q) C(q r)). Information Loss in markets without a continuum of quantities: bid-ask spread for the smallest trading unit. Define market depth parameter at q as β = 1 λ C (q). inverse of largest eigenvalue of 2 C(q). Worst case market depth β = inf q R K β(q). One has the bound BA(q, r) r 2 β. 13 / 16

14 Market Maker Loss and Loss of Information Market Maker Loss and Loss of Information Market Maker s worst-case Monetary Loss: ( wmml = sup q R K sup(ρ(o) q) C(q) + C(0) o O ). Result: If C is so that its R is bounded, then so is Market Maker s Loss. If C is twice-differentiable. wmml const β. There is a tension between lower bound of worst-case loss and upper bound of bid-ask spreads. 14 / 16

15 Connections to Online Learning Connections to Online Learning Recall the FTRL algorithm: w t = arg min{l t 1 w + 1 w K µ R(w)}. with K convex, compact decision set, R strictly convex differentiable function, µ > 0. Syntactically similar to cost function markets: 1. K O, w x, R R, L t = L t+1 + l t q t = q t 1 + r t. 2. Moreover, updating rules are similar as are period costs to learner/market maker. 15 / 16

16 Connections to Market Scoring Rules Connections to Market Scoring Rules Given a strictly convex, continuous conjugate R and a proper regular scoring rule s with R(x) = n x i s i (x), i=1 s i (x) = R(x) R(x) x + R(x) x i. one has the following relations: 1. Trade in cost function market q q, x(q) x(q ) gives same profit as in MSR market moving the probabilities x(q) x(q ). 2. Given any probability vector x for which s i (x) is finite for all i in the MSR market there always exists q with C(q) = x in the cost function market. 3. If initial probability x 0 in MSR market is equal to initial price vector C(0) in the cost function market, then both markets have same worst-case loss. 16 / 16

An Optimization-Based Framework for Automated Market-Making

An Optimization-Based Framework for Automated Market-Making An Optimization-Based Framework for Automated Market-Making Jacob Abernethy EECS Department UC Berkeley jake@cs.berkeley.edu Yiling Chen School of Engineering and Applied Sciences Harvard University yiling@eecs.harvard.edu

More information

Prediction, Belief, and Markets

Prediction, Belief, and Markets Prediction, Belief, and Markets Jake Abernethy, University of Pennsylvania Jenn Wortman Vaughan, UCLA June 26, 2012 Prediction Markets Arrow-Debreu Security : Contract pays $10 if X happens, $0 otherwise.

More information

An Optimization-Based Framework for Combinatorial Prediction Market Design

An Optimization-Based Framework for Combinatorial Prediction Market Design An Optimization-Based Framework for Combinatorial Prediction Market Design Jacob Abernethy UC Berkeley jake@cs.berkeley.edu Yiling Chen Harvard University yiling@eecs.harvard.edu Jennifer Wortman Vaughan

More information

Prediction, Belief, and Markets

Prediction, Belief, and Markets Prediction, Belief, and Markets http://aaaimarketstutorial.pbworks.com Jake Abernethy, UPenn è UMich Jenn Wortman Vaughan, MSR NYC July 14, 2013 Belief, Prediction, and Gambling? A Short History Lesson

More information

An Axiomatic Study of Scoring Rule Markets. January 2018

An Axiomatic Study of Scoring Rule Markets. January 2018 An Axiomatic Study of Scoring Rule Markets Rafael Frongillo Bo Waggoner CU Boulder UPenn January 2018 1 / 21 Prediction markets Prediction market: mechanism wherein agents buy/sell contracts... thereby

More information

Uncertainty in Equilibrium

Uncertainty in Equilibrium Uncertainty in Equilibrium Larry Blume May 1, 2007 1 Introduction The state-preference approach to uncertainty of Kenneth J. Arrow (1953) and Gérard Debreu (1959) lends itself rather easily to Walrasian

More information

Bargaining and Competition Revisited Takashi Kunimoto and Roberto Serrano

Bargaining and Competition Revisited Takashi Kunimoto and Roberto Serrano Bargaining and Competition Revisited Takashi Kunimoto and Roberto Serrano Department of Economics Brown University Providence, RI 02912, U.S.A. Working Paper No. 2002-14 May 2002 www.econ.brown.edu/faculty/serrano/pdfs/wp2002-14.pdf

More information

Equity correlations implied by index options: estimation and model uncertainty analysis

Equity correlations implied by index options: estimation and model uncertainty analysis 1/18 : estimation and model analysis, EDHEC Business School (joint work with Rama COT) Modeling and managing financial risks Paris, 10 13 January 2011 2/18 Outline 1 2 of multi-asset models Solution to

More information

DO ARBITRAGE FREE PRICES COME FROM UTILITY MAXIMIZATION?

DO ARBITRAGE FREE PRICES COME FROM UTILITY MAXIMIZATION? DO ARBITRAGE FREE PRICES COME FROM UTILITY MAXIMIZATION? Pietro Siorpaes University of Vienna, Austria Warsaw, June 2013 SHOULD I BUY OR SELL? ARBITRAGE FREE PRICES ALWAYS BUY IT DEPENDS ALWAYS SELL SHOULD

More information

An Axiomatic Characterization of Continuous-Outcome Market Makers

An Axiomatic Characterization of Continuous-Outcome Market Makers An Axiomatic Characterization of Continuous-Outcome Market Makers Xi Alice Gao and Yiling Chen School or Engineering and Applied Sciences Harvard University Cambridge, MA 02138 {xagao,yiling}@eecs.harvard.edu

More information

Information Aggregation in Dynamic Markets with Strategic Traders. Michael Ostrovsky

Information Aggregation in Dynamic Markets with Strategic Traders. Michael Ostrovsky Information Aggregation in Dynamic Markets with Strategic Traders Michael Ostrovsky Setup n risk-neutral players, i = 1,..., n Finite set of states of the world Ω Random variable ( security ) X : Ω R Each

More information

Finish what s been left... CS286r Fall 08 Finish what s been left... 1

Finish what s been left... CS286r Fall 08 Finish what s been left... 1 Finish what s been left... CS286r Fall 08 Finish what s been left... 1 Perfect Bayesian Equilibrium A strategy-belief pair, (σ, µ) is a perfect Bayesian equilibrium if (Beliefs) At every information set

More information

Chair of Communications Theory, Prof. Dr.-Ing. E. Jorswieck. Übung 5: Supermodular Games

Chair of Communications Theory, Prof. Dr.-Ing. E. Jorswieck. Übung 5: Supermodular Games Chair of Communications Theory, Prof. Dr.-Ing. E. Jorswieck Übung 5: Supermodular Games Introduction Supermodular games are a class of non-cooperative games characterized by strategic complemetariteis

More information

Robust Portfolio Choice and Indifference Valuation

Robust Portfolio Choice and Indifference Valuation and Indifference Valuation Mitja Stadje Dep. of Econometrics & Operations Research Tilburg University joint work with Roger Laeven July, 2012 http://alexandria.tue.nl/repository/books/733411.pdf Setting

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

A Robust Option Pricing Problem

A Robust Option Pricing Problem IMA 2003 Workshop, March 12-19, 2003 A Robust Option Pricing Problem Laurent El Ghaoui Department of EECS, UC Berkeley 3 Robust optimization standard form: min x sup u U f 0 (x, u) : u U, f i (x, u) 0,

More information

Strategies and Nash Equilibrium. A Whirlwind Tour of Game Theory

Strategies and Nash Equilibrium. A Whirlwind Tour of Game Theory Strategies and Nash Equilibrium A Whirlwind Tour of Game Theory (Mostly from Fudenberg & Tirole) Players choose actions, receive rewards based on their own actions and those of the other players. Example,

More information

Lecture 7: Bayesian approach to MAB - Gittins index

Lecture 7: Bayesian approach to MAB - Gittins index Advanced Topics in Machine Learning and Algorithmic Game Theory Lecture 7: Bayesian approach to MAB - Gittins index Lecturer: Yishay Mansour Scribe: Mariano Schain 7.1 Introduction In the Bayesian approach

More information

Betting Boolean-Style: A Framework for Trading in Securities Based on Logical Formulas

Betting Boolean-Style: A Framework for Trading in Securities Based on Logical Formulas Betting Boolean-Style: A Framework for Trading in Securities Based on Logical Formulas Lance Fortnow Joe Kilian NEC Laboratories America 4 Independence Way Princeton, NJ 08540 David M. Pennock Overture

More information

On Risk Measures, Market Making, and Exponential Families

On Risk Measures, Market Making, and Exponential Families On Risk Measures, Market Making, and Exponential Families JACOB D. ABERNETHY University of Michigan and RAFAEL M. FRONGILLO Harvard University and SINDHU KUTTY University of Michigan In this note we elaborate

More information

A General Volume-Parameterized Market Making Framework

A General Volume-Parameterized Market Making Framework A General Volume-Parameterized Market Making Framework JACOB D. ABERNETHY, University of Michigan, Ann Arbor RAFAEL M. FRONGILLO, Microsoft Research XIAOLONG LI, University of Texas, Austin JENNIFER WORTMAN

More information

Black-Scholes and Game Theory. Tushar Vaidya ESD

Black-Scholes and Game Theory. Tushar Vaidya ESD Black-Scholes and Game Theory Tushar Vaidya ESD Sequential game Two players: Nature and Investor Nature acts as an adversary, reveals state of the world S t Investor acts by action a t Investor incurs

More information

Differentially Private, Bounded-Loss Prediction Markets. Bo Waggoner UPenn Microsoft with Rafael Frongillo Colorado

Differentially Private, Bounded-Loss Prediction Markets. Bo Waggoner UPenn Microsoft with Rafael Frongillo Colorado Differentially Private, Bounded-Loss Prediction Markets Bo Waggoner UPenn Microsoft with Rafael Frongillo Colorado WADE, June 2018 1 Outline A. Cost function based prediction markets B. Summary of results

More information

(Ir)rational Exuberance: Optimism, Ambiguity and Risk

(Ir)rational Exuberance: Optimism, Ambiguity and Risk (Ir)rational Exuberance: Optimism, Ambiguity and Risk Anat Bracha and Don Brown Boston FRB and Yale University October 2013 (Revised) nat Bracha and Don Brown (Boston FRB and Yale University) (Ir)rational

More information

Game Theory: Normal Form Games

Game Theory: Normal Form Games Game Theory: Normal Form Games Michael Levet June 23, 2016 1 Introduction Game Theory is a mathematical field that studies how rational agents make decisions in both competitive and cooperative situations.

More information

Microeconomics II. CIDE, MsC Economics. List of Problems

Microeconomics II. CIDE, MsC Economics. List of Problems Microeconomics II CIDE, MsC Economics List of Problems 1. There are three people, Amy (A), Bart (B) and Chris (C): A and B have hats. These three people are arranged in a room so that B can see everything

More information

3.2 No-arbitrage theory and risk neutral probability measure

3.2 No-arbitrage theory and risk neutral probability measure Mathematical Models in Economics and Finance Topic 3 Fundamental theorem of asset pricing 3.1 Law of one price and Arrow securities 3.2 No-arbitrage theory and risk neutral probability measure 3.3 Valuation

More information

( ) = R + ª. Similarly, for any set endowed with a preference relation º, we can think of the upper contour set as a correspondance  : defined as

( ) = R + ª. Similarly, for any set endowed with a preference relation º, we can think of the upper contour set as a correspondance  : defined as 6 Lecture 6 6.1 Continuity of Correspondances So far we have dealt only with functions. It is going to be useful at a later stage to start thinking about correspondances. A correspondance is just a set-valued

More information

Ph.D. Preliminary Examination MICROECONOMIC THEORY Applied Economics Graduate Program June 2017

Ph.D. Preliminary Examination MICROECONOMIC THEORY Applied Economics Graduate Program June 2017 Ph.D. Preliminary Examination MICROECONOMIC THEORY Applied Economics Graduate Program June 2017 The time limit for this exam is four hours. The exam has four sections. Each section includes two questions.

More information

A New Tool For Correlation Risk Management: The Market Implied Comonotonicity Gap

A New Tool For Correlation Risk Management: The Market Implied Comonotonicity Gap A New Tool For Correlation Risk Management: The Market Implied Comonotonicity Gap Peter Michael Laurence Department of Mathematics and Facoltà di Statistica Universitá di Roma, La Sapienza A New Tool For

More information

GAME THEORY. Department of Economics, MIT, Follow Muhamet s slides. We need the following result for future reference.

GAME THEORY. Department of Economics, MIT, Follow Muhamet s slides. We need the following result for future reference. 14.126 GAME THEORY MIHAI MANEA Department of Economics, MIT, 1. Existence and Continuity of Nash Equilibria Follow Muhamet s slides. We need the following result for future reference. Theorem 1. Suppose

More information

Decision Markets With Good Incentives

Decision Markets With Good Incentives Decision Markets With Good Incentives Yiling Chen, Ian Kash, Mike Ruberry and Victor Shnayder Harvard University Abstract. Decision markets both predict and decide the future. They allow experts to predict

More information

6.207/14.15: Networks Lecture 10: Introduction to Game Theory 2

6.207/14.15: Networks Lecture 10: Introduction to Game Theory 2 6.207/14.15: Networks Lecture 10: Introduction to Game Theory 2 Daron Acemoglu and Asu Ozdaglar MIT October 14, 2009 1 Introduction Outline Review Examples of Pure Strategy Nash Equilibria Mixed Strategies

More information

On the existence of coalition-proof Bertrand equilibrium

On the existence of coalition-proof Bertrand equilibrium Econ Theory Bull (2013) 1:21 31 DOI 10.1007/s40505-013-0011-7 RESEARCH ARTICLE On the existence of coalition-proof Bertrand equilibrium R. R. Routledge Received: 13 March 2013 / Accepted: 21 March 2013

More information

Consumption and Asset Pricing

Consumption and Asset Pricing Consumption and Asset Pricing Yin-Chi Wang The Chinese University of Hong Kong November, 2012 References: Williamson s lecture notes (2006) ch5 and ch 6 Further references: Stochastic dynamic programming:

More information

Arrow-Debreu Equilibrium

Arrow-Debreu Equilibrium Arrow-Debreu Equilibrium Econ 2100 Fall 2017 Lecture 23, November 21 Outline 1 Arrow-Debreu Equilibrium Recap 2 Arrow-Debreu Equilibrium With Only One Good 1 Pareto Effi ciency and Equilibrium 2 Properties

More information

Bounded-Loss Private Prediction Markets

Bounded-Loss Private Prediction Markets Bounded-Loss Private Prediction Markets Rafael Frongillo University of Colorado, Boulder raf@colorado.edu Bo Waggoner University of Pennsylvania bwag@seas.upenn.edu Abstract Prior work has investigated

More information

Laws of probabilities in efficient markets

Laws of probabilities in efficient markets Laws of probabilities in efficient markets Vladimir Vovk Department of Computer Science Royal Holloway, University of London Fifth Workshop on Game-Theoretic Probability and Related Topics 15 November

More information

Optimizing S-shaped utility and risk management

Optimizing S-shaped utility and risk management Optimizing S-shaped utility and risk management Ineffectiveness of VaR and ES constraints John Armstrong (KCL), Damiano Brigo (Imperial) Quant Summit March 2018 Are ES constraints effective against rogue

More information

MATH 5510 Mathematical Models of Financial Derivatives. Topic 1 Risk neutral pricing principles under single-period securities models

MATH 5510 Mathematical Models of Financial Derivatives. Topic 1 Risk neutral pricing principles under single-period securities models MATH 5510 Mathematical Models of Financial Derivatives Topic 1 Risk neutral pricing principles under single-period securities models 1.1 Law of one price and Arrow securities 1.2 No-arbitrage theory and

More information

European Contingent Claims

European Contingent Claims European Contingent Claims Seminar: Financial Modelling in Life Insurance organized by Dr. Nikolic and Dr. Meyhöfer Zhiwen Ning 13.05.2016 Zhiwen Ning European Contingent Claims 13.05.2016 1 / 23 outline

More information

Game Theory Fall 2006

Game Theory Fall 2006 Game Theory Fall 2006 Answers to Problem Set 3 [1a] Omitted. [1b] Let a k be a sequence of paths that converge in the product topology to a; that is, a k (t) a(t) for each date t, as k. Let M be the maximum

More information

A Harmonic Analysis Solution to the Basket Arbitrage Problem

A Harmonic Analysis Solution to the Basket Arbitrage Problem A Harmonic Analysis Solution to the Basket Arbitrage Problem Alexandre d Aspremont ORFE, Princeton University. A. d Aspremont, INFORMS, San Francisco, Nov. 14 2005. 1 Introduction Classic Black & Scholes

More information

Assets with possibly negative dividends

Assets with possibly negative dividends Assets with possibly negative dividends (Preliminary and incomplete. Comments welcome.) Ngoc-Sang PHAM Montpellier Business School March 12, 2017 Abstract The paper introduces assets whose dividends can

More information

Intertemporal Risk Attitude. Lecture 7. Kreps & Porteus Preference for Early or Late Resolution of Risk

Intertemporal Risk Attitude. Lecture 7. Kreps & Porteus Preference for Early or Late Resolution of Risk Intertemporal Risk Attitude Lecture 7 Kreps & Porteus Preference for Early or Late Resolution of Risk is an intrinsic preference for the timing of risk resolution is a general characteristic of recursive

More information

General Equilibrium under Uncertainty

General Equilibrium under Uncertainty General Equilibrium under Uncertainty The Arrow-Debreu Model General Idea: this model is formally identical to the GE model commodities are interpreted as contingent commodities (commodities are contingent

More information

The Uncertain Volatility Model

The Uncertain Volatility Model The Uncertain Volatility Model Claude Martini, Antoine Jacquier July 14, 008 1 Black-Scholes and realised volatility What happens when a trader uses the Black-Scholes (BS in the sequel) formula to sell

More information

Behavioral Competitive Equilibrium and Extreme Prices. Faruk Gul Wolfgang Pesendorfer Tomasz Strzalecki

Behavioral Competitive Equilibrium and Extreme Prices. Faruk Gul Wolfgang Pesendorfer Tomasz Strzalecki Behavioral Competitive Equilibrium and Extreme Prices Faruk Gul Wolfgang Pesendorfer Tomasz Strzalecki behavioral optimization behavioral optimization restricts agents ability by imposing additional constraints

More information

Problem Set 2. Theory of Banking - Academic Year Maria Bachelet March 2, 2017

Problem Set 2. Theory of Banking - Academic Year Maria Bachelet March 2, 2017 Problem Set Theory of Banking - Academic Year 06-7 Maria Bachelet maria.jua.bachelet@gmai.com March, 07 Exercise Consider an agency relationship in which the principal contracts the agent, whose effort

More information

Repeated Games. September 3, Definitions: Discounting, Individual Rationality. Finitely Repeated Games. Infinitely Repeated Games

Repeated Games. September 3, Definitions: Discounting, Individual Rationality. Finitely Repeated Games. Infinitely Repeated Games Repeated Games Frédéric KOESSLER September 3, 2007 1/ Definitions: Discounting, Individual Rationality Finitely Repeated Games Infinitely Repeated Games Automaton Representation of Strategies The One-Shot

More information

Multi-armed bandits in dynamic pricing

Multi-armed bandits in dynamic pricing Multi-armed bandits in dynamic pricing Arnoud den Boer University of Twente, Centrum Wiskunde & Informatica Amsterdam Lancaster, January 11, 2016 Dynamic pricing A firm sells a product, with abundant inventory,

More information

A model for a large investor trading at market indifference prices

A model for a large investor trading at market indifference prices A model for a large investor trading at market indifference prices Dmitry Kramkov (joint work with Peter Bank) Carnegie Mellon University and University of Oxford 5th Oxford-Princeton Workshop on Financial

More information

Decision Markets With Good Incentives

Decision Markets With Good Incentives Decision Markets With Good Incentives Yiling Chen, Ian Kash, Mike Ruberry and Victor Shnayder Harvard University Abstract. Decision and prediction markets are designed to determine the likelihood of future

More information

Part 3: Trust-region methods for unconstrained optimization. Nick Gould (RAL)

Part 3: Trust-region methods for unconstrained optimization. Nick Gould (RAL) Part 3: Trust-region methods for unconstrained optimization Nick Gould (RAL) minimize x IR n f(x) MSc course on nonlinear optimization UNCONSTRAINED MINIMIZATION minimize x IR n f(x) where the objective

More information

Microeconomic Theory August 2013 Applied Economics. Ph.D. PRELIMINARY EXAMINATION MICROECONOMIC THEORY. Applied Economics Graduate Program

Microeconomic Theory August 2013 Applied Economics. Ph.D. PRELIMINARY EXAMINATION MICROECONOMIC THEORY. Applied Economics Graduate Program Ph.D. PRELIMINARY EXAMINATION MICROECONOMIC THEORY Applied Economics Graduate Program August 2013 The time limit for this exam is four hours. The exam has four sections. Each section includes two questions.

More information

INTERIM CORRELATED RATIONALIZABILITY IN INFINITE GAMES

INTERIM CORRELATED RATIONALIZABILITY IN INFINITE GAMES INTERIM CORRELATED RATIONALIZABILITY IN INFINITE GAMES JONATHAN WEINSTEIN AND MUHAMET YILDIZ A. We show that, under the usual continuity and compactness assumptions, interim correlated rationalizability

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

So we turn now to many-to-one matching with money, which is generally seen as a model of firms hiring workers

So we turn now to many-to-one matching with money, which is generally seen as a model of firms hiring workers Econ 805 Advanced Micro Theory I Dan Quint Fall 2009 Lecture 20 November 13 2008 So far, we ve considered matching markets in settings where there is no money you can t necessarily pay someone to marry

More information

Introduction to game theory LECTURE 2

Introduction to game theory LECTURE 2 Introduction to game theory LECTURE 2 Jörgen Weibull February 4, 2010 Two topics today: 1. Existence of Nash equilibria (Lecture notes Chapter 10 and Appendix A) 2. Relations between equilibrium and rationality

More information

A New Understanding of Prediction Markets Via No-Regret Learning

A New Understanding of Prediction Markets Via No-Regret Learning A New Understanding of Prediction Markets Via No-Regret Learning ABSTRACT Yiling Chen School of Engineering and Applied Sciences Harvard University Cambridge, MA 2138 yiling@eecs.harvard.edu We explore

More information

Interpolation of κ-compactness and PCF

Interpolation of κ-compactness and PCF Comment.Math.Univ.Carolin. 50,2(2009) 315 320 315 Interpolation of κ-compactness and PCF István Juhász, Zoltán Szentmiklóssy Abstract. We call a topological space κ-compact if every subset of size κ has

More information

Decision Markets with Good Incentives

Decision Markets with Good Incentives Decision Markets with Good Incentives The Harvard community has made this article openly available. Please share how this access benefits you. Your story matters Citation Chen, Yiling, Ian Kash, Mike Ruberry,

More information

Optimization Approaches Applied to Mathematical Finance

Optimization Approaches Applied to Mathematical Finance Optimization Approaches Applied to Mathematical Finance Tai-Ho Wang tai-ho.wang@baruch.cuny.edu Baruch-NSD Summer Camp Lecture 5 August 7, 2017 Outline Quick review of optimization problems and duality

More information

ECON FINANCIAL ECONOMICS

ECON FINANCIAL ECONOMICS ECON 337901 FINANCIAL ECONOMICS Peter Ireland Boston College February 19, 2019 These lecture notes by Peter Ireland are licensed under a Creative Commons Attribution-NonCommerical-ShareAlike 4.0 International

More information

Portfolio selection with multiple risk measures

Portfolio selection with multiple risk measures Portfolio selection with multiple risk measures Garud Iyengar Columbia University Industrial Engineering and Operations Research Joint work with Carlos Abad Outline Portfolio selection and risk measures

More information

Microeconomics of Banking: Lecture 2

Microeconomics of Banking: Lecture 2 Microeconomics of Banking: Lecture 2 Prof. Ronaldo CARPIO September 25, 2015 A Brief Look at General Equilibrium Asset Pricing Last week, we saw a general equilibrium model in which banks were irrelevant.

More information

Choice under Uncertainty

Choice under Uncertainty Chapter 7 Choice under Uncertainty 1. Expected Utility Theory. 2. Risk Aversion. 3. Applications: demand for insurance, portfolio choice 4. Violations of Expected Utility Theory. 7.1 Expected Utility Theory

More information

Reputation and Signaling in Asset Sales: Internet Appendix

Reputation and Signaling in Asset Sales: Internet Appendix Reputation and Signaling in Asset Sales: Internet Appendix Barney Hartman-Glaser September 1, 2016 Appendix D. Non-Markov Perfect Equilibrium In this appendix, I consider the game when there is no honest-type

More information

LECTURE 4: BID AND ASK HEDGING

LECTURE 4: BID AND ASK HEDGING LECTURE 4: BID AND ASK HEDGING 1. Introduction One of the consequences of incompleteness is that the price of derivatives is no longer unique. Various strategies for dealing with this exist, but a useful

More information

( 0) ,...,S N ,S 2 ( 0)... S N S 2. N and a portfolio is created that way, the value of the portfolio at time 0 is: (0) N S N ( 1, ) +...

( 0) ,...,S N ,S 2 ( 0)... S N S 2. N and a portfolio is created that way, the value of the portfolio at time 0 is: (0) N S N ( 1, ) +... No-Arbitrage Pricing Theory Single-Period odel There are N securities denoted ( S,S,...,S N ), they can be stocks, bonds, or any securities, we assume they are all traded, and have prices available. Ω

More information

Computational Aspects of Prediction Markets

Computational Aspects of Prediction Markets Computational Aspects of Prediction Markets David M. Pennock, Yahoo! Research Yiling Chen, Lance Fortnow, Joe Kilian, Evdokia Nikolova, Rahul Sami, Michael Wellman Mech Design for Prediction Q: Will there

More information

An Adaptive Learning Model in Coordination Games

An Adaptive Learning Model in Coordination Games Department of Economics An Adaptive Learning Model in Coordination Games Department of Economics Discussion Paper 13-14 Naoki Funai An Adaptive Learning Model in Coordination Games Naoki Funai June 17,

More information

What can we do with numerical optimization?

What can we do with numerical optimization? Optimization motivation and background Eddie Wadbro Introduction to PDE Constrained Optimization, 2016 February 15 16, 2016 Eddie Wadbro, Introduction to PDE Constrained Optimization, February 15 16, 2016

More information

Tangent Lévy Models. Sergey Nadtochiy (joint work with René Carmona) Oxford-Man Institute of Quantitative Finance University of Oxford.

Tangent Lévy Models. Sergey Nadtochiy (joint work with René Carmona) Oxford-Man Institute of Quantitative Finance University of Oxford. Tangent Lévy Models Sergey Nadtochiy (joint work with René Carmona) Oxford-Man Institute of Quantitative Finance University of Oxford June 24, 2010 6th World Congress of the Bachelier Finance Society Sergey

More information

Equilibrium Price Dispersion with Sequential Search

Equilibrium Price Dispersion with Sequential Search Equilibrium Price Dispersion with Sequential Search G M University of Pennsylvania and NBER N T Federal Reserve Bank of Richmond March 2014 Abstract The paper studies equilibrium pricing in a product market

More information

Ph.D. Preliminary Examination MICROECONOMIC THEORY Applied Economics Graduate Program August 2017

Ph.D. Preliminary Examination MICROECONOMIC THEORY Applied Economics Graduate Program August 2017 Ph.D. Preliminary Examination MICROECONOMIC THEORY Applied Economics Graduate Program August 2017 The time limit for this exam is four hours. The exam has four sections. Each section includes two questions.

More information

3 Arbitrage pricing theory in discrete time.

3 Arbitrage pricing theory in discrete time. 3 Arbitrage pricing theory in discrete time. Orientation. In the examples studied in Chapter 1, we worked with a single period model and Gaussian returns; in this Chapter, we shall drop these assumptions

More information

Optimal Execution: IV. Heterogeneous Beliefs and Market Making

Optimal Execution: IV. Heterogeneous Beliefs and Market Making Optimal Execution: IV. Heterogeneous Beliefs and Market Making René Carmona Bendheim Center for Finance Department of Operations Research & Financial Engineering Princeton University Purdue June 21, 2012

More information

6.896 Topics in Algorithmic Game Theory February 10, Lecture 3

6.896 Topics in Algorithmic Game Theory February 10, Lecture 3 6.896 Topics in Algorithmic Game Theory February 0, 200 Lecture 3 Lecturer: Constantinos Daskalakis Scribe: Pablo Azar, Anthony Kim In the previous lecture we saw that there always exists a Nash equilibrium

More information

How do Variance Swaps Shape the Smile?

How do Variance Swaps Shape the Smile? How do Variance Swaps Shape the Smile? A Summary of Arbitrage Restrictions and Smile Asymptotics Vimal Raval Imperial College London & UBS Investment Bank www2.imperial.ac.uk/ vr402 Joint Work with Mark

More information

A No-Arbitrage Theorem for Uncertain Stock Model

A No-Arbitrage Theorem for Uncertain Stock Model Fuzzy Optim Decis Making manuscript No (will be inserted by the editor) A No-Arbitrage Theorem for Uncertain Stock Model Kai Yao Received: date / Accepted: date Abstract Stock model is used to describe

More information

ECON FINANCIAL ECONOMICS

ECON FINANCIAL ECONOMICS ECON 337901 FINANCIAL ECONOMICS Peter Ireland Boston College Spring 2018 These lecture notes by Peter Ireland are licensed under a Creative Commons Attribution-NonCommerical-ShareAlike 4.0 International

More information

Micro Theory I Assignment #5 - Answer key

Micro Theory I Assignment #5 - Answer key Micro Theory I Assignment #5 - Answer key 1. Exercises from MWG (Chapter 6): (a) Exercise 6.B.1 from MWG: Show that if the preferences % over L satisfy the independence axiom, then for all 2 (0; 1) and

More information

Bandit Learning with switching costs

Bandit Learning with switching costs Bandit Learning with switching costs Jian Ding, University of Chicago joint with: Ofer Dekel (MSR), Tomer Koren (Technion) and Yuval Peres (MSR) June 2016, Harvard University Online Learning with k -Actions

More information

Martingale Pricing Theory in Discrete-Time and Discrete-Space Models

Martingale Pricing Theory in Discrete-Time and Discrete-Space Models IEOR E4707: Foundations of Financial Engineering c 206 by Martin Haugh Martingale Pricing Theory in Discrete-Time and Discrete-Space Models These notes develop the theory of martingale pricing in a discrete-time,

More information

Compulsory Assignment

Compulsory Assignment An Introduction to Mathematical Finance UiO-STK-MAT300 Autumn 2018 Professor: S. Ortiz-Latorre Compulsory Assignment Instructions: You may write your answers either by hand or on a computer for instance

More information

M5MF6. Advanced Methods in Derivatives Pricing

M5MF6. Advanced Methods in Derivatives Pricing Course: Setter: M5MF6 Dr Antoine Jacquier MSc EXAMINATIONS IN MATHEMATICS AND FINANCE DEPARTMENT OF MATHEMATICS April 2016 M5MF6 Advanced Methods in Derivatives Pricing Setter s signature...........................................

More information

On the Lower Arbitrage Bound of American Contingent Claims

On the Lower Arbitrage Bound of American Contingent Claims On the Lower Arbitrage Bound of American Contingent Claims Beatrice Acciaio Gregor Svindland December 2011 Abstract We prove that in a discrete-time market model the lower arbitrage bound of an American

More information

Pricing Problems under the Markov Chain Choice Model

Pricing Problems under the Markov Chain Choice Model Pricing Problems under the Markov Chain Choice Model James Dong School of Operations Research and Information Engineering, Cornell University, Ithaca, New York 14853, USA jd748@cornell.edu A. Serdar Simsek

More information

Viability, Arbitrage and Preferences

Viability, Arbitrage and Preferences Viability, Arbitrage and Preferences H. Mete Soner ETH Zürich and Swiss Finance Institute Joint with Matteo Burzoni, ETH Zürich Frank Riedel, University of Bielefeld Thera Stochastics in Honor of Ioannis

More information

CHOICE THEORY, UTILITY FUNCTIONS AND RISK AVERSION

CHOICE THEORY, UTILITY FUNCTIONS AND RISK AVERSION CHOICE THEORY, UTILITY FUNCTIONS AND RISK AVERSION Szabolcs Sebestyén szabolcs.sebestyen@iscte.pt Master in Finance INVESTMENTS Sebestyén (ISCTE-IUL) Choice Theory Investments 1 / 65 Outline 1 An Introduction

More information

Optimally Thresholded Realized Power Variations for Lévy Jump Diffusion Models

Optimally Thresholded Realized Power Variations for Lévy Jump Diffusion Models Optimally Thresholded Realized Power Variations for Lévy Jump Diffusion Models José E. Figueroa-López 1 1 Department of Statistics Purdue University University of Missouri-Kansas City Department of Mathematics

More information

Consumption- Savings, Portfolio Choice, and Asset Pricing

Consumption- Savings, Portfolio Choice, and Asset Pricing Finance 400 A. Penati - G. Pennacchi Consumption- Savings, Portfolio Choice, and Asset Pricing I. The Consumption - Portfolio Choice Problem We have studied the portfolio choice problem of an individual

More information

Game Theory Fall 2003

Game Theory Fall 2003 Game Theory Fall 2003 Problem Set 5 [1] Consider an infinitely repeated game with a finite number of actions for each player and a common discount factor δ. Prove that if δ is close enough to zero then

More information

Lecture 6 Introduction to Utility Theory under Certainty and Uncertainty

Lecture 6 Introduction to Utility Theory under Certainty and Uncertainty Lecture 6 Introduction to Utility Theory under Certainty and Uncertainty Prof. Massimo Guidolin Prep Course in Quant Methods for Finance August-September 2017 Outline and objectives Axioms of choice under

More information

Technical Appendix to Asset Prices in a Huggett Economy

Technical Appendix to Asset Prices in a Huggett Economy Technical Appendix to Asset Prices in a Huggett Economy Per Krusell, Toshihiko Mukoyama, Anthony A. Smith, Jr. October 2010 1 Assets in positive net supply: introduction We consider assets in positive

More information

Introduction to Probability Theory and Stochastic Processes for Finance Lecture Notes

Introduction to Probability Theory and Stochastic Processes for Finance Lecture Notes Introduction to Probability Theory and Stochastic Processes for Finance Lecture Notes Fabio Trojani Department of Economics, University of St. Gallen, Switzerland Correspondence address: Fabio Trojani,

More information

Maintaining a Reputation Against a Patient Opponent 1

Maintaining a Reputation Against a Patient Opponent 1 Maintaining a Reputation Against a Patient Opponent July 3, 006 Marco Celentani Drew Fudenberg David K. Levine Wolfgang Pesendorfer ABSTRACT: We analyze reputation in a game between a patient player and

More information

SF2972 GAME THEORY Infinite games

SF2972 GAME THEORY Infinite games SF2972 GAME THEORY Infinite games Jörgen Weibull February 2017 1 Introduction Sofar,thecoursehasbeenfocusedonfinite games: Normal-form games with a finite number of players, where each player has a finite

More information

One COPYRIGHTED MATERIAL. Option Pricing and Volatility Modeling. PART

One COPYRIGHTED MATERIAL. Option Pricing and Volatility Modeling.   PART PART One Option Pricing and Volatility Modeling COPYRIGHTED MATERIAL 1 2 CHAPTER 1 A Moment Approach to Static Arbitrage Alexandre d Aspremont 11 INTRODUCTION The fundamental theorem of asset pricing establishes

More information