<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.freecapitalists.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=173.245.48.242</id>
	<title>The Austrian Economics Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.freecapitalists.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=173.245.48.242"/>
	<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/wiki/Special:Contributions/173.245.48.242"/>
	<updated>2026-08-17T06:45:18Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=Help:Wiki_FAQ&amp;diff=9634</id>
		<title>Help:Wiki FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=Help:Wiki_FAQ&amp;diff=9634"/>
		<updated>2012-04-02T09:32:49Z</updated>

		<summary type="html">&lt;p&gt;173.245.48.242: Undo revision 3625 by Forgottenman (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Help menu}}&lt;br /&gt;
&#039;&#039;&#039;Frequently asked questions related to wikis&#039;&#039;&#039; are answered here.  If your question is not answered here, feel free to ask an [[MisesWiki:Administrators|administrator]].&lt;br /&gt;
{{TOC right}}&lt;br /&gt;
==Wiki terminology==&lt;br /&gt;
===What is a namespace?===&lt;br /&gt;
A namespace is a prefix that identifies which of several different types of wiki pages you are looking at.  For example, the most common namespaces on Mises Wiki are:&lt;br /&gt;
{|class=&amp;quot;prettytable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Namespace!!Example!!Description&lt;br /&gt;
|-&lt;br /&gt;
|Main||[[Ludwig von Mises]]||Pages in this namespace don&#039;t have a label. This is where articles go.&lt;br /&gt;
|-&lt;br /&gt;
|Talk ||[[Talk:Classical liberalism]]||This is where discussion about particular articles in the Main namespace occurs.  Most other namespaces have talk pages as well.&lt;br /&gt;
|-&lt;br /&gt;
|MisesWiki||[[MisesWiki:About]]||The MisesWiki namespace is for pages related to the project itself.  It&#039;s used to describe or facilitate the project.&lt;br /&gt;
|-&lt;br /&gt;
|User||[[User:Forgottenman]]||All users have their own user page where they can add a little bit of information about themselves.&lt;br /&gt;
|-&lt;br /&gt;
|Template ||[[Template:Wikipedia text]]||Pages in the Template namespace are widely used in the main namespace and elsewhere, because simply putting two braces around the template name makes the contents of the template page appear on any other page.&lt;br /&gt;
|-&lt;br /&gt;
|Help||[[Help:Contents]]||These pages are dedicated to helping people learn how to edit wikis.&lt;br /&gt;
|-&lt;br /&gt;
|Category ||[[:Category:Economic concepts]]||Categories allow us to build hierarchies of pages, in any namespace.  Typically, pages in the main namespace are kept in different categories than pages in other namespaces, and talk pages are never put in categories.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===How do categories work?===&lt;br /&gt;
To add a page to a category, put &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;Category:&#039;&#039;Name of Category&#039;&#039;]]&amp;lt;/code&amp;gt; on the page itself.  If the category you added does not exist, it will appear as a red link at the bottom of the page.  If you click that red link, you can create the category by simply saving the empty page (or better yet, you can add a &#039;&#039;parent category&#039;&#039; to the page before saving).&lt;br /&gt;
&lt;br /&gt;
===How do templates work?===&lt;br /&gt;
Templates are pages whose contents can be easily added to any page, by simply adding &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;&#039;&#039;Template name&#039;&#039;}}&amp;lt;/code&amp;gt; to the page.  The best part is that when the template is updated, the change will be made on all the pages using the template.&lt;br /&gt;
&lt;br /&gt;
It&#039;s also possible to make a template convert to the actual wiki code upon saving.  In that case, any updates to the template will not affect the page where the template was added prior to the modification.  To do this, add &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;subst:&#039;&#039;Template name&#039;&#039;}}&amp;lt;/code&amp;gt; to the page.&lt;br /&gt;
&lt;br /&gt;
Another great feature of templates is that they can be made to accept &#039;&#039;parameters&#039;&#039;.  For example, [[Template:Example]] accepts up to two parameters that causes it to change the text it displays. &lt;br /&gt;
{|class=&amp;quot;prettytable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Code added to page!!Output&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Example}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;||{{Example}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Example|Ludwig von Mises}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;||{{Example|Ludwig von Mises}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Example|Ludwig von Mises|Mises}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;||{{Example|Ludwig von Mises|Mises}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Templates can be extremely complex – some involve if statements, mathematical expressions, and multiple levels of nested templates.  If you find a template that is not working as you expect, or you have a question about how it works, leave a message on the template talk page.  In the above example, that would be [[Template talk:Example]].&lt;br /&gt;
&lt;br /&gt;
===What is a minor edit?===&lt;br /&gt;
Ah, you&#039;ve noticed the &amp;quot;This is a minor edit&amp;quot; checkbox right above the &amp;quot;Save page&amp;quot; button.  Generally, small formatting changes, adding a link, changing a category, or fixing one or two spelling or grammar mistakes are all considered minor edits.  If that describes your edit, check the box.  It helps other users keeping an eye on that page that you didn&#039;t make a drastic edit.&lt;br /&gt;
&lt;br /&gt;
Larger edits, like those involving actual content, or substantial reorganization of the article, are not minor edits.  Don&#039;t check the &amp;quot;This is a minor edit&amp;quot; box when you save; otherwise people might think you&#039;re trying to mislead them.  For this reason, if you think your edit might be controversial, no matter how big it is, don&#039;t call it a minor edit.&lt;br /&gt;
&lt;br /&gt;
==Fixing wiki mistakes==&lt;br /&gt;
===How can I delete a page I accidentally created?===&lt;br /&gt;
Only administrators can delete a page.  However, if you put &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{delete}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; on the page, an administrator will be along soon to delete it.&lt;br /&gt;
&lt;br /&gt;
===How can I move a page I incorrectly named?===&lt;br /&gt;
Click the &amp;quot;move&amp;quot; tab next to the &amp;quot;history&amp;quot; tab at the top of the page.  There you can enter a new page name.  Only perform a page move for noncontroversial name changes; if multiple users are involved in editing a page, propose a page move on the associated talk page first.&lt;br /&gt;
&lt;br /&gt;
[[Category:Mises Wiki basic information|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>173.245.48.242</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=Malinvestment&amp;diff=3459</id>
		<title>Malinvestment</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=Malinvestment&amp;diff=3459"/>
		<updated>2012-02-11T06:16:43Z</updated>

		<summary type="html">&lt;p&gt;173.245.48.242: /* Austrian Business Cycle Theory and Malinvestment */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOC right}}&lt;br /&gt;
&#039;&#039;&#039;Malinvestment&#039;&#039;&#039; is an [[investment]] in wrong lines of production, which inevitably lead to wasted [[capital]] and economic losses, subsequently requiring the reallocation of resources to more productive uses.  &amp;quot;Wrong&amp;quot; in this sense means &amp;quot;incorrect&amp;quot; or &amp;quot;mistaken&amp;quot; from the point of view of the real long-term needs and demands of the economy, if those needs and demands were expressed with the correct price signals in the free market.  [[Austrian School|Austrians]] believe systemic malinvestments occur because of unnecessary and counterproductive intervention in the free market, distorting price signals and misleading investors and entrepeneurs.  For Austrians, prices are an essential information channel through which market participants communicate their demands and cause resources to be allocated to satisfy these demands appropriately.  If the government or banks distort, confuse or mislead investors and market participants by not permitting the price mechanism to work, malinvestment will be the inevitable result.&lt;br /&gt;
&lt;br /&gt;
Malinvestment results from the inability of investors to foresee correctly, at the time of investment, either the future pattern of consumer demand, or the future availability of more efficient means for satisfying consumer demand. Malinvestment is always the result of the inability of human beings to foresee future conditions correctly. However, such errors are most frequently compounded by [[inflation]] misleading market participants.&amp;lt;ref name=&amp;quot;Greaves_malinvestment&amp;quot;&amp;gt;Percy L. Greaves Jr. [http://mises.org/easier/M.asp &amp;quot;Mises Made Easier&amp;quot;], &amp;quot;Glossary, Malinvestment - Mutatis mutandis&amp;quot;, referenced 2010-05-11.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
The concept dates back at least to John Mills (not to be confused with [[John Stuart Mill]]) in &#039;&#039;An Article read before the Manchester Statistical Society in December 11, 1867, on Credit Cycles and the Origin of Commercial Panics&#039;&#039;:&amp;lt;ref&amp;gt;As quoted in &#039;&#039;Financial crises and periods of industrial and commercial depression&#039;&#039;, Burton, T. E. (1931, first published 1902); see [http://books.google.com/books?id=d6jGnoyQXZ8C&amp;amp;printsec=frontcover&amp;amp;dq=Financial+crises+and+periods+of+industrial+and+commercial+depression,+Burton&amp;amp;source=bl&amp;amp;ots=I4yNyo6OD1&amp;amp;sig=V4luvJK86lLkwWL7hYbiT3vDKcg&amp;amp;hl=en&amp;amp;ei=sQrQS6HJJtHn-QaI1eS4Dg&amp;amp;sa=X&amp;amp;oi=book_result&amp;amp;ct=result&amp;amp;resnum=1&amp;amp;ved=0CAgQ6AEwAA#v=onepage&amp;amp;q=john%20mills&amp;amp;f=false online version], New York and London: D. Appleton &amp;amp; Co.&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{quote|Panics do not destroy capital; they merely reveal the extent to which it has been destroyed by its betrayal into hopelessly unproductive works.}}&lt;br /&gt;
&lt;br /&gt;
[[Ludwig von Mises]] developed the concept in the context of the [[Austrian School]]&#039;s perspective on the deleterious effects of [[fractional reserve banking|bank-created]] &amp;quot;fiduciary media&amp;quot;:&amp;lt;ref&amp;gt;[[Ludwig von Mises]], [http://mises.org/humanaction/chap20sec9.asp#580|&#039;&#039;Human Action: A Treatise on Economics&#039;&#039;, 1966].&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{quote|The popularity of inflation and credit expansion, the ultimate source of the repeated attempts to render people prosperous by credit expansion, and thus the cause of the cyclical fluctuations of business, manifests itself clearly in the customary terminology. The boom is called good business, prosperity, and upswing. Its unavoidable aftermath, the readjustment of conditions to the real data of the market, is called crisis, slump, bad business, depression. People rebel against the insight that the disturbing element is to be seen in the malinvestment and the overconsumption of the boom period and that such an artificially induced boom is doomed. They are looking for the philosophers&#039; stone to make it last.}}&lt;br /&gt;
&lt;br /&gt;
More recently, [[Austrian School]] economist and libertarian [[Murray Rothbard]] used the concept of malinvestment to study the [[Great Depression]] in his [[historical revisionism|revisionist]] work, &#039;&#039;[[America&#039;s Great Depression]]&#039;&#039;:&amp;lt;ref&amp;gt;[[Murray Rothbard]], [http://mises.org/rothbard/agd/chapter1.asp#cluster_of_error|&#039;&#039;America&#039;s Great Depression&#039;&#039;, 2005, 5th Edition, Ludwig von Mises Institute, Chapter 1, &#039;&#039;The Cluster of Error&#039;&#039;].&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{quote|A credit expansion may appear to render submarginal capital profitable once more, but this too will be malinvestment, and the now greater error will be exposed when this boom is over. Thus, credit expansion generates the business cycle regardless of the existence of unemployed factors. Credit expansion in the midst of unemployment will create more distortions and malinvestments, delay recovery from the preceding boom, and make a more grueling recovery necessary in the future. While it is true that the unemployed factors are not now diverted from more valuable uses as employed factors would be (since they were speculatively idle or malinvested instead of employed), the other complementary factors will be diverted into working with them, and these factors will be malinvested and wasted. Moreover, all the other distorting effects of credit expansion will still follow, and a depression will be necessary to correct the new distortion.}}&lt;br /&gt;
&lt;br /&gt;
==Austrian Business Cycle Theory and Malinvestment==&lt;br /&gt;
{{Main|Austrian Business Cycle Theory}}&lt;br /&gt;
The complicated and somewhat fragile [[production]] structure requires that complementary inputs be available not only in the right magnitudes but also at the right moments in time. If they are not, then projects that appeared profitable are soon revealed to be unprofitable. In other words, what appeared to be [[capital]] creation is seen in fact to be capital consumption.  The price mechanism co-ordinates production by &amp;quot;signalling&amp;quot; excesses and shortages in the market, allowing stocks to clear and markets to function efficiently.&lt;br /&gt;
&lt;br /&gt;
In a monetary expansion, price signals are confused. Monetary growth reallocates resources but cannot in itself produce [[economic growth]]. The economy is being pulled in two directions. Entrepreneurs want more capital goods, at the same time that consumers want more consumer goods. &lt;br /&gt;
&lt;br /&gt;
The decline in interest rates by a central price fixing authority such as the central bank means it pays less to save, so consumption is raised beyond levels that would have otherwise taken place. At the same time, more real funding seems to be available for businesses. More resources are used for the production of consumer goods and less for the maintenance and improvement of the wealth-producing infrastructure. This lowers the economy&#039;s capacity to produce final consumer goods and so it weakens the [[Subsistence fund|pool of funding]] - contrary to the popular idea that a central bank can grow the economy by keeping interest rates as low as possible. The needed correction comes in the form of a recession, during which many projects are liquidated and [[unemployment]] rises.&amp;lt;ref name=&amp;quot;Shostak_saving&amp;quot;&amp;gt;Frank Shostak. [http://mises.org/daily/1596 &amp;quot;The Subsistence Fund&amp;quot;], Mises Daily, August 2004, referenced 2010-05-11.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Austrian Business Cycle Theory]] focuses on the &amp;quot;medium run&amp;quot;, because that is where problems arise. In the short run, the capital structure cannot be changed significantly, and in the long run all errors have been rectified. In the medium run there is time enough for capital projects to be initiated and the direction of production to change, but not enough time for malinvestments to be corrected - at least not without serious repercussions.&lt;br /&gt;
&lt;br /&gt;
The inability to smoothly liquidate or redirect projects stems largely from the heterogeneity of most capital goods. Capital goods cannot immediately be converted into final consumer goods - or other capital goods. Changes in the structure of production cannot easily be reversed. There is a significant degree of &amp;quot;path-dependence&amp;quot; involved with the capital restructuring that occurs in the medium run. The economy cannot simply &amp;quot;erase&amp;quot; the errors and start over.&lt;br /&gt;
&lt;br /&gt;
Malinvestment occurs due to misleading relative price signals, and it necessitates a corrective contraction - a bust following the boom.&lt;br /&gt;
&lt;br /&gt;
At the same time, there is also the phenomenon of overinvestment, because entrepreneurs are led to believe that the [[subsistence fund]] is larger than it actually is.&amp;lt;ref name=&amp;quot;Sechrest_Malinvestment&amp;quot;&amp;gt;Larry J. Sechrest. [http://mises.org/journals/scholar/Sechrest10.pdf &amp;quot;Explaining Malinvestment and Overinvestment&amp;quot;] (pdf), October 2005, referenced 2010-05-11.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Government intervention==&lt;br /&gt;
Government interference can also distort market information signals. For example, if the government creates a false expectation of greater trust (e.g. by declaring its backing of one of the parties), it can cause the second party to invest too much in this relation (and thus create &amp;quot;overinvestment&amp;quot;). In the opposite case, it can create distrust, causing people to invest too little and making them lose potential benefits from unconsummated transactions. By generating such fluctuations, the government can &amp;quot;add&amp;quot; or &amp;quot;remove&amp;quot; trust from various private activities or individuals, or it can interfere with them by its own activity and crowd them out. In financial markets, the government in most cases obtains more favorable loan conditions than any other potential borrower. The most common explanation attributes this advantage to the government’s power to [[tax]]. As a result, it crowds out private investments that cannot compete. &lt;br /&gt;
&lt;br /&gt;
Similarly, some studies of [[crowding-out]] in the area of private philanthropy explain it with reference to private charities’ reduced effort to raise funds from individuals  after they receive a government grant.&amp;lt;ref name=&amp;quot;Chalupnicek_overinvestment&amp;quot;&amp;gt;Pavel Chalupnicek and Lukas Dvorak. [http://www.independent.org/pdf/tir/tir_13_03_3_chalupnicek.pdf &amp;quot;Health Insurance before the Welfare State The Destruction of Self-Help by State Intervention] (pdf), The Independent Review, v. 13, n. 3, Winter 2009, referenced 2010-05-11.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Rothbard stated the following in relation to the &amp;quot;blindness&amp;quot; of government intervention in the economy:&amp;lt;ref name=&amp;quot;Rothbard_govt_malinvestment&amp;quot;&amp;gt;[[Murray N. Rothbard]]. [http://mises.org/rothbard/mes/chap12e.asp &amp;quot;Chapter 12—The Economics of Violent Intervention in the Market&amp;quot;], [[Man, Economy and State]], 10. Growth, Affluence, and Government, referenced 2010-05-11.&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{{quote|Government is deprived of a free price system and profit and-loss criteria, and can only blunder along, blindly &amp;quot;investing&amp;quot; without being able to invest properly in the right fields, the right products, or the right places. A beautiful sub­way will be built, but no wheels will be available for the trains; a giant dam, but no copper for transmission lines, etc. These sud­den surpluses and shortages, so characteristic of government plan­ning, are the result of massive malinvestment by the govern­ment.}}&lt;br /&gt;
&lt;br /&gt;
==Analogies==&lt;br /&gt;
As Mises wrote: &amp;quot;The whole entrepreneurial class is, as it were, in the position of a master-builder whose task it is to erect a building out of a limited supply of building materials. If this man overestimates the quantity of the available supply, he drafts a plan for the execution of which the means at his disposal are not sufficicnt. He oversizes the groundwork and the foundations and only discovers later in the progress of the construction that he lacks the material needed for the completion of the structure. It is obvious that our master-builder&#039;s fault was not overinvestment, but an inappropriate employment of the means at his disposal.&amp;quot;&amp;lt;ref name=&amp;quot;Mises_Action&amp;quot;&amp;gt;Ludwig von Mises. [[Human Action]], p.557, referenced 2010-05-11.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some may think that the &amp;quot;capital consumption&amp;quot; during the unsustainable boom period must show up in things like reduced spending on building maintenance, or perhaps in the owner of a fleet of trucks neglecting to have the tires rotated.&lt;br /&gt;
&lt;br /&gt;
In reality, it&#039;s more accurate to say that during the boom period, entrepreneurs (led by false signals) invest in projects that are individually rational and &amp;quot;efficient,&amp;quot; but that don&#039;t mesh with each other. In other words, it&#039;s not so much that a farmer forgets to plant some of the seed corn in order to have a future crop. Rather, it&#039;s that a farmer plans on expanding his output, and so he plants much more than he did in the past, but unbeknownst to him, the owners of the silos and railroads (needed to bring the harvest to market) aren&#039;t expanding their own operations at the same pace.&lt;br /&gt;
&lt;br /&gt;
In summary, it&#039;s not that an inspection of an individual enterprise would reveal a technological deficiency. Rather, it&#039;s that all of the entrepreneurs are &amp;quot;getting ahead of themselves,&amp;quot; trying to develop too quickly. There aren&#039;t enough real savings to allow all of the new processes to be completed.&amp;lt;ref name=&amp;quot;Murphy_Reply&amp;quot;&amp;gt;Robert P. Murphy. [http://mises.org/daily/4993 &amp;quot;My Reply to Krugman on Austrian Business-Cycle Theory&amp;quot;], &#039;&#039;Mises Daily&#039;&#039;, January 24, 2011. Referenced 2010-05-11.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===U.S. housing bubble===&lt;br /&gt;
In May, 2010, [[Detroit]] started to tear down vacant and abandoned structures, planning to knock down 10.000 to &amp;quot;reconfigure the city to reflect its shrinking population.&amp;quot;&amp;lt;ref name=&amp;quot;Kellogg_Detroit&amp;quot;&amp;gt;Alex P. Kellogg. [http://online.wsj.com/article/SB10001424052748703950804575242433435338728.html?mod=WSJ_hp_mostpop_read &amp;quot;Detroit Shrinks Itself, Historic Homes and All&amp;quot;], &#039;&#039;The Wall Street Journal&#039;&#039;, May 14, 2010.Referenced 2011-02-15.&amp;lt;/ref&amp;gt;  &lt;br /&gt;
The city of Dayton, [[Ohio]], plans to demolish 500 of the 1,732 properties on the city’s nuisance list in 2011. The process to demolish a property can take a year or more and costs an average of $13,800. The city doesn’t have the capital to demolish these structures and has to rely on federal funding. &lt;br /&gt;
&lt;br /&gt;
The federal [[Neighborhood Stabilization Program]] funds the demolition of houses in neighborhoods hit hardest by foreclosure. City leaders say the $28 million Dayton has received will only make a small dent in the growing list of vacant and deteriorating properties, estimated to be as high as 10,000. The program money amounts to the demolition of only about 1,500 structures. Housing officials estimate they will need an additional $20 million to $30 million in funds — money the city does not have — to deal with the remaining vacant housing stock.&amp;lt;ref name=&amp;quot;Wedellt_nuisance&amp;quot;&amp;gt;Katie Wedell. [http://www.daytondailynews.com/news/dayton-news/city-needs-millions-more-to-raze-nuisance-housing-1075435.html &amp;quot;City needs millions more to raze nuisance housing&amp;quot;], &#039;&#039;Dayton Daily News&#039;&#039;, February 8, 2011. Referenced 2011-02-15.&amp;lt;/ref&amp;gt; As of July, 2011, the [[Bank of America]] and other mortgage holders were donating foreclosed and abandoned houses they couldn’t sell for demolition.&amp;lt;ref name=&amp;quot;Rupp_Demolishes&amp;quot;&amp;gt;Lindsey Rupp. [http://finance.yahoo.com/news/BofA-Donates-Then-Demolishes-bloomberg-946456059.html?x=0&amp;amp;sec=topStories&amp;amp;pos=6&amp;amp;asset=&amp;amp;ccode= &amp;quot;BofA Donates Then Demolishes Houses to Cut Glut&amp;quot;], &#039;&#039;Bloomberg&#039;&#039;, July 27, 2011, referenced 2011-07-28.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Meanwhile, the rash of foreclosures and mothballed construction projects has launched a boom in the business of shrink-wrapping. Plastic-covered foreclosed homes, half-finished hotels, a canceled casino project in Las Vegas, new terminal expansion projects at the San Jose or Sacramento airports and even a church stand as silent indicators of a global recession.&amp;lt;ref name=&amp;quot;Fink_Wrapping&amp;quot;&amp;gt;Bill Fink. [http://www.americanwaymag.com/mike-enos-global-wrap-james-talbot-las-vegas &amp;quot;Web Exclusive: Wrapping Up a Recession&amp;quot;], &#039;&#039;American Way Magazine&#039;&#039;, August 1, 2010. Referenced 2011-02-15.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Irish housing bubble===&lt;br /&gt;
In the [[Irish property bubble]], around 2006, more than a fifth of the Irish workforce was employed building houses. The Irish construction industry had swollen to become nearly a quarter of the country’s G.D.P.—compared with less than 10 percent in a normal economy—and [[Ireland]] was building half as many new houses a year as the United Kingdom, which had almost 15 times as many people to house. Since 1994 the average price for a Dublin home had risen more than 500 percent. By 2007, Irish banks were lending 40 percent more to property developers than they had to the entire Irish population seven years earlier. [[Morgan Kelly]], a professor of economics at University College Dublin, predicted the Irish real-estate prices could fell relative to income—by 40 to 50 per cent, and they did. &lt;br /&gt;
&lt;br /&gt;
Many of housing developments are called &amp;quot;ghost estates&amp;quot; because they’re empty. According to the audit of Ireland’s Department of the Environment published in October, 2010, of the nearly 180,000 units that had been granted planning permission, only 78,195 were completed and occupied. Others are occupied but remain unfinished. Virtually all construction has ceased. There were never enough people in Ireland to fill the new houses.&amp;lt;ref name=&amp;quot;Lewis_Irish&amp;quot;&amp;gt;Michael Lewis. [http://www.vanityfair.com/business/features/2011/03/michael-lewis-ireland-201103 &amp;quot;When Irish Eyes Are Crying&amp;quot;], &#039;&#039;Vanity Fair&#039;&#039;, March 2011 issue. Referenced 2011-02-15.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Spanish housing bubble===&lt;br /&gt;
In [[Spain]], 2006 was a milestone as regards the number of houses constructed: 760,000; more than the 650,000 started that year in France and the United Kingdom, whose combined populations almost triple that of Spain. Between 2001 and 2008 around four million new houses have been built and the average number of housing units completed per year was 565,000, more than double the figure of 250,000 for the previous decade. This is equivalent to the construction of twelve dwellings per thousand inhabitants, far in excess of the European average of five per thousand.&lt;br /&gt;
&lt;br /&gt;
In 2009, after the collapse of the construction sector caused by the bursting of the housing bubble and the effects of the global economic crisis, the number of housing units started fell to 160,000, and there were almost 700,000 housing units in stock (that is, completed but unsold).&amp;lt;ref name=&amp;quot;Concheiro_Spain&amp;quot;&amp;gt;Isabel Concheiro. [http://www.architecturalpapers.ch/pdf.php?ID=4 &amp;quot;Spain Interrupted: On the form of the financial bubble&amp;quot;], &#039;&#039;DAP - Digital Architectural Papers&#039;&#039;, Issue 1, 16.2.2011. Referenced 2011-02-15.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Other countries===&lt;br /&gt;
The shipping industry has been heavily affected by the [[Great Recession]], about 12 per cent of the world&#039;s container ships were estimated to be &#039;doing nothing&#039; in 2009.&amp;lt;ref name=&amp;quot;Parry_ghost&amp;quot;&amp;gt;Simon Parry. [http://www.dailymail.co.uk/home/moslive/article-1212013/Revealed-The-ghost-fleet-recession-anchored-just-east-Singapore.html &amp;quot;Revealed: The ghost fleet of the recession anchored just east of Singapore&amp;quot;], &#039;&#039;Daily Mail&#039;&#039;, 28th September 2009. Referenced 2011-02-15.&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;Durden_Rusting&amp;quot;&amp;gt;Tyler Durden. [http://www.zerohedge.com/article/thousands-rusting-ship-hulls-are-fitting-tribute-speculative-market-bubble &amp;quot;Thousands Of Rusting Ship Hulls Are A Fitting Tribute To The Speculative Market Bubble&amp;quot;], &#039;&#039;Zero Hedge&#039;&#039;, 09/16/2009. Referenced 2011-02-15.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Dubai]] was a land full of grandiose, landmark projects, only to see the bubble burst. The office-space vacancy rate in prime locations was in 2009 according to some estimates at around 40%, other estimates arrived at a total 74% occupancy rate in residential and commercial space.&amp;lt;ref name=&amp;quot;Ulrich_Rise&amp;quot;&amp;gt;Fernando Ulrich. [http://mises.org/daily/3956 &amp;quot;Rise and Fall in Dubai: An Austrian Perspective&amp;quot;], &#039;&#039;Mises Daily&#039;&#039;, December 16, 2009. Referenced 2011-02-15.&amp;lt;/ref&amp;gt; Burj Dubai, the tallest building in the world (about 2,600 feet high with 160 stories) has been at its opening in January, 2010, described as mostly empty.&amp;lt;ref name=&amp;quot;Hawthorne_vacant&amp;quot;&amp;gt;Christopher Hawthorne. [http://latimesblogs.latimes.com/culturemonster/2010/01/the-burj-dubai-and-architectures-vacant-stare.html &amp;quot;The Burj Dubai and architecture&#039;s vacant stare&amp;quot;], &#039;&#039;Los Angeles Times&#039;&#039;, January 1, 2010. Referenced 2011-02-15.&amp;lt;/ref&amp;gt; 90% of its 900 apartments were still empty a year later.&amp;lt;ref name=&amp;quot;White_ghost&amp;quot;&amp;gt;Simon White. [http://www.mortgagestrategy.co.uk/the-ghost-town-that-is-dubais-property-market/1026137.article &amp;quot;The ghost town that is Dubai&#039;s property market&amp;quot;], 14 February 2011. Referenced 2011-02-15.&amp;lt;/ref&amp;gt; (The construction of the world&#039;s tallest buildings seem to correlate with the business cycle - see the [[Skyscraper Index]].&amp;lt;ref name=&amp;quot;Thornton_Skyscrapers&amp;quot;&amp;gt;Mark Thornton. [http://mises.org/daily/3038 &amp;quot;Skyscrapers and Business Cycles&amp;quot;], &#039;&#039;Mises Daily&#039;&#039;, August 23, 2008. Referenced 2011-02-15.&amp;lt;/ref&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
[[China|China&#039;s]] economy is continuing to grow despite the global recession, helped by massive government spending. For years, regional governments across China have been building massive real estate projects that have attracted both private and corporate buyers. As prices have continued to rise (residential values in 70 large and medium-size cities across China soared in 2009, according to real estate consultancy Colliers International), more investors have become speculators, buying brand-new properties with the sole intention of flipping them.&lt;br /&gt;
&lt;br /&gt;
A notable example is the city Ordos in Inner Mongolia, a whole town built with government money that is standing empty. The district was originally designed to house, support and entertain 1 million people.&amp;lt;ref name=&amp;quot;Powell_Runaway&amp;quot;&amp;gt;Bill Powell. [http://www.time.com/time/magazine/article/0,9171,1975336,00.html &amp;quot;Inside China&#039;s Runaway Building Boom&amp;quot;], see also the slideshow [http://www.time.com/time/photogallery/0,29307,1975397_2094492,00.html &amp;quot;Ordos, China: A Modern Ghost Town&amp;quot;]. &#039;&#039;TIME&#039;&#039;, April 05, 2010. Referenced 2011-04-06.&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;Al_Jazeera_empty&amp;quot;&amp;gt;AlJazeeraEnglish. [http://www.youtube.com/watch?v=0h7V3Twb-Qk &amp;quot;China&#039;s empty city&amp;quot;] (video), &#039;&#039;Al Jazeera&#039;&#039;, November 9, 2009; [http://english.aljazeera.net/news/asia-pacific/2009/11/2009111061722672521.html# original video]. Referenced 2011-04-06.&amp;lt;/ref&amp;gt; Other examples abound. Some estimates put the number of empty homes at as many as 64 million.&amp;lt;ref name=&amp;quot;Brown_Ghost&amp;quot;&amp;gt;Adrian Brown. [http://www.sbs.com.au/dateline/story/watch/id/601007/n/China-s-Ghost-Cities &amp;quot;China&#039;s Ghost Cities&amp;quot;] (video, [http://youtu.be/rPILhiTJv7E YouTube]), &#039;&#039;dateline&#039;&#039;, a show of &#039;&#039;SBS TV&#039;&#039; (Australia), on air: 20th March 2011. Referenced 2011-04-06.&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;Bristow_stops&amp;quot;&amp;gt;Michael Bristow. [http://news.bbc.co.uk/2/hi/8691083.stm &amp;quot;Work stops on Chinese ghost town&amp;quot;], &#039;&#039;BBC News&#039;&#039;&#039;, 26 May 2010. Referenced 2011-04-06.&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;Daily_satellite&amp;quot;&amp;gt;Daily Mail Reporter. [http://www.dailymail.co.uk/news/article-1339536/Ghost-towns-China-Satellite-images-cities-lying-completely-deserted.html &amp;quot;The ghost towns of China: Amazing satellite images show cities meant to be home to millions lying deserted&amp;quot;], &#039;&#039;Mail Online&#039;&#039;, 18th December 2010. Referenced 2011-04-06.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
* [[Wikipedia:Malinvestment|Malinvestment]] on Wikipedia&lt;br /&gt;
* [http://mises.org/journals/jls/19_3/19_3_1.pdf Is &amp;quot;Malinvestment&amp;quot; enough to go bust?] (pdf) by Enrico Colombatto, summer 2005&lt;br /&gt;
* [http://mises.org/journals/qjae/pdf/qjae9_4_4.pdf Explaining Malinvestment and Overinvestment] (pdf) by Larry J. Sechrest, winter 2006&lt;br /&gt;
* [http://mises.org/journals/scholar/Sechrest4.pdf Capital, Credit Expansions, and the Subsistence Fund] (pdf) by Larry J. Sechrest, November 2002&lt;br /&gt;
* [http://mises.org/daily/4309  Malinvestment, Not Overinvestment, Causes Booms] by Ludwig von Mises&lt;br /&gt;
* [http://www.ritholtz.com/blog/2010/10/portrait-of-a-housing-bust/ Aerial Footage: Portrait of a Housing Bust] by Barry Ritholtz, October 2010&lt;br /&gt;
[[Category:Economic concepts]]&lt;/div&gt;</summary>
		<author><name>173.245.48.242</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=Malinvestment&amp;diff=3458</id>
		<title>Malinvestment</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=Malinvestment&amp;diff=3458"/>
		<updated>2012-02-11T06:16:09Z</updated>

		<summary type="html">&lt;p&gt;173.245.48.242: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOC right}}&lt;br /&gt;
&#039;&#039;&#039;Malinvestment&#039;&#039;&#039; is an [[investment]] in wrong lines of production, which inevitably lead to wasted [[capital]] and economic losses, subsequently requiring the reallocation of resources to more productive uses.  &amp;quot;Wrong&amp;quot; in this sense means &amp;quot;incorrect&amp;quot; or &amp;quot;mistaken&amp;quot; from the point of view of the real long-term needs and demands of the economy, if those needs and demands were expressed with the correct price signals in the free market.  [[Austrian School|Austrians]] believe systemic malinvestments occur because of unnecessary and counterproductive intervention in the free market, distorting price signals and misleading investors and entrepeneurs.  For Austrians, prices are an essential information channel through which market participants communicate their demands and cause resources to be allocated to satisfy these demands appropriately.  If the government or banks distort, confuse or mislead investors and market participants by not permitting the price mechanism to work, malinvestment will be the inevitable result.&lt;br /&gt;
&lt;br /&gt;
Malinvestment results from the inability of investors to foresee correctly, at the time of investment, either the future pattern of consumer demand, or the future availability of more efficient means for satisfying consumer demand. Malinvestment is always the result of the inability of human beings to foresee future conditions correctly. However, such errors are most frequently compounded by [[inflation]] misleading market participants.&amp;lt;ref name=&amp;quot;Greaves_malinvestment&amp;quot;&amp;gt;Percy L. Greaves Jr. [http://mises.org/easier/M.asp &amp;quot;Mises Made Easier&amp;quot;], &amp;quot;Glossary, Malinvestment - Mutatis mutandis&amp;quot;, referenced 2010-05-11.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
The concept dates back at least to John Mills (not to be confused with [[John Stuart Mill]]) in &#039;&#039;An Article read before the Manchester Statistical Society in December 11, 1867, on Credit Cycles and the Origin of Commercial Panics&#039;&#039;:&amp;lt;ref&amp;gt;As quoted in &#039;&#039;Financial crises and periods of industrial and commercial depression&#039;&#039;, Burton, T. E. (1931, first published 1902); see [http://books.google.com/books?id=d6jGnoyQXZ8C&amp;amp;printsec=frontcover&amp;amp;dq=Financial+crises+and+periods+of+industrial+and+commercial+depression,+Burton&amp;amp;source=bl&amp;amp;ots=I4yNyo6OD1&amp;amp;sig=V4luvJK86lLkwWL7hYbiT3vDKcg&amp;amp;hl=en&amp;amp;ei=sQrQS6HJJtHn-QaI1eS4Dg&amp;amp;sa=X&amp;amp;oi=book_result&amp;amp;ct=result&amp;amp;resnum=1&amp;amp;ved=0CAgQ6AEwAA#v=onepage&amp;amp;q=john%20mills&amp;amp;f=false online version], New York and London: D. Appleton &amp;amp; Co.&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{quote|Panics do not destroy capital; they merely reveal the extent to which it has been destroyed by its betrayal into hopelessly unproductive works.}}&lt;br /&gt;
&lt;br /&gt;
[[Ludwig von Mises]] developed the concept in the context of the [[Austrian School]]&#039;s perspective on the deleterious effects of [[fractional reserve banking|bank-created]] &amp;quot;fiduciary media&amp;quot;:&amp;lt;ref&amp;gt;[[Ludwig von Mises]], [http://mises.org/humanaction/chap20sec9.asp#580|&#039;&#039;Human Action: A Treatise on Economics&#039;&#039;, 1966].&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{quote|The popularity of inflation and credit expansion, the ultimate source of the repeated attempts to render people prosperous by credit expansion, and thus the cause of the cyclical fluctuations of business, manifests itself clearly in the customary terminology. The boom is called good business, prosperity, and upswing. Its unavoidable aftermath, the readjustment of conditions to the real data of the market, is called crisis, slump, bad business, depression. People rebel against the insight that the disturbing element is to be seen in the malinvestment and the overconsumption of the boom period and that such an artificially induced boom is doomed. They are looking for the philosophers&#039; stone to make it last.}}&lt;br /&gt;
&lt;br /&gt;
More recently, [[Austrian School]] economist and libertarian [[Murray Rothbard]] used the concept of malinvestment to study the [[Great Depression]] in his [[historical revisionism|revisionist]] work, &#039;&#039;[[America&#039;s Great Depression]]&#039;&#039;:&amp;lt;ref&amp;gt;[[Murray Rothbard]], [http://mises.org/rothbard/agd/chapter1.asp#cluster_of_error|&#039;&#039;America&#039;s Great Depression&#039;&#039;, 2005, 5th Edition, Ludwig von Mises Institute, Chapter 1, &#039;&#039;The Cluster of Error&#039;&#039;].&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{quote|A credit expansion may appear to render submarginal capital profitable once more, but this too will be malinvestment, and the now greater error will be exposed when this boom is over. Thus, credit expansion generates the business cycle regardless of the existence of unemployed factors. Credit expansion in the midst of unemployment will create more distortions and malinvestments, delay recovery from the preceding boom, and make a more grueling recovery necessary in the future. While it is true that the unemployed factors are not now diverted from more valuable uses as employed factors would be (since they were speculatively idle or malinvested instead of employed), the other complementary factors will be diverted into working with them, and these factors will be malinvested and wasted. Moreover, all the other distorting effects of credit expansion will still follow, and a depression will be necessary to correct the new distortion.}}&lt;br /&gt;
&lt;br /&gt;
==Austrian Business Cycle Theory and Malinvestment==&lt;br /&gt;
{{Main|Austrian Business Cycle Theory}}&lt;br /&gt;
The complicated and somewhat fragile [[production]] structure requires that complementary inputs be available not only in the right magnitudes but also at the right moments in time. If they are not, then projects that appeared profitable are soon revealed to be unprofitable. In other words, what appeared to be [[capital]] creation is seen in fact to be capital consumption.  The price mechanism co-ordinates production by &amp;quot;signalling&amp;quot; excesses and shortages in the market, allowing stocks to clear and markets to function efficiently.&lt;br /&gt;
&lt;br /&gt;
In a monetary expansion, price signals are confused. Monetary growth reallocates resources but cannot in itself produce [[economic growth]]. The economy is being pulled in two directions. Entrepreneurs want more capital goods, at the same time that consumers want more consumer goods. &lt;br /&gt;
&lt;br /&gt;
The decline in interest rates by a central price fixing authority such as the central bank means it pays less to save, so consumption is raised beyond levels that would have otherwise taken place. At the same time, more real funding seems to be available for businesses. More resources are used for the production of consumer goods and less for the maintenance and improvement of the wealth-producing infrastructure. This lowers the economy&#039;s capacity to produce final consumer goods and so it weakens the [[Subsistence fund|pool of funding]] - contrary to the popular idea that a central bank can grow the economy by keeping interest rates as low as possible. The needed correction comes in the form of a recession, during which many projects are liquidated and [[unemployment]] rises.&amp;lt;ref name=&amp;quot;Shostak_saving&amp;quot;&amp;gt;Frank Shostak. [http://mises.org/daily/1596 &amp;quot;The Subsistence Fund&amp;quot;], Mises Daily, August 2004, referenced 2010-05-11.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Austrian Business Cycle Theory]] focuses on the &amp;quot;medium run&amp;quot;, because that is where problems arise. In the short run, the capital structure cannot be changed significantly, and in the long run all errors have been rectified. In the medium run there is time enough for capital projects to be initiated and the direction of production to change, but not enough time for malinvestments to be corrected - at least not without serious repercussions.&lt;br /&gt;
&lt;br /&gt;
The inability to smoothly liquidate or redirect projects stems largely from the heterogeneity of most capital goods. Capital goods cannot immediately be converted into final consumer goods - or other capital goods. Changes in the structure of production cannot easily be reversed. There is a significant degree of &amp;quot;path-dependence&amp;quot; involved with the capital restructuring that occurs in the medium run. The economy cannot simply &amp;quot;erase&amp;quot; the errors and start over.&lt;br /&gt;
&lt;br /&gt;
Malinvestment occurs due to misleading relative price signals, and it necessitates a corrective contraction - a bust following the boom.&lt;br /&gt;
&lt;br /&gt;
At the same time, there is also the phenomenon of overinvestment, because entrepreneurs are led to believe that the [[subsistence fund]] is larger than it actually is.&amp;lt;ref name=&amp;quot;Sechrest_Malinvestment&amp;quot;&amp;gt;Larry J. Sechrest. [http://mises.org/journals/scholar/Sechrest10.pdf &amp;quot;Explaining Malinvestment and Overinvestment&amp;quot;] (pdf), October 2005, referenced 2010-05-11.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Austrian School]] economist and libertarian [[Murray Rothbard]] used the concept of malinvestment to study the [[Great Depression]] in his [[historical revisionism|revisionist]] work, &#039;&#039;[[America&#039;s Great Depression]]&#039;&#039;:&amp;lt;ref&amp;gt;[[Murray Rothbard]], [http://mises.org/rothbard/agd/chapter1.asp#cluster_of_error|&#039;&#039;America&#039;s Great Depression&#039;&#039;, 2005, 5th Edition, Ludwig von Mises Institute, Chapter 1, &#039;&#039;The Cluster of Error&#039;&#039;].&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{quote|A credit expansion may appear to render submarginal capital profitable once more, but this too will be malinvestment, and the now greater error will be exposed when this boom is over. Thus, credit expansion generates the business cycle regardless of the existence of unemployed factors. Credit expansion in the midst of unemployment will create more distortions and malinvestments, delay recovery from the preceding boom, and make a more grueling recovery necessary in the future. While it is true that the unemployed factors are not now diverted from more valuable uses as employed factors would be (since they were speculatively idle or malinvested instead of employed), the other complementary factors will be diverted into working with them, and these factors will be malinvested and wasted. Moreover, all the other distorting effects of credit expansion will still follow, and a depression will be necessary to correct the new distortion.}}&lt;br /&gt;
&lt;br /&gt;
==Government intervention==&lt;br /&gt;
Government interference can also distort market information signals. For example, if the government creates a false expectation of greater trust (e.g. by declaring its backing of one of the parties), it can cause the second party to invest too much in this relation (and thus create &amp;quot;overinvestment&amp;quot;). In the opposite case, it can create distrust, causing people to invest too little and making them lose potential benefits from unconsummated transactions. By generating such fluctuations, the government can &amp;quot;add&amp;quot; or &amp;quot;remove&amp;quot; trust from various private activities or individuals, or it can interfere with them by its own activity and crowd them out. In financial markets, the government in most cases obtains more favorable loan conditions than any other potential borrower. The most common explanation attributes this advantage to the government’s power to [[tax]]. As a result, it crowds out private investments that cannot compete. &lt;br /&gt;
&lt;br /&gt;
Similarly, some studies of [[crowding-out]] in the area of private philanthropy explain it with reference to private charities’ reduced effort to raise funds from individuals  after they receive a government grant.&amp;lt;ref name=&amp;quot;Chalupnicek_overinvestment&amp;quot;&amp;gt;Pavel Chalupnicek and Lukas Dvorak. [http://www.independent.org/pdf/tir/tir_13_03_3_chalupnicek.pdf &amp;quot;Health Insurance before the Welfare State The Destruction of Self-Help by State Intervention] (pdf), The Independent Review, v. 13, n. 3, Winter 2009, referenced 2010-05-11.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Rothbard stated the following in relation to the &amp;quot;blindness&amp;quot; of government intervention in the economy:&amp;lt;ref name=&amp;quot;Rothbard_govt_malinvestment&amp;quot;&amp;gt;[[Murray N. Rothbard]]. [http://mises.org/rothbard/mes/chap12e.asp &amp;quot;Chapter 12—The Economics of Violent Intervention in the Market&amp;quot;], [[Man, Economy and State]], 10. Growth, Affluence, and Government, referenced 2010-05-11.&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{{quote|Government is deprived of a free price system and profit and-loss criteria, and can only blunder along, blindly &amp;quot;investing&amp;quot; without being able to invest properly in the right fields, the right products, or the right places. A beautiful sub­way will be built, but no wheels will be available for the trains; a giant dam, but no copper for transmission lines, etc. These sud­den surpluses and shortages, so characteristic of government plan­ning, are the result of massive malinvestment by the govern­ment.}}&lt;br /&gt;
&lt;br /&gt;
==Analogies==&lt;br /&gt;
As Mises wrote: &amp;quot;The whole entrepreneurial class is, as it were, in the position of a master-builder whose task it is to erect a building out of a limited supply of building materials. If this man overestimates the quantity of the available supply, he drafts a plan for the execution of which the means at his disposal are not sufficicnt. He oversizes the groundwork and the foundations and only discovers later in the progress of the construction that he lacks the material needed for the completion of the structure. It is obvious that our master-builder&#039;s fault was not overinvestment, but an inappropriate employment of the means at his disposal.&amp;quot;&amp;lt;ref name=&amp;quot;Mises_Action&amp;quot;&amp;gt;Ludwig von Mises. [[Human Action]], p.557, referenced 2010-05-11.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some may think that the &amp;quot;capital consumption&amp;quot; during the unsustainable boom period must show up in things like reduced spending on building maintenance, or perhaps in the owner of a fleet of trucks neglecting to have the tires rotated.&lt;br /&gt;
&lt;br /&gt;
In reality, it&#039;s more accurate to say that during the boom period, entrepreneurs (led by false signals) invest in projects that are individually rational and &amp;quot;efficient,&amp;quot; but that don&#039;t mesh with each other. In other words, it&#039;s not so much that a farmer forgets to plant some of the seed corn in order to have a future crop. Rather, it&#039;s that a farmer plans on expanding his output, and so he plants much more than he did in the past, but unbeknownst to him, the owners of the silos and railroads (needed to bring the harvest to market) aren&#039;t expanding their own operations at the same pace.&lt;br /&gt;
&lt;br /&gt;
In summary, it&#039;s not that an inspection of an individual enterprise would reveal a technological deficiency. Rather, it&#039;s that all of the entrepreneurs are &amp;quot;getting ahead of themselves,&amp;quot; trying to develop too quickly. There aren&#039;t enough real savings to allow all of the new processes to be completed.&amp;lt;ref name=&amp;quot;Murphy_Reply&amp;quot;&amp;gt;Robert P. Murphy. [http://mises.org/daily/4993 &amp;quot;My Reply to Krugman on Austrian Business-Cycle Theory&amp;quot;], &#039;&#039;Mises Daily&#039;&#039;, January 24, 2011. Referenced 2010-05-11.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===U.S. housing bubble===&lt;br /&gt;
In May, 2010, [[Detroit]] started to tear down vacant and abandoned structures, planning to knock down 10.000 to &amp;quot;reconfigure the city to reflect its shrinking population.&amp;quot;&amp;lt;ref name=&amp;quot;Kellogg_Detroit&amp;quot;&amp;gt;Alex P. Kellogg. [http://online.wsj.com/article/SB10001424052748703950804575242433435338728.html?mod=WSJ_hp_mostpop_read &amp;quot;Detroit Shrinks Itself, Historic Homes and All&amp;quot;], &#039;&#039;The Wall Street Journal&#039;&#039;, May 14, 2010.Referenced 2011-02-15.&amp;lt;/ref&amp;gt;  &lt;br /&gt;
The city of Dayton, [[Ohio]], plans to demolish 500 of the 1,732 properties on the city’s nuisance list in 2011. The process to demolish a property can take a year or more and costs an average of $13,800. The city doesn’t have the capital to demolish these structures and has to rely on federal funding. &lt;br /&gt;
&lt;br /&gt;
The federal [[Neighborhood Stabilization Program]] funds the demolition of houses in neighborhoods hit hardest by foreclosure. City leaders say the $28 million Dayton has received will only make a small dent in the growing list of vacant and deteriorating properties, estimated to be as high as 10,000. The program money amounts to the demolition of only about 1,500 structures. Housing officials estimate they will need an additional $20 million to $30 million in funds — money the city does not have — to deal with the remaining vacant housing stock.&amp;lt;ref name=&amp;quot;Wedellt_nuisance&amp;quot;&amp;gt;Katie Wedell. [http://www.daytondailynews.com/news/dayton-news/city-needs-millions-more-to-raze-nuisance-housing-1075435.html &amp;quot;City needs millions more to raze nuisance housing&amp;quot;], &#039;&#039;Dayton Daily News&#039;&#039;, February 8, 2011. Referenced 2011-02-15.&amp;lt;/ref&amp;gt; As of July, 2011, the [[Bank of America]] and other mortgage holders were donating foreclosed and abandoned houses they couldn’t sell for demolition.&amp;lt;ref name=&amp;quot;Rupp_Demolishes&amp;quot;&amp;gt;Lindsey Rupp. [http://finance.yahoo.com/news/BofA-Donates-Then-Demolishes-bloomberg-946456059.html?x=0&amp;amp;sec=topStories&amp;amp;pos=6&amp;amp;asset=&amp;amp;ccode= &amp;quot;BofA Donates Then Demolishes Houses to Cut Glut&amp;quot;], &#039;&#039;Bloomberg&#039;&#039;, July 27, 2011, referenced 2011-07-28.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Meanwhile, the rash of foreclosures and mothballed construction projects has launched a boom in the business of shrink-wrapping. Plastic-covered foreclosed homes, half-finished hotels, a canceled casino project in Las Vegas, new terminal expansion projects at the San Jose or Sacramento airports and even a church stand as silent indicators of a global recession.&amp;lt;ref name=&amp;quot;Fink_Wrapping&amp;quot;&amp;gt;Bill Fink. [http://www.americanwaymag.com/mike-enos-global-wrap-james-talbot-las-vegas &amp;quot;Web Exclusive: Wrapping Up a Recession&amp;quot;], &#039;&#039;American Way Magazine&#039;&#039;, August 1, 2010. Referenced 2011-02-15.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Irish housing bubble===&lt;br /&gt;
In the [[Irish property bubble]], around 2006, more than a fifth of the Irish workforce was employed building houses. The Irish construction industry had swollen to become nearly a quarter of the country’s G.D.P.—compared with less than 10 percent in a normal economy—and [[Ireland]] was building half as many new houses a year as the United Kingdom, which had almost 15 times as many people to house. Since 1994 the average price for a Dublin home had risen more than 500 percent. By 2007, Irish banks were lending 40 percent more to property developers than they had to the entire Irish population seven years earlier. [[Morgan Kelly]], a professor of economics at University College Dublin, predicted the Irish real-estate prices could fell relative to income—by 40 to 50 per cent, and they did. &lt;br /&gt;
&lt;br /&gt;
Many of housing developments are called &amp;quot;ghost estates&amp;quot; because they’re empty. According to the audit of Ireland’s Department of the Environment published in October, 2010, of the nearly 180,000 units that had been granted planning permission, only 78,195 were completed and occupied. Others are occupied but remain unfinished. Virtually all construction has ceased. There were never enough people in Ireland to fill the new houses.&amp;lt;ref name=&amp;quot;Lewis_Irish&amp;quot;&amp;gt;Michael Lewis. [http://www.vanityfair.com/business/features/2011/03/michael-lewis-ireland-201103 &amp;quot;When Irish Eyes Are Crying&amp;quot;], &#039;&#039;Vanity Fair&#039;&#039;, March 2011 issue. Referenced 2011-02-15.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Spanish housing bubble===&lt;br /&gt;
In [[Spain]], 2006 was a milestone as regards the number of houses constructed: 760,000; more than the 650,000 started that year in France and the United Kingdom, whose combined populations almost triple that of Spain. Between 2001 and 2008 around four million new houses have been built and the average number of housing units completed per year was 565,000, more than double the figure of 250,000 for the previous decade. This is equivalent to the construction of twelve dwellings per thousand inhabitants, far in excess of the European average of five per thousand.&lt;br /&gt;
&lt;br /&gt;
In 2009, after the collapse of the construction sector caused by the bursting of the housing bubble and the effects of the global economic crisis, the number of housing units started fell to 160,000, and there were almost 700,000 housing units in stock (that is, completed but unsold).&amp;lt;ref name=&amp;quot;Concheiro_Spain&amp;quot;&amp;gt;Isabel Concheiro. [http://www.architecturalpapers.ch/pdf.php?ID=4 &amp;quot;Spain Interrupted: On the form of the financial bubble&amp;quot;], &#039;&#039;DAP - Digital Architectural Papers&#039;&#039;, Issue 1, 16.2.2011. Referenced 2011-02-15.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Other countries===&lt;br /&gt;
The shipping industry has been heavily affected by the [[Great Recession]], about 12 per cent of the world&#039;s container ships were estimated to be &#039;doing nothing&#039; in 2009.&amp;lt;ref name=&amp;quot;Parry_ghost&amp;quot;&amp;gt;Simon Parry. [http://www.dailymail.co.uk/home/moslive/article-1212013/Revealed-The-ghost-fleet-recession-anchored-just-east-Singapore.html &amp;quot;Revealed: The ghost fleet of the recession anchored just east of Singapore&amp;quot;], &#039;&#039;Daily Mail&#039;&#039;, 28th September 2009. Referenced 2011-02-15.&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;Durden_Rusting&amp;quot;&amp;gt;Tyler Durden. [http://www.zerohedge.com/article/thousands-rusting-ship-hulls-are-fitting-tribute-speculative-market-bubble &amp;quot;Thousands Of Rusting Ship Hulls Are A Fitting Tribute To The Speculative Market Bubble&amp;quot;], &#039;&#039;Zero Hedge&#039;&#039;, 09/16/2009. Referenced 2011-02-15.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Dubai]] was a land full of grandiose, landmark projects, only to see the bubble burst. The office-space vacancy rate in prime locations was in 2009 according to some estimates at around 40%, other estimates arrived at a total 74% occupancy rate in residential and commercial space.&amp;lt;ref name=&amp;quot;Ulrich_Rise&amp;quot;&amp;gt;Fernando Ulrich. [http://mises.org/daily/3956 &amp;quot;Rise and Fall in Dubai: An Austrian Perspective&amp;quot;], &#039;&#039;Mises Daily&#039;&#039;, December 16, 2009. Referenced 2011-02-15.&amp;lt;/ref&amp;gt; Burj Dubai, the tallest building in the world (about 2,600 feet high with 160 stories) has been at its opening in January, 2010, described as mostly empty.&amp;lt;ref name=&amp;quot;Hawthorne_vacant&amp;quot;&amp;gt;Christopher Hawthorne. [http://latimesblogs.latimes.com/culturemonster/2010/01/the-burj-dubai-and-architectures-vacant-stare.html &amp;quot;The Burj Dubai and architecture&#039;s vacant stare&amp;quot;], &#039;&#039;Los Angeles Times&#039;&#039;, January 1, 2010. Referenced 2011-02-15.&amp;lt;/ref&amp;gt; 90% of its 900 apartments were still empty a year later.&amp;lt;ref name=&amp;quot;White_ghost&amp;quot;&amp;gt;Simon White. [http://www.mortgagestrategy.co.uk/the-ghost-town-that-is-dubais-property-market/1026137.article &amp;quot;The ghost town that is Dubai&#039;s property market&amp;quot;], 14 February 2011. Referenced 2011-02-15.&amp;lt;/ref&amp;gt; (The construction of the world&#039;s tallest buildings seem to correlate with the business cycle - see the [[Skyscraper Index]].&amp;lt;ref name=&amp;quot;Thornton_Skyscrapers&amp;quot;&amp;gt;Mark Thornton. [http://mises.org/daily/3038 &amp;quot;Skyscrapers and Business Cycles&amp;quot;], &#039;&#039;Mises Daily&#039;&#039;, August 23, 2008. Referenced 2011-02-15.&amp;lt;/ref&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
[[China|China&#039;s]] economy is continuing to grow despite the global recession, helped by massive government spending. For years, regional governments across China have been building massive real estate projects that have attracted both private and corporate buyers. As prices have continued to rise (residential values in 70 large and medium-size cities across China soared in 2009, according to real estate consultancy Colliers International), more investors have become speculators, buying brand-new properties with the sole intention of flipping them.&lt;br /&gt;
&lt;br /&gt;
A notable example is the city Ordos in Inner Mongolia, a whole town built with government money that is standing empty. The district was originally designed to house, support and entertain 1 million people.&amp;lt;ref name=&amp;quot;Powell_Runaway&amp;quot;&amp;gt;Bill Powell. [http://www.time.com/time/magazine/article/0,9171,1975336,00.html &amp;quot;Inside China&#039;s Runaway Building Boom&amp;quot;], see also the slideshow [http://www.time.com/time/photogallery/0,29307,1975397_2094492,00.html &amp;quot;Ordos, China: A Modern Ghost Town&amp;quot;]. &#039;&#039;TIME&#039;&#039;, April 05, 2010. Referenced 2011-04-06.&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;Al_Jazeera_empty&amp;quot;&amp;gt;AlJazeeraEnglish. [http://www.youtube.com/watch?v=0h7V3Twb-Qk &amp;quot;China&#039;s empty city&amp;quot;] (video), &#039;&#039;Al Jazeera&#039;&#039;, November 9, 2009; [http://english.aljazeera.net/news/asia-pacific/2009/11/2009111061722672521.html# original video]. Referenced 2011-04-06.&amp;lt;/ref&amp;gt; Other examples abound. Some estimates put the number of empty homes at as many as 64 million.&amp;lt;ref name=&amp;quot;Brown_Ghost&amp;quot;&amp;gt;Adrian Brown. [http://www.sbs.com.au/dateline/story/watch/id/601007/n/China-s-Ghost-Cities &amp;quot;China&#039;s Ghost Cities&amp;quot;] (video, [http://youtu.be/rPILhiTJv7E YouTube]), &#039;&#039;dateline&#039;&#039;, a show of &#039;&#039;SBS TV&#039;&#039; (Australia), on air: 20th March 2011. Referenced 2011-04-06.&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;Bristow_stops&amp;quot;&amp;gt;Michael Bristow. [http://news.bbc.co.uk/2/hi/8691083.stm &amp;quot;Work stops on Chinese ghost town&amp;quot;], &#039;&#039;BBC News&#039;&#039;&#039;, 26 May 2010. Referenced 2011-04-06.&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;Daily_satellite&amp;quot;&amp;gt;Daily Mail Reporter. [http://www.dailymail.co.uk/news/article-1339536/Ghost-towns-China-Satellite-images-cities-lying-completely-deserted.html &amp;quot;The ghost towns of China: Amazing satellite images show cities meant to be home to millions lying deserted&amp;quot;], &#039;&#039;Mail Online&#039;&#039;, 18th December 2010. Referenced 2011-04-06.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
* [[Wikipedia:Malinvestment|Malinvestment]] on Wikipedia&lt;br /&gt;
* [http://mises.org/journals/jls/19_3/19_3_1.pdf Is &amp;quot;Malinvestment&amp;quot; enough to go bust?] (pdf) by Enrico Colombatto, summer 2005&lt;br /&gt;
* [http://mises.org/journals/qjae/pdf/qjae9_4_4.pdf Explaining Malinvestment and Overinvestment] (pdf) by Larry J. Sechrest, winter 2006&lt;br /&gt;
* [http://mises.org/journals/scholar/Sechrest4.pdf Capital, Credit Expansions, and the Subsistence Fund] (pdf) by Larry J. Sechrest, November 2002&lt;br /&gt;
* [http://mises.org/daily/4309  Malinvestment, Not Overinvestment, Causes Booms] by Ludwig von Mises&lt;br /&gt;
* [http://www.ritholtz.com/blog/2010/10/portrait-of-a-housing-bust/ Aerial Footage: Portrait of a Housing Bust] by Barry Ritholtz, October 2010&lt;br /&gt;
[[Category:Economic concepts]]&lt;/div&gt;</summary>
		<author><name>173.245.48.242</name></author>
	</entry>
</feed>