<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Victus Spiritus &#187; economics</title>
	<atom:link href="http://www.victusspiritus.com/tag/economics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.victusspiritus.com</link>
	<description>a blog by Mark Essel on web technology, startups and design philosophy</description>
	<lastBuildDate>Mon, 30 Jan 2012 19:33:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><cloud domain='www.victusspiritus.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Circuits, Shortest Paths, and Capitalism</title>
		<link>http://www.victusspiritus.com/2011/04/26/circuits-shortest-paths-and-capitalism/</link>
		<comments>http://www.victusspiritus.com/2011/04/26/circuits-shortest-paths-and-capitalism/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 13:28:21 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[economics]]></category>
		<category><![CDATA[far out]]></category>
		<category><![CDATA[optimal information]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=8633</guid>
		<description><![CDATA[<h2>Shortest Paths</h2>
<p>A few weeks back I <a href="http://www.victusspiritus.com/2011/03/19/variant-travelling-salesman-problem-solved-by-sharks/">mentioned</a> a well known resource minimization problem called the Traveling Salesman, and a far out &#8220;solution&#8221; to an analogous problem (scavenging) leveraging life. Graph theory is an area rich in algorithms which are &#8230;</p>]]></description>
			<content:encoded><![CDATA[<h2>Shortest Paths</h2>
<p>A few weeks back I <a href="http://www.victusspiritus.com/2011/03/19/variant-travelling-salesman-problem-solved-by-sharks/">mentioned</a> a well known resource minimization problem called the Traveling Salesman, and a far out &#8220;solution&#8221; to an analogous problem (scavenging) leveraging life. Graph theory is an area rich in algorithms which are designed to yield optimal, or more often good enough answers to problems which can&#8217;t be computed exhaustively<sup><a href="#notes">1</a></sup>. In this morning&#8217;s riff I&#8217;ll explore similarities between shortest paths, current flow and capitalism and hopefully learn a little in the process.</p>
<p><span id="more-8633"></span></p>
<h2>Ohm&#8217;s Law</h2>
<p><a href="http://www.allaboutcircuits.com/vol_1/chpt_5/6.html"><img src="http://www.victusspiritus.com/wp-content/uploads/2011/04/OhmsLawParallelCircuit.png" alt="" title="OhmsLawParallelCircuit" width="462" height="382" class="aligncenter size-full wp-image-8648" /></a><br />
Current flow through parallel networks (optional paths) is inversely proportional to the resistance along each path. Put another way, current automatically finds and flows along the most energy efficient path between potential differences. The shortest path for circuits can be thought of as the set of currents which optimize flow. An interesting result of parallel flow is that a single zero resistance path nullifies current through alternative routes (commoditize the complement<sup><a href="#notes">2</a></sup>).</p>
<blockquote><p>
Ohm&#8217;s law states that the current through a conductor between two points is directly proportional to the potential difference across the two points, and inversely proportional to the resistance between them.<br />
(<a href="http://en.m.wikipedia.org/wiki/Ohm%27s_law">source</a>)
</p></blockquote>
<h2>Pure Capitalism</h2>
<p>Like current, liquid capital flows along the path of least resistance between potential differences defined by supply, demand, and available business resources. Government tax and business margins act as resistance to resource flow along economic paths. In capitalism competition is the result of alternatives, and consumers reinforce the paths of least resistance. </p>
<p>Asymmetries in liquidity, demand, and information are analogous to potential differences. This potential enables shrewd businesses to capitalize on economic forces and satisfy market needs. This motive force also leads to a continually evolving market as technology advances, and society&#8217;s tastes shift.</p>
<blockquote><p>
Economic systems: is a set of institutions for allocating resources and making choices to satisfy human wants.</p>
<p>Resource allocation is the assignment of resources to specific tasks to determine the basic economic choices, which are what to produce, how to produce, and for whom to produce for.</p>
<p>Pure Capitalism: is an economic system in which individuals own productive resources, and those individuals can use resources in whatever manner they choose, subject to common productive legal restrictions. In other words, it is the private ownership of productive resources including labor and the use of market mechanism and prices to coordinate economic activities. This system concerns the three Ps, prices, profits, and private property. This economic system is sometimes referred to as a laissez-fair system. Producing those goods and resources that people will buy at profitable prices will yield efficiency. In fact, advocates of this system argue that it encourages efficiency, stability of output and employment and economic growth. The government is limited to provide certain public goods such as national defense, basic education, and legal systems.<br />
(<a href="http://www2.gsu.edu/~ecomaa/Lecture3.htm">source</a>)
</p></blockquote>
<p><a href="#notes" name="notes">Notes:</a></p>
<ol>
<li>O(n!) or O(n<sup>n</sup>), for n=15, 15! is greater than a trillion operations</li>
<li>Commoditizing the complement in regards to current flow is the result of offering a free (no resistance) alternative to consumers, depriving competition of capital flow, and encouraging purchases of a business&#8217; high margin product or service.</li>
</ol>
<p>Related links:</p>
<ul>
<li><a href="http://www.victusspiritus.com/2011/03/19/variant-travelling-salesman-problem-solved-by-sharks/">Variant Traveling Salesman Problem Solved by Sharks</a></li>
<li><a href="http://en.m.wikipedia.org/wiki/Ohm%27s_law">Ohm&#8217;s Law</a></li>
<li><a href="http://www2.gsu.edu/~ecomaa/Lecture3.htm">Pure Capitalism</a></li>
</ul>
<div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.victusspiritus.com/2011/04/26/circuits-shortest-paths-and-capitalism/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.victusspiritus.com/2011/04/26/circuits-shortest-paths-and-capitalism/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We don&#8217;t need no stinkin&#8217; Bubbles, Intrinsic &amp; Traded Value</title>
		<link>http://www.victusspiritus.com/2010/01/28/we-dont-need-no-stinkin-bubbles-intrinsic-traded-value/</link>
		<comments>http://www.victusspiritus.com/2010/01/28/we-dont-need-no-stinkin-bubbles-intrinsic-traded-value/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 14:45:02 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[critical value]]></category>
		<category><![CDATA[economics]]></category>
		<category><![CDATA[finance]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/2010/01/28/we-dont-need-no-stinkin-bubbles-intrinsic-traded-value/</guid>
		<description><![CDATA[<p>The genesis for this economic thought riff is an <a href="http://www.newyorker.com/online/blogs/johncassidy/2010/01/interview-with-eugene-fama.html">interview</a> of a gentleman who is a big proponent of the <a href="http://en.m.wikipedia.org/wiki/Chicago_school_of_economics?wasRedirected=true">Chicago school of economics</a>, Eugene Fama. I was alerted to it yesterday by <a href="http://hunch.com">Hunch</a> founder <a href="http://twitter.com/cdixon/status/8303828735">Chris Dixon</a> (who forwarded &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>The genesis for this economic thought riff is an <a href="http://www.newyorker.com/online/blogs/johncassidy/2010/01/interview-with-eugene-fama.html">interview</a> of a gentleman who is a big proponent of the <a href="http://en.m.wikipedia.org/wiki/Chicago_school_of_economics?wasRedirected=true">Chicago school of economics</a>, Eugene Fama. I was alerted to it yesterday by <a href="http://hunch.com">Hunch</a> founder <a href="http://twitter.com/cdixon/status/8303828735">Chris Dixon</a> (who forwarded a share from investor <a href="http://mobile.twitter.com/pkedrosky"">Paul Kredosky</a>). Appreciate the share Chris &#038; Paul, and of course the interview by John and Eugene. Whew, now that the heavy linking on my phone is done, time for some fun.</p>
<p><span id="more-2899"></span></p>
<h2>What&#8217;s a Bubble?</h2>
<p>Let&#8217;s start from a consensus definition of <a href="http://en.m.wikipedia.org/wiki/Economic_bubble?wasRedirected=true">economic bubble</a> (I spoke too soon, more links!):</p>
<blockquote><p>
An economic bubble (sometimes referred to as a speculative bubble, a market bubble, a price bubble, a financial bubble, or a speculative mania) is “trade in high volumes at prices that are considerably at variance with intrinsic values”.[1][2] (Another way to describe it is: trade in products or assets with inflated values.)
</p></blockquote>
<h2>The Interview</h2>
<p>I recommend you read John Cassidy&#8217;s interview in it&#8217;s entirety, but here&#8217;s a good representation of Eugene Fama&#8217;s perception on the economy and bubbles. I had to reread it a couple of times to really understand Eugene&#8217;s point of view, my macroeconomics background is nil. </p>
<blockquote><p>
John Cassidy: I guess most people would define a bubble as an extended period during which asset prices depart quite significantly from economic fundamentals.</p>
<p>Eugene Fama: That’s what I would think it is, but that means that somebody must have made a lot of money betting on that, if you could identify it. It’s easy to say prices went down, it must have been a bubble, after the fact. I think most bubbles are twenty-twenty hindsight. Now after the fact you always find people who said before the fact that prices are too high. People are always saying that prices are too high. When they turn out to be right, we anoint them. When they turn out to be wrong, we ignore them. They are typically right and wrong about half the time.</p>
<p>John Cassidy: Are you saying that bubbles can’t exist?</p>
<p>Eugene Fama: They have to be predictable phenomena. I don’t think any of this was particularly predictable.</p>
<p>John Cassidy: Is it not true that in the credit markets people were getting loans, especially home loans, which they shouldn’t have been getting?</p>
<p>Eugene Fama: That was government policy; that was not a failure of the market. The government decided that it wanted to expand home ownership. Fannie Mae and Freddie Mac were instructed to buy lower grade mortgages.</p>
<p>John Cassidy: But Fannie and Freddie’s purchases of subprime mortgages were pretty small compared to the market as a whole, perhaps twenty or thirty per cent.</p>
<p>Eugene Fama: (Laughs) Well, what does it take?</p>
<p>John Cassidy: Wasn’t the subprime mortgage bond business overwhelmingly a private sector phenomenon involving Wall Street firms, other U.S. financial firms, and European banks?</p>
<p>Eugene Fama: Well, (it’s easy) to say after the fact that things were wrong. But at the time those buying them didn’t think they were wrong. It isn’t as if they were naïve investors, or anything. They were all the big institutions—not just in the United States, but around the world. What they got wrong, and I don’t know how they could have got it right, was that there was a decline in house prices around the world, not just in the U.S. You can blame subprime mortgages, but if you want to explain the decline in real estate prices you have to explain why they declined in places that didn’t have subprime mortgages. It was a global phenomenon. Now, it took subprime down with it, but it took a lot of stuff down with it.</p>
<p>John Cassidy: So what is your explanation of what happened?</p>
<p>Eugene Fama: What happened is we went through a big recession, people couldn’t make their mortgage payments, and, of course, the ones with the riskiest mortgages were the most likely not to be able to do it. As a consequence, we had a so-called credit crisis. It wasn’t really a credit crisis. It was an economic crisis.</p>
<p>John Cassidy: But surely the start of the credit crisis predated the recession?</p>
<p>Eugene Fama: I don’t think so. How could it? People don’t walk away from their homes unless they can’t make the payments. That’s an indication that we are in a recession.</p>
<p>John Cassidy: So you are saying the recession predated August 2007, when the subprime bond market froze up?</p>
<p>Eugene Fama: Yeah. It had to, to be showing up among people who had mortgages. Nobody who’s doing mortgage research—we have lots of them here—disagrees with that.</p>
<p>John Cassidy: So what caused the recession if it wasn’t the financial crisis?</p>
<p>Eugene Fama: (Laughs) That’s where economics has always broken down. We don’t know what causes recessions. Now, I’m not a macroeconomist so I don’t feel bad about that. (Laughs again.) We’ve never known. Debates go on to this day about what caused the Great Depression. Economics is not very good at explaining swings in economic activity.</p>
<p>John Cassidy: Let me get this straight, because I don’t want to misrepresent you. Your view is that in 2007 there was an economic recession coming on, for whatever reason, which was then reflected in the financial system in the form of lower asset prices?</p>
<p>Eugene Fama: Yeah. What was really unusual was the worldwide fall in real estate prices.</p>
<p>John Cassidy: So, you get a recession, for whatever reason, that leads to a worldwide fall in house prices, and that leads to a financial collapse&#8230;</p>
<p>Eugene Fama: Of the mortgage market…What’s the reality now? Everybody talks about a credit crisis. The variance of stock returns for the market as a whole went up to, like, sixty per cent a year—the Vix measure of volatility was running at about sixty per cent. What that implies is not a credit market crisis. It would be stupid for anybody to give credit in those circumstances, because the probability that any borrower is going to be gone within a year is pretty high. In an efficient market, you would expect that debt would shorten up. Any new debt would be very short-term until that volatility went down.</p>
<p>John Cassidy: But what is driving that volatility?</p>
<p>Eugene Fama: (Laughs) Again, its economic activity—the part we don’t understand. So the fact we don’t understand it means there’s a lot of uncertainty about how bad it really is. That creates all kinds of volatility in financial prices, and bonds are no longer a viable form of financing.</p>
<p>John Cassidy: And all that is consistent with market efficiency?</p>
<p>Eugene Fama: Yes. It is exactly how you would expect the market to work.</p>
<p>John Cassidy: Taking a somewhat broader view, the usual defense of financial markets is that they facilitate investment, facilitate growth, help to allocate resources to their most productive uses, and so on. In this instance, it appears that the market produced an enormous amount of investment in real estate, much of which wasn’t warranted&#8230;</p>
<p>Eugene Fama: After the fact&#8230;There was enormous investment across the board: it wasn’t just housing. Corporate investment was very high. All forms of investment were very high. What you are really saying is that somewhere in the world people were saving a lot—the Chinese, for example. They were providing capital to the rest of the world. The U.S. was consuming capital like it was going out of sight.
</p></blockquote>
<p>What Eugene was saying is that the market prices and expectations weren&#8217;t the root of the problem, but instead were a causality.  External government influence (pushing mortgages) was part of the problem. But there was a recession in the works that preceeded all the inflated trading. When mass mortgage failure collided with the inflated subprime we experienced market gridlock. Assets (like property) around the world decreased in traded value, and Fama attributes the root cause to an unidentified &#8220;economic activity&#8221;. </p>
<h2>If Bubbles exist how do we identify them before they pop?</h2>
<p>There appears to be a form of &#8220;market momentum&#8221; which exists only as long as it takes prices to catch up to current intrinsic values. To free market purists, the traded value is the intrinsic value, ie you can&#8217;t estimate a better value. This model is defended by a common idea, if you know the intrinsic value, and it&#8217;s not the current market value, you should be very rich since the market has to catch up. The fallacy of that argument, knowing the intrinsic value, is not equivalent to knowing that there is a discrepancy between traded and intrinisic values. </p>
<p>My assumption is a simple one. The act of exchanging currency or any asset shouldn&#8217;t influence it&#8217;s intrinsic value. <strong>Equivalent trading doesn&#8217;t generate wealth, but takes wealth from multiple sources by providing liquidity</strong>. That&#8217;s Markro Economics in a nutshell. </p>
<p>But according to supply and demand I&#8217;m wrong. If I purchase all available oranges, I drive up demand by limiting supply. But I&#8217;d argue the intrinsic value of an orange hasn&#8217;t changed. I haven&#8217;t made it more satisfying, or nutritious. The inflated price is an illusion. The scarcity is an artifice of the market, unless I destroy the oranges, and I don&#8217;t know many folks who would do that with their own money. That alone is a good reason for investment companies (banks, funds, insurance, etc) to be required to own the majority of their investment capital (they can only invest a minority fraction of other people&#8217;s money). In contrast, if there were a real orange crop freeze, that would drive up the intrinsic value unless demand dropped proportionately (thank <a href="http://www.imdb.com/title/tt0086465/">Trading Places</a> for the example <img src='http://www.victusspiritus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ).</p>
<p>The faster the market tracks the real value of any asset, the less impact any minor differences between traded and intrinsic value can have. The perfect market evaluator leaves no room for bubbles to grow.</p>
<h2>Far Out Analogy and Why I could be totally wrong</h2>
<p>The following analogy just occured to me. Let&#8217;s compare quantum physics to market trading for a moment.</p>
<ul>
<li>The act of <a href="http://en.m.wikipedia.org/wiki/Measurement_in_quantum_mechanics?wasRedirected=true">observing in Quantum Mechanics</a> affects the state of particles by collapsing the probabilistic wave form</li>
<li>The act of buying and selling in free market exchange affects the value of assets by collapsing the probabilistic wave form of intrinsic value
</li>
</ul>
<p>So simply exchanging ownership could affect the intrinsic value. I&#8217;ll have to think more about this.</p>
<div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.victusspiritus.com/2010/01/28/we-dont-need-no-stinkin-bubbles-intrinsic-traded-value/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.victusspiritus.com/2010/01/28/we-dont-need-no-stinkin-bubbles-intrinsic-traded-value/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

