{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Asset markets\n", "## Prof. JP Rabanal [EC 398]" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "- the classical paper on asset markets is due to Smith, Suchanek & Williams (Econometrica, 1988) aka SSW\n", "\n", "- finite horizon (15 or 30 periods)\n", "\n", "- two goods: *cash (c)* and an intrinsically worthless *asset (s)* that pays cash **dividend (d)** each period\n", "\n", "- d takes one of four equally probable values; e.g. {0,4,8,20}\n", "\n", "- each Ss (9 or 12) endowed with both c and s. \n", "\n", "- (s) trade implement through 4-min CDA each period\n", "\n", "- thus, $E[\\sum d]$ is decreasing at a constant rate over time " ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "![Williams (2008)](bubble.png)Source: Williams (2008)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "This paper has about 1460 citations. So the bubbles come in different flavors. for example, \n", "\n", "1. short-selling moderates prices, but sufficiently unconstrained leads to negative bubbles (Haruvy & Noussair, JF 2006)\n", "\n", "2. large number of trades (see Figure 1 from William, 2008)\n", "\n", "3. dividend certainty (Porte & Smith, J. of Business 1995)\n", "\n", "4. Professionals. (King, Smith, Williams & Van Boening, Nonlinear dynamics 1993)\n", "\n", "5. Experience helps reduce bubbles (King et al. 1993; Dufwenberg, Lindqvist & Moore, AER 2005), but with new parameters they bubble (Hussam, Porter & Smith, AER 2008)\n", "\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "The BIG question of any asset market experiment is whether the market price comes to ***agreggrate*** all of the available information.\n", "\n", "According to theory, we should not observe any trade on SSW. Why? \n", " - Everyone has the same information (common knowledge)\n", " - there is no real motive to trade!\n", " \n", "or, if they do trade, it should occur at the fundamental value (which is observable to the experimenter) \n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Bubbles appear to come from three sources \n", "\n", "1. Injections of liquidity (cash)\n", "\n", " - Caginalp et a. (2001, J Psych and Financial Markets) find that each unit of additional cash per share adds to the maximum price reached by the asset \n", "\n", "2. Confusion about the nature and trajectory of fundamental values \n", " - (see Kirchler et al. 2012) \n", "\n", "3. Beliefs that other are confused about fundamental values. " ] }, { "cell_type": "code", "execution_count": 4, "metadata": {}, "outputs": [ { "data": { "text/html": [ "\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n" ], "text/plain": [ "" ] }, "execution_count": 4, "metadata": {}, "output_type": "execute_result" } ], "source": [ "from IPython.core.display import HTML\n", "def css_styling():\n", " import os\n", " styles = open(os.path.expanduser(\"custom.css\"), \"r\").read()\n", " return HTML(styles)\n", "css_styling()" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.5.1" } }, "nbformat": 4, "nbformat_minor": 2 }