<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://purl.org/rss/1.0/"
xmlns:content="http://purl.org/rss/1.0/modules/content/" 
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:cb="http://www.cbwiki.net/wiki/index.php/Specification_1.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.w3.org/1999/02/22-rdf-syntax-ns# rdf.xsd">
<channel rdf:about="http://www.minneapolisfed.org/rss/pubs/rss_news.cfm?type=all">
  <title>News Releases | Federal Reserve Bank of Minneapolis</title>
  <link>http://www.minneapolisfed.org/news_events/rel/</link>
  <description>Economic Policy Papers and Federal Reserve Bank of Minneapolis News Releases</description>
  <items>
    <rdf:Seq> <rdf:li rdf:resource="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=5101" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=5052" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/publications_papers/pub_display.cfm?id=5047" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/publications_papers/pub_display.cfm?id=5029" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=5028" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=5025" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4997" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/publications_papers/pub_display.cfm?id=4944" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4936" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4910" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/publications_papers/pub_display.cfm?id=4877" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/publications_papers/pub_display.cfm?id=4868" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4869" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/publications_papers/pub_display.cfm?id=4834" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4828" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4827" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4825" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/publications_papers/pub_display.cfm?id=4819" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4791" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4802" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4801" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4800" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4799" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4774" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4773" />
    </rdf:Seq>
  </items>
  <dc:date>2013-05-23T10:00:00-06:00</dc:date>
  <dcterms:license>http://www.minneapolisfed.org/disclaimer.cfm</dcterms:license>
  <dc:language>en</dc:language>
  <dc:publisher>Federal Reserve Bank of Minneapolis</dc:publisher>
</channel> 
    <item rdf:about="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=5101">
	
      <title>Banking Conditions in Ninth District States First Quarter 2013 Update</title>
      <link>http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=5101</link>
	
      <dc:date>2013-05-23T10:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[Federal Reserve Bank of Minneapolis</p>

<script type="text/javascript">
$(document).ready(function() {

	//When page loads...
	$(".tabs_panel").hide(); //Hide all content
						  
	if(window.location.hash == "") { // if loading for first time
		
		$("ul.tabs_nav li:first a").addClass("tabs_nav_selected"); //Activate first tab
		$(".tabs_panel:first").show(); //Show first tab content
		//window.location.hash = $("ul#bank_tabnav li:first a").attr("href");
		
	} else {

		var activeContent = window.location.hash; //Find the href attribute value to identify the active tab + content
		$(activeContent).show(); //Fade in the active ID content

		var activeTab = window.location.hash + "_tab"; // activate tab
		$(activeTab).addClass("tabs_nav_selected"); //Add "active" class to selected tab
	}
	
	//On Click Event
	$("ul.tabs_nav li a").click(function() {

		$("ul.tabs_nav li a").removeClass("tabs_nav_selected"); //Remove any "active" class
		$(this).addClass("tabs_nav_selected"); //Add "active" class to selected tab
		$(".tabs_panel").hide(); //Hide all tab content
		
		window.location.hash = $(this).attr("href");

		var activeContent = $(this).attr("href"); //Find the href attribute value to identify the active tab + content
		$(activeContent).show(); //Fade in the active ID content
		return false;
	});

});
</script>
<style type="text/css">

.tabs_container {
	width: 422px;
	margin-top: 0;
}

ul.tabs_nav {
	 padding: 0;
	 margin: 0;
}

ul.tabs_nav li a { 
	}

ul.tabs_nav li a.tabs_nav_selected { 
	color: #000; 
	border-bottom: 2px solid #dce9ed; 
	background-color: #dce9ed; 
	}

ul.tabs_nav li a.twoline { 
	padding-top: 6px;
	padding-bottom: 4px;
	}

ul.tabs_nav li.tabs_nav_last a { 
	padding-left: 11px;
	}
	
.tabs_panel {
	border-top: 2px solid #dce9ed; 
	background: transparent url(/img/common/tabs_panel_bkrd.gif) repeat-x top left;
	padding-top: 10px;
	}
	
</style>

<div class="tabs_container">
      <ul class="tabs_nav" style="width: 422px;">
       <li><a href="#minnesota" id="minnesota_tab">Minnesota</a></li>
       <li><a href="#montana" id="montana_tab">Montana</a></li>
       <li><a href="#northdakota" id="northdakota_tab" class="twoline">North<br/>Dakota</a></li>
       <li><a href="#southdakota" id="southdakota_tab" class="twoline">South<br/>Dakota</a></li>
              <li><a href="#michigan" id="michigan_tab" class="twoline">U.P. of<br/>Michigan</a></li>
              <li class="tabs_nav_last"><a href="#wisconsin" id="wisconsin_tab">Wisconsin</a></li>
      </ul>
 <div class="clear"></div>
      <div id="minnesota" class="tabs_panel">
    	   <h2><strong>Minnesota Bank Performance Weakens a Bit in First Quarter 2013, Despite Some Areas of Strength</strong></h2>
   	    <p>Financial data reported by the 355 banks in Minnesota at the  end of first quarter 2013 show that while problem assets fell, profitability  and loan growth worsened and continue to lag the levels seen prior the  financial market disruptions in 2008. According to Ron Feldman, senior vice  president of Supervision, Regulation and Credit at the Federal Reserve Bank of  Minneapolis, &ldquo;The state&rsquo;s banks have some areas of continued strength, such as  declining and low levels of problem loans and strong capital levels. However,  key indicators such as loan growth slowed in the last quarter, while earnings  were down just a bit.&rdquo;</p>
      	   <p> The state median level of problem assets (as a percentage of  the resources banks must have to cover potential losses on loans) fell by 71  basis points in the last quarter and nearly 3.5 percentage points from a year  ago to the lowest point since 2005. Minnesota now compares favorably to the  nation, with 10.97 percent noncurrent and delinquent loans as a percentage of  capital and allowance, 36 basis points less than the national median.  </p>
      	   <p> Return on average assets, a key measure of earnings, is also  better for the Minnesota median bank than for the nation as a whole at 0.92  percent. However, the metric decreased a bit in the quarter and has yet to reach  the 1 percent watermark it remained above for more than a decade prior to the  financial market disruptions in 2008. </p>
           <p>Minnesota banks&rsquo; loan growth was 0.8 percent over the last  four quarters, less than half the rate at year-end 2012. This year-over-year  change in the amount of outstanding loan balances is well below the national  rate of 1.92 percent and is sluggish by historical standards. </p>
           <p>Key measures of liquidity and capital improved for the  quarter and are stronger than national medians. Minnesota banks hold  historically high levels of capital. The state&rsquo;s median total risk-based  capital ratio climbed to 15.72 percent. Liquidity improved again in the third  quarter and reached the strongest level since 2003. Bank use of noncore funding  (as opposed to more stable traditional deposits) stands at 13.4 percent of  liabilities. </p>
           <p>The data for Minnesota and the nation are found in the  tables below. The attachment to this release provides additional data on the  characteristics of banks in the region and definitions and explanations of  those data.</p>
<p><a href="/pubs/news/2013/2013-05-23_mn_banking_cond_data.pdf">Data for Minnesota and the nation</a> [pdf]
        </p>
        <p><a href="/pubs/news/2013/ninth_district_bank_operations_may_2013.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
        <div class="horizontal_rule"></div>      
        <p>More details on  banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States</a>.</p>
       <div class="horizontal_rule"></div>
       <p align="center" class="footnote"></p>
 </div>
<div id="montana" class="tabs_panel">
 <h2>Condition of Montana Banks Weakens in First Quarter 2013</h2>
<p>In the first quarter of 2013, Montana banks reported greater  problem assets, negative loan growth and flat earnings, according to March 31  quarter-end regulatory financial reports from the state&rsquo;s 62 commercial banks.  According to Ron Feldman, senior vice president of Supervision, Regulation and  Credit at the Federal Reserve Bank of Minneapolis, &ldquo;Montana-based banks  generally show year-over-year improvement, but weakened in the first quarter.  At the state median bank, problem loans increased, loan growth fell to more  deeply negative rates and earnings remained essentially flat at the  comparatively low levels reported at the end of 2012. The median Montana bank  continues to lag its national peer.&rdquo;</p>
<p>The level of problem assets as a percentage of the resources  set aside to cover potential loan losses increased 138 basis points in first  quarter 2013 to 15.51 percent. While the current level is 220 basis points  improved from a year ago, it is considerably higher than the national median  ratio of 11.33 percent.</p>
<p>Earnings, as measured by the median of return on average  assets, came in at 0.79 percent, essentially unchanged from last quarter and a  couple of basis points below the national rate of 0.81 percent.</p>
<p>At the median Montana bank, year-over-year loan growth was  much worse at the end of the first quarter, falling 147 percentage points from  a quarter ago to negative 1.76 percent. By comparison, the national median rate  of change in outstanding loan balances stands at 1.92 percent after turning  positive in first quarter 2012.  <br />
  <br />
  Key measures of liquidity and capital remained strong in the  first quarter. Median total risk-based capital remains in record high  territory, posting a figure of 17.80 percent. Bank use of noncore funding (as  opposed to more stable traditional deposits) decreased to 15.96 percent of  liabilities. Both performance measures are stronger than the national medians.</p>
<p>The data for Montana and the nation are found in  the tables below. The attachment to this release provides additional data on  the characteristics of banks in the region and definitions and explanations of  those data.</p>
<p><a href="/pubs/news/2013/2013-05-23_mt_banking_cond_data.pdf">Data for Montana and the nation</a> [pdf]
</p>
<p><a href="/pubs/news/2013/ninth_district_bank_operations_may_2013.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
 <p></p>
 <div class="horizontal_rule"></div>
 <p>More details on  banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States</a>.</p>
 <div class="horizontal_rule"></div>
 <p align="center" class="footnote"></p>
 </div>
 <div id="northdakota" class="tabs_panel">
  <h2>Booming North Dakota Banking Conditions Weaken in First Quarter 2013, but Remain at Strong Levels</h2>
<p>Problem loans held by North Dakota banks grew, while loan  growth and profitability fell in the first quarter of 2013, based on financial  data reported by the state&rsquo;s 88 banks. This weakening occurs in the context of  North Dakota banks outperforming national banks, in some cases by a very  substantial margin.  According to Ron  Feldman, senior vice president of Supervision, Regulation and Credit at the  Federal Reserve Bank of Minneapolis, &ldquo;North Dakota banks took a step back from  last year&rsquo;s outstanding growth, earnings and loan performance. Even with this  quarter, key metrics of North Dakota&rsquo;s banking conditions exceed the rest of  the country and the state&rsquo;s own historical measures.&rdquo;  </p>
<p>In the first quarter, the state median level of problem  assets worsened considerably from 2012&rsquo;s record low. The value of loans that  are not current on their payments as a percentage of the resources banks have  to cover losses increased by 2.68 percentage points to 7.54 percent.  Nonetheless, North Dakota&rsquo;s median is well below the national level of 11.33  percent. </p>
<p>North Dakota bank profitability deteriorated a bit during  the first quarter. As measured by the median return on average assets, earnings  declined from 1.18 percent to 1.06 percent. State profitability measures still  compare favorably to national averages that are recovering from the financial  market disruptions that began in 2008. </p>
<p>North Dakota banks reported a vigorous median four-quarter  net loan growth rate of 7.89 percent. While more than four times the national median  of 1.92 percent, the state median is down by more than three percentage points  from 2012&rsquo;s annual growth rate.</p>
<p>Capital and liquidity measures remain strong at North Dakota  banks. The total risk-based capital ratio, a key benchmark of capital adequacy,  climbed slightly to 13.99 percent. Although somewhat lower than the national  median, the typical bank in the state would be considered well capitalized.  Liquidity also improved in terms of the median bank use of noncore funds  (instead of more stable traditional deposits), which decreased by more than a  percentage point to 12.74 percent of total liabilities.</p>
<p>The data for North Dakota and the nation are found in the  tables below. The attachment to this release provides additional data on the  characteristics of banks in the region and definitions and explanations of  those data.</p>
<p><a href="/pubs/news/2013/2013-05-23_nd_banking_cond_data.pdf">Data for North Dakota and the nation</a> [pdf]
</p>
<p><a href="/pubs/news/2013/ninth_district_bank_operations_may_2013.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
  <p></p>
        <div class="horizontal_rule"></div>
        <p>More details on banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States</a>.</p>
        <div class="horizontal_rule"></div>
        <p align="center" class="footnote"></p>
 </div>
<div id="southdakota" class="tabs_panel">
  <h2>Banking Conditions in South Dakota Mixed in First Quarter from Strong Position; Loan Growth Continues, but Profits and Asset Quality Worsen</h2>
<p>Some key financial ratios for the 71 banks in South  Dakota—with the exception of positive loan growth—worsened in the first quarter  of 2013, but generally remain at strong levels, according to quarterly call  report data. Important measures of performance, such as problem assets and  earnings, deteriorated a bit from the previous quarter. Already strong loan  growth improved. According to Ron Feldman, senior vice president of  Supervision, Regulation and Credit at the Federal Reserve of Minneapolis, &ldquo;The  first quarter showed some deterioration in banking conditions. Problem loans  rose and profits fell. But this occurred in the context where loan growth  continues, and the level of performance of South Dakota banks is exceptionally  strong relative to the nation.&rdquo;</p>
<p>The state median level of problem loans compared to the  resources banks have on hand to cover potential loan losses increased by 41  basis points in the first quarter. In spite of the deterioration, the South  Dakota state median is less than half of the national ratio. </p>
<p>South Dakota bank earnings, as measured by the median return  on average assets, were down 11 basis points to a rate of 0.93 percent in the  first quarter. Nonetheless, the state median earnings metric still compares  favorably to the national rate of 0.81 percent. </p>
<p>The state&rsquo;s banks maintained rapid loan growth in the first  quarter, increasing the rate of net loan growth by 56 basis points to 4.58  percent. South Dakota considerably outpaces the national median rate of 1.92  percent.</p>
<p>Key indicators of liquidity and capital both remained  historically strong in the first quarter. The median use of noncore funding  dependence (as opposed to more stable traditional deposits) ratio increased by  3 basis points to 16.83 percent, near record lows. There was also little change  in the total risk-based capital ratio that remains close to record highs at  17.31 percent.</p>
<p>The data for South Dakota and the nation are found in the  tables below. The attachment to this release provides additional data on the  characteristics of banks in the region and definitions and explanations of  those data.</p>
<p><a href="/pubs/news/2013/2013-05-23_sd_banking_cond_data.pdf">Data for South Dakota and the nation</a> [pdf]
</p>
<p><a href="/pubs/news/2013/ninth_district_bank_operations_may_2013.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
  	<p></p>
  	<div class="horizontal_rule"></div>
      	<p>More details on banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States</a>.</p>
  	<div class="horizontal_rule"></div>
  	<p align="center" class="footnote"></p>
</div>
<div id="michigan" class="tabs_panel">
  <h2>Upper Peninsula Banking Conditions Improve in First Quarter 2013, but Remain Far Off National Levels</h2>
<p>In the first quarter of 2013, the 21 banks in the Upper  Peninsula of Michigan reported declining problem assets and improved loan  growth rates, but lower earnings. According to Ron Feldman, senior vice president  of Supervision, Regulation and Credit at the Federal Reserve Bank of  Minneapolis, &ldquo;The U.P.&rsquo;s banks showed some improvement in the first quarter of  this year, which is promising. Nonetheless, the level of problem assets is  relatively high, and year-over-year loan growth remains negative.&rdquo; </p>
<p>For the quarter, banks in the Upper Peninsula reported a  131-basis-point drop in the median level of problem assets as a percentage of  the resources banks maintain to cover losses. However, at 19.17 percent of  capital and allowance, U.P. median bank problem assets are considerably higher  than the national median of 16.35 percent. </p>
<p>U.P. bank profitability was low for the first quarter.  Dropping 16 basis points from 2012, the median U.P. bank&rsquo;s 0.75 percent return  on average assets stands below the national median of 0.81 percent. </p>
<p>The year-over-year change in the total value of loans on  bank books was negative 0.56 percent. This represents a strong improvement over  the last quarter, but it is also below the 1.92 percent growth rate of the  median bank in the country. </p>
<p>A key measure of capital, the total risk-based capital  ratio, remains strong and improved in the first quarter to 18.84 percent. Bank  liquidity as measured by the use of noncore funding (rather than more stable  traditional deposits) improved to 20.02 percent of total liabilities in the  quarter and compares favorably to the national median.</p>
<p>The data for upper Michigan and the nation are found in the  tables below. The attachment to this release provides additional data on the  characteristics of banks in the region and definitions and explanations of  those data. </p>
<p><a href="/pubs/news/2013/2013-05-23_mi_banking_cond_data.pdf">Data for Michigan and the nation</a> [pdf]
</p>
<p><a href="/pubs/news/2013/ninth_district_bank_operations_may_2013.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
  	<p></p>
  	<div class="horizontal_rule"></div>
      	<p>More details on banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States</a>.</p>
  	<div class="horizontal_rule"></div>
  	<p align="center" class="footnote"></p>
</div>
<div id="wisconsin" class="tabs_panel">
  <h2>Condition of Western Wisconsin Banks Worsens Slightly in First Quarter 2013</h2>
  <p>In the first quarter of 2013, problem assets were basically  flat, earnings fell just a bit and the rate of loan growth declined for the 56  commercial banks in western Wisconsin. According to Ron Feldman, senior vice  president of Supervision, Regulation and Credit at the Federal Reserve Bank of  Minneapolis, &ldquo;The condition of western Wisconsin banks worsened slightly. Loan  growth slowed, profits did not improve and asset quality improved only slightly  over the quarter. In contrast, measures of capital and liquidity did improve.  Steady improvement will be necessary for western Wisconsin banks to catch up to  national levels in key areas.&rdquo;   </p>
  <p>The level of problem assets (as a percentage of the  resources banks must have to cover potential loan losses) declined by 32 basis  points in the first quarter for banks in the western part of Wisconsin. Despite  improvement made over the course of the last year, the level of problem loans  in western Wisconsin still exceeds the national level. </p>
  <p>Profits, as measured by the median return on average assets  (ROAA), were down by a few basis points from the previous quarter. Western  Wisconsin&rsquo;s median ROAA of 0.91 percent is stronger than the national median of  0.81 percent. </p>
  <p>After three consecutive quarters of steady and positive year-over-year  changes in the outstanding balance of loans, the rate of net loan growth fell  1.64 percentage points to 0.68 percent in the first quarter. This level is less  than the national median of 1.92 percent.  </p>
  <p>Key measures of capital and liquidity posted strong numbers  in the first quarter. Western Wisconsin banks are maintaining record levels of  capital. The total risk-based capital ratio of 16.78 percent was slightly  higher than the national median ratio of 16.35 percent. The dependence on noncore  funds (as opposed to more stable traditional deposits) continued to fall by 42  basis points to 17.30 percent of liabilities, lower than national median of  19.58 percent.</p>
  <p>The data for western Wisconsin and the nation are found in  the tables below. The attachment to this release provides additional data on  the characteristics of banks in the region and definitions and explanations of  those data. </p>
  <p><a href="/pubs/news/2013/2013-05-23_wi_banking_cond_data.pdf">Data for Wisconsin and the nation</a> [pdf] </p>
  <p><a href="/pubs/news/2013/ninth_district_bank_operations_may_2013.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
<p></p>
  	<div class="horizontal_rule"></div>
      	<p>More details on banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States</a>. </p>
  	<div class="horizontal_rule"></div>
  	<p align="center" class="footnote"></p>
</div>
</div>
]]></content:encoded>
	  
      <cb:news>
        <cb:simpleTitle>Banking Conditions in Ninth District States First Quarter 2013 Update</cb:simpleTitle>
        <cb:occurrenceDate>2013-05-23T10:00:00-06:00</cb:occurrenceDate>
	      
        <cb:person type="contact">
          <cb:givenName>Patti</cb:givenName>
          <cb:surname>Lorenzen</cb:surname>
          <cb:nameAsWritten>Patti Lorenzen</cb:nameAsWritten>
        </cb:person>
      </cb:news>
	  </item>
    
    <item rdf:about="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=5052">
	
      <title>Banking Conditions in Ninth District States 2013 Forecast and Fourth Quarter 2012 Results</title>
      <link>http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=5052</link>
	
      <dc:date>2013-02-21T10:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[Federal Reserve Bank of Minneapolis</p>

<script type="text/javascript">
$(document).ready(function() {

	//When page loads...
	$(".tabs_panel").hide(); //Hide all content
						  
	if(window.location.hash == "") { // if loading for first time
		
		$("ul.tabs_nav li:first a").addClass("tabs_nav_selected"); //Activate first tab
		$(".tabs_panel:first").show(); //Show first tab content
		//window.location.hash = $("ul#bank_tabnav li:first a").attr("href");
		
	} else {

		var activeContent = window.location.hash; //Find the href attribute value to identify the active tab + content
		$(activeContent).show(); //Fade in the active ID content

		var activeTab = window.location.hash + "_tab"; // activate tab
		$(activeTab).addClass("tabs_nav_selected"); //Add "active" class to selected tab
	}
	
	//On Click Event
	$("ul.tabs_nav li a").click(function() {

		$("ul.tabs_nav li a").removeClass("tabs_nav_selected"); //Remove any "active" class
		$(this).addClass("tabs_nav_selected"); //Add "active" class to selected tab
		$(".tabs_panel").hide(); //Hide all tab content
		
		window.location.hash = $(this).attr("href");

		var activeContent = $(this).attr("href"); //Find the href attribute value to identify the active tab + content
		$(activeContent).show(); //Fade in the active ID content
		return false;
	});

});
</script>
<style type="text/css">

.tabs_container {
	width: 422px;
	margin-top: 0;
}

ul.tabs_nav {
	 padding: 0;
	 margin: 0;
}

ul.tabs_nav li a { 
	}

ul.tabs_nav li a.tabs_nav_selected { 
	color: #000; 
	border-bottom: 2px solid #dce9ed; 
	background-color: #dce9ed; 
	}

ul.tabs_nav li a.twoline { 
	padding-top: 6px;
	padding-bottom: 4px;
	}

ul.tabs_nav li.tabs_nav_last a { 
	padding-left: 11px;
	}
	
.tabs_panel {
	border-top: 2px solid #dce9ed; 
	background: transparent url(/img/common/tabs_panel_bkrd.gif) repeat-x top left;
	padding-top: 10px;
	}
	
</style>

<div class="tabs_container">
      <ul class="tabs_nav" style="width: 422px;">
       <li><a href="#minnesota" id="minnesota_tab">Minnesota</a></li>
       <li><a href="#montana" id="montana_tab">Montana</a></li>
       <li><a href="#northdakota" id="northdakota_tab" class="twoline">North<br/>Dakota</a></li>
       <li><a href="#southdakota" id="southdakota_tab" class="twoline">South<br/>Dakota</a></li>
              <li><a href="#michigan" id="michigan_tab" class="twoline">U.P. of<br/>Michigan</a></li>
              <li class="tabs_nav_last"><a href="#wisconsin" id="wisconsin_tab">Wisconsin</a></li>
      </ul>
 <div class="clear"></div>
      <div id="minnesota" class="tabs_panel">
    	   <h2><strong>Minnesota Banking Conditions Improved in 2012, Consistent with Federal Reserve Forecast; 
Steady Improvement Expected for 2013</strong></h2>
      	   <p>The key measures of banking conditions reported at  year-end 2012 all fell within the range of projections offered by the Federal  Reserve Bank of Minneapolis a year ago. The pace of loan growth was at the high  end of expectations, while profitability and loan performance ratios landed  right in the center of the forecast range. </p>
           <p>The Federal Reserve Bank of Minneapolis projects  continued steady improvement for Minnesota banks across key measures of  earnings, growth and asset quality. &ldquo;Banks in Minnesota have registered gains  in emerging from crisis conditions over the past several years,&rdquo; said Ron  Feldman, senior vice president of Supervision, Regulation and Credit at the  Federal Reserve Bank of Minneapolis. &ldquo;I expect 2013 to see continued  improvement in loan growth and profits, although at a slower pace than last  year. Both measures will likely remain off long-run medians. Problem loans  should also decline, but given their already low levels, this decline will be  measured.&rdquo;</p>
           <p><strong><em>2012 Performance</em></strong><br />
             According to data collected at year-end 2012, Minnesota  banking conditions had middling to strong improvement for the year.  </p>
        <p>The median level of problem assets (as a percent of the  resources banks must have to cover potential losses on loans) fell to 11.63  percent at year-end, improving considerably from the 13.22 percent rate of a  year ago. The current ratio compares favorably to the long-run median.  Profitability as measured by the median return on average assets improved to  0.92 percent at year-end, up 15 basis points from the previous year. Minnesota  banks saw negative loan growth throughout 2009, 2010 and 2011, but the annual  rate for 2012 reached 1.7 percent. Banks in the state continued to maintain  record high levels of capital and liquidity in 2012. Total risk-based capital  declined by about half of a percentage point from a year ago to 15.34 percent,  while Minnesota banks have steadily reduced reliance on &ldquo;noncore&rdquo; funds for  more than three years.  </p>
           <p><strong><em>2013 Forecast</em></strong><br />
             The 2013 forecast projects the level of problem assets to  remain steady or improve. Currently at 11.63 percent, the ratio of noncurrent  and delinquent loans to capital and allowance is expected to end 2013 between  8.5 percent and 12 percent. The return on average assets (a key measure of  profitability) should continue to climb in 2013 to somewhere between 0.95  percent and 1.10 percent. That range for profitability stands below the  long-run median. Loan growth is projected to rebound to a range of 3 percent to  7 percent, the upper end of which is closer to historical norms.</p>
           <p>The data for Minnesota and the nation are  found in the tables below. The attachment to this release provides additional  data on the characteristics of banks in the region and definitions and  explanations of those data.</p>
        <p><a href="/pubs/news/2013/2013-02-21_mn_banking_cond_data.pdf">Data for Minnesota and the nation</a> [pdf]
        </p>
        <p><a href="/pubs/news/2013/ninth_district_bank_operations_feb_2013.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
        <div class="horizontal_rule"></div>      
        <p>More details on  banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States</a>.</p>
       <div class="horizontal_rule"></div>
       <p align="center" class="footnote"></p>
 </div>
<div id="montana" class="tabs_panel">
 <h2>Montana Banking Conditions Improved in 2012, Consistent with Federal Reserve Forecast; Montana Banks Expected to Continue Recovery in 2013</h2>
<p>Montana banking conditions improved in 2012, generally consistent  with the Federal Reserve forecast. Actual loan growth and asset quality  measures both finished the year right around the middle of the forecast range.  Profitability rose in 2012 to 0.8 percent and came in slightly lower than the  bottom of the forecast range of .825 percent. </p>
<p>Banking conditions in Montana are projected to improve  across key metrics over the next year. According to a forecast by the Federal  Reserve Bank of Minneapolis, banks in Montana will strengthen earnings and  improve overall loan growth in 2013. The level of problem loans is already  fairly low by historical measures, but might continue to improve in the next  year. According to Ron Feldman, senior vice president of Supervision,  Regulation and Credit at the Federal Reserve Bank of Minneapolis, &ldquo;I expect to  see continued improvement in major measures of banking health in Montana. By  the end of next year, conditions overall will be closer to normal than they  have been since emerging from crisis.&rdquo; </p>
<p><strong><em>2012 Performance</em></strong><br />
  At the median, asset quality, earnings, loan growth, capital  and liquidity all improved over the past year. Montana-based banks reduced the  median level of problem assets as a percent of the resources banks have on hand  to cover potential losses by 2.51 percentage points from a year ago to 14.13  percent at year-end 2012. Montana bank earnings (measured by the median return  on average assets, or ROAA) were relatively flat in 2012, improving by just 3  basis points from a year ago. Year-over-year net loan growth improved by 270  basis points in 2012 compared to 2011, but is still negative at -0.30  percent.  Both capital and liquidity  remain strong at the state&rsquo;s banks, and neither has been an area of concern post  crisis. The total risk-based capital ratio increased slightly to 17.43 percent.  The use of noncore funding as a percent of total liabilities (rather than more  stable traditional deposits) decreased to 17.80 percent. </p>
<p><strong><em>2013 Forecast</em></strong><br />
  According to the Federal Reserve Bank of Minneapolis forecast  for 2013, Montana banks will finish next year with stronger earnings, positive  loan growth and continued strength in loan quality. A key profitability metric,  ROAA, is expected to rise to a rate between 0.9 percent and 1.05 percent. Total  outstanding loan balances are projected to rise in 2013 for the first time  since 2009 to an annual net loan growth rate between 1.5 percent and 5.5  percent. The level of problem assets (measured by noncurrent and delinquent  loans as a percent of capital and allowance) is already at a very strong  historical level, but should improve with a chance to remain at the strong  current rate; it is projected to stand between 11.5 percent and 15 percent at  year-end. </p>
<p>The data for Montana and the nation are  found in the tables below. The attachment to this release provides additional  data on the characteristics of banks in the region and definitions and  explanations of those data.</p>
<p><a href="/pubs/news/2013/2013-02-21_mt_banking_cond_data.pdf">Data for Montana and the nation</a> [pdf]</p>
<p><a href="/pubs/news/2013/ninth_district_bank_operations_feb_2013.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
 <p></p>
 <div class="horizontal_rule"></div>
 <p>More details on  banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States</a>.</p>
 <div class="horizontal_rule"></div>
 <p align="center" class="footnote"></p>
 </div>
 <div id="northdakota" class="tabs_panel">
  <h2>North Dakota Banking Conditions Improved in 2012, Consistent with or Better than Federal Reserve Forecast; Conditions Projected to Remain Strong in 2013</h2>
<p>Banking conditions for North Dakota banks improved  strongly in 2012, generally consistent with the Federal Reserve forecast.  Profitability finished 2012 squarely in the middle of the 1.1 percent to 1.3  percent range forecast. The level of problem assets at year-end was close to  the lower end of the 4.25 percent to 7.75 percent range of values that were  expected. Loan growth was forecasted to be above near historical highs, but the  actual experience was even stronger. </p>
<p>The Federal Reserve Bank of Minneapolis describes banking  conditions in the state of North Dakota as exceptional and expects the state&rsquo;s  88 banks to maintain that strength in 2013. According to Ron Feldman, senior  vice president of Supervision, Regulation and Credit, &ldquo;I expect North Dakota banks  to continue to perform exceptionally well compared to the rest of the country  in 2013. Given already extremely strong conditions, improvements could be  small, but I expect that measures of profitability, growth and asset quality  will remain in the range of the impressive statistics we see today.&rdquo;</p>
<p><strong><em>2012 Performance</em></strong><br />
  North Dakota banks improved in several key measures over  the course of 2012. The volume of problem assets remains low and continues to  shrink, profitability is strong and loan growth improved from a year ago. The  state median level of problem assets as a percent of the funds set aside to  cover potential loan losses dropped nearly two percentage points in 2012 to a  near record low at 4.86 percent&mdash;well-below the national median of 11.9 percent.  Earnings for the year registered a 1.18 percent median return on average assets  (ROAA), exceeding the long-run median. Loan growth also came in at a robust  10.94 percent at year-end 2012, more than twice the 2011 rate and 5 times the  national median of roughly 2 percent. Capital and liquidity measures were  strong. The total risk-based capital ratio fell slightly by 33 basis points  during the year, but the median bank remains well capitalized. Liquidity  continued to improve in 2012 as the noncore funding ratio fell to 13.8 percent  at year-end.</p>
<p><strong><em>2013 Forecast </em></strong><br />
  The Federal Reserve Bank of Minneapolis forecast for 2013  anticipates that metrics of bank performance and health will improve, but at a  slower rate than in the previous year. There is some chance that conditions  could remain at current exceptionally strong levels. The current ROAA of about  1.2 percent, a key profitability measure, is expected to remain between 1.15  percent and 1.3 percent. The Federal Reserve Bank of Minneapolis sees continued  strong loan growth rates over 2013, in the range of 8 percent to 12 percent.  The level of problem assets is expected to stay near the current record lows  and finish 2013 between 3.5 percent and 7 percent.</p>
<p>The data for North Dakota and the nation are  found in the tables below. The attachment to this release provides additional  data on the characteristics of banks in the region and definitions and  explanations of those data.</p>
<p><a href="/pubs/news/2013/2013-02-21_nd_banking_cond_data.pdf">Data for North Dakota and the nation</a> [pdf]
</p>
<p><a href="/pubs/news/2013/ninth_district_bank_operations_feb_2013.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
  <p></p>
        <div class="horizontal_rule"></div>
        <p>More details on banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States</a>.</p>
        <div class="horizontal_rule"></div>
        <p align="center" class="footnote"></p>
 </div>
<div id="southdakota" class="tabs_panel">
  <h2>South Dakota Banking Conditions Generally Improved in 2012, Consistent with Federal Reserve Forecast; Improved Conditions Forecast for 2013</h2>
<p>South Dakota banking conditions generally improved last  year, consistent with most aspects of the Federal Reserve Bank of Minneapolis  forecast. The problem assets ratio was forecast to finish the year between 2.5  percent and 6 percent, as it did, landing in the middle of that range of  values. South Dakota bank median loan growth in 2012 was toward the higher end  of the forecast that expected a rate between 1 percent and 5 percent.  Profitability fell to 1.04 percent, a bit lower than the forecast range between  1.15 percent and 1.35 percent for 2012.  </p>
<p>Conditions for South Dakota banks are expected to improve in  2013 or remain very strong. Ron Feldman, senior vice president of Supervision,  Regulation and Credit at the Federal Reserve Bank of Minneapolis, said, &ldquo;Banks  in South Dakota should continue reporting low levels of problem assets over the  next year. Loan growth rates seem likely to improve, and profits should  increase this year. Even though each of these key indicators is already healthy  relative to the rest of the country, I foresee continued strengthening or  strong conditions over the course of 2013.&rdquo;</p>
<p><strong><em>2012 Performance</em></strong><br />
  During 2012, the median South Dakota bank reported  improvements across most measures of bank health. The median South Dakota bank  reported problem assets (as a percent of resources banks must have to cover  potential losses on loans) at 4.24 percent as of year-end, a slight improvement  of 36 basis points from a year ago. This level remains well below the national  median of 11.9 percent. Earnings (as measured by return on average assets) were  relatively flat from the prior year at 1.04 percent, a very small decline of 7  basis points but considerably greater than the national median of 0.86 percent.  Year-over-year loan growth reached a rate of 4.02 percent in 2012, an  improvement of 3.36 percentage points from 2011 and about twice the national  median. Liquidity and capital remained strong and continued to improve in 2012.  The total risk-based capital ratio reached 17.4 percent, while the median use  of noncore funding sources (as opposed to more stable traditional deposits)  fell to 16.8 percent. Both remain stronger than national medians of 11.9  percent and 20.0 percent, respectively.</p>
<p><strong><em>2013 Forecast</em></strong><br />
  Key measures of earnings and growth are likely to improve at  South Dakota banks in 2013. Asset quality is expected to remain exceptionally  strong and may improve even further. Already very low by historical standards,  the ratio of problem loans to capital and reserves against loan losses is  forecast to remain between 3 percent and 6.5 percent. A benchmark earnings  measure, return on average assets, is anticipated to rise above 1.1 percent and  as high as 1.27 percent. The annual net loan growth rate should remain above 4  percent and seems likely to improve to as much as 8 percent.  </p>
<p>The data for South Dakota and the nation are  found in the tables below. The attachment to this release provides additional  data on the characteristics of banks in the region and definitions and  explanations of those data.</p>
<p><a href="/pubs/news/2013/2013-02-21_sd_banking_cond_data.pdf">Data for South Dakota and the nation</a> [pdf]
</p>
<p><a href="/pubs/news/2013/ninth_district_bank_operations_feb_2013.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
  	<p></p>
  	<div class="horizontal_rule"></div>
      	<p>More details on banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States</a>.</p>
  	<div class="horizontal_rule"></div>
  	<p align="center" class="footnote"></p>
</div>
<div id="michigan" class="tabs_panel">
  <h2>Upper Peninsula Banking Conditions Likely to Improve in 2013, According to Federal Reserve Forecast</h2>
<p>Key measures of bank health are generally expected to  strengthen in 2013. According to Ron Feldman, senior vice president of  Supervision, Regulation and Credit at the Federal Reserve Bank of Minneapolis,  &ldquo;Next year will most likely be a bit better for banks in the Upper Peninsula. I  think the Michigan banks in our district will see better&mdash;and possibly  positive&mdash;loan growth for the year, improvement in profitability and fewer  problems with bad loans. The low side of the forecast is generally consistent  with current conditions. It is important to stress that forecasting these  ratios for the Upper Peninsula comes with significant uncertainty because of  the small number of banks in the region.&rdquo; </p>
<p> A key measure of  problem loans worsened in 2012 for U.P. banks. The median level of overall  problem assets as a percent of the resources banks have set aside to cover  potential loan losses increased by nearly 5 percentage points  to 20.48 percent from the end of 2011. The  annual loan growth rate fell by about a quarter of a point in 2012 and remains  negative at -1.28 percent. At the median, U.P. banks reported some improvement  in profitability. The return on average assets was 0.91 percent at year-end, 12  basis points better than a year ago. A key capital ratio (median total  risk-based capital) improved 15 basis points for the year to 18.79 percent. Use  of noncore funding as a percent of total liabilities (rather than more stable  traditional deposits) was 20.73 percent, up 11 basis points over the previous  year.  </p>
<p>The Federal Reserve Bank of Minneapolis forecasts three key  measures for the year. In the areas of profitability, loan growth and asset  quality, the 2013 forecast generally expects improvement for U.P. banks. The  current return on average assets is 0.91 percent and is expected to finish the  year between 0.9 percent and 1.05 percent. The forecast anticipates  improvements in loan growth, but recognizes that loan growth may remain  negative. The level of problem assets is expected to improve, with the median  amount of noncurrent and delinquent loans falling to a range between 16 percent  and 19.5 percent of capital and allowance.</p>
<p>The data for upper Michigan and the nation are  found in the tables below. The attachment to this release provides additional  data on the characteristics of banks in the region and definitions and  explanations of those data.</p>
<p><a href="/pubs/news/2013/2013-02-21_mi_banking_cond_data.pdf">Data for Michigan and the nation</a> [pdf]
</p>
<p><a href="/pubs/news/2013/ninth_district_bank_operations_feb_2013.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
  	<p></p>
  	<div class="horizontal_rule"></div>
      	<p>More details on banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States</a>.</p>
  	<div class="horizontal_rule"></div>
  	<p align="center" class="footnote"></p>
</div>
<div id="wisconsin" class="tabs_panel">
  <h2><strong>Federal Reserve Forecasts Generally Improving Banking Conditions for Western Wisconsin</strong></h2>
<p>The Federal Reserve Bank of Minneapolis has released a 2013  forecast of generally improving performance for Wisconsin banks with some  chance for a stable outcome. Ron Feldman, senior vice president of Supervision,  Regulation and Credit at the Federal Reserve Bank of Minneapolis, said, &ldquo;Banks  in the western part of Wisconsin saw considerable improvement from a year ago  and are likely to continue gains in key measures of health through the next  year. By the end of 2013, I project improvements in asset quality, loan growth  and profitability with a low chance that conditions remain roughly equivalent  to current conditions.&rdquo; </p>
<p><strong><em>2012 Performance</em></strong><br />
  The 56 banks in western Wisconsin improved across key  metrics in 2012, and most metrics remain better than national ratios at the  median. The level of problem assets compared to the resources banks have to  cover loan losses remains at 14.3 percent, a low figure historically for this  part of the Ninth District. Year over year, the measure improved 2.32  percentage points. Earnings, as measured by the median return on average  assets, improved 14 basis points from a year ago to 1 percent and compare  favorably to the national median bank of 0.86 percent. Western Wisconsin banks&rsquo;  loan growth turned positive in 2012, reaching 2.02 percent, an increase of 4.7  percentage points from a year ago. Capital remains strong; the median total  risk-based capital ratio reached record highs in mid-2012 and stood at 16.1  percent at year-end. The median bank dependence on noncore funds (rather than  more stable traditional deposits) dropped by more than a percentage point over  the course of the year to 17.7 percent. </p>
<p><strong><em>2013 Forecast</em></strong><br />
  According to the forecast for 2013, profitability is likely  to increase, falling in a range between 1 percent and 1.15 percent. Net loan  growth is expected to increase as well to between 2 percent and 6 percent. The  forecast anticipates that asset quality (the median ratio of noncurrent and  delinquent loans as a percent of capital and reserves) will finish 2013  generally lower than the current figure with a range between 12.5 percent and  15 percent. The weak side of these forecasts is generally around current  levels.</p>
<p>The data for western Wisconsin and the nation are found in  the tables below. The attachment to this release provides additional data on  the characteristics of banks in the region and definitions and explanations of  those data.</p>
<p><a href="/pubs/news/2013/2013-02-21_wi_banking_cond_data.pdf">Data for Wisconsin and the nation</a> [pdf]  </p>
<p><a href="/pubs/news/2013/ninth_district_bank_operations_feb_2013.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
  	<p></p>
  	<div class="horizontal_rule"></div>
      	<p>More details on banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States</a>. </p>
  	<div class="horizontal_rule"></div>
  	<p align="center" class="footnote"></p>
</div>
</div>
]]></content:encoded>
	  
      <cb:news>
        <cb:simpleTitle>Banking Conditions in Ninth District States 2013 Forecast and Fourth Quarter 2012 Results</cb:simpleTitle>
        <cb:occurrenceDate>2013-02-21T10:00:00-06:00</cb:occurrenceDate>
	      
        <cb:person type="contact">
          <cb:givenName>Patti</cb:givenName>
          <cb:surname>Lorenzen</cb:surname>
          <cb:nameAsWritten>Patti Lorenzen</cb:nameAsWritten>
        </cb:person>
      </cb:news>
	  </item>
    
    <item rdf:about="http://www.minneapolisfed.org/publications_papers/pub_display.cfm?id=5047">
      <title>Economic Policy Papers: New Manufacturing Investment and Unions</title>
      <link>http://www.minneapolisfed.org/publications_papers/pub_display.cfm?id=5047</link>
      <dc:date>2013-02-12T08:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[<div class="appendix"><a href="/publications_papers/eppapers/index.cfm">Economic Policy Papers</a> are based on policy-oriented research produced by  Minneapolis Fed staff and consultants. The papers are an occasional series for a general audience. The views expressed here are those of the authors, not necessarily those of others in the Federal Reserve System.</div>

<div class="horizontal_rule"><hr /></div>
<h2>Abstract</h2>
<p>Despite recent media stories about both labor unions and the potential revitalization of U.S. manufacturing, most current policy discussions about improving business climate to foster manufacturing neglect the role of unions. This, plus the continued decline in U.S. union membership, might lead one to believe that unions matter little for <em>new</em> investment decisions.</p>
<p>This essay argues that, in fact, unions remain an extremely significant factor in decisions by U.S. manufacturers about where they will or will not make new investments. Both unions and manufacturing are discussed in an analysis that distinguishes between new investment at <em>new</em> plants and at <em>existing</em> plants. Two central arguments are presented: 
<blockquote>
  <p>(1) Union success (or lack thereof) in organizing <em>new</em> plants is a reflection, in part, of an intentional strategy by firms to choose locations that have historically not been receptive to unions, in the South and in rural areas. This well-established historical process continues today. That is, unions <em>still</em> make a difference for new investment in manufacturing because they influence where firms decide to open new plants.</p>
  <p>(2) Unions also remain relevant for corporate decisions about new investment at <em>existing</em> plants. Many such facilities are hubs of interaction between unionized blue-collar workers and nonunion white-collar workers, including researchers and engineers in research and development labs. To continue this valued interaction at a new nonunion plant, the firm would have to shift white-collar workers, at potentially high cost. The firm might instead consider adding new investment to an existing facility. In this way, the new investment keeps alive a union established long ago.</p>
</blockquote>
<p>Through its influence on the ease of labor organizing, policy can therefore influence both the location and the amount of new investment in U.S. manufacturing.</p>
<div class="horizontal_rule"></div>
<h2>Introduction</h2>
<p>With the decline of labor union membership in the United States over recent decades, discussions of policy toward unions usually show up in the back pages of newspapers, if at all. But recently, labor union policy has been front-page news. One major story is that in 2011, the National Labor Relations Board (NLRB) began proceedings to block Boeing, the largest manufacturing exporter in the United States, from opening a billion-dollar plant in South Carolina, due to alleged labor law violations. That the (now-resolved) dispute even made headlines is significant news in an era of supposed union irrelevance.</p>
<p>Another major labor story involves efforts in several states to pass &ldquo;right-to-work&rdquo; laws, anti-union statutes that prohibit making union membership a requirement of employment. In December 2012, Michigan, a traditional center of union power, enacted a right-to-work law, joining the ranks of anti-union states in the South that passed such laws over 50 years ago. Indiana did so in February 2012, and Wisconsin enacted a related law for public sector unions in 2011.</p>
<p>Also on the front page are discussions of a potential revitalization of American manufacturing. The automobile industry has been in recovery since the 2009 crisis. General Electric’s (GE’s) &ldquo;reverse  offshoring&rdquo; of water heater production from China back to Kentucky got substantial media attention, as did Boeing’s rollout of the new fuel-efficient 787 Dreamliner, which it hopes will be a key source of competitive advantage for years to come.</p>
<p>Despite these stories, overall gains in manufacturing have been meager relative to the broad decline of U.S. manufacturing since the 1970s, and many, including President Barack Obama, argue that it should be an important policy priority to promote U.S. manufacturing. For example, a recent presidential report urges improvements in the business climate for manufacturing (President’s Council of Advisors on Science and Technology, July 2012).</p>


<p>It’s telling, perhaps, that this report doesn’t mention unions in its discussion of business climate, consistent with a view that unions are largely irrelevant to corporate decisions about investment in manufacturing. The share of the manufacturing workforce in unions has been in free fall for many years, only 9.6 percent in 2012, compared with 38.9 percent in 1973.<a href="#fn1" name="n1" title="" id="n1"><sup style="font-size:9px;">1</sup></a> This statistic actually understates current union weakness, because factories that are unionized today, to a remarkable degree, are the legacy of union victories over 50 years ago.</p>
<p>These facts might lead one to the view that while unions were relevant to <em>old</em> investment decisions (in locations where unions were established decades ago under a more favorable environment), they matter little for <em>new</em> investment decisions. In discussions of business climate, policymakers and businesspeople think about <em>new</em> investments, of course, not investments made years ago. Given today’s small union membership numbers, it might seem sensible to leave unions out of the discussion about current business climate and new investment.</p>
<p>I believe that this conclusion is ill founded, and in this essay, I will argue that in fact unions remain an extremely significant factor in decisions by U.S. manufacturers about where they will or will not make new investments. To make this point, I discuss both unions and manufacturing, and I present an analysis that distinguishes between new investment at <em>new</em> plants and at <em>existing</em> plants.</p>
<p>I argue first that low union success in organizing <em>new</em> plants is not an accident, but rather a reflection, in part, of an intentional strategy by firms to choose locations that have historically not been receptive to unions, in the South and in rural areas. True, this is an old story, a process that has been going on for decades.<a href="#fn2" name="n2" title="" id="n2"><sup style="font-size:9px;">2</sup></a> My point is that this process continues <em>today</em>. That is, unions <em>still</em> make a difference for new investment in manufacturing because they influence where firms decide to open new plants.</p>
<p>Second, I argue that unions remain quite relevant for corporate decisions about new investment being considered at <em>existing</em> plants. Many such facilities are significant hubs of interaction between unionized blue-collar workers and nonunion white-collar workers, including researchers and engineers in research and development (R&D) labs. These facilities are old (in some cases 100 years or more!), and unions at them were generally organized just after the National Labor Relations Act of 1935 provided a favorable environment to do so.</p>
<p>If a firm with such a facility were to shift production workers to a new nonunion plant, it would have to shift the white-collar workers as well, if it wants to continue the interactions. It might be costly to break up an existing successful research center, and so the firm might instead consider adding new investment to an existing facility.<a href="#fn3" name="n3" title="" id="n3"><sup style="font-size:9px;">3</sup></a> In this way, the new investment keeps alive a union established long ago. Public policy that affects such a firm’s interactions with the incumbent union and its bargaining strength then potentially affects the business climate in which the decision about new investment is made.</p>
<p>To illustrate the continuing relevance of unions to investment decisions, consider again GE’s decision to bring production back from China to its appliance plant in Kentucky. The Kentucky plant is old and has long been union. It is also the headquarters for GE’s appliance business and the R&D center. In public statements, including comments by CEO Jeff Immelt, GE makes explicit the high value it places on having innovation and production at the same location.<a href="#fn4" name="n4" title="" id="n4"><sup style="font-size:9px;">4</sup></a> GE sustained this co-location by choosing to add new investment to its already unionized plant. However, it is important to emphasize the role recent weakness of unions potentially played in providing a favorable climate for the investment. As part of the deal, the union made a concession that the new workers be paid $10 less per hour than existing workers.<a href="#fn5" name="n5" title="" id="n5"><sup style="font-size:9px;">5</sup></a> This kind of two-tiered wage structure is anathema to union solidarity, and a concession like this was rarely made in earlier periods when unions were strong.</p>
<p>Consider also the NLRB’s 2011 case against Boeing. Historically, Boeing’s base of production is its heavily unionized facilities in Washington state. (I say &ldquo;heavily&rdquo; because even engineers there are in a union.) Boeing has had a rocky relationship with its unions over the years, and strikes are a regular occurrence. In 2010, Boeing began opening a second Dreamliner production line in a South Carolina nonunion plant; &ldquo;only the third site in the world to assemble and deliver twin-aisle commercial airplanes,&rdquo; according to Boeing.<a href="#fn6" name="n6" title="" id="n6"><sup style="font-size:9px;">6</sup></a>  CEO Jim McNerney explained that Boeing was doing this because the company was tired of &ldquo;strikes happening every three to four years in Puget Sound.&rdquo;<a href="#fn7" name="n7" title="" id="n7"><sup style="font-size:9px;">7</sup></a> Based on these remarks and others like it, the NLRB filed its case accusing Boeing of an illegal labor practice regarding threats firms can make about how they might respond to strikes.</p>
<p>I offer the Boeing CEO’s expressed motivation for moving to South Carolina as &ldquo;Exhibit A&rdquo; for my case that big manufacturers even today are choosing locations to avoid unions. However, company officials have to be very careful about public statements on this issue because these statements have legal ramifications. Hence, for the analysis I will focus on what firms <em>do</em>, rather than on what their officials <em>say</em>. By observing the choices firms make when they decide where to make new investments, I can draw inferences about what matters to them most.</p>
<p>The main work of this paper is an analysis of recent investment behavior by GE, which will serve as &ldquo;Exhibit B.&rdquo; Putting GE under the microscope reveals a picture with a great deal of clarity. In the recent period that I look at, whenever GE has built a brand new plant, it has picked a location unlikely to be unionized. And when GE has invested in an existing unionized facility, for the vast majority of new jobs involved, the facility was one with significant R&amp;D presence, and new workers were hired at a lower wage tier than existing employees.</p>
<p>This is a case study of two firms. While these are two very important firms—the two largest manufacturing exporters in the U.S.—as in any case study, there is always an issue of the broader applicability of the results. I believe the insights of this analysis hold more broadly for large U.S. companies in heavy industry, and I give two quick examples to back this up. First, Caterpillar, the construction-equipment manufacturer, is another firm high on the list of top exporters. Union avoidance in this firm’s investment decisions has been very much in the recent news.<a href="#fn8" name="n8" title="" id="n8"><sup style="font-size:9px;">8</sup></a> Second, if I had included the auto industry in this study (and, in particular, the site-selection decisions of foreign-owned firms), I expect that many of the conclusions would be similar. Foreign automakers in every case have chosen plant locations where they have been able to remain nonunion.</p>
<h2>Background</h2>
<p>Several key points about firms and unions will aid discussion of the case studies that follow.</p>
<ol>
  <li><em>Unions are organized at the plant level; once established, they seldom disappear.</em>
    <br />
    Generally speaking, union organization takes place at the plant level, involving a representation election supervised by the NLRB. Once a union gets in a plant and, in particular, is able to negotiate a first contract, it becomes entrenched over time. An NLRB mechanism for decertifying a union does exist, but it affects only a trivial number of cases. In 2005, for instance, unions representing 11,000 workers were decertified, but out of a base of 9 million represented private sector workers, this is a decertification rate of only 0.13 percent.<a href="#fn9" name="n9" title="" id="n9"><sup style="font-size:9px;">9</sup></a>  Hence, once a union becomes entrenched at a plant, it is generally there for good, until the plant shuts down.</li>
  <li><em>Unions spread to neighboring establishments, so firms often build new plants in distant areas.</em> <br />
  Unions tend to spill out of organized plants into nearby businesses; that is, to some degree unions are &ldquo;contagious.&rdquo; In Holmes (2006), I provide evidence on this point, showing how unions in steel mills, auto plants and coal mines found their way into neighboring grocery stores and health care facilities. If a union can spread from an auto plant to a nursing home down the street, it can likely extend to a neighboring auto plant. Aware of this, firms understand that starting a new nonunion plant generally requires geographic separation from existing unionized plants. </li>
  <li><em>Manufacturers may augment existing unionized plants if benefits outweigh costs.</em> <br />
  If a manufacturer invests and adds production worker jobs to an existing unionized plant, the new workers usually join the current union. The manufacturer may make this decision, rather than open a new nonunion facility elsewhere, if the initial site has advantages, like proximity to R&amp;D labs, that offset the disadvantage of being unionized. In this way, a unionization event from many years ago is kept alive.</li>
</ol>
<h2>General Electric</h2>
<p>With that as background, I’ll now turn to the meat of the essay where I analyze what key manufacturers are doing. I focus on GE, but I also come back to Boeing.</p>
<p>GE is one of most influential U.S. companies. It is the second largest U.S. manufacturing exporter (after Boeing). It is the third most innovative U.S. firm, measured in terms of patent counts (after IBM and Microsoft).<a href="#fn10" name="n10" title="" id="n10"><sup style="font-size:9px;">10</sup></a> It is at the center of discussions about revitalization of U.S. manufacturing. Immelt is highly visible in this discussion and serves on the Council on Jobs and Competitiveness set up by Obama.</p>
<p>GE is also interesting for my purposes because it has a long history of having both union and nonunion operations. It has long held a reputation of taking a tough stance in dealing with unions. (See the discussion in Meyer (2001), for example.) Here, I take a look at its recent behavior regarding plant openings and new investment.</p>
<p>GE publicizes its new plant openings and investments in an internet series called “GE Reports,” under the category &ldquo;jobs.&rdquo;<a href="#fn11" name="n11" title="" id="n11"><sup style="font-size:9px;">11</sup></a> I reviewed all announcements in the series published over the four-year period Jan. 1, 2009, to Dec. 31, 2012, and created a data set of new plant openings and expansions. I restricted attention to announcements in which new jobs were added and excluded announcements for GE Capital and GE Corporate, in order to focus on the manufacturing divisions. When multiple expansions occurred at the same location—for example, the appliance factory in Louisville, Ky., mentioned in the introduction had three expansions during this period—I combined the records. After going through 93 announcements and combining information this way, I found 24 locations in which new investment and job growth were announced over the four-year period, with a total of 8,344 new jobs. The 24 locations are listed in Tables <a href="/pubs/eppapers/13-2/R_June2013_T1_GE_Investment_large.jpg" rel="lightbox" title="Table 1">1</a>, <a href="/pubs/eppapers/13-2/R_June2013_T2_Nonunion_large.jpg" rel="lightbox" title="Table 2">2</a> and <a href="/pubs/eppapers/13-2/R_June2013_T3_GE_Facilities_large.jpg" rel="lightbox" title="Table 3">3</a>.</p>
<p>In constructing the tables, I first categorize locations as <em>new</em> or <em>existing</em>.<a href="#fn12" name="n12" title="" id="n12"><sup style="font-size:9px;">12</sup></a> In my definition of existing, I include brand new buildings and facilities that are part of a larger preexisting GE campus. For example, there is battery factory in Schenectady, N.Y., that was described as new in the announcement, but I classified it as preexisting because it was added to GE’s main campus in Schenectady, which serves as its headquarters location and the site of a number of existing facilities.<a href="#fn13" name="n13" title="" id="n13"><sup style="font-size:9px;">13</sup></a> Using this classification system, I determined that of the 24 locations receiving new investment, eight were new locations and 16 were existing locations. <a href="/pubs/eppapers/13-2/R_June2013_T1_GE_Investment_large.jpg" rel="lightbox" title="Table 1">Table 1</a> lists the new facilities.</p>
<p>Take a look at the locations of the eight new plants. With one exception, a plant in Michigan discussed below, they are <em>all</em> in locations where unions are weak: two aviation plants in Mississippi, a locomotive plant in Texas, other locations in the South. A partial exception: a non-South location in Colorado, a state where unions are relatively weak. The full exception: GE’s new facility in Michigan, in the Detroit area, a center of union power. But this, as it turns out, is an R&amp;D center, with only white-collar labor;<a href="#fn14" name="n14" title="" id="n14"><sup style="font-size:9px;">14</sup></a> unionization is thus a nonissue.</p>
<p>Of course, union avoidance is only one of many factors considered in a plant location decision. For example, states in the South getting the new plants may have offered better tax incentives than other potential sites in northern states. In fact, GE’s CEO is on record as saying that tax incentives matter in site selection.<a href="#fn15" name="n15" title="" id="n15"><sup style="font-size:9px;">15</sup></a> But this is why GE’s choice to put the R&amp;D center in the Detroit area is interesting. If taxes are the primary consideration and taxes are lower in the South, I might expect the R&amp;D center to be put in the South as well. With a case study of only eight data points, I cannot draw definitive conclusions. Nonetheless, it is striking that a simple theory that GE picks nonunion locations when unions matter gets it right eight out of eight tries. Along with the other evidence from Boeing, it suggests a pattern of behavior.</p>
<p>I next turn to new investment at the 16 locations where GE already had facilities. I classify these plants as &ldquo;union&rdquo;  or &ldquo;nonunion&rdquo; depending on whether the location has workers represented by a union (based on various public sources).<a href="#fn16" name="n16" title="" id="n16"><sup style="font-size:9px;">16</sup></a> The nine nonunion facilities are listed in <a href="/pubs/eppapers/13-2/R_June2013_T2_Nonunion_large.jpg" rel="lightbox">Table 2</a>, and the seven union plants are listed in <a href="/pubs/eppapers/13-2/R_June2013_T3_GE_Facilities_large.jpg" rel="lightbox">Table 3</a>.</p>
<p>Two comments about the nine nonunion facilities. Note first, there is a nonunion GE aviation plant in Michigan. As this is a production facility with blue-collar workers, it might be surprising that it has remained nonunion in Michigan. However, the plant is in western Michigan, where unions are not as strong. Next, note the nonunion GE transportation facility in Grove City, Pa. The plant makes engines for a locomotive plant in Erie, listed in <a href="/pubs/eppapers/13-2/R_June2013_T3_GE_Facilities_large.jpg" rel="lightbox">Table 3</a> in the &ldquo;union&rdquo; category. The Erie locomotive plant dates from 1913 and has been a union plant since 1940.<a href="#fn17" name="n17" title="" id="n17"><sup style="font-size:9px;">17</sup></a>  The engine plant in Grove City dates from 1971 and has remained nonunion, despite the connection with the union plant in Erie.<a href="#fn18" name="n18" title="" id="n18"><sup style="font-size:9px;">18</sup></a> Apparently, the 85-mile distance between the two locations has been enough to keep the union in Erie out of the Grove City plant.</p>
<p>I now turn to the seven union plants that received new investment, listed in <a href="/pubs/eppapers/13-2/R_June2013_T3_GE_Facilities_large.jpg" rel="lightbox">Table 3</a>. The plants are sorted from the highest number of <em>new</em> jobs to the lowest, and I focus on the top three, highlighted in bold. These are the GE energy facility at Schenectady, with 1,200 new jobs, the GE appliance facility in Louisville, with 1,130 new jobs, and the GE transportation facility in Erie, with 610 new jobs. Together they account for the vast majority of new jobs in union plants, 2,940 out of 3,518.</p>
<p>The last three columns of <a href="/pubs/eppapers/13-2/R_June2013_T3_GE_Facilities_large.jpg" rel="lightbox">Table 3</a> reveal interesting facts about these three facilities. First, each is the respective headquarters for its division. Second, each of these three locations has an R&amp;D lab on site.<a href="#fn19" name="n19" title="" id="n19"><sup style="font-size:9px;">19</sup></a> Third, each of the three locations is a successful producer of a large number of patents. I base this on calculations with publicly available U.S. patent data. I extracted all granted patents assigned to GE over the period 2000-11. In the data for each patent, the location of each inventor is provided. The last column of <a href="/pubs/eppapers/13-2/R_June2013_T3_GE_Facilities_large.jpg" rel="lightbox">Table 3</a> reports the number of GE patents over this period with at least one inventor in each of the given locations. <a href="#fn20" name="n20" title="" id="n20"><sup style="font-size:9px;">20</sup></a> Schenectady, the overall GE headquarters, has 4,348 granted patents over the period, while Louisville has 280 and Erie has 351. This is an impressive amount of innovative output.</p>
<p>Earlier, I argued that if production workers are unionized at a facility, the location disadvantage for new investment of the existing union could potentially be offset by beneficial co-location with R&amp;D activity and other white-collar work. I see evidence for this claim in GE’s investment behavior. The vast majority of new investment in unionized facilities has occurred in plants with significant R&amp;D and connections to headquarters.</p>
<p>I consider one last issue for the seven union plants receiving new investment: What is happening to the net number of union jobs at each of the facilities? The &ldquo;GE  Reports&rdquo; series mentions expansions leading to <em>new jobs</em> to publicize GE’s contribution to U.S. employment, but it doesn’t publicize job <em>cuts</em> through efficiencies or <em>outsourcing</em>. To look at the net effect on union jobs, I use data from the Department of Labor on union membership for each of the union locals at the respective plants.<a href="#fn21" name="n21" title="" id="n21"><sup style="font-size:9px;">21</sup></a> Membership by local and year are reported in <a href="/pubs/eppapers/13-2/R_June2013_T4_UnionMembership_large.jpg" rel="lightbox" title="Table 4">Table 4</a>, and the bottom row tabulates the sum across all seven union plants receiving new investment. Membership at these seven facilities between 2010 and 2011 increased from 7,592 to 8,710 workers, consistent with GE’s message that it is increasing production worker employment at these plants.</p>
<p>However, the recent gain is not enough to offset the fall from 2007. Moreover, these are the selection of union plants getting new investment. I have looked at some of the other large unionized plants <em>not</em> getting new investment, and membership is falling in these plants. One takeaway point is that even though GE is putting some new investment in unionized plants that for historical reasons are connected to headquarters and R&amp;D facilities, this force is not strong enough to offset continual decline of the unionized workforce at GE.</p>
<h2>Boeing</h2>
<p>Let’s get back to the earlier story about Boeing, where I noted that the NLRB had filed a complaint against Boeing in 2011. The complaint alleged that Boeing had engaged in an unlawful labor practice, by making public statements that it was moving production to a nonunion facility to avoid strikes.<a href="#fn22" name="n22" title="" id="n22"><sup style="font-size:9px;">22</sup></a> As a remedy, the acting general counsel sought a court order that Boeing be forced to open the second production line in a union facility in the Washington state area instead of the nonunion facility in South Carolina.</p>
<p>In the end, the issue was resolved by Boeing agreeing to add additional union jobs in Washington state in return for the union dropping the charges, enabling Boeing to go ahead with the South Carolina plant.<a href="#fn23" name="n23" title="" id="n23"><sup style="font-size:9px;">23</sup></a> The story illustrates both kinds of investment highlighted in this essay. First, there is new investment at a location where unions are weak, at a site where Boeing did not have a previous facility. <a href="#fn24" name="n24" title="" id="n24"><sup style="font-size:9px;">24</sup></a> Second, there is new investment at an existing unionized facility, at a site close to Boeing’s R&amp;D infrastructure and other white-collar activity.</p>
<p>The story has two epilogues. In January 2012, Boeing announced that it was closing its entire operations in Wichita, Kan., a unionized facility. (Kansas is not known as a strong union state, but the facility in question dates to 1927, and old facilities in heavy industry are generally union, no matter where they are located.) Many of the jobs were shifted to nonunion facilities in Texas and Oklahoma, some to union facilities in Washington state and some cut altogether. Various news articles report cutbacks in defense spending as the driving factor behind this closure.<a href="#fn25" name="n25" title="" id="n25"><sup style="font-size:9px;">25</sup></a> Even so, it is also clear that this decision has implications for the &ldquo;chess  game&rdquo; of labor management relations going forward, with a longstanding union outpost eliminated and nonunion activity expanded.</p>
<p>The second epilogue is that Boeing’s main union is currently trying to unionize the South Carolina plant.<a href="#fn26" name="n26" title="" id="n26"><sup style="font-size:9px;">26</sup></a> Clearly, Boeing has an incentive to try to keep the workers happy enough that they won’t want the union. And it is reasonable to expect that the workers would be familiar with earlier statements by company officials that a nonunion workforce is why Boeing came in the first place. (Public officials in South Carolina have actually reminded the workers on this point. <a href="#fn27" name="n27" title="" id="n27"><sup style="font-size:9px;">27</sup></a>) If the South Carolina workers were to vote in the union, they will be giving up the competitive advantage they hold over union workers in Washington state in future competition for new plant investment. Obviously, this situation puts the union in a weak position.</p>
<h2>Remarks about Labor Relations Policy</h2>
<p>Public policy affects the extent of unions. For example, the 1935 passage of the National Labor Relations Act was followed by a huge surge in the share of unionized workers. (See Freeman 1998.) Think of there being a policy lever, where how high the lever is pushed determines how easy it is for unions to organize in a workplace. For example, in 2009 at the beginning of Obama’s first term, when the Democrats controlled both houses of Congress, there was discussion of the &ldquo;Employee  Free Choice Act,&rdquo; a bill to allow unions to substitute the secret ballot in an NLRB-supervised election with a system where union organizers collect signed cards from workers.</p>
<p>This policy, called &ldquo;card  check,&rdquo; would be a significant upward push on the policy lever. (With the new Congress, it is currently not under consideration.) The NLRB recently made administrative rule changes to speed up union representation elections.<a href="#fn28" name="n28" title="" id="n28"><sup style="font-size:9px;">28</sup></a> This is an upward push on the lever, because employers have less time to respond. The right-to-work laws recently enacted in Michigan and Indiana push the lever down. In addition to the direct negative effect on unions in these two states, there will likely be a broader negative effect on unions throughout the country. These laws make it harder to collect union dues, and this can potentially lessen the resources available for organizing in other states. For example, when the autoworkers union conducts organizing drives at nonunion auto plants in the South, they are funded by autoworkers’ dues in states like Michigan and Indiana.</p>
<p>Suppose the pro-union organizing policy lever gets pushed up so high that the union gets into Boeing’s new South Carolina plant, and Boeing expects that this will be true for other new plants it might open in the South. Based on the findings above, how will this policy change affect new manufacturing investment?</p>
<p>The analysis above presents evidence that even today, big firms like Boeing and GE are selecting locations to avoid unions. If Boeing were to get a union even in South Carolina, it will have less incentive to shift production from Washington state to South Carolina. Thus, an increase in the policy lever potentially affects <em>where</em> new investment goes within the United States.</p>
<p>In addition to <em>where</em>, the policy lever can potentially affect <em>how much</em> overall new investment there is in this country. If one accepts the proposition that firms choose locations within the United States to avoid unions, then one has to consider the possibility that a change in policy might lead the firm to not invest in the United States. That is, if policy changes so that the firm gets a union no matter where in this country it goes, it might consider investing abroad or not investing at all. In the NLRB case referred to above, the NLRB notes that Boeing has experienced strikes by production workers in 1977, 1989, 1995, 2005 and 2008. In December 2012, Boeing’s engineers union leaders in Seattle said that &ldquo;the  likelihood of a strike is very high,&rdquo; and though negotiations continued in early 2013, prospects for settlement on a contract remained distant.<a href="#fn29" name="n29" title="" id="n29"><sup style="font-size:9px;">29</sup></a> Dealing with strikes on a regular basis can only make Boeing less competitive in the world marketplace, diminishing the returns to new investment.</p>
<h2>&nbsp;</h2>
<p align="left" class="footnote"><a href="/pubs/eppapers/13-2/R_June2013_T1_GE_Investment_large.jpg" rel="lightbox" title="Table 1"><img src="/pubs/eppapers/13-2/R_June2013_T1_GE_Investment.jpg" width="413" border="0" style="border: 1px solid #ccc;"alt="Table 1" /></a></p>
<p align="center" class="footnote"><a href="/pubs/eppapers/13-2/R_June2013_T1_GE_Investment_large.jpg" rel="lightbox" title="Table 1">Large Image</a></p>

<p align="left" class="footnote"><a href="/pubs/eppapers/13-2/R_June2013_T2_Nonunion_large.jpg" rel="lightbox" title="Table 2"><img src="/pubs/eppapers/13-2/R_June2013_T2_Nonunion.jpg" width="413" border="0" style="border: 1px solid #ccc;"alt="Table 2" /></a></p>
<p align="center" class="footnote"><a href="/pubs/eppapers/13-2/R_June2013_T2_Nonunion_large.jpg" rel="lightbox" title="Table 2">Large Image</a></p>

<p align="left" class="footnote"><a href="/pubs/eppapers/13-2/R_June2013_T3_GE_Facilities_large.jpg" rel="lightbox" title="Table 3"><img src="/pubs/eppapers/13-2/R_June2013_T3_GE_Facilities.jpg" width="413" border="0" style="border: 1px solid #ccc;"alt="Table 3" /></a></p>
<p align="center" class="footnote"><a href="/pubs/eppapers/13-2/R_June2013_T3_GE_Facilities_large.jpg" rel="lightbox" title="Table 3">Large Image</a></p>

<p align="left" class="footnote"><a href="/pubs/eppapers/13-2/R_June2013_T4_UnionMembership_large.jpg" rel="lightbox" title="Table 4"><img src="/pubs/eppapers/13-2/R_June2013_T4_UnionMembership.jpg" width="413" border="0" style="border: 1px solid #ccc;"alt="Table 4" /></a></p>
<p align="center" class="footnote"><a href="/pubs/eppapers/13-2/R_June2013_T4_UnionMembership_large.jpg" rel="lightbox" title="Table 4">Large Image</a></p>
<p></p>

<h2>Endnotes</h2>
<p class="footnote"><a href="#n1" name="fn1" title="" id="fn1"><strong>1</strong></a> Statistics  on union membership share are based on the Current Population Survey conducted  by the U.S. Census Bureau and were obtained from tabulations published at <a href="http://unionstats.com/">unionstats.com</a>.</p>
<p class="footnote"><a href="#n2" name="fn2" title="" class="footnote" id="fn2"><strong>2</strong></a> Fuchs  (1962) is an early work arguing for the important role of unions in the  migration of industry to the South. See also Holmes (1998) for a discussion of  the role of anti-union policies pursued in Southern states.</p>
<p class="footnote"><a href="#n3" name="fn3" title="" class="footnote" id="fn3"><strong>3</strong></a> I  note two costs in particular. First, key researchers might be unwilling to  move. Second, there is much discussion in the economics literature for how  R&amp;D centers potentially benefit from knowledge spillovers from other  researchers in the vicinity. If the R&amp;D center is moved, it might lose  access to these beneficial spillovers.</p>
<p class="footnote"><a href="#n4" name="fn4" title="" class="footnote" id="fn4"><strong>4</strong></a> See,  in particular, Immelt&rsquo;s comments in the <em>Harvard  Business Review, </em>Immelt (2012). He highlights the Kentucky appliance plant  and writes, &ldquo;Our success on the factory floor rests on human innovation and  technical innovation.&rdquo; He adds, &ldquo;Engineering and manufacturing are hands-on and  interactive &hellip; at a time when speed to market is everything, separating design  and development from manufacturing didn&rsquo;t make sense.&rdquo;</p>
<p class="footnote"><a href="#n5" name="fn5" title="" class="footnote" id="fn5"><strong>5</strong></a> In  discussing GE&rsquo;s decision to invest in the Kentucky plant, Immelt writes, &ldquo;The  third element in human innovation is a new model for labor relations. ... The  union accepted a lower wage for new hires, we pledged to create new jobs&rdquo;  Immelt (2012). For more on the story, see &ldquo;<a href="http://www.nytimes.com/2009/08/07/business/07electric.html?pagewanted=all">G.E.  to Add Two New U.S. Plants as Unions Agree on Cost Controls</a>,&rdquo; <em>New York Times</em>, Aug. 6, 2009. </p>
<p class="footnote"><a href="#n6" name="fn6" title="" class="footnote" id="fn6"><strong>6</strong></a> This  is how <a href="http://www.boeing.com/commercial/charleston/index.html">Boeing&rsquo;s  website</a> describes the South Carolina facility. The other two are the Boeing  facility in Everett, Wash., and the airbus facility in Toulouse, France.</p>
<p class="footnote"><a href="#n7" name="fn7" title="" class="footnote" id="fn7"><strong>7</strong></a> The  CEO is quoted in the case document, <a href="http://www.nlrb.gov/sites/default/files/documents/443/cpt_19-ca-032431_boeing__4-20-2011_complaint_and_not_hrg.pdf">NLRB  Case 19-CA-32431</a>, dated April 20, 2011. The brief also quotes similar  comments made by other company officials.</p>
<p class="footnote"><a href="#n8" name="fn8" title="" class="footnote" id="fn8"><strong>8</strong></a> For  a story about Caterpillar closing a union plant in Ontario and transferring  jobs to a nonunion plant in newly right-to-work Indiana, see &ldquo;<a href="http://online.wsj.com/article/SB10001424052970204795304577223602514988234.html">As  Unions Lose Their Grip, Indiana Lures Manufacturing Jobs</a>,&rdquo; <em>Wall Street Journal</em>, March 18, 2012.</p>
<p class="footnote"><a href="#n9" name="fn9" title="" class="footnote" id="fn9"><strong>9</strong></a> This statistic is based on the author&rsquo;s calculations  with the raw NLRB election data. The statistic includes cases where unions were  decertified and replaced with an alternative union. Dickens and Leonard (1984)  report an analogous estimate with earlier data that is the same order of  magnitude.</p>
<p class="footnote"><a href="#n10" name="fn10" title="" class="footnote" id="fn10"><strong>10</strong></a> The  patent count figure is as reported for 2012 by <a href="http://ificlaims.com/index.php?page=misc_top_50_2012">IFI CLAIMS</a>. The  claim about exporting is one regularly made by GE. See, for example, <a href="http://www.gereports.com/ges-chairman-and-ceo-jeff-immelt-on-ge-job-creation-and-the-economy">GE  Reports</a>. </p>
<p class="footnote"><a href="#n11" name="fn11" title="" class="footnote" id="fn11"><strong>11</strong></a> See <a href="http://www.gereports.com/category/jobs/">GE Reports</a>. </p>
<p class="footnote"><a href="#n12" name="fn12" title="" class="footnote" id="fn12"><strong>12</strong></a> I  use GE&rsquo;s records in the <em>Million Dollar  Directory </em>of Dun and Bradstreet to build a database of GE&rsquo;s manufacturing  plants. I merge this with plant information over the 1987-2010 period in the <em>Toxic Release Inventory</em> published by the  Environmental Protection Agency, which can be used to determine when a plant is  emitting pollution and is therefore in operation. I combined these data with  the GE announcement information to distinguish new and existing plants.</p>
<p class="footnote"><a href="#n13" name="fn13" title="" class="footnote" id="fn13"><strong>13</strong></a> See  &ldquo;<a href="http://www.gereports.com/new-york-powers-up-with-new-ge-battery-plant/">New  York powers up with new GE battery plant</a>,&rdquo; GE Reports, May 12, 2009.</p>
<p class="footnote"><a href="#n14" name="fn14" title="" class="footnote" id="fn14"><strong>14</strong></a> See  &ldquo;<a href="http://www.gereports.com/ge-to-bring-research-center-and1100-jobs-to-michigan/">GE  to bring research center and 1,100 jobs to Michigan</a>,&rdquo; GE Reports, June 26,  2009.</p>
<p class="footnote"><a href="#n15" name="fn15" title="" class="footnote" id="fn15"><strong>15</strong></a> See  comments in Immelt (2012).</p>
<p class="footnote"><a href="#n16" name="fn16" title="" class="footnote" id="fn16"><strong>16</strong></a> The  master 2007-11 GE contract lists all facilities party to the contract that were  represented by IUE-CWA, the largest union at GE. I also used government data  from the Federal Mediation and Conciliation Service, which publishes  information about the location of facilities with expiring union contracts. I  resolved ambiguous cases through web searches, including inspection of various  websites of local and national unions.</p>
<p class="footnote"><a href="#n17" name="fn17" title="" class="footnote" id="fn17"><strong>17</strong></a> See <a href="ftp://www.ueunion.org/w6pdfs/UE-GE_History-web.pdf"><em>A Brief History of UE Bargaining with GE:  Seventy Years of Struggle</em></a><em>, </em>United  Electrical, Radio and Machine Workers of America (undated manuscript), and GE  Transportation BusinessWire news release, &ldquo;<a href="http://www.businesswire.com/news/home/20110806005021/en/GE-Transportation-Celebrates-40-Years-Grove-City">GE  Transportation Celebrates 40 Years in Grove City</a>,&rdquo; Aug. 6, 2011.</p>
<p class="footnote"><a href="#n18" name="fn18" title="" class="footnote" id="fn18"><strong>18</strong></a> The  age of the plant is based on &ldquo;<a href="http://www.businesswire.com/news/home/20110806005021/en/GE-Transportation-Celebrates-40-Years-Grove-City">GE  Transportation Celebrates 40 Years in Grove City</a>.&rdquo;  Given Pennsylvania&rsquo;s tradition of strong unions, the fact that GE has a  nonunion plant there may come as a surprise. Two points are worth noting in  addition to the geographic separation with the Erie plant noted in the text.  First, the Grove City plant did not exist in the 1940-70 era when labor  organizing at plants was easier. Second, it is in a rural area away from other  unions.</p>
<p class="footnote"><a href="#n19" name="fn19" title="" class="footnote" id="fn19"><strong>19</strong></a> Specifically,  each location cited is listed in the <em>Directory  of American Research and Technology</em>, 23rd ed., R. R. Bowker, Reed Elsevier,  New Providence, N.J., 1998.</p>
<p class="footnote"><a href="#n20" name="fn20" title="" class="footnote" id="fn20"><strong>20</strong></a> The  patent data report the city and state of a given inventor, but generally not  the address. <a href="/pubs/eppapers/13-2/R_June2013_T2_Nonunion_large.jpg" rel="lightbox">Table 2</a> reports the count of patents with at least one inventor in  the given city and state.</p>
<p class="footnote"><a href="#n21" name="fn21" title="" class="footnote" id="fn21"><strong>21</strong></a> The  data are the LM Filing Data, published by the Office of Labor-Management  Standards at its <a href="http://kcerds.dol-esa.gov/query/getYearlyData.do">website</a>.  For all but two exceptions, I used the disaggregated membership information in  the file, which is useful for separating out membership in the local not in a  GE bargaining unit. For the Bucyrus and Madisonville units, only total local  membership is available, but this should not be a problem because both appear  to represent only GE employees. </p>
<p class="footnote"><a href="#n22" name="fn22" title="" class="footnote" id="fn22"><strong>22</strong></a> The  complaint is <a href="http://www.nlrb.gov/sites/default/files/documents/443/cpt_19-ca-032431_boeing__4-20-2011_complaint_and_not_hrg.pdf">NLRB  Case 19-CA-32431</a>, dated April 20, 2011. </p>
<p class="footnote"><a href="#n23" name="fn23" title="" class="footnote" id="fn23"><strong>23</strong></a> See,  &ldquo;<a href="http://www.nytimes.com/2011/12/09/business/boeing-machinists-union-in-seattle-approves-new-contract.html?_r=2&amp;">Union  Seeks to Dismiss Complaint Against Boeing</a>,&rdquo; <em>New York Times</em>, Dec. 9, 2011. </p>
<p class="footnote"><a href="#n24" name="fn24" title="" class="footnote" id="fn24"><strong>24</strong></a> For  brevity, I am glossing over details. In July 2009, Boeing purchased a supplier  plant in South Carolina that already had a union. The plant workers voted to  decertify the union in September, and subsequently in October Boeing announced  it was going to build the second line in South Carolina. </p>
<p class="footnote"><a href="#n25" name="fn25" title="" class="footnote" id="fn25"><strong>25</strong></a> See &ldquo;<a href="http://www.nytimes.com/2012/01/05/business/boeing-to-shut-wichita-plant.html">Boeing  to Shut Wichita Plant, Citing Cuts at Pentagon</a>,&rdquo; <em>New York Times</em>, Jan. 4, 2012.</p>
<p class="footnote"><a href="#n26" name="fn26" title="" class="footnote" id="fn26"><strong>26</strong></a> See &ldquo;<a href="http://www.reuters.com/article/2012/10/17/boeing-union-charleston-idUSL1E8LHHLM20121017">Boeing  faces union drive at 787 plant in South Carolina</a>,&rdquo; Reuters, Oct. 12, 2012.</p>
<p class="footnote"><a href="#n27" name="fn27" title="" class="footnote" id="fn27"><strong>27</strong></a> <a href="http://seattletimes.com/html/businesstechnology/2019498679_machinistscharlestonxml.html"><em>Seattle Times</em>, Oct. 22, 2012</a>, quoted Sen. Jim DeMint, R-S.C., as saying, &ldquo;It  would blow me away if the employees of Boeing here were so foolish as to  unionize when that was one of the key reasons that this plant was built.&rdquo;</p>
<p class="footnote"><a href="#n28" name="fn28" title="" class="footnote" id="fn28"><strong>28</strong></a> See &ldquo;<a href="http://www.nytimes.com/2011/12/22/business/nlrb-adopts-rules-to-speed-unionization-votes.html?scp=2&amp;sq=national+labor+relations+board&amp;st=nyt">Labor  Board Adopts Rules to Speed Unionization Votes</a>,&rdquo; <em>New York Times</em>, Dec. 11, 2011. </p>
<p class="footnote"><a href="#n29" name="fn29" title="" class="footnote" id="fn29"><strong>29</strong></a> See  &ldquo;<a href="http://www.reuters.com/article/2012/12/10/uk-boeing-union-idUSLNE8B900Z20121210">Boeing&rsquo;s  engineer unions says strike is likely, prepares workers</a>,&rdquo; Reuters, Dec. 10,  2012. See also &ldquo;<a href="http://www.reuters.com/article/2013/01/15/boeing-union-idUSL2N0AK0JO20130115">Boeing,  engineers set to resume contract talks Wednesday</a>,&rdquo; Reuters, Jan. 14, 2013.</p>
<p></p>
<h2>References</h2>
<p class="footnote">Dickens, William T., and Jonathan S.  Leonard. 1984. &ldquo;Accounting for the Decline in Union Membership, 1950-1980.&rdquo; <em>Industrial and Labor Relations Review </em>38:  323.</p>
<p class="footnote">Freeman, Richard B. 1998. &ldquo;Spurts in  Union Growth: De&#64257;ning Moments and Social Processes,&rdquo; in <em>The De&#64257;ning Moment: The Great Depression and the American Economy in  the Twentieth Century.</em>&rdquo; Michael D. Bordo, Claudia Goldin and Eugene N.  White, eds. Chicago: University of Chicago Press, pp. 265-95.</p>
<p class="footnote">Fuchs, Victor R. 1962. <em>Changes in the Location of Manufacturing in  the United States since 1929.</em> Yale University Press.</p>
<p class="footnote">Holmes, Thomas J. 1998. &ldquo;The Effects  of State Policies on the Location of Industry: Evidence from State Borders.&rdquo; <em>Journal of Political Economy</em> 106 (August):  667-705.</p>
<p class="footnote">Holmes, Thomas J. 2006. &ldquo;Geographic Spillover of  Unionism.&rdquo; Research Department Sta&#64256; Report 368. Federal Reserve Bank of  Minneapolis.</p>
<p class="footnote">Immelt, Jeffrey R. 2012. &ldquo;The CEO of  General Electric on Sparking an American Manufacturing Renewal.&rdquo; <em>Harvard Business Review</em> 90 (March): 43-46.</p>
<p class="footnote">Meyer, Douglas. 2001. &ldquo;Building Union  Power in the Global Economy: A Case Study of the Coordinated Bargaining  Committee of General Electric Unions (CBC).&rdquo; <em>Labor Studies Journal </em>(Spring): 60-75.</p>
<p class="footnote">President&rsquo;s Council of Advisors on Science and  Technology. 2012. &ldquo;<a href="http://www.whitehouse.gov/sites/default/files/microsites/ostp/pcast_amp_steering_committee_report_final_july_27_2012.pdf">Report  to the President on Capturing Domestic Competitive Advantage in Advanced  Manufacturing</a>.&rdquo; Manuscript.</p>


]]></content:encoded>
	  
      <cb:paper>
        <cb:simpleTitle>New Manufacturing Investment and Unions</cb:simpleTitle>
        <cb:occurrenceDate>2013-02-12T08:00:00-06:00</cb:occurrenceDate>
          
        <cb:person type="author">
          <cb:givenName>Thomas J.</cb:givenName>
          <cb:surname>Holmes</cb:surname>
          <cb:nameAsWritten>Thomas J. Holmes</cb:nameAsWritten>
        </cb:person>
        <cb:publicationDate>2013-02</cb:publicationDate>
        <cb:publication>Economic Policy Papers</cb:publication>
      </cb:paper>
	  </item>
    
    <item rdf:about="http://www.minneapolisfed.org/publications_papers/pub_display.cfm?id=5029">
      <title>Economic Policy Papers: The &#8220;Banks&#8221; We &#60;em&#62;Do&#60;/em&#62; Need</title>
      <link>http://www.minneapolisfed.org/publications_papers/pub_display.cfm?id=5029</link>
      <dc:date>2013-01-07T08:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[<div class="appendix"><a href="/publications_papers/eppapers/index.cfm">Economic Policy Papers</a> are based on policy-oriented research produced by  Minneapolis Fed staff and consultants. The papers are an occasional series for a general audience. The views expressed here are those of the authors, not necessarily those of others in the Federal Reserve System.</div>
<p class="footnote" style="margin-top: 14px;"><em>This Economic Policy Paper was originally published in the <a href="/publications_papers/issue.cfm?id=368">December 2012</a> issue of <span style="font-style: normal">The Region</span>.</em>
<div class="horizontal_rule"><hr /></div>
<h2>Abstract</h2>
<p>Banks are prone to panic-induced runs due to their traditional
structure of short-term, unconditional liabilities and
long-term, illiquid assets. To avoid systemic crises caused
by such panics, governments tend to bail out failing banks.
Traditional banking systems thus impose external costs.
Three major theoretical benefits are often used to
justify a banking system that relies on short-term debt
despite these costs: (1) <em>maturity transformation</em>, (2) <em>efficient
monitoring</em> of bank managers and (3) <em>facilitation of
financial transactions</em>. In a previous paper, we argued that
the first two justifications, while seemingly compelling,
actually suggest financial arrangements very different from
our current system.
In this paper, we examine the third justification, that a
banking system reliant on short-term debt is essential for the
facilitation of transactions. We find, in fact, that this reliance
is more costly than generally recognized and, moreover,
that socially beneficial financial transactions can and should
be provided at less cost and risk by both restricting and
broadening the payments system. Transactions should be
restricted to institutions that continuously mark to market
the value of their assets and issue equity claims to owners.
Such accounts should also be broadened to include financial
vehicles that are readily available, thanks to advances in
information and communication technologies, and possibly
quite different from current banks.</p>
<p><img src="/pubs/region/12-12/epp_art.jpg" alt="The Banks We Do Need" width="413"  /></p>
<div class="horizontal_rule"></div>
<h2>Introduction<sup style="font-size: 9px;"><a href="#_ftn1" name="_ftnref1" title="" id="_ftnref1">1</a></sup></em></h2>
<p>The financial crisis of 2007-08 and consequent Great Recession generated substantial discussion and debate over future banking regulation. Largely absent, however, has been a careful reexamination of whether the beneficial services provided by traditional banks outweigh the inherent financial fragilities of those banks and their associated costs to society. </p>
<p>Three major benefits are usually said to justify traditional bank reliance on short-term debt, the source of their inherent fragility. In a previous article, we assessed&mdash;and found wanting&mdash;two of these proposed rationales: (1) the benefit of maturity transformation, or creation of long-term financial assets from shorter-term assets and (2) the benefit of efficient monitoring of bank managers, through appropriate alignment of investor incentives. (See Chari and Phelan <a href="http://www.minneapolisfed.org/publications_papers/pub_display.cfm?id=4868">2012a</a>.)</p>
<p>Here we discuss the third justification, that traditional banks are beneficial and necessary because they provide payments services essential to the efficient function of modern economies. We conclude that while this rationale was compelling in an earlier historical era&mdash;prior to modern advances in information and communication technology that facilitate transactions of all sorts&mdash;the necessary services can now be provided through existing financial vehicles that do not rely on traditionally structured, inherently fragile banks. </p>
<p>We begin by briefly reviewing the structural source of traditional bank fragility and proceed to consideration of the necessity of banks, despite this fragility. We then address the main topic of this paper: the argument that banks as currently structured are necessary because their demand deposits facilitate financial transactions. We conclude that the current structure of banks is unduly costly to society and that essential payments services can, with modern information and communication technologies, be provided with less fragile and more efficient financial institutions.</p>
<h2>The inherent fragility of banks </h2>
<p>In what sense are banks and similar financial institutions fragile? Our previous paper discusses this question in detail; here we provide a synopsis, referring interested readers to the earlier discussion. </p>
<p>The assets of financial institutions are, by and large, financial assets, and claims on them are primarily financial liabilities. Their financial <em>assets</em> consist mainly of conditional promises to deliver dollars at future dates. These assets, such as home mortgages, are often long term and illiquid. Their financial <em>liabilities</em> consist mostly of a variety of obligations to deliver dollars at particular dates, under certain circumstances. Banks in particular have liabilities that are mostly short term and unconditional, such as demand deposits and certificates of deposit. </p>
<p><img src="/pubs/region/12-12/chris_chari.jpg" alt="The Banks We Do Need" width="413"  /><br />
<div style="float:right; margin: 0px 30px 0px 30px;">V.V. Chari</div>&nbsp;&nbsp;&nbsp;&nbsp;Christopher Phelan</p>
<p>This reliance on short-term debt makes banks fragile in that they are particularly vulnerable to the risks of insolvency and the possibility of confidence crises. Since bank assets are much longer term and illiquid than their liabilities and because the value of these assets fluctuates, a bank&#8217;s net worth also fluctuates a great deal. </p>
<p>The illiquidity of banks&#8217; assets and the demandable structure of their liabilities thus expose banks to crises of confidence. Since a bank typically will not be able to meet the demands of all depositors within a short period of time should they all choose to withdraw, banks are vulnerable to self-fulfilling panics in which depositors withdraw their funds simply because they believe other depositors will do so. This panic is an entirely rational response even if the bank is solvent (though illiquid). </p>
<p>Governments have a strong incentive to intervene to bail out debt holders of banks in order to prevent the entire financial system from failing. Paradoxically, expectations of such bailouts can increase the incidence and depth of financial crises. Once depositors believe that their deposits will be protected in the event of systemic failure, they have less incentive to monitor bank managers, who, in turn, have increased incentive to take on risk, knowing their failures are implicitly insured by taxpayers. </p>
<p>In this way, expectations of bailouts can lead financial systems to rely excessively&mdash;from a social perspective&mdash;on short-term debt to fund long-term assets. Fragile banking systems thus impose external costs, and regulation may therefore be socially desirable. </p>


<h2>Are banks necessary?</h2>
<p>The fragility of the banking system together with the reality that such fragility may well lead to occasional massive bailouts compel us to ask why societies would choose regulatory systems that allow financial institutions to fund illiquid assets whose value can fluctuate rapidly with short-term debt and demand deposits. </p>
<p>One could perhaps argue that banks were necessary prior to the electronic information age because no other forms of financial intermediation were feasible. With the advent of high-speed computers and modern communications, however, alternative financial institutions can provide similar services with far less potential for crises. We discuss such alternatives later in this paper.</p>
<p>We now examine the possible social <em>benefits </em>of a financial system in which illiquid assets with volatile values are funded by demand deposits and short-term debt. This cost-benefit analysis facilitates the design of a better regulatory system for banks, clearly a matter of considerable importance.</p>
<p>The previous paper examined two of the three major theoretical justifications for the reliance of the banking system on short-term debt: (1) demand deposits allow banks to engage in socially useful <em>maturity transformation</em> and (2) demand deposits allow for <em>efficient monitoring</em> of bank managers. This paper considers the third major justification: (3) demand deposits <em>facilitate financial transactions.</em></p>
<p>To anticipate our conclusion, we believe that while all three justifications are compelling, they point us to a financial system very different from the one currently in place. The first two justifications suggest that it is important to have institutions that finance long-term assets with short-term debt, but we have argued that the assets that are so funded should not have close substitutes in publicly traded markets. In this paper, we will argue two main points regarding the usefulness of banks in facilitating transactions. First, we argue that regardless of technology, the <em>social</em> benefit to using banks to facilitate transactions is lower than the <em>private </em>benefit, thus potentially explaining why the historical ubiquity of bank-facilitated transactions does not imply their efficiency. Second, we argue that the necessity of bank-facilitated transactions is much less obvious than it was a century ago, before advances in information and communication technologies allowed us to create very different institutions than we currently have to facilitate transactions. </p>
<p>Our analysis will suggest a framework for thinking about regulatory policy for institutions that facilitate payments. The economic case for regulating such institutions is convincing, given that the failure of the payments system imposes significant external costs. We argue that institutions that facilitate payments should primarily issue equity-like claims such as those issued by standard mutual funds. Current practice hopelessly conflates these two economic cases into a single institution called &#8220;banks&#8221; and exposes the economy to unnecessary risks and recurrent costly bailouts. </p>
<h2>Assessment of the transactions facilitation view</h2>
<p>The most obvious service that banks provide now, and have offered throughout their ubiquitous existence, is payments services. Historically, banks have allowed individuals and firms to pay for goods and services through their provision of bank checks and other widely accepted claims. Therefore, those individuals and firms haven&#8217;t had to resort to costly barter or specie trade. </p>
<p>Here, we raise the possibility that banks exist because they provide a <em>privately</em> useful function&mdash;the facilitation of transactions in a form that pays households interest&mdash;but the social usefulness is less than the private usefulness. </p>
<p>The starting point of our assessment involves the central bank and monetary policy. The central bank creates money, which, for simplicity, we will call &#8220;cash.&#8221; Cash typically earns no interest. Our first key point is that, to the extent that monetary policy is conducted so as to keep inflation&mdash;and thus the (nominal) interest rate&mdash;inefficiently high, private agents have strong incentives to develop private payments systems to economize on the use of cash. Interest-bearing demand deposits (checking accounts) at banks are one example of such a private payments system. Because of the interest received in such accounts, households and firms will find it advantageous to switch from cash to these private deposits as their means of payment. Clearly, then, there would be private benefits to the introduction of payments systems like checking accounts. </p>
<p>But do these <em>private</em> benefits imply equivalent <em>social</em> benefits? If one household&#8217;s use of demand deposits imposed no costs on other households, the answer would be yes. But if use of such demand deposits does indeed impose costs on other households, the net social benefit of demand deposits will be lower and can, in fact, be negative. In the <a href="/pubs/region/12-12/epp_appendix.pdf">appendix</a>, we present an example economy where these net social benefits from demand deposits are indeed negative, even though each household finds it in its interest to use them (since the private benefits are positive). In Chari and Phelan (<a href="http://www.econ.umn.edu/~cphelan/research.html">2012b</a>), we present a more general model where the net social benefits from interest-bearing means of payments can be either positive or negative, but are nevertheless always less than the private benefits.</p>
<p>The reason one household&#8217;s use of demand deposits imposes costs on other households is as follows: Introducing bank-provided payments leads to an expansion of the &#8220;means-of-payment&#8221; supply, now defined to include both cash and the amount of demand deposits. This higher means-of-payment supply leads to higher prices in the aggregate economy, which reduces the purchasing power of other households&#8217; deposits and cash&mdash;but individual firms or households do not take this into account when they choose to use demand deposits over cash. This pecuniary externality (that is, an external cost imposed through prices rather than real resources) can cause households to use deposits instead of cash in cases where they wouldn&#8217;t, had they internalized this cost imposed on other households, and this externality implies that net social benefits of demand deposits are lower than net private benefits. </p>
<p>With net private benefits of banking exceeding net social benefits, it is clear that the banking system will be inefficiently large. In the model presented in the <a href="/pubs/region/12-12/epp_appendix.pdf">appendix</a>, because the net social benefits are negative, not only is the banking system inefficiently large, the optimal size of banks is zero. </p>
<p>The model in the <a href="/pubs/region/12-12/epp_appendix.pdf">appendix</a> is but a simple example, and the implications from it seem unrealistic. However, we would argue that recent developments in communication technologies and financial innovations may in fact make the model&#8217;s implications more than just a hypothetical scenario.</p>
<p>Historically, communication costs and limited development of financial markets have led to the use of systems in which only a fraction of a household&#8217;s financial wealth could be used for payments. With improvements in communication and financial markets, however, we can conceive of a world in which each individual can instantaneously access all of his or her financial wealth to make payments. We can also imagine a world in which settlement of transactions is instantaneous. In this world, cash becomes unnecessary, and precisely because cash is unnecessary, there is little or no need for payments systems that arise from the need to economize on cash, that is, arise because monetary policy is setting the inflation rate too high. </p>
<p>In the 1800s, it would have been inconceivable to pay for groceries, for example, by using a debit card associated with one&#8217;s mutual fund or stock portfolio (and in doing so, stocks were immediately sold, and the grocery received its settlement while the shopper was still at the counter). But today, this scenario is not far-fetched. In a world with virtually costless communication, banks as specialized providers of transactions services would simply be obsolete. These observations lead us to conclude that the actual importance of banks in the payments system is likely small today and will likely become even smaller in the near future. This is the third and final key point in our assessment of the transactions facilitation view. </p>
<p>What <em>should</em> &#8220;banks&#8221; look like, if not the traditional but fragile demand-deposit bank? As mentioned in the introduction, alternative financial institutions can provide similar services to the transactions facilitation services that traditional banks offer with far less potential for crises. One such example is the open-end mutual fund. These funds do not owe their shareholders a fixed dollar amount, but instead only the value of their percentage of the fund on the day the shareholder wishes to withdraw. If an unexpected surge of withdrawals occurs, the fund simply sells a sufficient quantity of the fund&#8217;s assets and gives the proceeds to the withdrawing shareholders. After this, the remaining shareholders still hold exactly the same assets per share as before. No shareholder gains by being earlier in line than other shareholders. Therefore, a <em>belief </em>that a run will occur cannot cause a run for a mutual fund&mdash;the self-fulfilling nature of runs that afflicts banks with demand deposits is thus avoided. </p>

<div style="background-color: #f0eccf; padding: 14px 21px 6px 17px; margin: 10px 0;"><h2>MMMFs are not open-end mutual funds </h2>

<p>One modern financial institution, the <em>money market mutual fund</em> (MMMF), which appears to resemble an open-end mutual fund as described above, is quite different in practice. MMMFs were perceived as promising one dollar for each share held as opposed to a claim to a pro rata share of the fund&#8217;s assets. MMMFs in this sense resemble banks more closely than they do ordinary mutual funds. </p>


<p>During the financial crisis of 2007-08, there were no runs on ordinary mutual funds, including mutual funds invested in assets very similar to the assets held by MMMFs, nor were there any concerns by policymakers about runs on such ordinary mutual funds. In sharp contrast, after the fall of Lehman Brothers in September 2008, the Reserve MMMF was subject to significant withdrawals. It suspended withdrawals from the fund and eventually returned 98 cents on the dollar to shareholders. Policymakers instituted a variety of policies, including a program to insure the shareholders of <em>all</em> MMMFs. </p>
</div>
<h2>Implications for policy </h2>
<p>Banks have been a durable part of the economic landscape for many centuries, and economic theory does explain why it might be efficient to set up institutions that fund long-term assets with short-term debt. Theory also illustrates that it might be optimal for private agents, but undesirable for society at large, to establish such institutions. These competing lessons from economic theory also provide guidance for regulation of such institutions. </p>
<p>As discussed in the earlier paper, both the <br />
 maturity transformation and the efficient monitoring views suggest that, given the costs imposed by crises and attendant bailouts, it may be desirable to allow financial institutions to issue short-term debt <em>only</em> if their assets do not have close publicly traded substitutes. Further, to minimize the incentive of governments to bail out institutions if a crisis occurs, such institutions should be separated from the payments system. </p>
<p>Any regulatory system must also take seriously the central role that banks have long played in the payments system. We have argued that this role may well be an artifact of a bygone era. Advances in information and communication technology make it feasible to access a wide array of assets, from stocks in public firms to portfolios of home equity loans, to undertake transactions. We have also argued that payments systems that require the use of demand deposits expose the economy to confidence crises and that it is possible to devise payments systems that do not require the use of debt-like claims, but instead use equity-like claims for transactions purposes. </p>
<p>These considerations suggest that the payments system should be both restricted and broadened. Transactions accounts should be restricted to institutions that mark the value of their assets to market continuously and that issue mutual-fund-like equity claims to owners. Such accounts should be broadened to institutions that are possibly very different from modern-day banks to include institutions such as stock and bond mutual fund companies. </p>
<p>We emphasize that the money market mutual fund as currently structured resembles a bank more than it does a mutual fund and therefore should not be allowed to issue transactions accounts. So, for example, Vanguard&#8217;s money market mutual fund (as currently structured) would no longer be allowed to serve as a transactions account, but Vanguard&#8217;s 500 Index Fund would. </p>
<p>The framework for regulatory policy implied by our analysis would lead to a banking system that is radically different from the one we currently have. Institutions that issue large amounts of short-term debt relative to their assets would be regulated and required to hold relatively little of their assets in publicly traded securities. The liabilities of such institutions would not serve as means of payment. The payments system would consist of institutions that issue equity claims. </p>
<p>Economic theory tells us that we do need banks. Theory also points us to constructive ways in which we can reform the financial system to make it more efficient and to ensure that crises that affect particular financial institutions do not spill over into the rest of the economy. </p>


<h2>Endnotes</h2>
<div>
  <div id="ftn1">
    <p class="footnote"><a href="#_ftnref1" name="_ftn1" title=""><strong>1</strong></a> The authors thank Narayana Kocherlakota, Dick Todd and Kei-Mu Yi for useful comments and Doug Clement for editorial assistance. V. V. Chari thanks the National Science Foundation for supporting the research that led to this paper.</p>
  </div>
</div>

<h2>References</h2>
<p class="footnote">Chari, V. V., and Christopher Phelan. 2012a. <a href="http://www.minneapolisfed.org/publications_papers/pub_display.cfm?id=4868">What Assets Should Banks Be Allowed to Hold?</a> Economic Policy Paper 12-3, (May) Federal Reserve Bank of Minneapolis.</p>
<p class="footnote">Chari, V. V., and Christopher Phelan. 2012b. <a href="http://www.econ.umn.edu/~cphelan/research.html">On the Social Usefulness of Fractional Reserve Banking</a>. Working paper. University of Minnesota.</p>]]></content:encoded>
	  
      <cb:paper>
        <cb:simpleTitle>The &#8220;Banks&#8221; We &#60;em&#62;Do&#60;/em&#62; Need</cb:simpleTitle>
        <cb:occurrenceDate>2013-01-07T08:00:00-06:00</cb:occurrenceDate>
          
        <cb:person type="author">
          <cb:givenName>V. V.</cb:givenName>
          <cb:surname>Chari</cb:surname>
          <cb:nameAsWritten>V. V. Chari</cb:nameAsWritten>
        </cb:person>  
        <cb:person type="author">
          <cb:givenName>Christopher</cb:givenName>
          <cb:surname>Phelan</cb:surname>
          <cb:nameAsWritten>Christopher Phelan</cb:nameAsWritten>
        </cb:person>
        <cb:publicationDate>2013-01</cb:publicationDate>
        <cb:publication>Economic Policy Papers</cb:publication>
      </cb:paper>
	  </item>
    
    <item rdf:about="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=5028">
	
      <title>Federal Reserve Bank of Minneapolis Updates Analysis of Bakken Oil Patch Data</title>
      <link>http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=5028</link>
	
      <dc:date>2013-01-03T10:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[The Federal Reserve Bank of  Minneapolis has updated a detailed analysis of the Bakken oilfield in North  Dakota and Montana on its  web site, including a summary of <a href="/publications_papers/fedgazette/oil/bakken_trends_Jan3-2013.pdf">Recent Trends</a> and a <a href="/publications_papers/fedgazette/oil/bakken_fullactivity_Jan3-2013.pdf">Full Report</a> on oil  production, demographic, economic and financial data.
</p>
<ul>
  <li>Overall,  oil production and economic and banking activities continue to expand at a  rapid pace in the Bakken area; however, the rate of increase for some  indicators has moderated over the past five months.<strong></strong></li>
  <li>Monthly  oil production in the Bakken area increased by 3.1 million barrels, or 16  percent, from May to October. During this period, the increase in Bakken oil  production represented about 40 percent of the increase in the U.S. total. <strong></strong></li>
  <li>The number of active drilling operations  in North Dakota dropped below 200 in recent months as oil companies sought to  cut costs and increase efficiency after drilling a number of initial producing  wells to meet leasing requirements (N.D. Dept. of Mineral Resources projects  drilling rigs will climb above 200 again in 2013). Meanwhile, drilling in  Montana picked up recently as oil companies expanded their exploration in the  western part of the Bakken. </li>
  <li>Employment levels have continued to  expand. The unemployment rate in the Bakken is now 1.8 percent, down from 2  percent in April. However,  the number of job postings in the North Dakota part of the Bakken has leveled  since June.</li>
  <li>The two most recent quarters of data,  from 3/31/2012 to 9/30/2012, show construction and land development loans  increasing 64 percent, from $107 million to $176 million, in the Bakken area,  while increasing 12 percent in the rest of North Dakota and decreasing 2  percent in the rest of Montana.<strong></strong></li>
</ul>
<p>The  <a href="/publications_papers/fedgazette/oil/index.cfm">Bakken Oil Boom web page</a> also includes data on oil production, labor markets,  and business and banking activity that are updated on a regular basis. In  addition, the site highlights <em>fedgazette</em> articles on trends and issues facing the Bakken area. </p>
<p>The Federal Reserve Bank of  Minneapolis monitors business and economic conditions throughout its Ninth  District, which encompasses Montana, North and South Dakota, Minnesota,  northwestern Wisconsin and the Upper Peninsula of Michigan. Data, reports and  articles on these states and on the many industries throughout the district can  be found on the Bank&rsquo;s website.</p>]]></content:encoded>
	  
      <cb:news>
        <cb:simpleTitle>Federal Reserve Bank of Minneapolis Updates Analysis of Bakken Oil Patch Data</cb:simpleTitle>
        <cb:occurrenceDate>2013-01-03T10:00:00-06:00</cb:occurrenceDate>
	      
        <cb:person type="contact">
          <cb:givenName>Patti</cb:givenName>
          <cb:surname>Lorenzen</cb:surname>
          <cb:nameAsWritten>Patti Lorenzen</cb:nameAsWritten>
        </cb:person>
      </cb:news>
	  </item>
    
    <item rdf:about="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=5025">
	
      <title>Minneapolis Fed expects steady economic growth for 2013</title>
      <link>http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=5025</link>
	
      <dc:date>2013-01-03T10:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[Federal Reserve Bank of Minneapolis</p>

<script type="text/javascript">
$(document).ready(function() {

	//When page loads...
	$(".tabs_panel").hide(); //Hide all content
						   
	if(window.location.hash == "") { // if loading for first time
		
		$("ul.tabs_nav li:first a").addClass("tabs_nav_selected"); //Activate first tab
		$(".tabs_panel:first").show(); //Show first tab content
		//window.location.hash = $("ul#bank_tabnav li:first a").attr("href");
		
	} else {

		var activeContent = window.location.hash; //Find the href attribute value to identify the active tab + content
		$(activeContent).show(); //Fade in the active ID content

		var activeTab = window.location.hash + "_tab"; // activate tab
		$(activeTab).addClass("tabs_nav_selected"); //Add "active" class to selected tab
	}
	
	//On Click Event
	$("ul.tabs_nav li a").click(function() {

		$("ul.tabs_nav li a").removeClass("tabs_nav_selected"); //Remove any "active" class
		$(this).addClass("tabs_nav_selected"); //Add "active" class to selected tab
		$(".tabs_panel").hide(); //Hide all tab content
		
		window.location.hash = $(this).attr("href");

		var activeContent = $(this).attr("href"); //Find the href attribute value to identify the active tab + content
		$(activeContent).show(); //Fade in the active ID content
		return false;
	});

});

</script>
<style type="text/css">

.tabs_container {
	width: 422px;
	margin-top: 0;
}

ul.tabs_nav {
	 padding: 0;
	 margin: 0;
}

ul.tabs_nav li a { 
	}

ul.tabs_nav li a.tabs_nav_selected { 
	color: #000; 
	border-bottom: 2px solid #dce9ed; 
	background-color: #dce9ed; 
	}

ul.tabs_nav li a.twoline { 
	padding-top: 6px;
	padding-bottom: 4px;
	}

ul.tabs_nav li.tabs_nav_last a { 
	padding-left: 11px;
	}
	
.tabs_panel {
	border-top: 2px solid #dce9ed; 
	background: transparent url(/img/common/tabs_panel_bkrd.gif) repeat-x top left;
	padding-top: 10px;
	}
	
</style>


<div class="tabs_container">
            <ul class="tabs_nav" style="width: 422px;">
              <li><a href="#minnesota" id="minnesota_tab">Minnesota</a></li>
              <li><a href="#montana" id="montana_tab">Montana</a></li>
              <li><a href="#northdakota" id="northdakota_tab" class="twoline">North<br/>Dakota</a></li>
              <li><a href="#southdakota" id="southdakota_tab" class="twoline">South<br/>Dakota</a></li>
              <li><a href="#michigan" id="michigan_tab" class="twoline">U.P. of<br/>Michigan</a></li>
              <li class="tabs_nav_last"><a href="#wisconsin" id="wisconsin_tab">Wisconsin</a></li>
            </ul>
            <div class="clear"></div>
            <div id="minnesota" class="tabs_panel">
           	  <p><strong>Minneapolis Fed Forecasts Above-Average Growth  for Minnesota in 2013</strong></p>
<p>The  2013 economic outlook from the Federal Reserve Bank of Minneapolis calls for  continued growth in the Minnesota economy. Based on the Minneapolis Fed&rsquo;s  statistical model, employment in Minnesota is expected to grow by a solid 2.2  percent, while the unemployment rate is predicted to drop to 4.7 percent in the  fourth quarter of 2013. Growth in personal income is expected to exceed 5  percent.</p>
<p>&ldquo;The  Minnesota economy continued on its upward trend in 2012, and it looks like  growth could accelerate in 2013,&rdquo; said Toby Madden, regional economist at the  Minneapolis Fed.</p>
<p>In  addition to the forecasting model, the Minnesota outlook includes information  from the annual <em>fedgazette</em> business  outlook poll of 335 district businesses and the annual manufacturing survey of 542  district manufacturers. The poll and survey were mailed out the day after the  November election and returned by Dec. 6. The Ninth District includes  Minnesota, Montana, North and South Dakota, northwestern Wisconsin and the  Upper Peninsula of Michigan.</p>
<p>&ldquo;The  statistical model points to solid economic performance in 2013; however the  outlook poll is less clear,&rdquo; Madden said. &ldquo;Businesses are upbeat for their own  operations and are mixed about the state economy. Metro area companies expect  more growth than those in greater Minnesota.&rdquo;</p>
<p>The  surveys of business leaders and manufacturers indicate that businesses expect  more sales and production in 2013 and will accomplish this through increased  employment and capital investment. They also expect to raise prices.</p>
<p>In  regard to the state economy, both the surveys and the statistical model see  increases in housing construction. Respondents from the metro area are  optimistic and expect employment and consumer spending to rise. However, manufacturers  and firms in greater Minnesota are more pessimistic. Manufacturing  survey respondents expect most state indicators to be down, while business  leaders from greater Minnesota expect flat employment and decreased investment  and consumer spending.</p>
The statistical model does not incorporate U.S. fiscal  policy decisions. More details on the 2013 economic forecast for Minnesota and  the Ninth District can be found in the January issue of the <em>fedgazette</em>, the Minneapolis Fed&rsquo;s  quarterly newspaper, as well as at <a href="http://www.minneapolisfed.org">minneapolisfed.org</a>.</p>
<div class="horizontal_rule"></div>
                <p><strong>2013 Economic Outlook Briefing</strong>:<br><a href="/research/data/district/forecast/index.cfm">Video and Presentation</a></p>
                <div class="horizontal_rule"></div>
                <p class="footnote">The Federal Reserve Bank of  Minneapolis is one of 12 regional Reserve Banks that, with the Board of  Governors in Washington, D.C., make up the Federal Reserve System, the nation&rsquo;s  central bank. The Federal Reserve Bank of Minneapolis is responsible for the  Ninth Federal Reserve District, which includes Montana, North and South Dakota,  Minnesota, northwestern Wisconsin and the Upper Peninsula of Michigan. The  Federal Reserve Bank of Minneapolis participates in setting national monetary  policy, supervises numerous banking organizations, and provides a variety of  payments services to financial institutions and the U.S. government.</p>
                <p align="center" class="footnote"></p>
  </div>
            <div id="montana" class="tabs_panel">
              <p><strong>Minneapolis Fed Forecasts Moderate  Economic Growth for Montana in 2013</strong></p>
              <p>The  2013 economic outlook from the Federal Reserve Bank of Minneapolis calls for moderate  growth in the Montana economy. Based on the Minneapolis Fed&rsquo;s statistical  model, employment in Montana is expected to grow by a moderate 1.2 percent,  while the unemployment rate should drop to 5.6 percent in the fourth quarter of  2013. </p>
              <p>&ldquo;The  economy in Montana grew at a solid pace in 2012, but it looks like the pace of  growth will slow in 2013,&rdquo; said Toby Madden, regional economist at the  Minneapolis Fed.</p>
              <p>In  addition to the forecasting model, the Montana outlook includes information  from the annual <em>fedgazette</em> business  outlook poll of 335 district businesses and the annual manufacturing survey of 542  district manufacturers. The poll and survey were mailed out the day after the  November election and returned by Dec. 6. The Ninth District includes  Minnesota, Montana, North and South Dakota, northwestern Wisconsin and the  Upper Peninsula of Michigan.</p>
              <p>&ldquo;The  surveys and the statistical model both suggest moderate economic gains for  Montana in 2013,&rdquo; Madden said. &ldquo;Manufacturers and business leaders are somewhat  optimistic for the state economy.&rdquo;</p>
              <p>Montana  respondents to the manufacturing survey expect flat economic growth and business  investment. They also expect slight increases in overall employment and some  decreases in consumer spending. Montana respondents to the business outlook  poll expect relatively flat employment and slight increases in consumer  spending and larger increases in business investment. Both surveys expect  moderate increases in wages and benefits.</p>
              <p>However,  businesses are more upbeat about their individual operations, with both  manufacturers and business leaders expecting more sales and production in 2013.  They will accomplish this through increased capital investment and higher  prices.</p>
The statistical model does not incorporate U.S. fiscal  policy decisions. More details on the 2013 economic forecast for Montana and  the Ninth District can be found in the January issue of the <em>fedgazette</em>, the Minneapolis Fed&rsquo;s  quarterly newspaper, as well as at <a href="http://www.minneapolisfed.org">minneapolisfed.org</a>.</p>
<div class="horizontal_rule"></div>
                <p><strong>2013 Economic Outlook Briefing</strong>:<br><a href="/research/data/district/forecast/index.cfm">Video and Presentation</a></p>
                <div class="horizontal_rule"></div>
                <p class="footnote">The Federal Reserve Bank of  Minneapolis is one of 12 regional Reserve Banks that, with the Board of  Governors in Washington, D.C., make up the Federal Reserve System, the nation&rsquo;s  central bank. The Federal Reserve Bank of Minneapolis is responsible for the  Ninth Federal Reserve District, which includes Montana, North and South Dakota,  Minnesota, northwestern Wisconsin and the Upper Peninsula of Michigan. The  Federal Reserve Bank of Minneapolis participates in setting national monetary  policy, supervises numerous banking organizations, and provides a variety of  payments services to financial institutions and the U.S. government.</p>
                <p align="center" class="footnote"></p>
            </div>
  <div id="northdakota" class="tabs_panel">
            	<p><strong>Minneapolis Fed Forecasts Robust Economic Growth  for North Dakota in 2013</strong></p>
   	<p>The  2013 economic outlook from the Federal Reserve Bank of Minneapolis calls for  continued strong growth in the North Dakota economy. Based on the Minneapolis  Fed&rsquo;s statistical model, employment in North Dakota is expected to grow by a  faster-than-average 3.6 percent, while the unemployment rate should drop to 2.8  percent by the fourth quarter of 2013. Over 4 percent growth in personal income  is expected.</p>
            	<p>&ldquo;The  oil and natural resource boom drove the North Dakota economy higher in 2012,  and we expect robust growth for 2013,&rdquo; said Toby Madden, regional economist at  the Minneapolis Fed.</p>
            	<p>In  addition to the forecasting model, the North Dakota outlook includes  information from the annual <em>fedgazette</em> business outlook poll of 335 district businesses and the annual manufacturing  survey of 542 district manufacturers. The poll and survey were mailed out the  day after the November election and returned by Dec. 6. The Ninth District  includes Minnesota, Montana, North and South Dakota, northwestern Wisconsin and  the Upper Peninsula of Michigan.</p>
            	<p>&ldquo;The  surveys and the statistical model both point to solid economic performance in  2013,&rdquo; Madden said. &ldquo;Businesses are very optimistic for their own companies and  expect solid growth in North Dakota.&rdquo;</p>
            	<p>The  surveys of business leaders and manufacturers indicate that businesses expect a  good year with more sales and production in 2013, which may drive increased  employment and capital investment. They also expect to raise prices.</p>
            	<p>When  asked about their state economy, North Dakota respondents were optimistic and expected  increased employment, business investment and consumer spending. They expected above-average increases in wages and benefits.</p>
The statistical model does not incorporate U.S. fiscal  policy decisions. More details on the 2013 economic forecast for North Dakota  and the Ninth District can be found in the January issue of the <em>fedgazette</em>, the Minneapolis Fed&rsquo;s  quarterly newspaper, as well as at <a href="http://www.minneapolisfed.org">minneapolisfed.org</a>.</p>
<div class="horizontal_rule"></div>
                <p><strong>2013 Economic Outlook Briefing</strong>:<br><a href="/research/data/district/forecast/index.cfm">Video and Presentation</a></p>
                <div class="horizontal_rule"></div>
                <p class="footnote">The Federal Reserve Bank of  Minneapolis is one of 12 regional Reserve Banks that, with the Board of  Governors in Washington, D.C., make up the Federal Reserve System, the nation&rsquo;s  central bank. The Federal Reserve Bank of Minneapolis is responsible for the  Ninth Federal Reserve District, which includes Montana, North and South Dakota,  Minnesota, northwestern Wisconsin and the Upper Peninsula of Michigan. The  Federal Reserve Bank of Minneapolis participates in setting national monetary  policy, supervises numerous banking organizations, and provides a variety of  payments services to financial institutions and the U.S. government.</p>
                <p align="center" class="footnote"></p>
  </div>
<div id="southdakota" class="tabs_panel">
            	<p><strong>Minneapolis Fed Forecasts Moderate Economic  Growth for South Dakota in 2013</strong></p>
            	<p>The  2013 economic outlook from the Federal Reserve Bank of Minneapolis calls for  continued economic growth in the South Dakota economy. Based on the Minneapolis  Fed&rsquo;s statistical model, employment in South Dakota is expected to grow by a moderate  1.1 percent, while the unemployment rate should drop to 4.1 percent in the  fourth quarter of 2013. Almost 5 percent growth in personal income is expected.</p>
            	<p>&ldquo;The  South Dakota economy grew at a modest pace in 2012, and we expect slightly faster  growth for 2013,&rdquo; said Toby Madden, regional economist at the Minneapolis Fed.</p>
            	<p>In  addition to the forecasting model, the South Dakota outlook includes  information from the annual <em>fedgazette</em> business outlook poll of 335 district businesses and the annual manufacturing  survey of 542 district manufacturers. The poll and survey were mailed out the  day after the November election and returned by Dec. 6. The Ninth District  includes Minnesota, Montana, North and South Dakota, northwestern Wisconsin and  the Upper Peninsula of Michigan.</p>
            	<p>&ldquo;The  surveys and the statistical model both point to economic growth in 2013,&rdquo;  Madden said. &ldquo;Businesses are optimistic for their own operations and expect some  improvement in South Dakota.&rdquo;</p>
            	<p>The  surveys of business leaders and manufacturers indicate that businesses expect  more sales and production in 2013 and will hire more employees. They also  expect to raise prices.</p>
            	<p>When  asked about their state economy, South Dakota respondents to the business  outlook poll said they expect increased overall consumer spending, employment  and business investment. They also expect rising prices.</p>
The statistical model does not incorporate U.S. fiscal  policy decisions. More details on the 2013 economic forecast for South Dakota  and the Ninth District can be found in the January issue of the <em>fedgazette</em>, the Minneapolis Fed&rsquo;s  quarterly newspaper, as well as at <a href="http://www.minneapolisfed.org">minneapolisfed.org</a>.</p>
<div class="horizontal_rule"></div>
                <p><strong>2013 Economic Outlook Briefing</strong>:<br><a href="/research/data/district/forecast/index.cfm">Video and Presentation</a></p>
                <div class="horizontal_rule"></div>
                <p class="footnote">The Federal Reserve Bank of  Minneapolis is one of 12 regional Reserve Banks that, with the Board of  Governors in Washington, D.C., make up the Federal Reserve System, the nation&rsquo;s  central bank. The Federal Reserve Bank of Minneapolis is responsible for the  Ninth Federal Reserve District, which includes Montana, North and South Dakota,  Minnesota, northwestern Wisconsin and the Upper Peninsula of Michigan. The  Federal Reserve Bank of Minneapolis participates in setting national monetary  policy, supervises numerous banking organizations, and provides a variety of  payments services to financial institutions and the U.S. government.</p>
                <p align="center" class="footnote"></p>
</div>
            <div id="michigan" class="tabs_panel">
            	<p><strong>Minneapolis Fed Forecasts Slow Economic Growth for  the Upper Peninsula in 2013</strong></p>
            	<p>The  2013 economic outlook from the Federal Reserve Bank of Minneapolis calls for  continued slow growth in the Upper Peninsula of Michigan economy. Based on the  Minneapolis Fed&rsquo;s statistical model, employment in the U.P. is expected to grow  by a sluggish 0.3 percent, while the unemployment rate should drop to 7.9  percent in the fourth quarter of 2013.</p>
            	<p>&ldquo;The  U.P. economy expanded at a slow pace in 2012, and this should continue in 2013,&rdquo;  said Toby Madden, regional economist at the Minneapolis Fed.<br />
           	    In  addition to the forecasting model, the U.P. outlook includes information from  the annual <em>fedgazette</em> business  outlook poll of 335 district businesses and the annual manufacturing survey of 542  district manufacturers. The poll and survey were mailed out the day after the  November election and returned by Dec. 6. The Ninth District includes  Minnesota, Montana, North and South Dakota, northwestern Wisconsin and the  Upper Peninsula of Michigan.</p>
            	<p>&ldquo;The  surveys and the statistical model point in different directions for U.P.  economic performance in 2013,&rdquo; Madden said. &ldquo;The statistical model expects slow  growth, while the survey respondents expect decreased activity.&rdquo; When asked  about their state economy, U.P. respondents expected decreases in business  investment, consumer spending, economic growth and profits.</p>
            	<p>Business  leaders are more optimistic about their own operations, as they expect  increased sales and investment, but declines in employment. Respondents  to the manufacturing survey expect increases in productivity, but some declines  in orders and employment.</p>
            	<p>The  statistical model does not incorporate U.S. fiscal policy decisions. More  details on the 2013 economic forecast for the U.P. and the Ninth District can  be found in the January issue of the <em>fedgazette</em>,  the Minneapolis Fed&rsquo;s quarterly newspaper, as well as at <a href="http://www.minneapolisfed.org">minneapolisfed.org</a>.</p>
<div class="horizontal_rule"></div>
                <p><strong>2013 Economic Outlook Briefing</strong>:<br><a href="/research/data/district/forecast/index.cfm">Video and Presentation</a></p>
                <div class="horizontal_rule"></div>
                <p class="footnote">The Federal Reserve Bank of  Minneapolis is one of 12 regional Reserve Banks that, with the Board of  Governors in Washington, D.C., make up the Federal Reserve System, the nation&rsquo;s  central bank. The Federal Reserve Bank of Minneapolis is responsible for the  Ninth Federal Reserve District, which includes Montana, North and South Dakota,  Minnesota, northwestern Wisconsin and the Upper Peninsula of Michigan. The  Federal Reserve Bank of Minneapolis participates in setting national monetary  policy, supervises numerous banking organizations, and provides a variety of  payments services to financial institutions and the U.S. government.</p>
                <p align="center" class="footnote"></p>
  </div>
<div id="wisconsin" class="tabs_panel">
            	<p><strong>Minneapolis Fed Forecasts Improved Economic  Activity in Northwestern Wisconsin in 2013</strong></p>
   	<p>The 2013 economic outlook from the Federal Reserve Bank of  Minneapolis calls for accelerating growth in the northwestern Wisconsin  economy. Based on the Minneapolis Fed&rsquo;s statistical model, employment in the  whole state of Wisconsin is expected to grow by a faster-than-average 1.3  percent, while the unemployment rate should drop to 5.6 percent in the fourth  quarter of 2013. Over 4 percent growth in personal income is expected.</p>
            	<p>&ldquo;The economy in Wisconsin grew at a sluggish pace in 2012, but  the forecast model expects some acceleration in 2013,&rdquo; said Toby Madden,  regional economist at the Minneapolis Fed.</p>
            	<p>In addition to the forecasting model, the Northwestern Wisconsin  outlook includes information from the annual <em>fedgazette</em> business outlook poll of 335 district businesses and the  annual manufacturing survey of 542 district manufacturers. The poll and survey  were mailed out the day after the November election and returned by Dec. 6. The  Ninth District includes Minnesota, Montana, North and South Dakota,  northwestern Wisconsin and the Upper Peninsula of Michigan.</p>
            	<p>&ldquo;While the statistical model expects accelerating growth, survey  respondents from northwestern Wisconsin are a bit more cautious for growth in  2013,&rdquo; Madden said. &ldquo;Business leaders see solid growth at their own companies,  but are pessimistic about the state economy.&rdquo;</p>
            	<p>When asked about their state economy, respondents expected  flat to lower activity. Business leaders expected decreases in business  investment and consumer spending. Northwestern Wisconsin respondents to the  manufacturing survey expected flat economic growth and  lower overall corporate profits.</p>
            	<p>However, businesses are more optimistic about their  individual operations, as both manufacturers and business leaders expect more  sales and some employment gains in 2013.</p>
The statistical model does not incorporate U.S. fiscal  policy decisions. More details on the 2013 economic forecast for Wisconsin and  the Ninth District can be found in the January issue of the <em>fedgazette</em>, the Minneapolis Fed&rsquo;s  quarterly newspaper, as well as at <a href="http://www.minneapolisfed.org">minneapolisfed.org</a>.</p>
<div class="horizontal_rule"></div>
<p><strong>2013 Economic Outlook Briefing</strong>:<br><a href="/research/data/district/forecast/index.cfm">Video and Presentation</a></p>           
<div class="horizontal_rule"></div>
<p class="footnote">The Federal Reserve Bank of  Minneapolis is one of 12 regional Reserve Banks that, with the Board of  Governors in Washington, D.C., make up the Federal Reserve System, the nation&rsquo;s  central bank. The Federal Reserve Bank of Minneapolis is responsible for the  Ninth Federal Reserve District, which includes Montana, North and South Dakota,  Minnesota, northwestern Wisconsin and the Upper Peninsula of Michigan. The  Federal Reserve Bank of Minneapolis participates in setting national monetary  policy, supervises numerous banking organizations, and provides a variety of  payments services to financial institutions and the U.S. government.</p>
<p align="center" class="footnote"></p>
          	    
</div>
</div>]]></content:encoded>
	  
      <cb:news>
        <cb:simpleTitle>Minneapolis Fed expects steady economic growth for 2013</cb:simpleTitle>
        <cb:occurrenceDate>2013-01-03T10:00:00-06:00</cb:occurrenceDate>
	      
        <cb:person type="contact">
          <cb:givenName>Patti</cb:givenName>
          <cb:surname>Lorenzen</cb:surname>
          <cb:nameAsWritten>Patti Lorenzen</cb:nameAsWritten>
        </cb:person>
      </cb:news>
	  </item>
    
    <item rdf:about="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4997">
	
      <title>Banking Conditions in Ninth District States Third Quarter 2012 Update</title>
      <link>http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4997</link>
	
      <dc:date>2012-11-20T11:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[Federal Reserve Bank of Minneapolis</p>

<script type="text/javascript">
$(document).ready(function() {

	//When page loads...
	$(".tabs_panel").hide(); //Hide all content
						  
	if(window.location.hash == "") { // if loading for first time
		
		$("ul.tabs_nav li:first a").addClass("tabs_nav_selected"); //Activate first tab
		$(".tabs_panel:first").show(); //Show first tab content
		//window.location.hash = $("ul#bank_tabnav li:first a").attr("href");
		
	} else {

		var activeContent = window.location.hash; //Find the href attribute value to identify the active tab + content
		$(activeContent).show(); //Fade in the active ID content

		var activeTab = window.location.hash + "_tab"; // activate tab
		$(activeTab).addClass("tabs_nav_selected"); //Add "active" class to selected tab
	}
	
	//On Click Event
	$("ul.tabs_nav li a").click(function() {

		$("ul.tabs_nav li a").removeClass("tabs_nav_selected"); //Remove any "active" class
		$(this).addClass("tabs_nav_selected"); //Add "active" class to selected tab
		$(".tabs_panel").hide(); //Hide all tab content
		
		window.location.hash = $(this).attr("href");

		var activeContent = $(this).attr("href"); //Find the href attribute value to identify the active tab + content
		$(activeContent).show(); //Fade in the active ID content
		return false;
	});

});
</script>
<style type="text/css">

.tabs_container {
	width: 422px;
	margin-top: 0;
}

ul.tabs_nav {
	 padding: 0;
	 margin: 0;
}

ul.tabs_nav li a { 
	}

ul.tabs_nav li a.tabs_nav_selected { 
	color: #000; 
	border-bottom: 2px solid #dce9ed; 
	background-color: #dce9ed; 
	}

ul.tabs_nav li a.twoline { 
	padding-top: 6px;
	padding-bottom: 4px;
	}

ul.tabs_nav li.tabs_nav_last a { 
	padding-left: 11px;
	}
	
.tabs_panel {
	border-top: 2px solid #dce9ed; 
	background: transparent url(/img/common/tabs_panel_bkrd.gif) repeat-x top left;
	padding-top: 10px;
	}
	
</style>

<div class="tabs_container">
      <ul class="tabs_nav" style="width: 422px;">
       <li><a href="#minnesota" id="minnesota_tab">Minnesota</a></li>
       <li><a href="#montana" id="montana_tab">Montana</a></li>
       <li><a href="#northdakota" id="northdakota_tab" class="twoline">North<br/>Dakota</a></li>
       <li><a href="#southdakota" id="southdakota_tab" class="twoline">South<br/>Dakota</a></li>
              <li><a href="#michigan" id="michigan_tab" class="twoline">U.P. of<br/>Michigan</a></li>
              <li class="tabs_nav_last"><a href="#wisconsin" id="wisconsin_tab">Wisconsin</a></li>
      </ul>
 <div class="clear"></div>
      <div id="minnesota" class="tabs_panel">
    	   <h2><strong>Minnesota Banks Continue Improvement, Albeit at  a Slow Rate, in the Third Quarter</strong></h2>
      	   <p>Minnesota banking conditions continued to improve in third  quarter 2012, according to data collected from the 361 commercial banks in the  state. According to Ron Feldman, senior vice president of Supervision,  Regulation and Credit at the Federal Reserve Bank of Minneapolis, &ldquo;Minnesota  banking conditions continue to gain strength. Banks in the state are reducing  problem assets, turning in positive loan growth and reporting earnings that  compare favorably to the national median bank. That said, the improvement in  this quarter was often small.&rdquo;</p>
           <p>The level of problem assets as a percent of the resources  banks have to cover potential loan losses declined by 1.19 percentage points to  11.54 percent in the third quarter for the median Minnesota bank. Overall,  problem assets are down 3.78 percentage points from a year ago. Minnesota&rsquo;s  improvement outpaced the recovery in the national median that stands at 12.1  percent as of third quarter 2012.</p>
           <p>Earnings, as measured by the median return on average  assets, improved 5 basis points to 0.99 percent, a little better than the  national rate of 0.89 percent and up 20 basis points from a year ago.</p>
           <p>Minnesota banks&rsquo; loan growth was 0.4 percent over the last  four quarters. Although this year-over-year change in the amount of outstanding  loan balances is smaller than the national rate of 0.91 percent, it is a considerable  improvement from the -4.14 percent rate of a year ago. </p>
        <p>Key measures of liquidity and capital also turned in small  improvements for the quarter and are stronger than national medians. Minnesota  banks hold historically high levels of capital. The state&rsquo;s median total  risk-based capital ratio climbed to 15.4 percent. Liquidity improved again in  the third quarter and reached the strongest level since 2004. Bank use of  noncore funding (as opposed to more stable traditional deposits) stands at 14.7  percent of liabilities. </p>
        <p>The data for Minnesota and the nation are found  in the tables below. The attachment to this release provides additional data on  the characteristics of banks in the region and definitions and explanations of  those data.</p>
        <p><a href="/pubs/news/2012/2012-11-20_mn_banking_cond_data.pdf">Data for Minnesota and the nation</a> [pdf]
        </p>
        <p><a href="/pubs/news/2012/ninth_district_bank_operations_nov_2012.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
        <div class="horizontal_rule"></div>      
        <p>More details on 2012 banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States - Third Quarter 2012 Update</a>.</p>
       <div class="horizontal_rule"></div>
       <p align="center" class="footnote"></p>
 </div>
<div id="montana" class="tabs_panel">
 <h2>Montana Banks Reduce Problem Assets; Profits and Loan Growth Show Less Improvement</h2>
<p>Montana banks reduced the level of problem assets in third  quarter 2012, according data from the state&rsquo;s 62 commercial banks, but other  indicators of bank health still compare unfavorably to national measures.  According to Ron Feldman, senior vice president of Supervision, Regulation and  Credit at the Federal Reserve Bank of Minneapolis, &ldquo;Montana-based banks  reported a great deal of progress addressing asset quality. However, earnings  and loan growth showed less improvement. Overall, Montana banking conditions  still lag the nation in key metrics of health.&rdquo;</p>
<p>Montana bank median noncurrent and delinquent loans declined  from 16.44 percent to 13.41 percent of the value of capital and reserves set  aside to cover potential losses. That improvement brought Montana&rsquo;s third  quarter 2012 figure within 1.31 percentage points of the national median. Notably,  the measure of problem assets in construction and land development fell below  0.5 percent at the median Montana bank for the first time since 2008.</p>
<p>Montana bank profitability ratios changed little from the  previous quarter. The state median return on average assets fell 4 basis points  to 0.85 percent, failing to keep pace with the national rate that improved to  0.89 percent as of third quarter 2012. </p>
<p>The annual growth rate in the amount of outstanding loans  improved only slightly from last quarter and remains negative at -0.77 percent.  It has improved by nearly 3 percentage points from a year ago. By comparison,  the national median rate stood at about -1.6 percent a year ago, but turned  positive last quarter and maintained those gains by reporting a 0.91 percent  rate of net loan growth in third quarter 2012.</p>
<p>Measures of liquidity and capital posted strong results in  the quarter, though neither has been a source of trouble for most banks in the  recent crisis. The median total risk-based capital ratio reached a new high of  17.26 percent. The use of noncore funding as a percent of total liabilities  (rather than more stable traditional deposits) decreased to 17.97 percent. Both  metrics are somewhat stronger than the national medians.</p>
<p>The data for Montana and the nation are found in  the tables below. The attachment to this release provides additional data on  the characteristics of banks in the region and definitions and explanations of  those data.</p>
<p><a href="/pubs/news/2012/2012-11-20_mt_banking_cond_data.pdf">Data for Montana and the nation</a> [pdf]
</p>
<p><a href="/pubs/news/2012/ninth_district_bank_operations_nov_2012.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
 <p></p>
 <div class="horizontal_rule"></div>
 <p>More details on 2012 banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States - Third Quarter 2012 Update</a>.</p>
 <div class="horizontal_rule"></div>
 <p align="center" class="footnote"></p>
 </div>
 <div id="northdakota" class="tabs_panel">
  <h2>North Dakota Banking Conditions Stand Out Compared to Nation</h2>
<p>Banking conditions in North Dakota are exceptionally strong,  according to data reported by the state&rsquo;s 88 banks for third quarter 2012.  Record low levels in problem assets, robust loan growth and healthy earnings  are noteworthy for the state. According to Ron Feldman, senior vice president  of Supervision, Regulation and Credit at the Federal Reserve Bank of  Minneapolis, &ldquo;North Dakota&rsquo;s banking conditions stand out. Profitability  improved again and remains above precrisis levels, while growth and asset quality  are as strong as they&rsquo;ve been since the mid-1990s.&rdquo;</p>
<p>The state median level of problem assets dropped to a near  record low in the third quarter. The value of loans that are not current on  their payments as a percent of the resources banks have to cover any losses  dropped by 2.45 percentage points to 5.77 percent in the third quarter. North  Dakota&rsquo;s level is less than half of the national median of 12.1 percent. </p>
<p>Profitability for North Dakota banks improved in third  quarter 2012, as measured by the median return on average assets. The state  median stands at 1.24 percent, healthy within the historical range, even as  banks nationwide face challenges to maintaining earnings. The national median  is 0.89 percent. </p>
<p>North Dakota banks reported a remarkable median four-quarter  net loan growth rate of 12.11 percent, more than ten times the national median  of 0.91 percent, which only turned positive in the second quarter.</p>
<p>North Dakota median banks remained strong in both capital  and liquidity. The total risk-based capital ratio, a key benchmark of capital  adequacy, climbed slightly to 13.47 percent. Liquidity also improved by a small  margin as the banks use of noncore funds (instead of more stable traditional  deposits) decreased by 18 basis points to 15.77 percent of total liabilities.</p>
<p>The data for North Dakota and the nation are  found in the tables below. The attachment to this release provides additional  data on the characteristics of banks in the region and definitions and  explanations of those data.</p>
<p><a href="/pubs/news/2012/2012-11-20_nd_banking_cond_data.pdf">Data for North Dakota and the nation</a> [pdf]
</p>
<p><a href="/pubs/news/2012/ninth_district_bank_operations_nov_2012.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
  <p></p>
        <div class="horizontal_rule"></div>
        <p>More details on 2012 banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States - Third Quarter 2012 Update</a>.</p>
        <div class="horizontal_rule"></div>
        <p align="center" class="footnote"></p>
 </div>
<div id="southdakota" class="tabs_panel">
  <h2>Banking Conditions in South Dakota Improve a Bit and Continue Strong</h2>
<p>South Dakota banking conditions generally improved and  remain stronger than national conditions across key measures, according to  Sept. 30, 2012, reports filed by the 74 commercial banks in the state.  According to Ron Feldman, senior vice president of Supervision, Regulation and  Credit at the Federal Reserve Bank of Minneapolis, &ldquo;South Dakota banks continue  to report minimal problem assets as the rest of the country recovers from  crisis conditions. Profitability improved a bit in the third quarter, while  loan growth was essentially flat. While measures of bank profitability and loan  growth are below long-term averages in the state, they are performing better  than measures in the rest of the country, overall.&rdquo;</p>
<p>The state median ratio of problem loans to the resources  banks have to cover losses improved by 27 basis points in the third quarter to  a 20-year low of 3.84 percent, about a third of the national median. </p>
<p>South Dakota bank profitability increased slightly to 1.06  percent in third quarter 2012, as measured by the return on average assets.  While that figure is still lower than precrisis levels, it compares favorably  to the 0.89 percent national median.</p>
<p>The median growth in the amount of outstanding loans at  South Dakota banks was just a bit lower than a quarter ago, but has improved  over the past year and stands 3.14 percent. The national figure just turned  positive in the second quarter and remains below 1 percent.</p>
<p>Measures of capital and liquidity both remain relatively  strong in the state. The total risk-based capital ratio stands near historical  highs at 17.29 percent, while the median use of noncore funds (as opposed to  more stable traditional deposits) is at just 17.30 percent of liabilities, the  lowest level since 2005.</p>
<p>The data for South Dakota and the nation are  found in the tables below. The attachment to this release provides additional  data on the characteristics of banks in the region and definitions and  explanations of those data.</p>
<p><a href="/pubs/news/2012/2012-11-20_sd_banking_cond_data.pdf">Data for South Dakota and the nation</a> [pdf]
</p>
<p><a href="/pubs/news/2012/ninth_district_bank_operations_nov_2012.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
  	<p></p>
  	<div class="horizontal_rule"></div>
      	<p>More details on 2012 banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States - Third Quarter 2012 Update</a>.</p>
  	<div class="horizontal_rule"></div>
  	<p align="center" class="footnote"></p>
</div>
<div id="michigan" class="tabs_panel">
  <h2>Mixed Performance for Upper Peninsula Banks in the Third Quarter</h2>
<p>In the third quarter of this year, the 21 banks in the Upper  Peninsula of Michigan reported improved overall levels of problem assets but  lower loan growth and earnings, according to data collected by the Federal  Reserve&rsquo;s Ninth District. According to Ron Feldman, senior vice president of  Supervision, Regulation and Credit at the Federal Reserve Bank of Minneapolis, &ldquo;The  U.P.&rsquo;s median level of problem assets declined in the quarter, but remains  higher than a year ago. Problem assets in the U.P. are  much higher than the national figures. The four-quarter loan growth rate  deteriorated and remains negative, while the region&rsquo;s median bank earnings  ticked down and no longer exceed the national level.&rdquo;</p>
<p>Banks in the Upper Peninsula reported a 65-basis-point drop  in the level of problem assets as a percent of the resources banks maintain to  cover losses. Nonetheless, these institutions report problem assets at 19.32  percent of capital and allowance, considerably higher than the national median  of 12.1 percent. Improving commercial real estate loan quality drove the U.P.&rsquo;s  third quarter improvement with a reduction of 1.18 percent of capital and  allowance. </p>
<p>Despite a small reduction in the median earnings at U.P.  banks, the return on average assets through third quarter 2012 surpassed the  national median by 1 basis point at 0.90 percent and has improved by 10 basis  points from a year ago. </p>
<p>The total value of loans on bank books fell 0.6 percent from  a year ago. In contrast, net loan growth rates in the rest of the country have  improved and are now positive. </p>
<p>A key measure of capital, the total risk-based capital  ratio, remains strong and improved in third quarter 2012 to 18.51 percent. Bank  liquidity as measured by the use of noncore funding (rather than more stable traditional  deposits) improved from 20.22 percent to 19.44 percent of total liabilities in  the third quarter and compares favorably to the national median.</p>
<p>The data for upper Michigan and the nation are  found in the tables below. The attachment to this release provides additional  data on the characteristics of banks in the region and definitions and  explanations of those data.</p>
<p><a href="/pubs/news/2012/2012-11-20_mi_banking_cond_data.pdf">Data for Michigan and the nation</a> [pdf]
</p>
<p><a href="/pubs/news/2012/ninth_district_bank_operations_nov_2012.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
  	<p></p>
  	<div class="horizontal_rule"></div>
      	<p>More details on 2012 banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States - Third Quarter 2012 Update</a>.</p>
  	<div class="horizontal_rule"></div>
  	<p align="center" class="footnote"></p>
</div>
<div id="wisconsin" class="tabs_panel">
  <h2><strong>Western Wisconsin Banking Conditions Improving</strong></h2>
<p>The 56 banks in the western part of Wisconsin in the Ninth  Federal Reserve District reported improvement across key metrics of health in  the third quarter of 2012. According to Ron Feldman, senior vice president of  Supervision, Regulation and Credit at the Federal Reserve Bank of Minneapolis,  &ldquo;Banks in western Wisconsin are showing a marked recovery from crisis conditions.  While asset quality is still not as strong as national levels, the improvement  is strong. Loan growth and earnings in the region continue to improve and are  better than national levels.&rdquo;</p>
<p>Although problem assets remain high in western Wisconsin  banks, a key metric declined for the third consecutive quarter. As of third  quarter 2012, loans that were behind on their payments decreased 81 basis  points to 14.25 percent of the value of resources banks have to cover potential  losses. Over the past year, that measure improved by more than 8 percentage  points. Problem assets in commercial real estate loans, a key area of concern,  did not improve in the quarter and are still considerably higher than those in  the rest of the nation at 6.53 percent.</p>
<p>Profit levels, as measured by the median return on average  assets, improved 12 basis points to 0.99 percent in the third quarter. This  compares favorably to a national median of 0.89 percent.<br />
  <br />
  The year-over-year growth in loans has improved markedly  over the past year and gained 60 basis points in the quarter. Now at 2.07  percent, net loan growth in western Wisconsin outpaces the national median of  0.91 percent. </p>
<p>The total risk-based capital ratio, a key measure of  capital, remains strong at 16.3 percent after setting a record high last  quarter. Banks&rsquo; use of noncore funds rather than more stable traditional  deposits dropped during the quarter to 18.68 percent of liabilities and remains  below the national median. </p>
<p>The data for western Wisconsin and the nation are found in  the tables below. The attachment to this release provides additional data on  the characteristics of banks in the region and definitions and explanations of  those data.</p>
<p><a href="/pubs/news/2012/2012-11-20_wi_banking_cond_data.pdf">Data for Wisconsin and the nation</a> [pdf]  </p>
<p><a href="/pubs/news/2012/ninth_district_bank_operations_nov_2012.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
  	<p></p>
  	<div class="horizontal_rule"></div>
      	<p>More details on 2012 banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States - Third Quarter 2012 Update</a>. </p>
  	<div class="horizontal_rule"></div>
  	<p align="center" class="footnote"></p>
</div>
</div>
]]></content:encoded>
	  
      <cb:news>
        <cb:simpleTitle>Banking Conditions in Ninth District States Third Quarter 2012 Update</cb:simpleTitle>
        <cb:occurrenceDate>2012-11-20T11:00:00-06:00</cb:occurrenceDate>
	      
        <cb:person type="contact">
          <cb:givenName>Patti</cb:givenName>
          <cb:surname>Lorenzen</cb:surname>
          <cb:nameAsWritten>Patti Lorenzen</cb:nameAsWritten>
        </cb:person>
      </cb:news>
	  </item>
    
    <item rdf:about="http://www.minneapolisfed.org/publications_papers/pub_display.cfm?id=4944">
      <title>Economic Policy Papers: New and Larger Costs of Monopoly and Tariffs</title>
      <link>http://www.minneapolisfed.org/publications_papers/pub_display.cfm?id=4944</link>
      <dc:date>2012-09-11T08:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[<h2>Abstract</h2>
<p>Fifty-eight years ago, Harberger (1954) estimated that the costs of monopoly, which resulted from misallocation of resources <em>across</em> industries, were trivial. Others showed that the same was true for tariffs. This research soon led to the consensus that monopoly costs are of little significance&mdash;a consensus that persists to this day.</p>
<p>This paper reports on a new literature that takes a different approach to the costs of monopoly. It examines the costs of monopoly and tariffs <em>within</em> industries. In particular, it examines the histories of industries in which a monopoly is destroyed (or tariffs greatly reduced) and the industry transitions quickly from monopoly to competition. If there are costs of monopoly and high tariffs within industries, it should be possible to see those costs whittled away as the monopoly is destroyed.</p>
<p>In contrast to the prevailing consensus, this new research has identified significant costs of monopoly. Monopoly (and high tariffs) is shown to significantly lower productivity within establishments. It also leads to misallocation within industries: Resources are transferred from high- to low-productivity establishments.</p>
<p>From these histories, a common theme (or theory) emerges as to why monopoly is costly. When a monopoly is created, &ldquo;rents&rdquo; are created. Conflict emerges among shareholders, managers and employees of the monopoly as they negotiate how to divide these rents. Mechanisms are set up to split the rents. These mechanisms are often means to reduce competition <em>among</em> members of the monopoly. Although the mechanisms divide rents, they also destroy them (by leading to low productivity and misallocation).</p>
<div class="horizontal_rule"></div>
<h2>Introduction<a href="#fn1" name="n1" title="" id="n1"><sup style="font-size:9px;">1</sup></a></h2>
<p>In standard economic theory, monopoly leads to a welfare loss. This loss stems from a misallocation of resources <em>across</em> industries: Too few goods are produced by the monopolist; too many in other industries. Economic theory had long suggested that this welfare loss exacted high costs from the economy. But modern understanding took a turn when, in a landmark 1954 paper, Arnold Harberger analyzed the quantitative significance of monopoly costs in the United States. Were these costs as high as conventional economic theory suggested? The clear but surprising answer that Harberger provided was no.</p>
<p>Harberger estimated that, contrary to his expectation and to standard theory, the costs of monopoly were quite trivial. &ldquo;We come to the conclusion that monopoly misallocations entail a welfare loss of no more than a thirteenth of a per cent of the national income. Or, in present values, no more than about $1.40 per capita,&rdquo; he wrote. &ldquo;I must confess that I was amazed at this result. ... Monopoly does not seem to affect aggregate welfare very seriously through its effect on resource allocation&rdquo; (Harberger 1954, pp. 85, 86, 87).</p>
<p>Other economists extended Harberger&rsquo;s work to estimate costs associated with tariffs, and here, too, the costs were trivial. A consensus quickly developed that Harberger&rsquo;s conclusion was indeed valid.</p>
<p>Recently, a new literature has taken a different approach to understanding the costs of monopoly. Looking <em>within</em> industries, it examines the histories of industries in which a monopoly is destroyed and the industry transitions quickly from monopoly to competition, as well as the histories of industries that rapidly moved the opposite way, from competition to monopoly. If there are costs of monopoly, those costs should be whittled away as the monopoly is destroyed. Likewise, if an industry is monopolized, costs should be created. In both cases, costs should be apparent when comparing the industry before and after monopolization. </p>
<p>Several industries have been studied with this method, including transportation in the United States and U.S. manufacturing of sugar, iron ore and cement. The historical records of these disparate industries show that there are costs of monopoly and tariffs within industries. In these industries, this new literature has shown that monopoly led to, among other costs, the following: </p>
<ol>
 <li><em>Low productivity</em> at each factory. That is, for any given amount of inputs, monopoly meant that less output was produced than under competition. </li>
 <li><em>Misallocation of resources between high- and low-productivity factories</em>. That is, monopoly led to resources (capital, labor, etc.) being transferred from productive factories to unproductive factories. Again, this misallocation occurs <em>within</em> an industry and is different from the misallocation that Harberger (1954) studied.</li>
</ol>
<p>In sharp contrast to Harberger&rsquo;s finding, these studies show that the welfare costs associated with monopoly and tariffs are not small. The consequence of cases (1) and (2) above is that industry output could have been produced with fewer inputs. One way to measure the loss, then, is to calculate the value of the &ldquo;wasted&rdquo; inputs. The histories of these industries show that as monopoly was destroyed in each, productivity at each factory soared. Doubling of productivities in a few years was common. The value of the wasted inputs was as much as 20 percent to 30 percent of industry value added.</p>
<p>A common theme (or theory) emerges from the histories as to why monopoly led to these costs. When a monopoly is created, &ldquo;rents&rdquo; are created.<a href="#fn2" name="n2" title="" id="n2"><sup style="font-size:9px;">2</sup></a> Conflict emerges among shareholders, managers and employees of the monopoly as they negotiate how to divide these rents among themselves&mdash;or, more colloquially, how to &ldquo;split the spoils.&rdquo; Mechanisms are set up to split the rents. Although they divide rents, they also destroy them (by leading to low productivity and to misallocation).</p>
<p>As used in this paper, the term &ldquo;monopoly&rdquo; means more than the strict definition: an industry with a single producer. One industry mentioned later in the paper was a cartel for 40 years. Conflict over rents emerged between groups in the cartel, firms, workers and managers. In some industries, there were high tariffs (and other forms of protection). This high protection led to strong incentives among groups in the domestic industry to form monopolies. Firms attempted to collude, and workers formed industrywide unions (i.e., monopolies). So, the statement that &ldquo;tariffs led to large welfare losses&rdquo; means that tariffs led to incentives to form monopolies and then to actual monopolies, and these monopolies then led to large welfare losses.</p>
<p>A body of literature in the 1960s and 1970s argued that the costs of monopoly and tariffs were not trivial, saying (in essence) that there were costs within industries. This theoretical literature, and why it did little to dent the &ldquo;Harberger consensus,&rdquo; is briefly reviewed in Minneapolis Fed <a href="/publications_papers/pub_display.cfm?id=4927">Staff Report 468</a> (Schmitz 2012), on which this policy paper is based. In this policy paper, I discuss historical studies that look at the collapse of monopoly. I describe how the monopolies emerged and how they were destroyed. Then I discuss the mechanisms that were used to split rents and why these mechanisms led to welfare losses.</p>
<p></p>
<h2>Monopoly: Its Creation and Destruction
</h2>
<p> In this section, I introduce some of the industries that have been studied, discussing how monopolies were created in the industries and how they were destroyed. In the section that follows, I discuss the costs of these monopolies.</p>
<p>I discuss four industries: U.S. sugar manufacturing, in particular, sugar manufacturing using sugar beets (Bridgman, Qi and Schmitz 2009, 2012); the U.S. iron ore manufacturing industry (Gald&oacute;n-S&aacute;nchez and Schmitz 2002 and Schmitz 2005); the U.S. cement manufacturing industry (Dunne, Klimek and Schmitz 2010); and U.S. freight transportation by water in the 19th century (Holmes and Schmitz 2001). These papers can be consulted for details that are only sketched here. Other industries will be briefly discussed.</p>
<p>When a monopoly is created, the government often has a hand in the process. This is the case in most of the industries studied, to greater or lesser degrees. In U.S. sugar manufacturing, the government played a central role in creating monopoly. During the Great Depression, sugar manufacturers were permitted, indeed encouraged, by U.S. law to form a cartel. </p>
<p>Many U.S. cartels were created during the Depression (as part of the New Deal), but the New Deal sugar cartel survived much longer than most. For 40 years, from 1934 to 1974, the industry was repeatedly able to renew the U.S. laws that enabled it to operate as a cartel. Soaring world sugar prices in 1974 resulted in the cartel losing political support, and the laws permitting it to operate as a cartel were not renewed.</p>
<p>To describe the government&rsquo;s role in creating monopoly in the other industries, a useful approach is to first sketch a very simple model, one in the spirit of that in Holmes and Schmitz (1995). Consider an industry where transportation costs are large relative to production costs. If the domestic price is initially set equal to the cost of domestic production, then domestic producers will have a strong incentive to push their price up to the sum of foreign production cost plus the cost of transportation (or tariff) involved in bringing the foreign product to domestic markets. </p>
<p>The incentive to do so is great in this &ldquo;industry&rdquo; because, by assumption, transport costs are large relative to production costs. A very large tariff will be an incentive to increase prices, just as a large transportation cost would.</p>
<p>If the transportation or tariff cost is large, then, as in Holmes and Schmitz (1995), assume that groups will make investments to form monopolies. Firms will attempt to collude, and workers to form strong unions. Some groups may succeed. If later on protection is cut, the incentives to make these investments will fall, and the monopolies will weaken (or disappear). </p>
<p>This same logic applies if, rather than a transportation cost advantage, local firms have a production cost advantage.</p>
<p>This simple abstraction is a good representation of both the iron ore and cement manufacturing industries. In the early 1950s, U.S. producers had production cost advantages over foreign producers, and the industries received significant protection.<a href="#fn3" name="n3" title="" id="n3"><sup style="font-size:9px;">3</sup></a> Groups invested in creating monopolies. At various times, firms in these industries were charged with trying to collude. The U.S. government investigated the industries for antitrust violations. It is unnecessary to enter into the argument as to how effective collusion was; there is little doubt that very strong, industrywide unions emerged in these industries. Although antitrust laws in the United States made firm collusion difficult, building monopoly unions was easier. Collective bargaining laws enacted by the U.S. government allowed unions to organize all workers in an industry and not be bound by antitrust laws (see Meltzer 1963 and Winter 1963).</p>
<p>The monopolies in these industries&mdash;in particular, the strong monopoly unions&mdash;lasted for many decades in the post–World War II period. The monopoly unions were able to provide very high wages. For example, by the 1970s, cement workers were paid as much as U.S. autoworkers (who were the highest-paid manufacturing workers). The unions also had very stringent work rules (as described later on).</p>
<p>In the 1980s, the monopolies in these industries weakened or were dissolved. The union in the cement industry dissolved. In the iron ore industry, the union did not disappear, but lost much of its clout. For example, work rules became much less stringent, and plant managers had more control over how to structure plant operations.</p>
<p>Why the weakening of the monopolies in the 1980s? Foreign producers were now threatening to enter local markets. Brazil offered to sell iron ore in Chicago and Cleveland, the heart of the U.S. market, at half the local price. Firms around the world offered to sell cement on the West Coast and Gulf of Mexico at half the U.S. prices. </p>
<p>How could foreign firms offer to sell at such discounts? There are two proximate reasons. First, transportation costs greatly decreased (relative to production costs) in the postwar period. This, by itself, would have meant a weakened incentive for continued investment in keeping monopoly. But, second, the production cost advantage of U.S. producers decreased. This development was, of course, to be expected, as the whole purpose of creating strong unions was to increase wages (and hence costs). The monopolies also led to lower productivity, increasing costs further. But what was striking is that U.S. producers were at a production cost disadvantage. </p>
<p>An obvious question is: Why did the unions (and other groups discussed later on) push wages so high and lower productivity to the point where foreign producers could offer such steep discounts? At least three possibilities come to mind. First, the groups realized that wage demands and work rules would lead to the demise of monopoly, but that this strategy was the best. Second, the groups realized that wage demands and work rules would lead to the possibility of foreign entry, but they expected more government protection than they were able to receive. Many calls for protection were made, and some protection was given, but it was not enough. Third, perhaps the outcome (foreign entry) was not expected. Although I do not know which story best describes the events, the story itself is not important for the issue at hand. The main point is that there are significant costs of monopoly and tariffs.</p>
<p>Monopolies can arise on their own, of course, without the help of government policy. Consider U.S. freight transportation by water in the 19th century. Well before any collective bargaining laws were enacted in the United States, strong unions developed in the port of New Orleans. Groups in transportation had a strong incentive to form monopolies in the port, since much freight went through that port. Many groups, such as warehouse owners, riverboat pilots and longshoremen, were thought to have formed strong monopolies. Evidence of strong monopolies is particularly clear for longshoremen.</p>
<p>The weakening of these monopolies in New Orleans resulted from the development of alternative transportation technologies. New technology&mdash;railroads&mdash;meant that the returns from these port monopolies were greatly diminished. Investments in sustaining the monopolies waned, and the monopolies were considerably weakened.</p>
<p></p>
<h2>Monopoly: Splitting the Spoils (and Destroying Them as Well) </h2>
<p>During the period when monopolies in these industries were strong, groups set up mechanisms to split rents. Here I discuss some of the mechanisms used and how they led to the destruction of rents&mdash;in particular, to low productivity and misallocation. When monopoly was weakened in these industries, the mechanisms were abandoned, leading to large productivity gains in establishments and to resources being reallocated from low- to high-productivity producers.</p>
<p><u>Mechanisms Limiting Competition</u><br />
One mechanism used to split rents was competition-reducing rules. Here I discuss two types that were used: <em>quotas</em> and <em>work rules</em>.</p>
<p><em>Quotas</em><br />
 In the U.S. sugar industry, the New Deal cartel included factory owners, factory workers, farmers, farm workers and others. As the cartel was established, each of these groups sought to secure (for themselves) as large a share of rents as possible. A major mechanism to split rents was quotas. In the cartel, firms were given quotas&mdash;the right to sell a certain amount of sugar each year.</p>
<p>Incumbent farmers also sought, and were successful in acquiring, quotas&mdash;the right to grow sugar beet crops on a given number of acres each year. Without these quotas for incumbent farmers, nothing stopped firms from moving the locations of their factories or even using different farmers in the same location. Just as firms in the cartel used firm quotas to limit competition, incumbent farmers wanted quotas to limit competition among themselves (and from other farmers). Without these quotas, there was no way to ensure that incumbent farmers would receive a share of the monopoly profits.</p>
<p>As is often the case, these quota rights (both those of the firms and those of the farmers) could not be sold.<a href="#fn4" name="n4" title="" id="n4"><sup style="font-size:9px;">4</sup></a> Although the allocation of quotas for acres in 1934 was &ldquo;efficient,&rdquo; over time there was a change in the comparative advantage of locations in manufacturing sugar. Hence, there emerged a significant misallocation of resources between factories, with low-productivity factories producing too much sugar and high-productivity factories too little.</p>
<p>As the cartel started in 1934, some of the most profitable or productive (measured as revenue per acre divided by costs per acre) areas to make sugar were in California and Colorado. But after a few decades, these areas were no longer high-productivity areas. The opportunity cost of land in California and Colorado, and of the water used in making sugar in these areas, grew much faster than in other parts of the country, in particular, in Minnesota and North Dakota. By the 1960s, these latter states became the most productive areas in which to make sugar. However, given the mechanisms to split rents (i.e., the quotas), the industry could not increase production in these areas. Once the cartel ended in 1974 and the mechanisms to split rents were abandoned, the share of industry production in Minnesota and North Dakota grew rapidly (and declined rapidly in California and Colorado).</p>
<p>I can estimate the magnitude of the welfare loss due to these mechanisms to split rents (the quotas), that is, from the misallocation of resources within the industry. Recall the introduction to this paper, which mentioned that one way to measure welfare loss is to calculate the value of wasted inputs in producing industry output. In the 1960s, the industry was using land in California, which had high value (or opportunity cost), rather than land in North Dakota, which had much lower opportunity cost. The difference in opportunity costs is a measure of the wasted land input. Not only were the opportunity costs of land much lower in North Dakota, but the opportunity costs of many other inputs&mdash;for example, labor and the water used in growing sugar beets&mdash;were much lower as well. To calculate the welfare loss in, say, 1965, I imagine &ldquo;moving&rdquo; some of the quota allocation from California to North Dakota (keeping industry output fixed) and then calculating the value of the inputs that were wasted by producing in California. At this point, it is easier to estimate the value of the wasted inputs relative to industry profits (rather than relative to value added). The estimates indicate that the losses were roughly 20 percent to 30 percent of industry profits. </p>
<p><em>Work Rules</em><br />
 In the iron ore and cement industries, those who were in a position to gain from the large transportation costs into local markets, and the protection offered by tariffs, were the factory owners, factory workers and even the local governments (e.g., townships) where factories were located. What mechanisms were used to acquire rents? Local townships placed significant taxes on the production of iron ore and cement. Workers formed very strong unions. Although claims of collusion within both industries have been made, these claims are harder to document than the taxes and union contracts that emerged in these industries.</p>
<p>A major mechanism to split rents was the work rules in union contracts. Among other things, work rules were a way to limit competition among workers. They were structured so that managers could not play workers off each other. Let me briefly discuss these features of work rules and their consequences.</p>
<p>Union contracts split the tasks in plants into groups or categories. Workers were then assigned to one of these groups or categories, that is, given the right to complete tasks in that category. Only the workers in this group could complete the tasks assigned to the group. Very often these distinctions among workers were arbitrary in that a worker in a particular category was able, but not allowed, to complete tasks in many other categories.</p>
<p>Consider an important example. Machine operators were given tasks and repair workers other tasks. Machine operators were prohibited from assisting repair workers in their assigned tasks, even mundane tasks that required no repair expertise, such as getting supplies, holding tools and so on.</p>
<p>In addition to a sharp distinction being made between the tasks of machine operators and the tasks of repair workers, there was also a sharp distinction among tasks assigned to repair workers. Repair workers were grouped into many classifications, as many as 30 in a plant. </p>
<p>These types of work rules dividing work among members of the union are most often called <em>job classification systems</em>. They are similar to the quotas discussed earlier. In particular, work rules are a way to limit competition between workers, just as quotas limited competition between farmers. They ensure that groups of workers receive a share of the monopoly profits. But they also destroy profit, as I now discuss. </p>
<p>What are the negative consequences of such rules? These work rules in the iron ore and cement industries lead not only to overstaffing, but also to idle machinery. When, for example, the Finish Grind Department is down, workers from other departments are not allowed to help restore its machines to operation. Hence, machines are down longer than necessary, and capital productivity suffers. But clearly, energy productivity suffers as well. Fuel is being burned in other parts of the plant, and electricity used, even as the disabled machines are idle and output is not produced. As a result, such rules lead to low total factor productivity.</p>
<p>What is the quantitative significance of work rules? In the 1980s, when the work rules in the iron ore and cement industries were made much less stringent, labor productivity doubled in a few years. Other productivities increased as well. If these increases in productivity can be tied in large part to the relaxing of work rules, then obviously these are big welfare gains. The iron ore and cement manufacturing papers cited earlier argue that most of the productivity gains were due to the relaxing of work rules. Proving such a claim is difficult, but the papers, by looking at both direct and indirect evidence, have marshaled much evidence that this was indeed true.</p>
<p>We can estimate the magnitude of this welfare loss due to these mechanisms to split rents (the work rules), that is, from the low productivity in establishments. Again, one way to measure the welfare loss is by the value of the wasted inputs. With these work rules, machines were down longer than necessary. The energy that was being consumed elsewhere in the plant when output was not produced was a wasted input. The value of this wasted energy was its opportunity cost per unit multiplied by its quantity. The opportunity cost was its price per unit.</p>
<p>Next consider labor. With these work rules, labor input was wasted. For example, a machine operator could not hold a tool for a repair person (who would need to bring in another repair person for such tasks). The value of this wasted input was the opportunity cost of the machine worker&rsquo;s time multiplied by the amount of time involved.</p>
<p>How much time was wasted in these plants? And what was the opportunity cost of this time? When work rules were changed in these industries, labor productivity doubled in a few years. Half of the workers were able to produce the same output. A rough estimate then suggests a dead-weight-loss-to-industry-value-added ratio of 16 percent to 17 percent. (See Schmitz 2012, pp. 14-15, for details of this calculation.) </p>
<p>In addition to energy and labor, capital was also wasted, as work rules meant that disabled machinery took longer to repair than was necessary. In considering estimating the welfare loss due to wasted energy and wasted capital, I note two things. First, energy productivity and capital productivity both increased significantly with the loosening of work rules, but not to the extent that labor productivity increased. So, not as much was wasted. Second, the price paid for these inputs was likely close to its opportunity cost. Using a dead-weight loss for the wasted capital and energy of a few percentage points (possibly more) of value added, together with the wasted labor estimate of 16 percent to 17 percent of value added, gives an estimate of over 20 percent in total.<a href="#fn5" name="n5" title="" id="n5"><sup style="font-size:9px;">5</sup></a></p>
<p>As just discussed, work rules in iron ore and cement manufacturing led to low productivity in establishments. But work rules can also lead to misallocation within industry. I will go on to briefly discuss some other industries, arguing that work rules likely led to the same type of misallocation as quotas did in sugar&mdash;with low-productivity plants producing too much output and high-productivity plants too little.</p>
<p>The historical studies have shown that monopoly and tariffs can lead to welfare losses within industry on the order of 20 percent. But what about the losses for the entire economy? How many other industries, and of what size, have incurred such losses because of monopoly? I briefly discuss these questions below.</p>
<p><u>Side Payments Between Groups</u><br />
 Rules to reduce competition (such as quotas and work rules) were an indirect means to split rents between groups. Direct means were also used, whereby some factories would send money to other factories. This was done, for example, in the sugar cartel. These side payments in sugar manufacturing were not lump sum, but involved mechanisms that led to distortions. In particular, the side payments exacerbated the misallocation problem discussed earlier (of having production in California and not North Dakota).</p>
<p></p>
<h2>Splitting the Spoils: Other Industries, Other Countries and a U.S. Cost Estimate</h2>
<p> In this section, I argue that the mechanisms to split rents just discussed are prevalent throughout industry. Moreover, evidence suggests that these mechanisms have had negative consequences in other industries (and other countries) as well. However, I cannot be sure of their quantitative significance because no studies like those described in the preceding section have been completed for these industries.</p>
<p>Many U.S. industries had significant market power after World War II, first by virtue of the devastation that many countries faced as a result of the war and later because of government protection of U.S. manufacturing. Monopolies emerged; in particular, the postwar years saw the emergence of industrywide unions in the auto, steel, paper, tire, airplane and chemical industries, to name a few. </p>
<p>What mechanisms were used to split rents? The job classification systems discussed earlier are prevalent throughout manufacturing (though for the most part are less stringent today than a few decades ago). Some observers of these industries hold the view that work rules led to low productivity in plants.<a href="#fn6" name="n6" title="" id="n6"><sup style="font-size:9px;">6</sup></a></p>
<p>Just as they did in the cement and iron ore industries, stringent work rules likely led to low productivity in establishments in many manufacturing industries. In some, stringent work rules led to other types of distortions and losses (which were not seen in the cement and iron ore industries). First, as I suggested earlier, work rules in these industries likely led to misallocation&mdash;resources being transferred from high- to low-productivity plants. Second, high wages (and stringent work rules) have likely led to another type of misallocation in industries: a change of technology (in order to escape the wages and work rules). </p>
<p>A similar phenomenon&mdash;that is, monopolists splitting (and destroying) rents&mdash;occurs in other countries. In Britain, job classification systems (referred to as &ldquo;job demarcation rules&rdquo;) are widespread. Demarcation rules are also used in France. In both countries, research suggests that these rules lead to reduced productivity.</p>
<p>I finish this section with a back-of-the-envelope estimate for the within-industry costs of monopoly and tariffs for the United States. This will enable a preliminary stab at the question, are these welfare losses similar in magnitude to Harberger&rsquo;s losses (0.1 percent of value added), or can I conclude that they may well be significantly larger?</p>
<p>Industries that are known to have strong unions and rigid work rules include mining, utilities, construction, transportation (in particular, airlines and railroads) and parts of manufacturing, in particular, durable manufacturing (steel, airplanes, autos). Assume that work rules had similar negative impacts on productivity in those industries as they did on the industries discussed in detail earlier&mdash;again, about 20 percent of industry value added. </p>
<p>Adding together the total value added of these industries thus affected (just over 25 percent of total gross domestic product in 1977) enables an estimate of welfare losses from monopolies and tariffs of roughly 5 percent of GDP (=20 percent loss of 25 percent GDP share). (Further calculation details are in Schmitz 2012.) Again, this calculation is obviously extremely crude, but it does suggest that the losses may well be orders of magnitude larger than Harberger&rsquo;s estimated losses.<a href="#fn7" name="n7" title="" id="n7"><sup style="font-size:9px;">7</sup></a> <strong>&nbsp;</strong></p>
<p></p>
<h2>Costs of Monopoly: Summary and Observations</h2>
<p>Research on the theoretical and quantitative significance of monopoly costs has evolved considerably since the mid-1950s, when Harberger&rsquo;s (1954) influential paper suggested&mdash;in contrast to the prevailing view among economists&mdash;that in the United States, the costs of monopoly resulting from resource misallocation across industries were actually quite insignificant. This view soon became the dominant consensus among economists. Subsequent research in the 1960s and 1970s sought to establish a convincing counterargument, but was unsuccessful in overturning the prevailing concept of negligible costs.</p>
<p>This paper reviews a new stream of research that uses a different approach to analyzing the costs of monopoly. It examines the costs of monopoly and tariffs <em>within</em> industries rather than across them. In particular, it examines the histories of industries in which a monopoly is destroyed (or tariffs greatly reduced) and the industry transitions quickly from monopoly to competition. </p>
<p>Over considerable time spans and a wide range of industries, this research finds that monopoly exacts high costs in two ways: (1) through misallocation of economic resources between high- and low-productivity factories and (2) by decreased productivity at each factory. The historical studies call the Harberger consensus into question. At least in the industries studied thus far, monopoly and tariffs have led to significant welfare losses, on the order of 20 percent of value added. </p>
<p>A common thread runs through these histories, one that suggests a theory. When a monopoly is created, rents are generated. But the distribution of these rents&mdash;splitting the spoils&mdash;causes conflict among shareholders, managers and employees of the monopoly. These parties devise mechanisms to split the spoils, but the mechanisms often lead, paradoxically, to the destruction of rents. </p>
<p>The implications of this theory of monopoly costs, and of the empirical findings of high costs, deserve serious consideration by policymakers as they design and enforce antitrust measures. As described earlier in this paper, government policies themselves, such as tariffs and other forms of protection, are an important source of monopoly. This review of recent economic research indicates that the costs of such protectionist policies are considerable and should be fully recognized and appreciated. Furthermore, policy reforms to minimize these costs should be carefully considered.</p>
<p>As for future economic research, a key question is to understand why mechanisms (such as work rules) are used to split rents when they also self-destructively wipe out rents. Why can&rsquo;t members of the monopoly structure contracts that avoid such large wasted resources? Differences in information? The inability of parties to commit to future actions? Such reasons may well be why mechanisms intended to split rents also destroy them.</p>
<p></p>
<h2>Endnotes </h2>
<p class="footnote"><a href="#n1" name="fn1" title="" id="fn1"><strong>1</strong></a> The author thanks Tasso Adamopoulos, John Asker, Doug Clement, Tom Holmes, Pete Klenow, Sam Kortum, David Lagakos, Justin Pierce, Todd Schoellman and Arilton Teixeira. The views expressed herein are those of the author and not necessarily those of the Federal Reserve Bank of Minneapolis or the Federal Reserve System.</p>
<p class="footnote"><a href="#n2" name="fn2" title="" id="fn2"><strong>2</strong></a> In this usage, &ldquo;rent&rdquo; is the difference between what a factor of production is <em>actually</em> paid and what it would <em>need</em> to be paid to remain in use; as such, it is a measure of that factor&rsquo;s monopoly power.</p>
<p class="footnote"><a href="#n3" name="fn3" title="" id="fn3"><strong>3</strong></a> Transport costs were large (relative to production costs) in both industries. Also, the iron ore industry received government protection because the U.S. steel industry did. In the cement industry, the U.S. government at various times ruled that foreign producers were dumping in local markets.</p>
<p class="footnote"><a href="#n4" name="fn4" title="" id="fn4"><strong>4</strong></a> Why the limit on selling quotas? When the cartel was being proposed, there were, obviously, complaints from farmers in sugar beet and sugar cane areas who did not grow these crops before 1934 (and hence were being left out of the cartel). A reasonable conclusion is that the cartel limited the quota rights so as to limit these complaints (thereby increasing the likelihood that the cartel would be acceptable).</p>
<p class="footnote"><a href="#n5" name="fn5" title="" id="fn5"><strong>5</strong></a> In the calculation of the welfare loss due to the wasted labor input, I made no imputation for the value of leisure that might have been enjoyed at the plants (under the work rule regime). For example, perhaps the machine operator prefers standing next to the repair person not holding tools rather than helping out and holding tools. But this brings up other issues: What happens in a general equilibrium model if a large fraction of the population is standing around at work? We are looking at these issues elsewhere. </p>
<p class="footnote"><a href="#n6" name="fn6" title="" id="fn6"><strong>6</strong></a> See, for example, Hoerr (1988), who discusses the role of work rules in the U.S. steel industry collapse of the 1980s, and Simberg (2008), who discusses the recent auto industry crisis, lamenting the focus on high wages and not, in his view, the real culprit: work rules and low productivity.</p>
<p class="footnote"><a href="#n7" name="fn7" title="" id="fn7"><strong>7</strong></a> Although work rules in the industries discussed earlier have weakened considerably since the 1970s, in other areas, such as education, stringent work rules have grown. Moreover, occupational licensing has grown dramatically in importance, and its impacts on welfare may be important (see Kleiner and Krueger, forthcoming).</p>
<p></p>
<h2 class="footnote">References</h2>
<p class="footnote">Bridgman, Benjamin, Shi Qi,  and James A. Schmitz, Jr. 2009. &ldquo;<a href="/publications_papers/pub_display.cfm?id=4336">The Economic Performance of Cartels: Evidence  from the New Deal U.S. Sugar Manufacturing Cartel, 1934–74</a>.&rdquo; Research Department  Staff Report 437. Federal Reserve Bank of Minneapolis. </p>
<p class="footnote">Bridgman, Benjamin, Shi Qi,  and James A. Schmitz, Jr. 2012. &ldquo;A Cost of  Monopoly: Misallocation of Resources from High to Low Productivity Plants.&rdquo; Manuscript.</p>
<p class="footnote">Dunne, Timothy, Shawn Klimek,  and James A. Schmitz, Jr. 2010. &ldquo;<a href="/research/events/2010_04-23/papers/schmitz8.pdf">Does Competition Spur Productivity? Evidence from  the Post WWII U.S. Cement Industry.</a>&rdquo; Working Paper.</p>
<p class="footnote">Galdón-Sánchez, José E., and  James A. Schmitz, Jr. 2002. &ldquo;Competitive Pressure and Labor Productivity: World  Iron-Ore Markets in the 1980s.&rdquo; <em>American  Economic Review</em> 92(4): 1222–35.</p>
<p class="footnote">Harberger, Arnold C. 1954. &ldquo;Monopoly  and Resource Allocation.&rdquo; <em>American  Economic Review</em> 44(2): 77–87.</p>
<p class="footnote">Hoerr, John P. 1988. <em>And the Wolf Finally Came: The Decline of the  American Steel Industry</em>. Pittsburgh: University of Pittsburgh Press.</p>
<p class="footnote">Holmes, Thomas J., and James  A. Schmitz, Jr. 1995. &ldquo;<a href="/publications_papers/pub_display.cfm?id=264">Resistance to New Technology and Trade Between Areas</a>.&rdquo; <em>Federal Reserve Bank of Minneapolis  Quarterly Review</em> 19(1): 2–17.</p>
<p class="footnote">Holmes, Thomas J., and James A. Schmitz, Jr. 2001.  &ldquo;<a href="/publications_papers/pub_display.cfm?id=860">Competition  at Work: Railroads vs. Monopoly in the U.S. Shipping Industry</a>.&rdquo; <em>Federal Reserve Bank of Minneapolis  Quarterly Review</em> 25(2): 3–29.</p>
<p class="footnote">Kleiner, Morris M., and Alan  B. Krueger. Forthcoming. &ldquo;Analyzing the Extent and Influence of Occupational Licensing  on the Labor Market.&rdquo; <em>Journal of Labor Economics</em>. </p>
<p class="footnote">Meltzer, Bernard D. 1963. &ldquo;Labor  Unions, Collective Bargaining, and the Antitrust Laws.&rdquo; <em>Journal of Law and Economics </em>6(Oct.): 152–223.</p>
<p class="footnote">Schmitz, James A., Jr. 2005. &ldquo;What  Determines Productivity? Lessons from the Dramatic Recovery of the U.S. and  Canadian Iron Ore Industries Following Their Early 1980s Crisis.&rdquo; <em>Journal of Political Economy</em> 113(3):  582–625.</p>
<p class="footnote">Schmitz, James A., Jr. 2012. &ldquo;<a href="/publications_papers/pub_display.cfm?id=4927">New and  Larger Costs of Monopoly and Tariffs</a>.&rdquo; Research Department Staff Report 468.  Federal Reserve Bank of Minneapolis.</p>
<p class="footnote">Simberg, Rand. 2008. &ldquo;<a href="http://pjmedia.com/blog/detroits-downturn-its-the-productivity-stupid">Detroit&rsquo;s  Downturn: It&rsquo;s the Productivity, Stupid</a>.&rdquo; PJ Media.</p>
<p class="footnote">Winter, Ralph K., Jr. 1963. &ldquo;Collective  Bargaining and Competition: The Application of Antitrust Standards to Union  Activities.&rdquo; <em>Faculty Scholarship Series</em>.  Paper 2176.</p>
]]></content:encoded>
	  
      <cb:paper>
        <cb:simpleTitle>New and Larger Costs of Monopoly and Tariffs</cb:simpleTitle>
        <cb:occurrenceDate>2012-09-11T08:00:00-06:00</cb:occurrenceDate>
          
        <cb:person type="author">
          <cb:givenName>James A.</cb:givenName>
          <cb:surname>Schmitz, Jr.</cb:surname>
          <cb:nameAsWritten>James A. Schmitz, Jr.</cb:nameAsWritten>
        </cb:person>
        <cb:publicationDate>2012-09</cb:publicationDate>
        <cb:publication>Economic Policy Papers</cb:publication>
      </cb:paper>
	  </item>
    
    <item rdf:about="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4936">
	
      <title>Banking Conditions in Ninth District States Second Quarter 2012 Update</title>
      <link>http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4936</link>
	
      <dc:date>2012-08-23T11:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[Federal Reserve Bank of Minneapolis</p>

<script type="text/javascript">
$(document).ready(function() {

	//When page loads...
	$(".tabs_panel").hide(); //Hide all content
						  
	if(window.location.hash == "") { // if loading for first time
		
		$("ul.tabs_nav li:first a").addClass("tabs_nav_selected"); //Activate first tab
		$(".tabs_panel:first").show(); //Show first tab content
		//window.location.hash = $("ul#bank_tabnav li:first a").attr("href");
		
	} else {

		var activeContent = window.location.hash; //Find the href attribute value to identify the active tab + content
		$(activeContent).show(); //Fade in the active ID content

		var activeTab = window.location.hash + "_tab"; // activate tab
		$(activeTab).addClass("tabs_nav_selected"); //Add "active" class to selected tab
	}
	
	//On Click Event
	$("ul.tabs_nav li a").click(function() {

		$("ul.tabs_nav li a").removeClass("tabs_nav_selected"); //Remove any "active" class
		$(this).addClass("tabs_nav_selected"); //Add "active" class to selected tab
		$(".tabs_panel").hide(); //Hide all tab content
		
		window.location.hash = $(this).attr("href");

		var activeContent = $(this).attr("href"); //Find the href attribute value to identify the active tab + content
		$(activeContent).show(); //Fade in the active ID content
		return false;
	});

});
</script>
<style type="text/css">

.tabs_container {
	width: 422px;
	margin-top: 0;
}

ul.tabs_nav {
	 padding: 0;
	 margin: 0;
}

ul.tabs_nav li a { 
	}

ul.tabs_nav li a.tabs_nav_selected { 
	color: #000; 
	border-bottom: 2px solid #dce9ed; 
	background-color: #dce9ed; 
	}

ul.tabs_nav li a.twoline { 
	padding-top: 6px;
	padding-bottom: 4px;
	}

ul.tabs_nav li.tabs_nav_last a { 
	padding-left: 11px;
	}
	
.tabs_panel {
	border-top: 2px solid #dce9ed; 
	background: transparent url(/img/common/tabs_panel_bkrd.gif) repeat-x top left;
	padding-top: 10px;
	}
	
</style>

<div class="tabs_container">
      <ul class="tabs_nav" style="width: 422px;">
       <li><a href="#minnesota" id="minnesota_tab">Minnesota</a></li>
       <li><a href="#montana" id="montana_tab">Montana</a></li>
       <li><a href="#northdakota" id="northdakota_tab" class="twoline">North<br/>Dakota</a></li>
       <li><a href="#southdakota" id="southdakota_tab" class="twoline">South<br/>Dakota</a></li>
              <li><a href="#michigan" id="michigan_tab" class="twoline">U.P. of<br/>Michigan</a></li>
              <li class="tabs_nav_last"><a href="#wisconsin" id="wisconsin_tab">Wisconsin</a></li>
      </ul>
 <div class="clear"></div>
      <div id="minnesota" class="tabs_panel">
    	   <h2><strong>Minnesota Banks Improve on Asset Quality and Growth as Recovery Continues</strong></h2>
      	   <p>Minnesota banks reported improvement in the level of problem assets and in net loan growth rate in the second quarter of 2012, based on data from the 364 commercial banks in the state. The amount of problem assets at the median Minnesota bank decreased during the second quarter and has recovered to near pre-crisis levels. According to Ron Feldman, senior vice president of Supervision, Regulation, and Credit at the Federal Reserve Bank of Minneapolis, &#8220;While negative loan growth remains a concern, Minnesota banks have improved considerably over the last year. Minnesota banks compare favorably with national medians on measures of earnings. The strong improvements in asset quality and loan growth rates reflect a continued positive outlook for 2012.&#8221;</p>
<p>The level of problem loans compared with the resources banks have to cover loan losses improved, falling by more than 1.5 percentage points in the second quarter and 4.5 percentage points over the last year. Now at 12.74 percent, this key metric is closing in on national averages and pre-crisis historical levels.</p>
<p>Profitability measures changed little in the quarter. Minnesota&#8217;s median return on average assets rate of 0.94 percent stands a bit higher than the national 0.87 percent rate.</p>
<p>The annual rate of loan growth improved from -1.3 percent last quarter to -0.4 percent this quarter. While the year-over-year change in the amount of outstanding loans remains negative as of the end of June 2012, it has improved considerably from a year ago, when the median Minnesota bank reported a rate of -4.7 percent. For the nation as a whole, the figure is now positive at roughly 0.5 percentage point.</p>
<p>Measures of liquidity and capital also registered small gains compared with the previous quarter and remain at relatively healthy levels. The state&#8217;s total risk-based capital ratio reached a historically high 15.17 percent. The median use of &#8220;noncore&#8221; funding (in contrast to more stable bank deposits) is at the lowest point since 2004 at 14.83 percent of liabilities.</p>
<p><a href="/pubs/news/2012/2012-08-23_mn_banking_cond_data.pdf">Data for Minnesota and the nation</a> [pdf]</p>
<p><a href="/pubs/news/2012/ninth_district_bank_operations_august_2012.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
        <div class="horizontal_rule"></div>      
        <p>More details on 2012 banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States - Second Quarter 2012 Update</a>.</p>
       <div class="horizontal_rule"></div>
       <p align="center" class="footnote"></p>
 </div>
<div id="montana" class="tabs_panel">
 <h2>Montana Banking Conditions Continue Improvement, but Trail National Averages</h2>
<p>Montana banks continue to improve in asset quality and loan growth, according to second quarter 2012 data from the state&#8217;s 63 commercial banks. According to Ron Feldman, senior vice president of Supervision, Regulation and Credit at the Federal Reserve Bank of Minneapolis, &#8220;In the second quarter, Montana-based banks reported considerable gains in asset quality, liquidity and loan growth rates, consistent with our initial forecast for improved conditions in 2012. Despite this improvement, Montana banks still lag national averages in asset quality and loan growth rates.&#8221;</p>
<p>Montana bank noncurrent and delinquent loans declined from a little less than 18 percent to 16.44 percent of the value of reserves set aside to cover potential losses as the recovery continues. However, national rates improved by about the same margin and remain better at about 12 percent. Commercial real estate loan performance boosted overall Montana bank asset quality, even as construction and land development loans deteriorated a bit.</p>
<p>Montana bank profitability ratios were essentially unchanged from the previous quarter. The state median return on average assets was 0.88 percent as of June 2012. These earning levels are nearly the same as the nation&#8217;s rate of return, but still stand well below pre-crisis levels.</p>
<p>Although the annual growth rate in the amount of outstanding loans is still negative at -0.82 percent, it is up more than 1 percentage point from last quarter for the median Montana bank and up more than 4 percentage points from a year ago. By comparison, the national median rate stood at about -1.9 percent a year ago and turned positive in the second quarter.</p>
<p>Liquidity and capital measures posted mixed results. The median total risk-based capital ratio fell a bit from last quarter&#8217;s historical high to 16.51 percent. The use of noncore funding as a percent of total liabilities (rather than more stable and traditional deposits) decreased to 18.23 percent. Both metrics are somewhat stronger than the national medians.</p>
 <p><a href="/pubs/news/2012/2012-08-23_mt_banking_cond_data.pdf">Data for Montana and the nation</a> [pdf]</p>
<p><a href="/pubs/news/2012/ninth_district_bank_operations_august_2012.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
 <p></p>
 <div class="horizontal_rule"></div>
 <p>More details on 2012 banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States - Second Quarter 2012 Update</a>.</p>
 <div class="horizontal_rule"></div>
 <p align="center" class="footnote"></p>
 </div>
 <div id="northdakota" class="tabs_panel">
  <h2>North Dakota Bank Performance Continues to Beat Nation</h2>
<p>North Dakota banks remain strong, according to data reported by the 88 commercial banks in the state. Although asset quality worsened a bit during the second quarter of 2012, it remains stronger in the state than in the nation as a whole, while earnings and growth continued to make strong gains. According to Ron Feldman, senior vice president of Supervision, Regulation and Credit at the Federal Reserve Bank of Minneapolis, &#8220;North Dakota stands out relative to other states with strong banking conditions, just as it does in overall economic performance, which seems to be driving the strong banking conditions. Key areas like bank growth and profitability keep getting better. Asset quality measures deteriorated a bit from the last quarter, but are still strong by most comparisons.&#8221;</p>
<p>The value of loans that are behind on their payments compared with the resources banks have to cover losses on loans increased by 41 basis points to 8.22 percent in the second quarter, but that rate is a third lower than the national median and better than the level reported for most of the last 15 years.</p>
<p>Measures of earnings improved over the quarter. The return on average assets at the median North Dakota bank moved to 1.18 percent, in line with the long-run average, even as banks in most of the country have struggled with lower profitability since 2008 (the current national figure stands at 0.87 percent).</p>
<p>North Dakota banks posted particularly strong gains in the year-over-year change in outstanding loan balances. While the national median just turned positive at 0.55 percent in the second quarter, the state median increased by 3.75 percentage points to 11.97 percent. Loan growth over the last year is up an enormous 12 percentage points.</p>
<p>Both capital and liquidity took a step back during the quarter for the median North Dakota bank, but are not near problem territories. The total risk-based capital ratio remains a relatively strong 13.38 percent. The state&#8217;s banks saw an uptick in the use of noncore funds (as opposed to more stable traditional deposits) after last quarter&#8217;s eight-year low, to 15.95 percent of total liabilities.</p>
  <p><a href="/pubs/news/2012/2012-08-23_nd_banking_cond_data.pdf">Data for North Dakota and the nation</a> [pdf]</p>
<p><a href="/pubs/news/2012/ninth_district_bank_operations_august_2012.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
  <p></p>
        <div class="horizontal_rule"></div>
        <p>More details on 2012 banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States - Second Quarter 2012 Update</a>.</p>
        <div class="horizontal_rule"></div>
        <p align="center" class="footnote"></p>
 </div>
<div id="southdakota" class="tabs_panel">
  <h2>Second Quarter Data Highlight Relative Strength for Banking Conditions in South Dakota</h2>
<p>South Dakota bank performance continues to outpace national averages, according to June 30, 2012, reports filed by the 74 commercial banks in the state. Loan performance measures are historically strong in the state and considerably better than national averages. Although earnings fell slightly during the quarter, the rate of loan growth improved by nearly half. Both compare favorably to the rest of the country. According to Ron Feldman, senior vice president of Supervision, Regulation and Credit at the Federal Reserve Bank of Minneapolis, &#8220;South Dakota has remained an area of relative strength over the last several years. Although banks in the state are reporting lower levels of earnings and growth compared with long-term averages, they compare favorably with the rest of the country. Other key metrics, particularly asset quality, stand out as healthy by any measure.&#8221;</p>
<p>The state median ratio of problem loans to the resources banks have to cover losses improved by more than 1 percentage point in the first quarter to a 20-year low of 4.12 percent, about a third of the national median.  </p>
<p>South Dakota bank profitability stayed at around 1 percent, with just a small decrease over the last year. While the state figure of 1.02 percent lost some of its lead over the national 0.87 percent median, the comparison is still favorable.</p>
<p>The median change in the amount of outstanding loans at South Dakota banks continued to improve over the last year and reached 3.23 percent in the second quarter. The national figure just turned positive this quarter at 0.55 percent.</p>
<p>Measures of capital and liquidity remain relatively strong in the state. The total risk-based capital ratio stands at a historically high 17.29 percent, while the median use of noncore funds (as opposed to stable deposits) is 18.96 percent of liabilities. Both are stronger than national medians.</p>
  <p><a href="/pubs/news/2012/2012-08-23_sd_banking_cond_data.pdf">Data for South Dakota and the nation</a> [pdf]</p>
<p><a href="/pubs/news/2012/ninth_district_bank_operations_august_2012.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
  	<p></p>
  	<div class="horizontal_rule"></div>
      	<p>More details on 2012 banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States - Second Quarter 2012 Update</a>.</p>
  	<div class="horizontal_rule"></div>
  	<p align="center" class="footnote"></p>
</div>
<div id="michigan" class="tabs_panel">
  <h2>Upper Peninsula Banking Conditions Post Mixed Results in the Second Quarter</h2>
<p>Banks in the Upper Peninsula of Michigan reported improved growth, but weakened asset quality and relatively low earnings, according to June 2012 data filed by the 21 Michigan banks in the Federal Reserve&#8217;s Ninth District. Although measures of earnings are lower than historical averages, they posted a small improvement in the quarter and stand somewhat higher than national returns. According to Ron Feldman, senior vice president of Supervision, Regulation and Credit at the Federal Reserve Bank of Minneapolis, &#8220;While improved profitability is a bright spot for the U.P., problem loans have worsened and loan growth remains negative. These key areas of concern highlight the U.P.&#8217;s banks as a bit more troubled than those in the rest of the country.&#8221;</p>
<p>Upper Michigan banks reported an increase in the level of problem loans compared with the resources available to offset losses, while the measure improved in the nation as a whole. At 19.97 percent, the figure is considerably higher than the national median. </p>
<p>The median rate of return on average assets gained 2 basis points during the quarter and 20 basis points over the last year to 0.93 percent, compared with the national figure of 0.87 percent. Although the current rate is stronger than in the rest of the country overall, it was typically greater than 1 percent before 2008.</p>
<p>Strong gains in the annual rate of loan growth still left the region short of positive loan growth at -0.13 percent as of June 2012. The corresponding change in outstanding loan balances across the country turned positive this quarter and stands at 0.55 percent.</p>
<p>Capital and liquidity measures posted mixed results, but did not change materially. The total risk-based capital ratio fell a bit from last quarter, but remains relatively strong by historical standards at 18.28 percent. One measure of liquidity, the use of noncore funding (as opposed to more stable and traditional deposits) improved slightly to 20.22 percent of total liabilities. That figure is better than the national ratio, but higher than the region&#8217;s long-run average.</p>
  <p><a href="/pubs/news/2012/2012-08-23_mi_banking_cond_data.pdf">Data for Michigan and the nation</a> [pdf]</p>
<p><a href="/pubs/news/2012/ninth_district_bank_operations_august_2012.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
  	<p></p>
  	<div class="horizontal_rule"></div>
      	<p>More details on 2012 banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States - Second Quarter 2012 Update</a>.</p>
  	<div class="horizontal_rule"></div>
  	<p align="center" class="footnote"></p>
</div>
<div id="wisconsin" class="tabs_panel">
  <h2>Western Wisconsin Banks Report Mixed Results on Asset Quality and Profits with Improving Growth</h2>
<p>Banks in the portion of western Wisconsin covered by the Federal Reserve&#8217;s Ninth District reported mixed results in the second quarter of 2012, according to data collected by the Federal Reserve Bank of Minneapolis. Overall asset quality and loan growth posted gains, while earnings decreased slightly. According to Ron Feldman, senior vice president of Supervision, Regulation and Credit at the Federal Reserve Bank of Minneapolis, &#8220;Overall, banks in western Wisconsin are seeing improved conditions. Loan growth improved, but gains in profitability slowed in the second quarter. We are also seeing better overall asset quality, though banks in this portion of the state report somewhat higher problem loans than banks in the rest of the nation.&#8221; </p>
<p>The amount of loans that aren&#8217;t making on-time payments dropped in the second quarter of 2012 from more than 17 percent to 15.06 percent of the value of resources banks have to cover potential losses. The improvement in asset quality outpaced the nation, but the level remains a bit worse. Overall commercial real estate lending showed strong improvement in the second quarter. Western Wisconsin banks&#8217; construction and land development loans—a subset of commercial real estate—deteriorated this quarter to account for 0.71 percent of capital and allowance. </p>
<p>Profitability, as measured by the median return on average assets, stands at 0.87 percent for the western part of the state and for the nation as a whole. While the figure is better than it was a year ago, it fell during the quarter.  </p>
<p>The year-over-year change in the amount of outstanding loans posted a solid gain in the second quarter, turning from below zero to a positive 1.47 percent rate. With western Wisconsin&#8217;s improvement, it now stands above the national median of 0.55 percent.</p>
<p>A key measure of capital, the total risk-based capital ratio, was unchanged from last quarter at a historical high of 16.2 percent. Banks&#8217; use of noncore funds rather than traditional and stable deposits increased somewhat during the quarter, but remains below the national rate at 19.04 percent of liabilities. </p>
  <p><a href="/pubs/news/2012/2012-08-23_wi_banking_cond_data.pdf">Data for Wisconsin and the nation</a> [pdf]  </p>
<p><a href="/pubs/news/2012/ninth_district_bank_operations_august_2012.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
  	<p></p>
  	<div class="horizontal_rule"></div>
      	<p>More details on 2012 banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States - Second Quarter 2012 Update</a>. </p>
  	<div class="horizontal_rule"></div>
  	<p align="center" class="footnote"></p>
</div>
</div>
]]></content:encoded>
	  
      <cb:news>
        <cb:simpleTitle>Banking Conditions in Ninth District States Second Quarter 2012 Update</cb:simpleTitle>
        <cb:occurrenceDate>2012-08-23T11:00:00-06:00</cb:occurrenceDate>
	      
        <cb:person type="contact">
          <cb:givenName>Patti</cb:givenName>
          <cb:surname>Lorenzen</cb:surname>
          <cb:nameAsWritten>Patti Lorenzen</cb:nameAsWritten>
        </cb:person>
      </cb:news>
	  </item>
    
    <item rdf:about="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4910">
	
      <title>New Web Resource from the Federal Reserve Bank of Minneapolis Gathers Key Bakken Oil Patch Data</title>
      <link>http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4910</link>
	
      <dc:date>2012-06-20T11:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[The Federal Reserve Bank of Minneapolis has developed a <a href="/publications_papers/fedgazette/oil/index.cfm">new website</a> that gathers a range of economic, demographic and financial data for the Bakken oil patch of western North Dakota and eastern Montana. </p>
<p>This is the only web resource of its kind to collect data on oil production, employment, housing, banking and other key business indicators. Data will be updated regularly. In addition, the site will offer other reports and analyses on the rapidly growing region.</p>
<p>The data on the website offer comparisons between the counties that lie within the Bakken oilfield and the rest of North Dakota and Montana. For example:</p>
<ul>
 <li>Employment levels are up about 50 percent in the Bakken and are mostly flat in the rest of Montana and North Dakota.</li>
 <li>Average weekly wages are up around 25 percent in the Bakken since 2009; wage growth is up 1.9 percent from third quarter 2009 to third quarter 2011 in the rest of Montana and 4.9 percent in the rest of North Dakota. </li>
 <li>New business establishments have grown by nearly a third in the Bakken, while decreasing slightly in the rest of Montana and North Dakota. </li>
</ul>
<p>The Federal Reserve Bank of Minneapolis monitors business and economic conditions throughout its Ninth District, which encompasses Montana, North and South Dakota, Minnesota, northwestern Wisconsin and the Upper Peninsula of Michigan. Data, reports and articles on these states and on the many industries throughout the district can be found on the Bank&rsquo;s website.</p>]]></content:encoded>
	  
      <cb:news>
        <cb:simpleTitle>New Web Resource from the Federal Reserve Bank of Minneapolis Gathers Key Bakken Oil Patch Data</cb:simpleTitle>
        <cb:occurrenceDate>2012-06-20T11:00:00-06:00</cb:occurrenceDate>
	      
        <cb:person type="contact">
          <cb:givenName>Patti</cb:givenName>
          <cb:surname>Lorenzen</cb:surname>
          <cb:nameAsWritten>Patti Lorenzen</cb:nameAsWritten>
        </cb:person>
      </cb:news>
	  </item>
    
    <item rdf:about="http://www.minneapolisfed.org/publications_papers/pub_display.cfm?id=4877">
      <title>Economic Policy Papers: Chronic Sovereign Debt Crises in the Eurozone, 2010&#8211;2012</title>
      <link>http://www.minneapolisfed.org/publications_papers/pub_display.cfm?id=4877</link>
      <dc:date>2012-05-29T08:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[<h2>Introduction<a href="#fn1" name="n1" title="" id="n1"><sup style="font-size:9px;">1</sup></a></h2>
<p>Beginning in late 2009, the Greek government had difficulties selling its bonds to private investors, who demanded high interest rates. In May 2010, the European Union (EU) and the International Monetary Fund (IMF) approved a 110 billion euro loan package to the Greek government in return for promises of spending cuts to sharply reduce the Greek public deficit. The plan, negotiated by German Chancellor Angela Merkel and Greek Prime Minister George Papandreou, was intended to cover the borrowing needs of the Greek government through 2013. In spite of this rescue package and another, 130 billion euro, package put together between July 2011 and March 2012, the debt crisis in Greece continues into 2012.</p>
<p> Ireland and Portugal have required similar EU-IMF rescue packages. Cyprus, Italy and Spain have had difficulties selling their bonds. Similar difficulties threaten other members of the European Economic and Monetary Union (EMU)&mdash;the countries in the EU that use the euro as their currency, also referred to as the eurozone&mdash;like Belgium and France. </p>
<p> In fact, as of April 2012, of the 17 members of the eurozone, only four&mdash;Finland, Germany, Luxembourg and the Netherlands&mdash;have long-term government bonds with the highest Standard &amp; Poor&rsquo;s rating, AAA, while the bonds of five countries&mdash;Cyprus, Ireland, Italy, Portugal and Spain&mdash;have junk ratings, BBB+ or lower. Greek bonds were given the lowest possible rating, CCC, in July 2011, and are currently not rated, but are listed as SD, meaning that the Greek government has selectively defaulted on some issues.</p>
<p> The countries that have suffered debt crises, or are threatened by such crises, got into trouble in different ways. The two crucial common characteristics are that each of these countries is currently experiencing a deep and prolonged recession and each needs to frequently sell large quantities of bonds, either to finance large fiscal deficits or to roll over&mdash;and make interest payments on&mdash;a large public debt. </p>
<p> We sketch out a theory for analyzing the European sovereign debt crises based on the research of Harold Cole and Timothy Kehoe (1996, 2000) and Juan Carlos Conesa and Kehoe (2012). In this theory, the need to frequently sell large quantities of bonds leaves a country vulnerable to a financial crisis. This vulnerability gives the government the incentive to pay down its debt to a level where such a crisis is not possible. In the event of a deep and prolonged recession, however, the government has a conflicting incentive to &ldquo;gamble for redemption&rdquo;&mdash;to borrow to smooth government spending, to reduce the debt if the economy recovers and, possibly, to default if the recession continues for too long.</p>
<p> Using this theory, we analyze the various rescue packages and policy interventions made by the EU and the IMF. Policies that result in high interest rates on government bonds and high costs of default provide incentives for a government to reduce its debt. Policies that result in low interest rates and low costs of default provide incentives for a government to gamble for redemption. We conclude that, up until now, policy interventions by the EU and the IMF have encouraged eurozone governments to gamble for redemption. In the theory we present, a government that gambles for redemption is following a policy that is optimal for the citizens of its country. The policy goals of the EU and the IMF may be different from those of the government of an individual country, however, and, to the extent that the EU and the IMF want the government to reduce its debt to avoid a crisis to preserve the stability of the EU, they should adopt policies to discourage the government from gambling for redemption.</p>
<h2>Timeline and some data</h2>
<p> The Treaty on European Union&mdash;signed in Maastricht, Netherlands, on Feb. 7, 1992, and commonly referred to as the Maastricht Treaty&mdash;converted the European Community, which then had 12 members, into the European Union. The treaty established four &ldquo;convergence criteria&rdquo; as prerequisites for membership in the EMU. One criterion required a country to have an annual public deficit no greater than 3 percent of GDP and a public debt no greater than 60 percent of GDP. Another criterion required the country to participate in the European Exchange Rate Mechanism (ERM)&mdash;set up as a voluntary program in 1979&mdash;to maintain its exchange rate in a very narrow band around the European Currency Unit (ECU), which eventually became the euro. The other two criteria imposed restrictions on inflation rates and interest rates. </p>
<p> In the process of ratifying the Maastricht Treaty, Denmark and the United Kingdom obtained opt-out clauses from joining the monetary union. All 15 countries that have joined the EU since 1992 were required to join the monetary union. The ERM suffered a major crisis 1992, with a number of countries forced to drop out, and&mdash;when the crisis threatened more countries in 1993&mdash;the exchange rates bands were widened considerably. The mechanism was restarted in 1999 and is now referred to as ERM II.</p>
<p> Sweden, which joined the EU in 1995, has managed to exploit a legal loophole to avoid adopting the euro: Its accession treaty required Sweden to join the monetary union after meeting the convergence criteria and participating in the ERM II for two years, but it did not explicitly require Sweden to join the ERM II, and it has not done so. The other seven countries in the EU that are not yet in the eurozone are required to go through the process of participating in ERM II and eventually joining the eurozone. </p>
<p> The accompanying table provides a timeline for the major events related to the sovereign debt crises that are ongoing in the eurozone. </p>
<p><strong>Timeline of Events Associated with Eurozone Debt Crises, 2010–2012</strong></p>
<table border="1" cellspacing="0" cellpadding="4" width="415">
 <tr>
 <td width="100"><p>February 1992</p></td>
 <td width="315"><p>Maastricht Treaty signed by 12 members of the European Community: Establishes European Union (EU), commits members to &ldquo;irrevocable&rdquo; monetary union. Convergence criteria include rules for public deficit &lt; 3% GDP, debt &lt; 60% GDP.</p></td>
 </tr>
 <tr>
 <td width="100"><p>September 1992</p></td>
 <td width="315"><p>ERM (European Exchange Rate Mechanism) crisis forces devaluations of Italian, UK currencies, later, Irish, Spanish currencies. When crisis threatens more counties in 1993, ERM is weakened by considerably widening bands in which exchange rates fluctuate.</p></td>
 </tr>
 <tr>
 <td width="100"><p>June 1997</p></td>
 <td width=" 315"><p>Stability and Growth Pact (SGP), proposed by Germany, imposes financial penalties on countries that violate 3% deficit rule.</p></td>
 </tr>
 <tr>
 <td width="100"><p>January 1999</p></td>
 <td width=" 315"><p>Euro becomes currency in Austria, Belgium, Finland, France, Germany, Ireland, Italy, Luxembourg, Netherlands, Portugal, Spain. ERM II replaces ERM.</p></td>
 </tr>
 <tr>
 <td width="100"><p>January 2001</p></td>
 <td width=" 315"><p>Greece enters eurozone.</p></td>
 </tr>
 <tr>
 <td width="100"><p>November 2003</p></td>
 <td width=" 315"><p>Germany, France announce that they have violated SGP deficit rule.</p></td>
 </tr>
 <tr>
 <td width="100"><p>March 2005</p></td>
 <td width=" 315"><p>EU finance ministers relax SGP deficit rule.</p></td>
 </tr>
 <tr>
 <td width="100"><p>January 2007 –January 2009</p></td>
 <td width=" 315"><p>Slovenia, Cyprus, Malta, Slovakia enter eurozone.</p></td>
 </tr>
 <tr>
 <td width="100"><p>October 2009</p></td>
 <td width=" 315"><p>New Greek government of PM George Papandreou announces deficits have been much higher than reported.</p></td>
 </tr>
 <tr>
 <td width="100"><p>January 2010 </p></td>
 <td width=" 315"><p>EU report condemns &ldquo;severe irregularities&rdquo; in Greek government&rsquo;s accounting, announces public deficit in 2009 was 12.7% GDP.</p></td>
 </tr>
 <tr>
 <td width="100"><p>April 2010</p></td>
 <td width=" 315"><p>EU revises Greece&rsquo;s 2009 public deficit up to 13.6% GDP, Ireland&rsquo;s 2009 public deficit up to 14.3% GDP.</p></td>
 </tr>
 <tr>
 <td width="100"><p>May 2010</p></td>
 <td width=" 315"><p>EU and International Monetary Fund (IMF) provide €110 bn. rescue package for Greece.</p></td>
 </tr>
 <tr>
 <td width="100"><p>May 2010</p></td>
 <td width=" 315"><p>EU establishes European Financial Stability Facility (EFSF) with initial capital guarantees of €440 bn. European Central Bank (ECB) launches Securities Market Program (SMP) to buy Greek, Irish, Portuguese bonds over the next nine months.</p></td>
 </tr>
 <tr>
 <td width="100"><p>November 2010</p></td>
 <td width=" 315"><p>EU and IMF provide €85 bn. rescue package for Ireland.</p></td>
 </tr>
 <tr>
 <td width="100"><p>January 2011</p></td>
 <td width=" 315"><p>Estonia enters eurozone.</p></td>
 </tr>
 <tr>
 <td width="100"><p>May 2011</p></td>
 <td width=" 315"><p>EU and IMF provide €78 bn. rescue package for Portugal.</p></td>
 </tr>
 <tr>
 <td width="100"><p>July 2011</p></td>
 <td width=" 315"><p>EU Summit starts to plan second rescue package for Greece, plans to force EU banks to accept &ldquo;voluntary&rdquo; 50% haircut on Greek bonds. </p></td>
 </tr>
 <tr>
 <td width="100"><p>August 2011</p></td>
 <td width=" 315"><p>ECB resumes SMP, buying Irish, Italian, Portuguese, Spanish bonds.</p></td>
 </tr>
 <tr>
 <td width="100"><p>November 2011</p></td>
 <td width=" 315"><p>Greek PM George Papandreou resigns, replaced by Lucas Papademos. Italian PM Silvio Berlusconi resigns, replaced by Mario Monti. Papademos and Monti are &ldquo;technocrats&rdquo;&mdash;not politicians.</p></td>
 </tr>
 <tr>
 <td width="100"><p>December 2011</p></td>
 <td width=" 315"><p>ECB cuts repo rate (interest rate on repurchase agreements&mdash;loans to banks collateralized by bonds) to 1% per year and eases collateral rules.</p></td>
 </tr>
 <tr>
 <td width="100"><p>December 2011<br />
  – March 2012</p></td>
 <td width=" 315"><p>EU leaders negotiate treaty that includes new rules to control deficits, signed by all EU members except the UK, Czech  Republic in March. Treaty requires ratification by at least 12 countries by 2013. Only countries that ratify treaty will be eligible for rescue packages.</p></td>
 </tr>
 <tr>
 <td width="100"><p>March 2012</p></td>
 <td width=" 315"><p>EU and IMF finalize second Greek rescue package of €130 bn. Enough bond holders agree to 53.5% face-value haircut with restructuring that lengthens maturities and reduces interest payments (for a total haircut of 75%) to allow the Greek government to invoke CACs (collective action clauses) that force settlements on all bond holders. These CACs are controversial because they were introduced retroactively by Greek government.</p></td>
 </tr>
</table>
<p></p>
<p>European leaders had seen the need to coordinate fiscal policy in a monetary union. In 1997, at the insistence of Germany, they adopted the Stability and Growth Pact (SGP), which imposed financial penalties on countries that violated the convergence criterion that the public deficit not exceed 3 percent of GDP. Nonetheless, when the French and German governments announced that they had violated this deficit limit in 2003, they were not penalized, reducing the credibility of the SGP.</p>
<p> The details differ on how various countries became vulnerable to sovereign debt crises: The Greek government borrowed heavily during Greece&rsquo;s rapid growth early in the 2000s and employed fraudulent accounting practices to mask its large violations of the 3-percent-deficit rule. The Irish government was in very good fiscal shape until it guaranteed the debts of the six major private banks based in Ireland in 2008. When the housing market collapsed in late 2008 and 2009, leading to the collapse of these banks, the Irish public deficit and debt soared. Portugal took advantage of the low interest rates at which it could borrow after joining the eurozone to build up a large public debt. When Spain was hit by recession in 2008, the government reacted with massive Keynesian stimulus policies, running large public deficits. Although the Spanish public debt started from a very low level, it increased rapidly because of these deficits. </p>
<p>The problems faced by the Italian government stem from conditions very different from those in Spain. Although Italy had low public deficits, it had started with a very high level of debt. Indeed, Belgium and Italy had entered the EMU with public deficits that substantially exceeded the 60-percent-debt rule only because they were deemed to be on a &ldquo;satisfactory pace&rdquo; to reducing the public debt to 60 percent of GDP. Yet, in the case of Italy, much of this satisfactory pace was illusory, the product of creative accounting of exactly what constituted government expenditures and government revenues. France employed similar sorts of creative accounting.<a href="#fn2" name="n2" title="" id="n2"><sup style="font-size:9px;">2</sup></a></p>
<p>In spite of these differences in initial conditions, Greece, Ireland, Italy, Portugal and Spain (GIIPS) share two crucial characteristics: First, as the data in <a href="/pubs/eppapers/12-4/epp_chart1_large.jpg" rel="lightbox">Figure 1</a> show, the recoveries from the 2008–2009 recessions in these countries have been nonexistent. Notice that, in <a href="/pubs/eppapers/12-4/epp_chart1_large.jpg" rel="lightbox">Figure 1</a>, the German economy has started to recover in 2010 and 2011, if only weakly, while the GIIPS are still mired in recession. Second, as the data in <a href="/pubs/eppapers/12-4/epp_chart2_large.jpg" rel="lightbox">Figure 2</a> show, the GIIPS have large borrowing requirements because of high deficits or large debts or both.
</p>
<p></p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-4/epp_chart1_large.jpg" rel="lightbox"><img src="/pubs/eppapers/12-4/epp_chart1.jpg" width="413" border="0" alt="Real GDP per working-age (15-64) person" /></a></p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-4/epp_chart1_large.jpg" rel="lightbox">Large Image</a></p>
<p></p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-4/epp_chart2_large.jpg" rel="lightbox"><img src="/pubs/eppapers/12-4/epp_chart2.jpg" width="413" border="0" alt="Net government borrowing" /></a></p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-4/epp_chart2_large.jpg" rel="lightbox">Large Image</a></p>
<p></p>
<h2>Self-fulfilling debt crises</h2>
<p> The need to frequently sell large quantities of bonds leaves the countries vulnerable to self-fulfilling debt crises of the sort analyzed by Cole and Kehoe (1996, 2000) and Conesa and Kehoe (2012). In such a crisis, if investors expect a government to have trouble repaying its debt, they pay a low price at auctions of new government bonds. The resulting low value of the new bond sales makes it difficult for the government to repay the old bonds becoming due, thus justifying the expectation of a crisis. If, however, investors do not expect the government to have trouble repaying its debt, they are willing to pay a high price for new bonds. This expectation too is self-fulfilling.</p>
<p> To understand the reasoning in the model, we start by examining two crucial relations: the government budget constraint&mdash;which relates sales of new bonds and payments on old bonds to government expenditures and tax receipts&mdash;and the relation between the price that investors pay for bonds and the probability of a sovereign default. We then explain how the government determines its optimal policy and how financial crises can occur.</p>
<p><em>Government budget constraint</em><br />
 In every time period&mdash;which can be a year or longer or shorter, depending on the application&mdash;the government&rsquo;s budget constraint requires that the total of resources collected in the form of tax revenues and receipts from new bond sales be equal to the total of resources spent in the form of government expenditures and transfer payments and coupon payments on outstanding bonds and payments of face value on bonds reaching maturity. To keep things simple, we lump transfer payments into expenditures and coupon payments on outstanding bonds into payments of face value on bonds reaching maturity. We can write the government&rsquo;s budget constraint as </p>

 <p align="center"> tax revenues + receipts from new bond sales<br />
  = expenditures + payments on bonds becoming due.</p>

<p>Notice that this constraint does not require the government to balance its budget in the traditional sense because it does not require tax revenues to equal expenditures. The difference between expenditures and tax revenues is referred to as the government&rsquo;s primary deficit. We can rewrite the government&rsquo;s budget constraint as </p>
<p align="center">primary deficit = expenditures − tax revenues <br />
 = receipts from new bond sales − payments on bonds becoming due.</p>
<p align="left">To analyze the evolution of the sovereign debt crises in the eurozone, however, it is more useful to write the government&rsquo;s budget constraint in a different way as </p>
<p align="center">net borrowing = face value of new bond sales − payments on bonds becoming due<br />
 = primary deficit + face value of new bond sales − receipts from new bond sales. </p>
<p>The payments on bonds becoming due are equal to their face value unless the government defaults. Consequently, unless the government defaults, the face value of new bond sales minus the payments on bonds becoming due is equal to the net government borrowing depicted in <a href="/pubs/eppapers/12-4/epp_chart2_large.jpg" rel="lightbox">Figure 2</a>. Because investors discount the future, they pay a price for the bond less than the face value of the bond when it matures. If investors pay a very low price for new bonds, then receipts from new bond sales fall far short of the face value of the bonds, and net borrowing is substantially greater than the primary deficit. We focus on net borrowing because it measures the increase in government debt.</p>
<p><em>Pricing bonds</em><br/>
Consider an investor whose holdings of the sovereign bonds of a particular country constitute a small fraction of his or her total portfolio. At a bond auction, we assume that this investor is willing to bid a price equal to the expected present discounted value of the return on the bond.<a href="#fn3" name="n3" title="" id="n3"><sup style="font-size:9px;">3</sup></a></p>
<p>First consider the case where the investor is sure that the government will not default. Suppose that the government promises to pay back one euro in one year and that the consumer discounts future returns at 2 percent per year. Then the price of the bond is the present discounted value of one euro next year, which is a little more than 98 euro cents,</p>
<p align="center">1/1.02 = 0.98039.</p>

<p>This number is also referred to as the discount factor. The investor multiplies any promised return in one year by the discount factor to obtain its present discounted value. For example, the investor is willing to pay 980.39 euros for a bond paying 1000 euros next year. Another way to think about this is that, if 980.39 euros are invested at 2 percent, then after one year they are worth 1000 euros. For a bond with a longer maturity, the investor multiplies the discount factor by itself <em>N</em> times, where <em>N</em> is the number of years of maturity. For a bond paying 1000 euros in 10 years, for example, the investor would be willing to pay 820.35 euros,</p>
<p align="center">820.35 = (0.98039)<sup style="font-size:9px;">10</sup> x 1000.</p>
<p>Now consider the case where there is a positive probability of default. The difference between the return if there is no default and the return if there is default is referred to as the haircut. Suppose that the probability of a default is 50 percent and that the haircut is 50 percent, which implies that the payoff if there is default is 50 percent. Then the expected return on the bond with a face value of 1000 euros is 750 euros,</p>
<p align="center">expected return = probability of no default × payment if no default <br />
+ probability of default × payment if default<br />

750 = 0.5 x 1000 + 0.5 x 500.<p>The price of the bond is the expected present discounted value of the return, which in this case is 735.29 euros,</p>
<p align="center">price = discount factor × expected return<br />
735.29 = 0.98039 x 750.
<p>The yield&mdash;which is the implicit interest rate on the bond&mdash;is 36 percent,</p>
<p align="center">&nbsp;0.36 = (1 / 0.73529) - 1 </p>
<p>because, if 735.29 euros are invested at 36 percent, after one year they are worth 1000 euros. The spread&mdash;the difference between the yield and that on a safe bond&mdash;is 34 percentage points.</p>
<p>Our example illustrates how an increase in the probability that investors assign to a default results in an increase in the yield on the bond. <a href="/pubs/eppapers/12-4/epp_chart3_large.jpg" rel="lightbox">Figure 3</a> depicts the yields on government bonds in the GIIPS compared with those in Germany. Notice how spreads on GIIPS bonds increased starting in 2008.</p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-4/epp_chart3_large.jpg" rel="lightbox"><img src="/pubs/eppapers/12-4/epp_chart3.jpg" width="413" border="0" alt="Yields on 5-year government bonds" /></a></p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-4/epp_chart3_large.jpg" rel="lightbox">Large Image</a></p>
<p></p>

<p>An attractive feature of our numerical example is that it provides a rationalization for the yields in <a href="/pubs/eppapers/12-4/epp_chart3_large.jpg" rel="lightbox">Figure 3</a>. In the fourth quarter of 2011, for example, German bonds, which can be thought of as a safe investment, had a yield of about 2 percent, while Greek bonds had a yield of about 36 percent, which is the yield if the probability of default is 50 percent and the expected haircut is 50 percent. Of course, there are other combinations of probabilities of default and haircuts that result in this same 36 percent yield.</p>
<p><em>Optimal government policy and crises</em><br />
In every time period in the model, the government must decide how much new debt to sell and whether or not to default. We assume that the government is benevolent, in that it values the welfare of consumers, that is, the citizens of the country, who value both private consumption and government expenditures. We also assume that consumers&mdash;and consequently the government&mdash;value smooth paths of private consumption and government expenditures. Sharp cuts in government expenditures are particularly painful. Defaults are also costly in that they disrupt financial markets, which causes a drop in the GDP of, say, 5 percent&mdash;which we refer to as the default penalty&mdash;that is available for government expenditures, private consumption and repayment of debt. These assumptions are intuitively appealing and fairly innocuous.</p>
<p>We make a number of other assumptions that are more restrictive to keep the analysis simple. We assume, for example, that tax revenues are a constant fraction of GDP because tax rates are fixed. We also assume that the default penalty is permanent and that, if the government defaults, it is permanently excluded from borrowing. Cole and Kehoe (1996, 2000) model consumers within a country as making private investment decisions, but here&mdash;again to keep things simple&mdash;we follow Conesa and Kehoe (2012) in having consumers consume all after-tax GDP rather than investing some of it. These assumptions can be relaxed without changing the qualitative results of the model. How much quantitative results change depends on the parameterization, of course, and this is a topic that deserves future research.</p>
<p> A financial crisis is self-fulfilling if the expectation that the government will default causes it to default in a situation where it would otherwise pay for the bonds becoming due. For low levels of debt, self-fulfilling crises are not possible. For higher levels of debt&mdash;those above a threshold that we call the upper safe debt limit&mdash;self-fulfilling crises are possible. For even higher levels of debt&mdash;those above a threshold that we call the upper sustainable debt limit&mdash;the government prefers to default rather than pay for the bonds becoming due.</p>
<p> The timing within a period is such that investors decide what price to bid in the auction for new government bonds before the government decides whether or not to default on the old bonds becoming due. Suppose that, before the auction, investors receive some sort of bad news that makes them expect the government to default this period. Under what conditions will this expectation be self-fulfilling? The investors expect that the government will be in default the subsequent period because it is excluded from financial markets. The price that the investors offer for new bonds is the present discounted expected payment in the case of default, which is low or zero. The government can either default or pay for the bonds becoming due. For levels of debt equal to or below the upper safe debt limit, the government prefers to pay for the bonds becoming due and suffer the drop in government expenditures but avoid paying the cost of defaulting. For these low levels of debt, investors will pay a high price, equal to the present discounted face value for new bonds, no matter what the news is. If, however, debt is above the upper safe debt limit, a self-fulfilling crisis occurs if there is bad news. For high levels of debt, those above the upper sustainable debt limit, the government chooses to default even if investors buy the new bonds offered. </p>
<p>The probability that investors assign to receiving bad news in a period is arbitrary.<a href="#fn4" name="n4" title="" id="n4"><sup style="font-size:9px;">4</sup></a> At the beginning of a period, the bad news arrives or it does not. Notice that, in the bond auction in a period, if bad news had not arrived early in the period, then the bond price depends on the probability of receiving bad news in the next period.</p>
<p>Cole and Kehoe (1996, 2000) call the interval of debt levels above the upper safe limit but equal to or below the upper sustainable limit the crisis zone. If debt is in this zone, a self-fulfilling crisis can randomly occur. Since interest rates are high when the debt being sold is in the crisis zone and the probability of a costly default is positive, a government will optimally choose to run surpluses to run its debt down to the upper safe limit. Once debt reaches the upper safe limit, interest rates drop and the probability of default disappears. Since sharp cuts to government expenditures are painful, however, the government may choose to pay down the debt over a number of periods. </p>
<p>In a quantitative model calibrated to match features of European data, Conesa and Kehoe (2012) show that the upper safe limit is about 120 percent of GDP while the upper sustainable limit is about 210 percent of GDP. These numbers make sense in terms of the numbers currently used by policymakers in Europe, in particular, the need to reduce Greek debt below 120 percent of GDP to eliminate the possibilities of future crisis.<a href="#fn5" name="n5" title="" id="n5"><sup style="font-size:9px;">5</sup></a></p>
<h2>Gambling for redemption</h2>
<p>As we have just argued, financial crises and defaults on sovereign debt are costly for a country, and the government of a country that finds itself vulnerable to a self-fulfilling crisis has the incentive to pay down its public debt so that it does not need to frequently sell large quantities of bonds. As Conesa and Kehoe (2012) point out, however, countries that are in deep recessions have an opposite incentive: to cut government spending very slowly and increase the public debt, gambling that a recovery in the economy will lead to a recovery in tax revenues, at which point it can stop increasing the debt. If the country is unlucky and the recession is prolonged, however, the country can find itself more vulnerable to a self-fulfilling debt crisis and ultimately may be forced to default.</h2>
<p>Conesa and Kehoe (2012) modify the Cole-Kehoe model so that the country finds itself in an unexpected recession, where GDP is, say, 10 percent lower than its otherwise constant level.<a href="#fn6" name="n6" title="" id="n6"><sup style="font-size:9px;">6</sup></a> This is meant to correspond to the situation in Europe in 2008. In every period there is a constant probability&mdash;say 0.2, that is, one in five&mdash;that the economy will recover. With this stochastic process, which is like flipping a biased coin with the probability of heads being the probability of recovery, the expected waiting time for a recovery is a number of periods equal to the reciprocal of the probability of recovery. If, for example, the probability of an economic recovery is 0.2 per year, then, at any time where a recovery has still not occurred, the expected waiting time for a recovery is 1 / 0.2 = 5 years.</p>
<p>To understand gambling for redemption, consider first the case where self-fulfilling debt crises are not possible because, for some reason, the probability of bad news is zero. Then, because it wants to smooth expenditures as much as possible, a government would optimally choose to borrow when it is in recession at a high bond price equal to the present discounted face value, planning to pay back when the economy recovers. Like a gambler at a roulette wheel who keeps doubling his bet, the government is gambling that the recession will not continue for too long. Unlike the gambler, the government is doing something beneficial while it is gambling. It is smoothing government expenditures, something that the citizens of its country value. </p>
<p> If the recession does go on, there are two possibilities for the equilibrium outcome, depending on the costs of default: If the costs of default are high, the government will borrow less and less each period until its debt converges to an upper limit above which investors know that the government would default. If the costs of default are lower, the government will optimally choose to default after a finite number of periods, borrowing in the period before default at a price equal to the present discounted expected value of the face value if there is a recovery in the next period and the payoff in default if there is no recovery. This is not a self-fulfilling crisis: Investors and the government correctly anticipate default if there is no recovery. The only uncertainty is whether the economy will recover or not.</p>
<p> Consider now the general case where self-fulfilling crises are possible but where the economy is also in a recession from which it might recover. The government faces conflicting incentives. Various outcomes are possible and reasonable, depending on the values of parameters. The government could optimally choose either to pay down its debt to the upper safe limit or to borrow still more, running up its debt, gambling for redemption. The optimal choice depends on the costs of default, the probability of a crisis and the probability of recovery from recession.</p>
<p> Cristina Arellano (2008) argues that defaults can also occur when GDP is low enough. In her model, countries borrow large amounts in booms because interest rates are low because debt is below the upper safe limit. When a recession hits, however, the same amount of debt may be above the new upper safe limit, and interest rates rise, making it costly to roll over the debt. For a sufficiently large drop in GDP, a level of debt that is safe if GDP is high can be above the upper sustainable limit if GDP is low, in which case the government now prefers to default. </p>
<h2>Analyzing EU and IMF policy and extending the model</h2>
<p>We can use our theory to evaluate the impact of policies followed by the EU and the IMF. Any policy that decreases the price that a country receives for its bonds (that is, increases the yields that it pays), or increases the costs of default, provides the government with incentives to reduce its debt to exit the crisis zone. In contrast, any policy that increases bond prices (lowers the yields), or lowers the costs of default, provides the government with incentives to gamble for redemption.</p>
<p> The rescue packages listed in the timeline stopped self-fulfilling crises in Greece, Ireland and Portugal. They also provided credit to countries at lower interest rates than the yields presented in <a href="/pubs/eppapers/12-4/epp_chart3_large.jpg" rel="lightbox">Figure 3</a>. These policies can be interpreted as encouraging gambling for redemption. It is worth pointing out, however, that the rescue packages also explicitly required austerity measures, even if these requirements were later violated, especially in the case of Greece.</p>
<p> One policy that very clearly encourages gambling for redemption is the European Central Bank&rsquo;s Securities Market Program (SMP). The SMP buys bonds of countries whose bond prices fall too low. By propping up their bond prices and keeping yields low, the SMP reduces incentives to pay down the debt and escape the crisis zone. Similarly, the ECB&rsquo;s policy of reducing its repo rate and relaxing collateral constraints to encourage banks to buy government bonds with high yields drives up the price of bonds and encourages gambling for redemption.</p>
<p> Another policy that may have encouraged gambling for redemption was the 50 percent haircut on Greek bonds planned at the European Summit in July 2011 to be imposed on private investors, principally private banks in the EU. By labeling the haircut voluntary, the EU intended to eliminate some costs of default, such as triggering credit default swaps (CDSs), securities that pay the buyer in the event of a default. EU leaders thought that triggering CDSs would be very disruptive to the financial system, both inside and outside Greece. Greece had already reached a debt level that it could not hope to repay, but planning &ldquo;voluntary&rdquo; haircuts on Greek bonds signaled other troubled governments that such a reduction in the costs of default might be available for them. </p>
<p> By March 2012, it was clear, however, that this sort of &ldquo;voluntary&rdquo; haircut was not feasible, mostly because courts would not rule out claims on CDSs. Greece ended up imposing a much larger haircut, negotiating with the majority of bond holders and enforcing the settlement on the rest of bond holders by appealing to CACs (collective action clauses). There are currently doubts about the legality of this move, however, because the CACs were inserted into the bond contracts retroactively. A challenge for Europe is how to best design restructuring procedures for countries that might follow Greece into default while minimizing adverse incentives for other countries.<a href="#fn7" name="n7" title="" id="n7"><sup style="font-size:9px;">7</sup></a></p>
<p>While our theory provides an appealing explanation of why the threat of sovereign debt crises in Europe has been going on for so long, it leaves open a couple of major questions. We can use our theory to understand the behavior of leaders of countries threatened by debt crisis, like George Papandreou in Greece, but it does not help us understand the behavior of EU leaders like Angela Merkel of Germany and Nicolas Sarkozy of France, who have struggled to provide rescue packages. It may that they too have been gambling for the redemption of the eurozone itself, rather than their national economies. Merkel and Sarkozy may have believed that the only thing that will pull the eurozone out of the danger of debt crises is a vigorous economic recovery from the recession, and they are just trying to hold the EMU together until that happens. It would be useful to develop a model of this.<a href="#fn8" name="n8" title="" id="n8"><sup style="font-size:9px;">8</sup></a></p>
<p>It is also clear that the institutional design of the EMU&mdash;in particular, the mechanisms to enforce fiscal discipline, like the Stability and Growth Pact&mdash;is inadequate. European leaders are currently struggling to come up with a better institutional design, and it would be worth developing a theory of the optimal design of the EMU.</p>
<p> A related question is why sovereign debt crises like those in Europe do not currently threaten countries like Japan, the United Kingdom and the United States. These countries, like those in the eurozone, have large public debts and have suffered from the recent recession. Thomas Sargent (2012) presents a provocative narrative arguing that a key difference in the United States is that the central government has the power to raise substantial resources through taxation, a power the EU lacks. Another crucial difference is that each of these countries, unlike the eurozone countries, has its own currency whose value can fluctuate freely in response to changing economic conditions. This too is worthy of further research.</p>
<p></p>
<h2>Endnotes </h2>
<p class="footnote"><a href="#n1" name="fn1" title="" id="fn1"><strong>1</strong></a> We thank Tito Cordella, Isabel Correia, Patrick Kehoe, Narayana Kocherlakota, David Levine, Thomas Lubik, Fabrizio Perri, and Pedro Teles for helpful discussions. We also thank Jose Asturias, Wyatt Brooks, and Laura Sunder-Plasssmann for excellent research assistance. The data presented in the figures are available <a href="http://www.econ.umn.edu/~tkehoe/">here</a>. The views expressed herein are those of the authors and not necessarily those of the Federal Reserve Bank of Minneapolis or the Federal Reserve System.</p>
<p class="footnote"><a href="#n2" name="fn2" title="" id="fn2"><strong>2</strong></a> See Paul De Grauwe (2009) for a discussion of the politics of violations of the Maastricht Accords.</p>
<p class="footnote"><a href="#n3" name="fn3" title="" id="fn3"><strong>3</strong></a> We assume that the bond holdings are a small fraction of the portfolio because this implies that the investor behaves as if he or she were risk-neutral, justifying expected-present-discounted-value pricing. If the bond holdings are a large fraction of the portfolio and the investor is risk-averse, then he or she would pay less, to compensate for the riskiness of the bond. We ignore any liquidity services provided by bonds and alternative assets, which can complicate the pricing relation in minor ways.</p>
<p class="footnote"><a href="#n4" name="fn4" title="" id="fn4"><strong>4</strong></a> Cole and Kehoe (1996, 2000) model this news shock as what economic theorists call a sunspot, a random variable that affects the equilibrium only through investors&rsquo; expectations. The value of bad news is arbitrary and can vary over time, which would account for fluctuations in the spreads in <a href="/pubs/eppapers/12-4/epp_chart3_large.jpg" rel="lightbox">Figure 3</a>. The arbitrary nature of exactly what constitutes bad news is how the model captures what finance ministers refer to when they complain about their country&rsquo;s bonds being at the mercy of the financial markets.</p>
<p class="footnote"><a href="#n5" name="fn5" title="" id="fn5"><strong>5</strong></a> Whether this gives us more confidence in the quantitative properties of the model or more confidence in European policymakers is an open question.</p>
<p class="footnote"><a href="#n6" name="fn6" title="" id="fn6"><strong>6</strong></a> To keep things simple, we assume that GDP does not have a growth trend. If GDP is 100 before the recession, it falls to 90 during the recession. A recovery is a return to 100. If there is a default during the recession, GDP falls another 5 percent, to 85.5. A recovery now only increases GDP to 95. It is easy to convert the model to one in which the economy is growing at a constant rate and in which neither the qualitative results nor the quantitative results change. In a more complicated model, the shock could affect the growth trend. Mark Aguiar and Gita Gopinath (2006) argue that shocks to growth rates have stronger effects on default incentives than do changes in levels.</p>
<p class="footnote"><a href="#n7" name="fn7" title="" id="fn7"><strong>7</strong></a> David Benjamin and Mark Wright (2009) and Pablo D&rsquo;Erasmo (2011) provide a theory for renegotiation between a government and a representative of the bond holders. They argue that it is worth delaying restructuring until countries have low default risk and high output because those are times when mutually beneficial outcomes can be obtained more easily. Their results imply that renegotiation is particularly difficult now when many Eurozone countries are still deep in recession and where there is substantial uncertainty about the future.</p>
<p class="footnote"><a href="#n8" name="fn8" title="" id="fn8"><strong>8</strong></a> Arellano and Yan Bai (2012) argue that a reason for a lender&mdash;and the EU itself has become a major lender to troubled countries though the European Financial Stability Facility (EFSF) and the ECB&rsquo;s SMP and repurchase agreements&mdash;to be lenient with a subset of borrowers in default is to avoid other defaults from other borrowers.
<p class="footnote">
<h2>References</h2>
<p class="footnote">Mark Aguiar and Gita Gopinath (2006), &ldquo;Defaultable Debt, Interest Rates and the Current Account,&rdquo; <em>Journal of International Economics</em>, 69, 64–83.</p>
<p class="footnote">Cristina Arellano (2008), &ldquo;Default Risk and Income Fluctuations in Emerging Economies,&rdquo; <em>American Economic Review</em>, 98, 690–712.</p>
<p class="footnote">Cristina Arellano and Yan Bai (2012), &ldquo;Linkages across Sovereign Debt Markets,&rdquo; Federal Reserve Bank of Minneapolis.</p>
<p class="footnote">David Benjamin and Mark Wright (2009), &ldquo;Recovery before Redemption: A Theory of Delays in Sovereign Debt Renegotiations,&rdquo; Centre for Applied Macroeconomic Analysis, Working Paper 2009-15, Australian National University.</p>
<p class="footnote">Harold L. Cole and Timothy J. Kehoe (1996), &ldquo;A Self-Fulfilling Model of Mexico's 1994–95 Debt Crisis,&rdquo; <em>Journal of International Economics</em>, 41, 309–330.</p>
<p class="footnote">Harold L. Cole and Timothy J. Kehoe (2000), &ldquo;Self-Fulfilling Debt Crises,&rdquo; <em>Review of Economic Studies</em>, 67, 91–116. </p>
<p class="footnote">Juan Carlos Conesa and Timothy J. Kehoe (2012), &ldquo;Gambling for Redemption and Self-Fulfilling Debt Crises,&rdquo; Federal Reserve Bank of Minneapolis Staff Report 465.</p>
<p class="footnote">Pablo D&rsquo;Erasmo (2011), &ldquo;Government Reputation and Debt Repayment,&rdquo; Working Paper, University of Maryland.</p>
<p class="footnote">Paul De Grauwe (2009), &ldquo;The Politics of the Maastricht Convergence Criteria,&rdquo; <em>VoxEU</em>, 15 April 2009. </p>
<p class="footnote">Thomas J. Sargent (2012), &ldquo;<a href="https://files.nyu.edu/ts43/public/research/Sargent_Sweden_final.pdf">United States then, Europe now</a>,&rdquo; Nobel Prize Lecture, New York University.</p>

<p class="footnote" align="center"></p>
 
 
]]></content:encoded>
	  
      <cb:paper>
        <cb:simpleTitle>Chronic Sovereign Debt Crises in the Eurozone, 2010&#8211;2012</cb:simpleTitle>
        <cb:occurrenceDate>2012-05-29T08:00:00-06:00</cb:occurrenceDate>
          
        <cb:person type="author">
          <cb:givenName>Timothy J.</cb:givenName>
          <cb:surname>Kehoe</cb:surname>
          <cb:nameAsWritten>Timothy J. Kehoe</cb:nameAsWritten>
        </cb:person>  
        <cb:person type="author">
          <cb:givenName>Cristina</cb:givenName>
          <cb:surname>Arellano</cb:surname>
          <cb:nameAsWritten>Cristina Arellano</cb:nameAsWritten>
        </cb:person>  
        <cb:person type="author">
          <cb:givenName>Juan Carlos</cb:givenName>
          <cb:surname>Conesa</cb:surname>
          <cb:nameAsWritten>Juan Carlos Conesa</cb:nameAsWritten>
        </cb:person>
        <cb:publicationDate>2012-05</cb:publicationDate>
        <cb:publication>Economic Policy Papers</cb:publication>
      </cb:paper>
	  </item>
    
    <item rdf:about="http://www.minneapolisfed.org/publications_papers/pub_display.cfm?id=4868">
      <title>Economic Policy Papers: What Assets Should Banks Be Allowed to Hold?</title>
      <link>http://www.minneapolisfed.org/publications_papers/pub_display.cfm?id=4868</link>
      <dc:date>2012-05-22T08:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[<h2>Abstract</h2>
<p>Banks are vulnerable to self-fulfilling panics because their liabilities (such as demand deposits and certificates of deposit) are short term and unconditional, and their assets (such as mortgages and business loans) are long term and illiquid. To prevent wider financial fallout from such panics, governments have strong incentive to bail out bank debtholders. Paradoxically, expectations of such bailouts can lead financial systems to rely excessively&mdash;from a societal perspective&mdash;on short-term debt to fund long-term assets. Fragile banking systems thus impose external costs, and regulation may therefore be socially desirable. </p>
<p> In light of this fragility and cost, we examine two of the major theoretical <em>benefits</em> from the reliance of the banking system on short-term debt: (1) <em>maturity transformation</em> and (2) <em>efficient monitoring</em> of bank managers. We argue that while both justifications may be compelling, they point us to financial regulations very different from the ones currently in place. These theoretical justifications suggest that the assets funded by banks should not have close substitutes in publicly traded markets, as is currently the case. </p>
<div class="horizontal_rule"></div>
<h2>Introduction<a href="#fn1" name="n1" title="" id="n1"><sup style="font-size:9px;">1</sup></a></h2>
<p>The enormous direct and indirect costs of rescuing banks and related financial institutions during the financial crisis of 2007-08 generated widespread policy debate on future banking regulation, resulting in part in the Dodd-Frank Act of 2010. Largely absent from these discussions was a careful reexamination of the services that banks provide and whether they are sufficient justification for the inherent financial fragilities of banks and the societal costs of this fragility. <strong>&nbsp;</strong></p>
<h2>The inherent fragility of banks </h2>
<p>In what sense are banks and similar financial institutions fragile? Answering this question requires understanding the balance sheets of financial institutions more generally. The assets of financial institutions are, by and large, financial assets, and claims on them are primarily financial liabilities. They hold few tangible assets such as land, buildings or machinery. Their financial assets consist mainly of promises to deliver dollars at future dates (and perhaps then only under certain circumstances). Among such assets are stocks, bonds and the notes on mortgages and business and consumer loans, as well as an array of more exotic financial instruments such as derivatives. Likewise, their financial liabilities consist mostly of a variety of obligations to deliver dollars at particular dates, under certain circumstances. <strong></strong></p>
<p>Some types of financial institutions, particularly banks, have liabilities that are mostly short term and unconditional. For example, banks issue demand deposits, which promise to pay a fixed amount of money whenever a depositor demands a withdrawal. Likewise, banks issue certificates of deposit (CDs), which promise to pay a fixed amount of money at a particular (usually very near-term) date. Typically, banks rely on the rolling over of CDs, when they mature, into new CDs. In this sense, a failure to roll over a short-term CD can be thought of as equivalent to a withdrawal from a deposit account. </p>
<p> In <a href="/pubs/eppapers/12-3/epp_chart1_large.jpg" rel="lightbox">Figure 1</a>, we display the distribution of firms&mdash;financial and nonfinancial&mdash;by their ratio of short-term debt to total assets, for all publicly traded companies. This figure shows that financial firms typically have much higher levels of short-term debt relative to total assets than nonfinancial firms. For example, 80 percent of financial firms have a ratio of short-term debt to total assets greater than 40 percent, while only 10 percent of nonfinancial firms do (see vertical dashed line). </p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-3/epp_chart1_large.jpg" rel="lightbox"><img src="/pubs/eppapers/12-3/epp_chart1.jpg" width="413" border="0" alt="Financial firms rely on short-term debt" /></a></p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-3/epp_chart1_large.jpg" rel="lightbox">Large Image</a></p>
<p> In <a href="/pubs/eppapers/12-3/epp_chart2_large.jpg" rel="lightbox">Figure 2</a>, we display the distribution of firms by their ratio of short-term debt to short-term assets, again for all publicly traded financial and nonfinancial firms. Firms that have ratios greater than 1 are using short-term debt to finance holdings of long-term assets. The figure shows that nonfinancial firms are far less likely than financial firms to use short-term debt to finance their holdings of long-term assets&mdash;less than 20 percent of nonfinancial firms depend on short-term debt, while roughly 60 percent of financial firms do so.</p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-3/epp_chart2_large.jpg" rel="lightbox"><img src="/pubs/eppapers/12-3/epp_chart2.jpg" width="413" border="0" alt="Financial firms more likely to finance long-term assets with short-term debt" /></a></p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-3/epp_chart2_large.jpg" rel="lightbox">Large Image</a></p>

<p>The bulk of these financial firms with high levels of short-term debt are legally structured as banks. From an economic standpoint, the financial firms we focus on in this policy paper are those with high levels of short-term debt, and for convenience we&rsquo;ll refer to them all as <em>banks</em>. </p>
<p> This reliance on short-term debt makes banks fragile in the sense that they are particularly vulnerable to the risks of insolvency and the possibility of confidence crises. Since bank assets are usually much longer term than their liabilities and since the value of these assets fluctuates, a bank&rsquo;s net worth (its assets less its liabilities) also fluctuates a great deal. </p>
<p>Furthermore, a bank&rsquo;s assets are typically illiquid. A bank cannot easily and quickly sell its portfolio of small business loans, home equity loans or jumbo mortgages, for instance, to satisfy an unexpected surge of withdrawals from demand deposit accounts. The illiquidity of banks&rsquo; assets and the demandable structure of their liabilities thus expose banks to crises of confidence. Since a bank typically will not be able to meet the demands of all depositors within a short period of time should they all choose to withdraw, banks are vulnerable to self-fulfilling panics in which depositors withdraw their funds simply because they believe other depositors will do so. </p>
<p> This panic is an entirely rational response even if the bank is solvent (though illiquid). If a depositor suspects that other depositors will withdraw their funds in the near future, it is rational for that depositor to rush to the bank and withdraw his or her deposits before other depositors can do so. But since this logic holds for all depositors, banks are subject to self-fulfilling panics in which the belief in a run causes the run. </p>
<p> In the midst of such self-fulfilling panics, governments have a strong incentive to intervene to bail out debt holders of banks in order to prevent the entire financial system from failing. Paradoxically, expectations of such bailouts can increase the incidence and depth of financial crises because once depositors believe that their deposits will be protected by general tax revenues in the event of potential systemic failure, they have less incentive to monitor the risk-taking proclivities of bank managers. </p>
<p> Bank managers, in turn, have increased incentive to take on risk, knowing their failures are implicitly insured&mdash;taxpayers (not banks themselves) bear the full consequences of this risk-taking. Given that the banking system rationally chooses to take on risk, the possibility of insolvency of the banking system increases, and the need for bailouts rises. </p>
<p> In this way, expectations of bailouts can lead financial systems to rely excessively&mdash;from a societal perspective&mdash;on short-term debt to fund long-term assets. Fragile banking systems thus impose external costs, and regulation may therefore be socially desirable. </p>
<h2>The benefits of banks</h2>
<p>Why then do we allow banks&mdash;financial institutions that fund long-term assets with short-term debt&mdash;to operate? One answer is historical: The very ubiquity of banks throughout history suggests that they serve a valuable function. But the world has much changed since the invention of banks. In particular, the range of economic activities that can be funded through publicly traded assets has expanded enormously. For instance, in the not-too-distant past, publicly traded mortgage-backed securities did not exist. In light of these changing circumstances, it is worth examining how long-term assets should be funded and the role banks should play in funding such assets. 
<p> Given that we have already discussed the weaknesses or <em>costs</em> of such financial institutions, we&rsquo;ll now use economic theory to examine the possible social <em>benefits</em> of having a financial system in which illiquid assets with volatile values are funded by demand deposits and short-term debt. This cost-benefit analysis allows us to ask how modern economic theory can be used to design better regulatory systems for banks. This issue is clearly of pressing importance given the central role that banks are argued to have played during the recent financial crisis. This issue is also of central importance given the importance of banks to financial systems throughout the world. 
<p> We examine the role of banks and the role of regulation by considering, in turn, two of the major theoretical justifications for the reliance of the banking system on short-term debt:
  </p>
<ul>
  <li>Demand deposits allow banks to engage in socially useful <em>maturity transformation</em>.</li>
 <li>Demand deposits allow for <em>efficient monitoring</em> of bank managers. </li>
</ul>
<p>We argue that while both justifications may be compelling, they point us to financial regulations very different from the ones currently in place. Specifically, they suggest that while it may be important to have institutions that finance long-term assets with short-term debt, the assets that are so funded should not have close substitutes in publicly traded markets. </p>
<p> Our logic is as follows: The economic case for regulating such institutions at all is due to the external <em>costs</em> they impose. But any such regulation should also, to the extent possible, preserve the <em>benefits</em> that economic theory suggests they convey. We argue that these benefits exist only when these institutions hold assets which do not have close substitutes that are traded in public markets. Indeed, our analysis suggests that bank assets having close publicly traded substitutes <em>destroys </em>the possible social benefit of banks under the maturity transformation view and <em>reveals</em> the social benefit to be zero (or small) under the efficient monitoring view. Thus, institutions that issue short-term debt should be allowed to hold only a limited amount of publicly traded assets. </p>
<h2>Theoretical justifications of banking</h2>
<p>We now provide closer consideration of the two primary theoretical justifications for a banking system that relies on short-term debt. We first describe and then assess the <em>maturity transformation</em> rationale, and then we turn to the notion that demand deposits permit <em>efficient monitoring</em> of bank managers, again starting with a description followed by our assessment.</h2>
<p><strong><em>Maturity transformation</em></strong><br />
Banks are often said to perform a miracle of financial alchemy referred to as <em>maturity transformation. </em>They are thought to hold long-term assets that yield a high rate of return and finance these assets with short-term claims (such as deposits) that pay a higher rate of return than what those depositors could earn if they invested directly in short-term assets (such as very short-term bonds). </p>
<p> Such a form of financial alchemy implies that those who roll over their short-term claims until the maturity of the long-term asset will necessarily receive a lower rate of return than if they had directly held the long-term asset. In effect, maturity transformation is a redistribution of resources from those who roll over their short-term claims to those who redeem such short-term claims early. Why would this financial alchemy be socially desirable?</p>
<p> Diamond and Dybvig (1983) developed a model in which such maturity transformation is desirable and possible. Furthermore, they showed that the arrangement that delivers such maturity transformation resembles banks in the sense that (at least conceptually) households get access to their funds whenever they want to, so that the liabilities of banks resemble demand deposits, while the assets of banks are long term and illiquid. (See <a href="/pubs/eppapers/12-3/epp_12-3_appendix_a1.pdf">Appendix A-1</a> for a simplified technical description of the model.) The basic idea in their model is that the redistribution of resources associated with maturity transformation is desirable because such redistribution allows for insurance. If people are not sure whether they will need resources <em>only</em> at the maturity of long-term assets <em>or</em> at a date prior to maturity, they may wish to insure themselves by accepting a lower return at maturity in exchange for a higher return should they instead desire their funds sooner. </p>
<p><em><strong>An assessment of the maturity transformation view </strong></em><br />
While Diamond and Dybvig&rsquo;s model provides important insights into the possibility of maturity transformation, the mechanism rests on an increasingly implausible feature of the model: <em>nonbank</em> financial institutions do not <em>also</em> hold assets such as the mortgages and mortgage-backed securities typically held by banks as part of their transformation role [a point originally made by Jacklin (1987)]. Put simply, if it is possible for households to hold the long-term assets of banks outside the banking system, the ability of banks to perform maturity transformation is destroyed, along with the social benefit from doing so. (For technical discussion of this point, see <a href="/pubs/eppapers/12-3/epp_12-3_appendix_a2.pdf">Appendix A-2</a>.)</p>
<p> As we show in <a href="/pubs/eppapers/12-3/epp_12-3_appendix_a2.pdf">Appendix A-2</a>, if people can hold long-maturity assets outside the banking system, they have strong incentives to do so. If they happen to not need funds prior to maturity, they can obtain higher returns than under maturity transformation since they are not subsidizing those who need their funds sooner. If they happen to need their funds sooner, they can simply sell their holdings of these long-term assets to customers of the banking system who do not need their funds until maturity. Further, these customers will be willing to sell to them. Recall that such bank customers were promised relatively low returns for funds held long term inside the banking system and relatively high returns if they needed their funds earlier. But for these customers, the event they were insuring against&mdash;that they would need their funds early&mdash;did not occur. After they know this, they have strong incentives to trade with those outside the banking system in order to achieve higher returns. Analysis of the Diamond-Dybvig model under this alternative assumption&mdash;that the assets typically held by banks are also traded in public markets&mdash;demonstrates that banks cannot provide the social benefit associated with maturity transformation. </p>
<p> Recent data on holdings of U.S. financial institutions show that, indeed, market trading of such assets is increasingly common. </p>
<p> <a href="/pubs/eppapers/12-3/epp_chart3_large.jpg" rel="lightbox">Figure 3</a> shows mortgages and mortgage-backed securities held by bank and bank-like entities in the United States relative to their stock of financial assets (typically known as bank credit). Note that such assets constitute almost 50 percent of bank financial assets over the past decade. </p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-3/epp_chart3_large.jpg" rel="lightbox"><img src="/pubs/eppapers/12-3/epp_chart3.jpg" width="413" border="0" alt="Banks hold lots of mortgages" /></a></p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-3/epp_chart3_large.jpg" rel="lightbox">Large Image</a></p>
<p> <a href="/pubs/eppapers/12-3/epp_chart4_large.jpg" rel="lightbox">Figure 4</a> shows the total outstanding stock of mortgages and mortgage-backed securities held by banks and bank-like entities relative to the total stock of mortgages. Note that these banks and bank-like entities hold only about 40 percent of the total outstanding stock of mortgages over the past decade, and that share has declined steadily since the late 1970s. That is, institutions that are very different from banks now hold a very significant and rising share of the total outstanding stock of mortgages. Such institutions do not fund their assets with short-term debt. </p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-3/epp_chart4_large.jpg" rel="lightbox"><img src="/pubs/eppapers/12-3/epp_chart4.jpg" width="413" border="0" alt="Banks not the only holders of mortgages" /></a></p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-3/epp_chart4_large.jpg" rel="lightbox">Large Image</a></p>

<p> In this sense, the ability of banks to achieve maturity transormation is severely limited by the holdings of close substitutes by other institutions. <a href="/pubs/eppapers/12-3/epp_chart5_large.jpg" rel="lightbox">Figure 5</a> shows bank loans for commercial and industrial purposes relative to the stock of financial assets (again, typically known as bank credit) held by banks. Such bank loans may well not have close publicly traded substitutes. But they also make up only one-quarter of bank assets. This perspective suggests that if we view maturity transformation as the principal reason for the existence of banks, the United States could do very well with a banking sector just a quarter the size it now is. </p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-3/epp_chart5_large.jpg" rel="lightbox"><img src="/pubs/eppapers/12-3/epp_chart5.jpg" width="413" border="0" alt="Loans are a smaller fraction of bank assets" /></a></p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-3/epp_chart5_large.jpg" rel="lightbox">Large Image</a></p>

<p><strong><em>Efficient monitoring </em></strong><br />
Over the past 25 years, a theoretical literature has emerged arguing that short-term debt and the associated possible runs on financial institutions may in fact be an efficient way of allowing markets to incorporate information that investors have about returns on financial assets. [See Chari and Jagannathan (1988), Calomiris and Kahn (1991), Diamond and Rajan (2001) and Zetlin-Jones (2011).] </p>
<p> The basic idea is that some investors often have access to information about the returns on financial assets and that this information is valuable to other investors and financial markets as a whole. Efficient arrangements will then have to provide such investors with incentives to obtain and act on this information, and those incentives may require market mechanisms that provide higher returns to those investors compared with others. These differential returns can be efficiently provided through &ldquo;bank runs&rdquo; in which early withdrawers (&ldquo;sophisticated&rdquo; investors who have relevant information through their close monitoring of managers) get higher returns than late (&ldquo;uninformed&rdquo;) withdrawers. [See <a href="/pubs/eppapers/12-3/epp_12-3_appendix_a3.pdf">Appendix A-3</a> for a simplified technical discussion, using the Calomiris-Kahn model (1991).] </p>
<p> One way of implementing the efficient arrangement outlined above is to think of assets being provided and being funded by demand deposits. The demand deposits allow all investors to withdraw their assets at will. In normal times (when sophisticated investors receive favorable signals about the bank&rsquo;s returns), all investors wait to withdraw their assets at maturity and receive the same return. In crisis times (when sophisticated investors get unfavorable signals), large withdrawals occur. Those who choose to withdraw early receive a higher rate of return than those who wait until maturity. The observation that investors who withdraw early get a higher return resembles a bank run and therefore creates a crisis for the bank. </p>
<p><em><strong>An assessment of the efficient monitoring view</strong></em><br />
The efficient monitoring view of the social usefulness of banks rests crucially on the idea that it is difficult to set up alternative methods of compensating sophisticated investors and/or efficient managers. But, in fact, this assumption may be unrealistic. For example, one could easily imagine various kinds of equity claims as well as combinations of equity and debt that could provide sophisticated investors with appropriate incentives to monitor the activities of managers. One could also imagine compensation contracts for managers that are tied to the market valuation of their assets. Such mechanisms are widely used in firms whose claims are traded in public markets. </p>
<p> On the one hand, to the extent that close substitutes to the assets held by banks are traded in public markets, the marginal value of having banks fund these projects as well is likely to be small since these assets would likely be funded by public markets even if banks did not exist. On the other hand, the costs of banks&mdash;in the form of crises and their associated bailouts (as well as the changes in bank risk-taking behavior induced by the expectation of bailouts)&mdash;are clearly quite large. </p>
<p> In this sense, under <em>both</em> the efficient monitoring and the maturity transformation views, banks provide significant social value <em>only</em> when the assets they hold do not have close substitutes that are traded in public markets. Bank assets having close publicly traded substitutes <em>destroys </em>the possible social benefit of banks under the maturity transformation view and <em>reveals</em> the social benefit to be zero (or small) under the efficient monitoring view. </p>
<p> Finally, the efficient monitoring view also poses a severe challenge to those who view bailouts as necessary for the proper functioning of financial markets. Note that under the efficient monitoring view, crises do occasionally occur, and, at the time of the crisis, if governments were particularly concerned about the well-being of unsophisticated investors, bailouts of all investors would be considered desirable. But if such bailouts are anticipated, sophisticated investors have no incentive to monitor banks when such monitoring is costly. Absent such monitoring, either valuable projects will not be undertaken or, given the expectations of large transfers from the government, inefficient projects will be undertaken. </p>
<h2>Implications for policy</h2>
<p>To answer the question &ldquo;Do we need banks?&rdquo; we first need to answer the question &ldquo;What are banks?&rdquo; Guided by the data, we have chosen to think of banks as institutions that hold long-term, illiquid, volatile assets and issue large amounts of short-term debt to finance these assets. Given the possibility of bank crises, this institutional arrangement seems puzzling on the face of it. Nevertheless, we need to take seriously the observation that such institutions have been a durable part of the economic landscape for many centuries and, arguably, have played a significant role in the industrial revolutions the world has been fortunate enough to experience. 
<p> Both the maturity transformation and the efficient monitoring views suggest that it may desirable to fund long-term assets that have no close substitutes in publicly traded markets with short-term debt. Both views also suggest that the social value of funding long-term assets that have close publicly traded substitutes with short-term debt is small. Given the costs imposed by crises and attendant bailouts, both views suggest that it may be desirable to allow these institutions to issue short-term debt <em>only</em> if their assets do not have close publicly traded substitutes. Otherwise their benefits are either zero or negligible. 
<p> These implications suggest policies that are dramatically different from those undertaken by most bank supervisors or various forms of international regulation under the Basel agreements. Current supervisory systems encourage banks to hold assets with close substitutes for publicly traded assets by giving such assets lower risk ratings and by requiring less equity capital to back up these assets. These supervisory systems encourage the banking system to hold publicly traded assets that are risky in the full knowledge that if the returns on these assets are poor, governments will step in to bail out short-term debt holders. 
<p> The framework for regulatory policy implied by our analysis would lead to a banking system that is radically different from the one we currently have. Institutions that issue large amounts of short-term debt relative to their assets would be regulated and required to hold relatively little of their assets in publicly traded securities. 
<p> This new system would not eliminate all crises. Indeed, we have argued that bank runs may well be an essential ingredient of an efficient economic system. In all likelihood, however, the crises of this new system would be much smaller and less costly than those we have experienced in the recent past. One reason: The volume of assets backed by short-term debt would be dramatically smaller under our proposed system than under the current system. 
<p> The economic theories explored in this paper suggest we do need banks. These theories also point us to constructive ways in which we can reform the financial system to make it more efficient and to minimize the spillover costs imposed on the broader economy by crises that affect particular financial institutions.

</h2>
<h2>Endnote </h2>
<p class="footnote"><a href="#n1" name="fn1" title="" id="fn1"><strong>1</strong></a> The authors thank Narayana Kocherlakota, Dick Todd and Kei-Mu Yi for useful comments and Doug Clement for editorial assistance. V. V. Chari thanks the National Science Foundation for supporting the research that led to this paper.</p>
<h2>References</h2>
<p class="footnote">Calomiris, Charles W.,  and Charles M. Kahn. 1991. The role of demandable  debt in structuring optimal banking arrangements. <em>American Economic Review</em> 81 (3):  497–513. </p>
<p class="footnote"> Chari, V. V., and Ravi  Jagannathan. 1988. Banking panics, information, and rational expectations equilibrium. <em>Journal of Finance</em> 43 (3): 749–61.</p>
<p class="footnote"> Diamond, Douglas W.,  and Philip H. Dybvig. 1983. Bank runs, deposit insurance, and liquidity. <em>Journal of  Political Economy</em> 91 (3): 401–19.</p>
<p class="footnote"> Diamond, Douglas W.,  and Raghuram G. Rajan. 2001. Liquidity risk, liquidity creation, and financial  fragility: A theory of banking. <em>Journal  of Political Economy</em> 109 (2): 287–327.</p>
<p class="footnote"> Farhi, Emmanuel,  Mikhail Golosov and Aleh Tsyvinski. 2009. A theory of liquidity and regulation  of financial intermediation. <em>Review of  Economic Studies</em> 76 (3): 973–92.</p>
<p class="footnote"> Jacklin, Charles J.  1987. Demand deposits, trading restrictions, and risk sharing. In <em>Contractual Arrangements for Intertemporal  Trade</em>, ed. Edward C. Prescott and Neil Wallace. Vol. 1 of <em>Minnesota Studies in Macroeconomics</em>.  Minneapolis: University of Minnesota Press.</p>
<p class="footnote"> Wallace, Neil. 1988. <a href="/publications_papers/pub_display.cfm?id=209">Another  attempt to explain an illiquid banking system: The Diamond and Dybvig model with sequential service taken seriously.</a> <em>Federal  Reserve Bank of Minneapolis Quarterly Review</em> 12 (Fall): 3–16.</p>
<p class="footnote"> Zetlin-Jones, Ariel. 2011.  Efficient financial crises. Working paper. University of Minnesota.</p>
<p class="footnote" align="center"></p>
 
 
]]></content:encoded>
	  
      <cb:paper>
        <cb:simpleTitle>What Assets Should Banks Be Allowed to Hold?</cb:simpleTitle>
        <cb:occurrenceDate>2012-05-22T08:00:00-06:00</cb:occurrenceDate>
          
        <cb:person type="author">
          <cb:givenName>V. V.</cb:givenName>
          <cb:surname>Chari</cb:surname>
          <cb:nameAsWritten>V. V. Chari</cb:nameAsWritten>
        </cb:person>  
        <cb:person type="author">
          <cb:givenName>Christopher</cb:givenName>
          <cb:surname>Phelan</cb:surname>
          <cb:nameAsWritten>Christopher Phelan</cb:nameAsWritten>
        </cb:person>
        <cb:publicationDate>2012-05</cb:publicationDate>
        <cb:publication>Economic Policy Papers</cb:publication>
      </cb:paper>
	  </item>
    
    <item rdf:about="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4869">
	
      <title>Banking Conditions in Ninth District States First Quarter 2012 Update</title>
      <link>http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4869</link>
	
      <dc:date>2012-05-21T11:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[Federal Reserve Bank of Minneapolis</p>

<script type="text/javascript">
$(document).ready(function() {

	//When page loads...
	$(".tabs_panel").hide(); //Hide all content
						  
	if(window.location.hash == "") { // if loading for first time
		
		$("ul.tabs_nav li:first a").addClass("tabs_nav_selected"); //Activate first tab
		$(".tabs_panel:first").show(); //Show first tab content
		//window.location.hash = $("ul#bank_tabnav li:first a").attr("href");
		
	} else {

		var activeContent = window.location.hash; //Find the href attribute value to identify the active tab + content
		$(activeContent).show(); //Fade in the active ID content

		var activeTab = window.location.hash + "_tab"; // activate tab
		$(activeTab).addClass("tabs_nav_selected"); //Add "active" class to selected tab
	}
	
	//On Click Event
	$("ul.tabs_nav li a").click(function() {

		$("ul.tabs_nav li a").removeClass("tabs_nav_selected"); //Remove any "active" class
		$(this).addClass("tabs_nav_selected"); //Add "active" class to selected tab
		$(".tabs_panel").hide(); //Hide all tab content
		
		window.location.hash = $(this).attr("href");

		var activeContent = $(this).attr("href"); //Find the href attribute value to identify the active tab + content
		$(activeContent).show(); //Fade in the active ID content
		return false;
	});

});
</script>
<style type="text/css">

.tabs_container {
	width: 422px;
	margin-top: 0;
}

ul.tabs_nav {
	 padding: 0;
	 margin: 0;
}

ul.tabs_nav li a { 
	}

ul.tabs_nav li a.tabs_nav_selected { 
	color: #000; 
	border-bottom: 2px solid #dce9ed; 
	background-color: #dce9ed; 
	}

ul.tabs_nav li a.twoline { 
	padding-top: 6px;
	padding-bottom: 4px;
	}

ul.tabs_nav li.tabs_nav_last a { 
	padding-left: 11px;
	}
	
.tabs_panel {
	border-top: 2px solid #dce9ed; 
	background: transparent url(/img/common/tabs_panel_bkrd.gif) repeat-x top left;
	padding-top: 10px;
	}
	
</style>

<div class="tabs_container">
      <ul class="tabs_nav" style="width: 422px;">
       <li><a href="#minnesota" id="minnesota_tab">Minnesota</a></li>
       <li><a href="#montana" id="montana_tab">Montana</a></li>
       <li><a href="#northdakota" id="northdakota_tab" class="twoline">North<br/>Dakota</a></li>
       <li><a href="#southdakota" id="southdakota_tab" class="twoline">South<br/>Dakota</a></li>
              <li><a href="#michigan" id="michigan_tab" class="twoline">U.P. of<br/>Michigan</a></li>
              <li class="tabs_nav_last"><a href="#wisconsin" id="wisconsin_tab">Wisconsin</a></li>
      </ul>
 <div class="clear"></div>
      <div id="minnesota" class="tabs_panel">
    	   <h2><strong>Minnesota Banking Conditions Mixed in First Quarter</strong></h2>
      	   <p>Minnesota banks reported mixed performance in the first quarter of 2012, based on data from the 366 commercial banks in the state. As is often the case in the first quarter, asset quality declined and profits improved. Year-over-year loan growth remains negative, but less so. Most measures are considerably better than a year ago. According to Ron Feldman, senior vice president of Supervision, Regulation and Credit at the Federal Reserve Bank of Minneapolis, &ldquo;Compared with last year at this time, Minnesota banks reported stronger asset quality, improved profitability and continued capital growth. Consistent with seasonal patterns, we saw asset quality get worse, while profit growth was strong. I continue to foresee improvement in Minnesota banking conditions for 2012.&rdquo; 
    	   </p>
      	   <p> While the year-over-year change in the amount of outstanding loans remained negative at the end of March, it improved materially from year-end 2011. Loan growth stood at -2.5 percent at the end of 2011. Minnesota banks reported a median rate of -1.3 percent as of the first quarter. </p>
    	   <p>The level of problem loans compared with the resources banks have to cover loan losses worsened by more than 1 percentage point since year-end, consistent with the typical trend in the first quarter. Compared with last year at this time, the measure fell by nearly 5 percentage points to less than 14.5 percent. </p>
         <p>Profitability measured by the median return on average assets increased to above 0.9 percent for Minnesota banks. Strong improvement in profits is typical of the first-quarter pattern driven by lower provisions. Liquidity and capital also improved from year-end. </p>
         <p><a href="/pubs/news/2012/2012-05-21_mn_banking_cond_data.pdf">Data for Minnesota and the nation</a> [pdf]</p>
<p><a href="/pubs/news/2012/ninth_district_bank_operations_may_2012.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
        <div class="horizontal_rule"></div>      
        <p>More details on 2012 banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States - First Quarter 2012 Update</a>.</p>
       <div class="horizontal_rule"></div>
       <p align="center" class="footnote"></p>
 </div>
<div id="montana" class="tabs_panel">
 <h2>Montana Banking Conditions Improve in Several but Not All Key Measures</h2>
 <p>The first-quarter 2012 financial reports filed by the 69 commercial banks in Montana show mixed bank performance, with healthy improvements in profits and loan growth, but a typical first-quarter weakening of asset quality. According to Ron Feldman, senior vice president of Supervision, Regulation and Credit at the Federal Reserve Bank of Minneapolis, &ldquo;In the first quarter of 2012, the median Montana-based bank reported an improvement in earnings, liquidity and loan growth rates. Overall asset quality fell, but commercial real estate loan performance improved. Asset quality continues to be much worse in Montana than in the rest of the country.&rdquo; </p>
 <p>In the state, overall asset quality improved considerably year over year. The amount of loans that aren&rsquo;t making on-time payments dropped from more than 21 percent to less than 18 percent of the value of resources banks have to cover potential losses. The current figure, however, increased from the 17 percent figure reported at the end of 2011, typical of first-quarter deterioration. Asset quality remains a weak spot for Montana banks relative to the nation as a whole. </p>
 <p> Earnings improved, as they often do in the first quarter. Montana banks are just about matching national rates of return. But these levels remain far off pre-crisis levels. Some key indicators of capital and liquidity also improved in Montana throughout the year and roughly match national conditions. </p>
 <p> The year-over-year growth in the amount of outstanding loans remains at roughly -2 percent for the median Montana bank, but it is encouragingly up 80 basis points from last quarter and better than 3 percentage points from last year. </p>
 <p><a href="/pubs/news/2012/2012-05-21_mt_banking_cond_data.pdf">Data for Montana and the nation</a> [pdf]</p>
<p><a href="/pubs/news/2012/ninth_district_bank_operations_may_2012.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
 <p></p>
 <div class="horizontal_rule"></div>
 <p>More details on 2012 banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States - First Quarter 2012 Update</a>.</p>
 <div class="horizontal_rule"></div>
 <p align="center" class="footnote"></p>
 </div>
 <div id="northdakota" class="tabs_panel">
  <h2>North Dakota Banks Have Rapid Loan Growth with Mixed Results on Asset Quality and Profits </h2>
      	 <p>North Dakota banks had, typical of the first quarter, weakened asset quality and higher profits, according to data reported by the 88 commercial banks in the state. Generally speaking, other states are still recovering from crisis conditions as North Dakota builds on comparatively strong metrics. While shrinking loan portfolios across the nation have challenged other banks&rsquo; recovery, the average North Dakota bank stands out for rapid reported growth. According to Ron Feldman, senior vice president of Supervision, Regulation and Credit at the Federal Reserve Bank of Minneapolis, &ldquo;North Dakota bank performance stands out relative to the nation with regard to its strength. First-quarter trends of worsening asset quality and improving profits are par for the course. But loan growth was very strong; as high as rates before 2006.&rdquo; </p>
  <p>Measures of earnings increased from a year ago. The return on average assets for the median North Dakota bank was 1.1 percent compared with a national median of 0.86 percent. Both increased by 15 to 20 basis points from last year. </p>
  <p> Overall asset quality, as measured by the ratio of loans that are behind on payments compared with the resources banks have to offset those losses, worsened somewhat in the first quarter. This outcome is typical of first-quarter performance. Compared with a year ago, loan quality is considerably improved, with the measure dropping from roughly 11 percent to below 8 percent, similar to the nearly 3 percentage point improvement seen in the national measure. </p>
  <p> While the nationwide year-over-year growth in the amount of outstanding loans improved a bit in the first quarter, it remains negative. In contrast, the North Dakota median bank grew its loan portfolio by more than 8 percent, a large increase from the 4.5 percent rate that already stood out at year-end.</p>
  <p><a href="/pubs/news/2012/2012-05-21_nd_banking_cond_data.pdf">Data for North Dakota and the nation</a> [pdf]</p>
<p><a href="/pubs/news/2012/ninth_district_bank_operations_may_2012.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
  <p></p>
        <div class="horizontal_rule"></div>
        <p>More details on 2012 banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States - First Quarter 2012 Update</a>.</p>
        <div class="horizontal_rule"></div>
        <p align="center" class="footnote"></p>
 </div>
<div id="southdakota" class="tabs_panel">
  <h2>South Dakota Banking Conditions&mdash;Except for Loan Growth&mdash;Take a Step Back in the First Quarter</h2>
  <p>South Dakota bank performance fell a bit overall in the first quarter of 2011, based on March 31, 2012, reports filed by the 75 commercial banks in the state. Nonetheless, loan growth&mdash;a key metric of bank health&mdash;increased considerably from a quarter ago. According to Ron Feldman, senior vice president of Supervision, Regulation and Credit at the Federal Reserve Bank of Minneapolis, &ldquo;South Dakota banks reported higher loan delinquencies in the first quarter, consistent with seasonal trends, and weaker profits, but year-over-year improvement was strong and banks had a strong improvement in loan growth.&rdquo;</p>
  <p>  The state average ratio of problem loans to the resources banks have to cover losses rose by about 1 percentage point in the first quarter. This kind of increase in the first quarter is typical. Even with the increase, the metric is still roughly one-third the national average and fell by roughly 40 percent from last year at this time. </p>
  <p> South Dakota banks have also improved profitability compared with last year, but saw a small reduction in the first quarter. The return on average assets ratio fell 3 basis points to 1.08 percent. Although profitability remains off of pre-crisis levels, it&rsquo;s considerably better in South Dakota than in the nation as a whole.  </p>
  <p>Loan growth is a highlight of the state&rsquo;s first-quarter figures. Compared with persistent negative levels reported in the nation, South Dakota banks boast growth of more than 2 percent over the past 12 months. This level is off from pre-crisis levels, but grew by almost 1.5 percentage points in the first quarter. </p>
  <p><a href="/pubs/news/2012/2012-05-21_sd_banking_cond_data.pdf">Data for South Dakota and the nation</a> [pdf]</p>
<p><a href="/pubs/news/2012/ninth_district_bank_operations_may_2012.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
  	<p></p>
  	<div class="horizontal_rule"></div>
      	<p>More details on 2012 banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States - First Quarter 2012 Update</a>.</p>
  	<div class="horizontal_rule"></div>
  	<p align="center" class="footnote"></p>
</div>
<div id="michigan" class="tabs_panel">
  <h2>Upper Peninsula Banking Conditions Remain Mixed After the First Quarter and Continue to Lag U.S.</h2>
  <p>Typical of the first quarter each year, banks in the Upper Peninsula  of Michigan reported weakened asset quality and improved earnings, according to  March 2012 data filed by the 21 Michigan banks in the Federal Reserve&rsquo;s Ninth  District. Although median profitability, loan performance, capital and  liquidity have all improved from a year ago, Upper Peninsula banks are  reporting increasingly negative loan growth. According to Ron Feldman, senior vice  president of Supervision, Regulation and Credit at the Federal Reserve Bank of  Minneapolis, &ldquo;First quarter trends of worsening asset quality and improving  profits are par for the course. In the bigger picture, the U.P.&rsquo;s banks  reported year-over-year improvement across many key metrics, but asset quality  and loan growth remain worse than in the rest of the nation.&rdquo;</p>
  <p> While the U.P.&rsquo;s year-over-year change in the amount of outstanding  loans fell more than 1.5 percentage points from a year ago to -2.9 percent at  the end of March, the corresponding national rate improved by that much and  stands just a shade under zero at -0.16 percent. </p>
  <p>Some deterioration in the level of problem loans compared with the  resources banks have to cover loan losses is consistent with historical first-quarter  patterns, and U.P. banks report a median measure above 16 percent. Although it  improved a bit over the past year, this figure is now 3 percentage points greater  than the national figure. The performance of commercial real estate loans is  also significantly worse in the U.P. relative to the rest of the country.</p>
  <p>Profitability measured by the median return on average assets increased  to above 0.9 percent for U.P. banks and remains a bit higher than in the rest  of the country. Liquidity improved slightly during the quarter and capital  ticked down, but both remain strong by historical standards. </p>
  <p>The data for the U.P. and the nation are found in the tables below. The  attachment to this release provides additional data on the characteristics of  banks in the region as well as definitions and explanations of those data. </p>
  <p><a href="/pubs/news/2012/2012-05-21_mi_banking_cond_data.pdf">Data for Michigan and the nation</a> [pdf]</p>
<p><a href="/pubs/news/2012/ninth_district_bank_operations_may_2012.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
  	<p></p>
  	<div class="horizontal_rule"></div>
      	<p>More details on 2012 banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States - First Quarter 2012 Update</a>.</p>
  	<div class="horizontal_rule"></div>
  	<p align="center" class="footnote"></p>
</div>
<div id="wisconsin" class="tabs_panel">
  <h2>Western Wisconsin Banks Report Mixed Results on Asset Quality and Profits with Improving Growth</h2>
  <p>Banks in the portion of western Wisconsin covered by the Federal Reserve&rsquo;s Ninth District reported mixed results in the first quarter of 2012, according to data collected by the Federal Reserve Bank of Minneapolis. As is often the case in the first quarter, asset quality declined and profits improved. Year-over-year loan growth remains negative, but less so. Most measures have improved from a year ago. According to Ron Feldman, senior vice president of Supervision, Regulation and Credit at the Federal Reserve Bank of Minneapolis, &ldquo;Compared with last year at this time, banks in western Wisconsin reported stronger asset quality, improved profitability and continued capital growth. Consistent with seasonal patterns, we saw asset quality worsen and profits improve this quarter.&rdquo;</p>
  <p> While the year-over-year change in the amount of outstanding loans remained negative at the end of March, it improved materially from year-end 2011. Median loan growth for western Wisconsin banks stood at -2.65 percent at the end of 2011. Banks reported a median rate of -0.31 percent as of the first quarter.</p>
  <p>Overall asset quality improved considerably year over year. The amount of loans that aren&rsquo;t making on-time payments dropped from more than 24 percent to less than 18 percent of the value of resources banks have to cover potential losses. Overall loan quality, however, fell this quarter by about 1 percentage point, and the ratio of problem commercial real estate (CRE) loans fell by about 2 percentage points this quarter.</p>
  <p> Profitability measured by the median return on average assets increased to above 1 percent for western Wisconsin banks. Improvement in profits is typical of the first-quarter pattern driven by lower provisions, but the current level of return is considerably better in Wisconsin than in the nation as a whole. </p>
  <p><a href="/pubs/news/2012/2012-05-21_wi_banking_cond_data.pdf">Data for Wisconsin and the nation</a> [pdf]  </p>
<p><a href="/pubs/news/2012/ninth_district_bank_operations_may_2012.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
  	<p></p>
  	<div class="horizontal_rule"></div>
      	<p>More details on 2012 banking conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States - First Quarter 2012 Update</a>. </p>
  	<div class="horizontal_rule"></div>
  	<p align="center" class="footnote"></p>
</div>
</div>
]]></content:encoded>
	  
      <cb:news>
        <cb:simpleTitle>Banking Conditions in Ninth District States First Quarter 2012 Update</cb:simpleTitle>
        <cb:occurrenceDate>2012-05-21T11:00:00-06:00</cb:occurrenceDate>
	      
        <cb:person type="contact">
          <cb:givenName>Patti</cb:givenName>
          <cb:surname>Lorenzen</cb:surname>
          <cb:nameAsWritten>Patti Lorenzen</cb:nameAsWritten>
        </cb:person>
      </cb:news>
	  </item>
    
    <item rdf:about="http://www.minneapolisfed.org/publications_papers/pub_display.cfm?id=4834">
      <title>Economic Policy Papers: Models of Government Expenditure Multipliers</title>
      <link>http://www.minneapolisfed.org/publications_papers/pub_display.cfm?id=4834</link>
      <dc:date>2012-03-14T08:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[<h2>Abstract</h2>
<p>In this note, we demonstrate and analyze the inability of standard neoclassical models to generate accurate estimates of the fiscal multiplier (that is, the macroeconomic response to increased government spending). We then examine whether estimates can be improved by incorporating recently developed theory on demand-induced productivity increases into neoclassical models. We find that neoclassical models modified in this fashion produce considerably better estimates, but they remain unable to generate anything close to an accurate value of the fiscal multiplier. </p>

<div class="horizontal_rule"></div>
<h2>Introduction<a href="#fn1" name="n1" title="" id="n1"><sup style="font-size:9px;">1</sup></a></h2>
<p>There is a  vast empirical literature studying the &ldquo;fiscal multiplier,&rdquo; the response of  macroeconomic variables to an increase in government spending. A summary of  this literature is that the multiplier—defined as the response of gross  domestic product to an exogenous change in government expenditures—is somewhere  in the range of 0.7 to 1.0 (see Hall 2009 for a discussion of the empirical  findings) and perhaps even higher in extraordinary times like ours with a very  low nominal interest rate and a very high unemployment rate. Put more  concretely, if the federal government were to increase spending by $1 billion,  GDP would increase by between $700 million and $1 billion. </p>
<p>Government  expenditure provides a variety of goods and services (public roads, national  representation and the like), many of which benefit a wide range of people  regardless of who provided the revenue to pay for them and thus are unlikely to  be privately provided. Policymakers also view public expenditures as a fiscal  tool to affect macroeconomic variables such as output and employment. This  function has particular relevance during recessions, when policymakers seek  mechanisms that can restore employment and economic growth to healthy levels. </p>
<p>To assess the  usefulness of government expenditure as a fiscal tool, we need to weigh the  costs of fiscal expansion that arise because of the higher taxes that are  eventually required against the benefits generated from higher government  spending in terms of higher output. This requires explicit models, suitable for  policy analysis, that faithfully capture the relevant features of the economy,  and this realism can be judged by seeing whether a given model is capable of  generating the fiscal multiplier seen in the data. </p>
<p>At least  until recently, the workhorse of both macroeconomics and public finance has  been the real business cycle model, also referred to as the standard  neoclassical model, or SNM. However, this model of the economy is not able to  deliver realistic results for the fiscal multiplier—that is to say, the  multiplier values the SNM predicts are close to 0, nowhere near the estimates  provided by actual data (again, between 0.7 and 1). In other words, according  to the SNM, an increase in government spending would have no discernible effect  on economic output, as it will be accompanied by sharp reductions in  consumption and investment. Clearly, something is missing from the SNM.</p>
<p>Another type  of macroeconomic model, referred to as New Keynesian, <em>is</em> able to yield a multiplier in the range of the empirical  literature.<a href="#fn2" name="n2" title="" id="n2"><sup style="font-size:9px;">2</sup></a> But at the same time, these New Keynesian models  generate other unrealistic results, such as a decline in the markup ratio of  price over cost when output rises, and a dramatically procyclical labor share.  The data show the opposite: Markups tend to rise during economic booms and  decline in recessions (again, Hall 2009), while labor share tends to shrink in  expansions. Unfortunately, then, these models also fail to faithfully reproduce  the macroeconomy and so are of limited use to economists or policymakers in  designing fiscal policies. </p>
<p>Other models that may be helpful in generating a realistic  multiplier use frictions in labor markets to generate involuntary unemployment,  but these have yet to be fully developed.</p>
<h2>Seeking better results</h2>
<p>In this note,  we briefly explore the implications for the fiscal multiplier of a family of  models developed in some of our recent research (Bai,  Ríos-Rull and Storesletten 2011, Dyrda, Kaplan  and Ríos-Rull 2011 and Dyrda and Ríos-Rull 2012)  that, while squarely in the neoclassical tradition, imply changes in some of  the main properties of neoclassical models. </p>
<p>The impact of  an increase in government expenditure on output depends on several factors, and  key among these is the extent to which government spending replaces or &ldquo;crowds  out&rdquo; private consumption and investment. If government spending simply takes  the place of private spending that would have occurred in its absence, then  there will be no net effect on total output, and the multiplier is 0. </p>
<p>However, a multiplier of 1 results when increased government  spending does not induce a <em>reduction</em> in private consumption and investment, but rather <em>adds</em> to it. But, of course, increases in government expenditure  have to be paid for eventually, and the effects of this burden depend on the  duration of the increase in expenditures and on the form of taxation.  Throughout this note, we will explore the effects of short-lived additional  public expenditures that are paid for in a very efficient manner, with lump-sum  taxes.<a href="#fn3" name="n3" title="" id="n3"><sup style="font-size:9px;">3</sup></a></p>
<p> Our research  suggests that models in the neoclassical tradition can produce higher estimates  of the fiscal multiplier via two channels. Dyrda,  Kaplan and Ríos-Rull (2011) demonstrate the importance of adjusting  neoclassical models to increase the response of hours worked to temporary  changes in wages. Model parameters of this responsiveness—that is, the change  in labor supplied by workers when wage rates rise or drop temporarily—should be  consistent with new evidence about how household size changes in response to  macroeconomic change. In contrast to the traditional notion that people can be  identified with households, our data analysis reveals that people&rsquo;s living  arrangements change often in ways that are partly synchronized with the  business cycle: During recessions, households take in more members as young  adults move into (or delay departure from) their parents&rsquo; home. Seniors may  also move in with middle-aged relatives, and unrelated singles may form group  households. </p>
<p>More  importantly, in terms of the fiscal multiplier, Bai,  Ríos-Rull and Storesletten (2011) articulate a neoclassical model in  which movements in productivity are not the result of technological shocks, but  of greater willingness to spend or higher demand. As we will see, this  explanation gives solid theoretical rationale for macroeconomic expansion when  government spending increases. </p>
<p>In the next section, we describe reasons behind the  inability of the SNM to generate realistic values of the fiscal multiplier. We  then move to a brief discussion of our findings about fluctuations in household  size that affect the responsiveness of hours worked to changes in wages (the  &ldquo;Frisch elasticity&rdquo;) and how that affects the fiscal multiplier. Finally, we  discuss neoclassical models with &ldquo;demand-enhanced&rdquo; productivity based on our  earlier and ongoing work (Bai, Ríos-Rull and  Storesletten 2011 and Dyrda and Ríos-Rull 2012)  and the extent to which these modifications to the SNM can deliver values of  the fiscal multiplier closer to the empirically documented range. Along the way,  we make some observations about what could be capable of generating fiscal  multiplier values in the actual empirical range without drastic departures from  the neoclassical tradition.</p>
<h2>The failure of the standard neoclassical model</h2>
<p>Two features of the SNM are central to  its estimates of the fiscal multiplier; both concern household decisions about  how many hours they&rsquo;ll work. And both ultimately lead to the model&rsquo;s inability  to realistically predict the fiscal multiplier.</p>
<p>The first is  that the number of hours worked is the outcome of choices that households make  in response to wages and interest rates. That hours worked respond to wage  rates is rather intuitive, but households also adjust labor in response to  interest rates because, among other things, interest rates affect the value of  the present relative to the future. Through so-called substitution effects,  hours worked are then affected. </p>
<p>The model&rsquo;s  second key feature: The two inputs essential to producing economic  output—capital and labor—are subject to diminishing returns, <em>and</em> each is paid its marginal product  (the market value of the last unit of output it contributes). So, the more  units of labor or capital that are added to the economy, the less <em>additional</em> output will be obtained.  Therefore, as the supply of capital increases, its marginal product (the  interest rate) decreases. The same applies to hours worked and the wage. </p>
<p>These features, and their complex interaction  with other economic factors, mean that increasing the number of labor hours in  order to increase economic output—the mechanism through which a fiscal  multiplier works in the neoclassical world—ultimately requires that both  consumption and investment decrease in the short term.<a href="#fn4" name="n4" title="" id="n4"><sup style="font-size:9px;">4</sup></a></p>
<p>But to  estimate the net effect of a fiscal multiplier, the question is, How large are  these drops? That is, to what degree will the positive impact of government  expenditures on economic output—through increased labor supply—be negated by  the short-term decreases in consumption and investment? </p>
<p>To answer  this question quantitatively, economists feed specific parameter values into  the model&rsquo;s equations. The values are selected to match key statistics in the  U.S. economy. So, government expenditure is usually set at 16 percent of GDP, a  typical figure for the United States. Investment and private consumption are  about 19 percent and 65 percent of GDP, respectively. Labor income is roughly  two-thirds of total GDP. The nominal interest rate is 4 percent. Another  important statistic is the &ldquo;intertemporal rate of substitution,&rdquo; a term  economists use for people&rsquo;s willingness to forgo consumption now in order to  consume in the future; this is usually set at 0.5. And people are assumed to  work 30 percent of their nonsleeping time. All of these parameter values are  widely agreed upon by macroeconomists. </p>
<p>The only  controversial number in this model is the one that describes the willingness of  people to work longer than usual if the wage is temporarily high—again, the  Frisch elasticity. (See Chetty, Guren, Manoli and  Weber 2011 for a discussion of the debate among economists as to its  magnitude.) Although disputable, a very conventional value used in such models  is 0.7. The value is calculated using a married couple as the notion of  household (see Heathcote, Storesletten and Violante  2010). </p>
<p>With these parameter values, the model predicts that a  temporary increase in government expenditures of 1 percent of GDP will have  very little net impact. It results in just a 0.023 percent increase in GDP. Why  so little effect? The primary cause is a dramatic drop in investment. A 1  percent increase in government expenditures leads (according to this model) to  investment levels falling from 19 percent of GDP to 18.04 percent, wiping out  96 percent of the 1 percent boost in government spending.</p>
<p>Consumption also drops, but  just slightly, falling from 65 percent to 64.98 percent of GDP. And, indeed,  the increase in government spending barely increases the number of labor hours  supplied by households, from 30 percent of total available time to 30.01  percent. Put in more practical terms, the neoclassical model predicts that if  government boosts public spending by 1 percent of GDP for three months, the  average adult would work no more than 10 minutes longer.</p>
<h2>First candidate for a bigger multiplier: <br>A higher  Frisch elasticity</h2>
<p>How can the model achieve better results, closer  to actual estimates of the impact of a fiscal multiplier (again, in the range  of 0.7 to 1, rather than the 0.023 just obtained)? The lynchpin appears to be  labor&rsquo;s response to an increase in wages, the Frisch elasticity. A higher  figure would have dramatic influence over the model&rsquo;s estimate of the fiscal  multiplier. </p>
<p>As mentioned above, a conventional if debatable value used  for Frisch elasticity is 0.7. But our recent work, Dyrda,  Kaplan and Ríos-Rull (2011), makes the case for a higher estimate. The  gist of our argument is based on the fact that standard measurements of the  Frisch elasticity of labor assume that households are stable in that they keep  the same characteristics over time (for instance, that married people stay  married). But, of course, many people are not &ldquo;stable&rdquo; in this sense; young  people move in and out of their parents&rsquo; home, some people divorce and become  two households and the like.</p>
<p> In our work,  we show that those &ldquo;unstable people&rdquo; display a higher Frisch elasticity than  the 0.7 figure based on a stable population. In addition, we argue that the  concept of the household itself is not set in stone, and we document that the  size of households is larger in recessions as many people move in with family  or friends to bear the harder times. When they do so, they work even fewer  hours than they would normally. According to our calculations, properly  accounting for unstable people and their movements in and out of households  changes the Frisch elasticity of the economy as a whole from 0.7 to 1.1. </p>
<p>When we apply this higher value of the Frisch elasticity of  labor to the standard neoclassical model, we obtain a higher multiplier.<a href="#fn5" name="n5" title="" id="n5"><sup style="font-size:9px;">5</sup></a> Indeed, the multiplier goes up by 31 percent. Unfortunately, this improvement  is less impressive than it sounds: Given the low initial value of 0.023, a 31  percent increase yields very little: a prediction of just 0.029—still nowhere  close to empirical measurements in the range of 0.7 to 1.</p>
<h2>Why standard neoclassical models fail</h2>
<p>  Neoclassical  models contain two &ldquo;first-order conditions&rdquo; (or mathematical requirements) that <em>together</em> determine the response of  workers to increases in government expenditures. Understanding these conditions  helps explain why neoclassical models generate such low estimates of the fiscal  multiplier.</p>
<p>One of these conditions—the &ldquo;<em>intra</em>temporal&rdquo;—links variables such as working hours, consumption  levels and wage rates in the here-and-now: &ldquo;today.&rdquo; So, the &ldquo;intratemporal  first-order condition&rdquo; says what all hourly workers know: Consumption by a  household is partially determined by the prevailing wage rate times the number  of hours that household members work at that wage. </p>
<p> But because labor in neoclassical models is paid its marginal  product and is also subject to diminishing returns, prevailing wages in the  economy as a whole will decline as the labor force grows, discouraging  households from offering more labor hours. To increase working hours (in order  to generate more output) as wages decline, a fall in consumption is necessary.</p>
<p> But to increase output in a neoclassical model, a fall in  consumption isn&rsquo;t enough. The other first-order condition—the &ldquo;<em>inter</em>temporal&rdquo;—must also be satisfied.  This condition refers to the way variables interact <em>over time</em>—that is, between the here-and-now and the future: &ldquo;today&rdquo;  and &ldquo;tomorrow.&rdquo; So in this context, this condition mathematically links the  ratio of hours worked &ldquo;today&rdquo; and &ldquo;tomorrow,&rdquo; on one hand, with the ratio of  wages today and wages tomorrow, multiplied by tomorrow&rsquo;s interest rate, on the  other hand.</p>
<p> Because the <em>intra</em>temporal  condition has just indicated that wage rates are declining, the only way the <em>inter</em>temporal condition can generate an  increase in the first ratio (working hours today over working hours tomorrow)  is to significantly increase interest rates tomorrow. Because interest rates  are the marginal productivity of capital (just as labor is paid its marginal  product) and capital&rsquo;s marginal productivity is higher when there&rsquo;s less of it,  then the only way to get a high interest rate is to decrease the amount of  capital. This means that investment &ldquo;today&rdquo; has to be low.</p>
<p> So, the bottom line (of neoclassical models with these two  conditions) is that to obtain the increase in working hours necessary for an increase  in GDP, <em>both</em> consumption and  investment must fall. But as we&rsquo;ve seen in our model simulations, only  investment fell significantly; consumption barely budged. Therefore, the models  fail to generate a realistic increase in working hours or—thereby—a rise in  GDP.</p>
<p> Other economic models exist in which the intratemporal  first-order condition is not necessary. New Keynesian models with rigid wages,  for example, operate without it. In this class of models, firms are unwilling  to hire more workers at the prevailing wage. Increased government expenditures  increase profits for firms, and that induces them to hire more workers at the  current fixed wage. The number of hours worked then rises.</p>
<p> Another type of model holds that firms and workers expend  considerable and costly effort in seeking good fits. These search models of  unemployment hold that there are always willing workers, but they are costly to  find. In this class of models, the intratemporal first-order condition is  absent, but a zero-profit condition on firms applies. Increases in government  expenditures may provide firms with incentives to look for more workers, and  this might provide a satisfactory mechanism for generating a realistic  multiplier.</p>
<h2>Can government expenditures increase wages?</h2>
<p>As we&rsquo;ve seen, the neoclassical model is  unable to generate realistic estimates for the fiscal multiplier, in large part  because decreasing returns to labor—the diminishing additional output from each  additional hour of work—mean that workers face diminished wages as government  expenditures increase. Is there a different way to design a model so that  government expenditures could increase wages instead of reducing them? If so,  that would certainly help to increase hours worked. </p>
<p>In fact, this is what New Keynesian models with rigid prices  do. As government expenditures increase, firms in these models are required to  deliver the goods or increase prices or both. Since some firms cannot adjust  prices, they need to hire more labor to deliver the goods. To induce households  to provide more labor hours, wages have to go up. However, fixed prices and  higher wages imply that profits and markups fall as a result of the increase in  government expenditures.</p>
<p> Again, Hall (2009) provides a very nice description of the  issue and of the lack of evidence for a drop in markups when government  expenditures rise. Let us add that the behavior of labor share, which is  slightly countercyclical in the data, is also at odds with the prediction of  New Keynesian models with fixed prices. </p>
<p>In fact, greater potential lies in a model in the  neoclassical tradition, with a twist.</p>
<h2>A second candidate: The shopping model</h2>
<p>In a recent paper, Bai,  Ríos-Rull and Storesletten (2011) built a modified neoclassical model  that goes a significant way toward generating a realistic multiplier. This  model allows any increase in expenditures (which we refer to as demand) to  increase productivity and, with it, to increase wages. The innovation in this  model is that generating output  requires not only inputs of  production, but also<em> the active  participation of the purchasers of goods and services.</em></p>
<p>A few  examples can help to illustrate this mechanism, and perhaps the best  illustrations are from service industries. The tourism industry needs tourists,  restaurants need diners, hotels need guests, hospitals need patients, movies  have to be seen, advice has to be heard, pedicures need toes, and so on. In our  model, consumption and investment require the active participation of consumers  and firms. Without spenders, there is no output. Productivity goes up when the  contribution of buyers (consumers, firms and the government) increases. It is  the buyers—not producers—who are ultimately responsible for increased  productivity by exerting more—but unmeasured—effort to use the economy&rsquo;s  productive capacity more intensely. </p>
<p>In the model,  these ideas are implemented by requiring consumers not only to pay for the  goods, but also to find them, a disagreeable task that is costly in terms of  utility (just as is work in the standard model for those who prefer leisure).  An increase in consumption can be achieved through both an <em>increase in labor</em> that raises the<em> <em>potential output</em></em> of the economy, and an <em>increase in search  effort</em> that allows households to find more output, thus making the economy  operate at higher capacity. </p>
<p>Firms stand  ready to produce, with capital and labor, but output occurs only when consumers  find the firms and generate demand for that output. The search efforts of  consumers are not measured in GDP, and the higher output is imputed to higher  productivity. </p>
<p>While the spirit of this &ldquo;shopping economy&rdquo; is  neoclassical—prices are flexible, people and firms are restricted only by  technology, markets clear—the aggregate production function with constant  productivity (a traditional workhorse of the SNM) does not hold.</p>
<p> In the  shopping economy, as in all models, there is a budget constraint that requires  households to pay for what they (and the government) purchase. An additional  constraint, unique to this economy, requires households to search in order to  find consumption goods. The more search effort consumers expend, the more goods  will be found and, thus, the higher output will be. Consequently, output can  increase even if there are no changes in measured inputs (since search effort  itself is unmeasured). </p>
<p>In our paper,  we use the modern concept of competitive search that achieves an optimal  allocation and thus guarantees that the model has a unique prediction. However,  we include all forms of hassle associated with searching for consumption goods,  such as receiving worse service in restaurants at capacity, a lengthy wait in  emergency rooms on Saturday nights, not getting the right options or color when  buying a car and so on. </p>
<p>All of these  hassles are greater when the economy is in an expansion, generating higher  productivity as a result of higher demand. During recessions, hassles  diminish—parking spaces, shopping lines, waiting times all decline; clerks and  salespeople stand idle as they wait for customers. This dynamic applies to  firms, as well, since they have to search for investment goods. Purchasing  departments and shopping professionals need to find the right type of capital  goods, a task that is clearly less costly during recessions. </p>
<p>The shopping economy model holds potential for generating a  fiscal multiplier more in line with the empirical estimates. This is because  increased government spending in this model generates higher productivity, and  that may generate higher wages, in contrast to the SNM. To gauge this  potential, we added a government sector financed with lump-sum taxation to the  model in Bai, Ríos-Rull and Storesletten (2011).<a href="#fn6" name="n6" title="" id="n6"><sup style="font-size:9px;">6</sup></a></p>
<p> As in the  SNM, an increase in government expenditures induces an increase in hours  worked.<a href="#fn7" name="n7" title="" id="n7"><sup style="font-size:9px;">7</sup></a> But unlike in the SNM, productivity goes up, which can  potentially increase wages, or at least slow down their reduction. Productivity  increases because now people and firms have to look harder to find goods since  higher government spending has raised effective demand. </p>
<p>When the  relevant parameters are applied to the shopping model, it generates much larger  effects than did the SNM. An increase in government expenditures of 1 percent  of GDP (from 16 percent of the average value of GDP to 17 percent) now yields a  fiscal multiplier of 0.172, over seven times that generated by the SNM. This  results from both a 0.07 percent increase in productivity and a 0.09 percent  increase in hours worked. By comparison, the SNM generates no increase in  productivity and a 0.034 percent increase in hours worked. </p>
<p>The main difference between the shopping economy and the SNM  is in investment, with the reduction being much smaller in the shopping  economy. Interestingly, consumption in the shopping economy falls by more than  in the SNM—from 65 percent to 64.94 percent—and investment falls from 19  percent to 18.22 percent. As in the SNM, an increase in the Frisch elasticity  to 1.1 also increases the multiplier, albeit by a small amount (from 0.172 to  0.187).</p>
<p> These fiscal multiplier estimates are still a far cry from  the values between 0.7 and 1 found in the empirical literature. One way for  models of the neoclassical tradition to produce a higher value would be to have  &ldquo;time to build&rdquo; features to avoid wild oscillations in investment.<a href="#fn8" name="8" title="" id="n8"><sup style="font-size:9px;">8</sup></a> For example, we could pose a requirement that investment projects take a long  time to both plan and implement. Therefore, in any period, only a fraction of  the current investment is chosen, the rest being the outcome of previous  decisions. Similarly, in the current period, decisions are made about future  investment. With this formulation, we would obtain some rigidity in investment,  not because markets do not work well, but because of technological—indeed,  engineering—reasons. Short-lived increases in government expenditures would not  in this case disrupt investment very much, and a swift increase in government  expenditures would imply a larger multiplier. The exact calculations would  require a specification of how to absorb the losses of firms that are required  to secure the investment goods. In this scenario, a much larger drop in  consumption is likely. This is a topic that deserves more attention.</p>
<h2>The multiplier in a recession</h2>
<p>So far we have looked at the  multiplier in average times, when the economy is operating normally. But  &ldquo;normal times&rdquo; are not when policymakers consider using government expenditures  as a tool to expand output. Leading researchers (Christiano,  Eichenbaum and Rebelo 2010, for instance) postulate that in certain  circumstances, such as when the nominal interest rate is 0 percent, New  Keynesian models with fixed prices give rise to large fiscal multipliers,  suggesting that such a policy tool would be particularly potent under such  conditions.</p>
<p> To analyze the multiplier in recessions, we need to  &ldquo;engineer&rdquo; a recession in our models. In neoclassical contexts, recessions  occur because of poorer-than-average technology or because of preference  changes that induce people to work less. In this exercise, we first consider  shocks to preferences in both SNMs and shopping models that make work less  agreeable. We set the sizes of the shocks so that GDP shrinks by 1 percent, and  we use a high Frisch elasticity of 1.1.<a href="#fn9" name="n9" title="" id="n9"><sup style="font-size:9px;">9</sup></a></p>
<p> In the SNM, a 1 percent drop in output is generated via a  1.5 percent reduction in hours worked. However, consumption barely changes (it  goes down just 0.02 percent), while the bulk of the reduction in output is  accommodated by lower investment. In actual recessions, investment typically  falls by more than consumption, but in a less extreme manner. In the shopping  economy, a similar 1 percent output drop comes from a drop not only in labor,  but also in productivity, which falls by 0.4 percent.</p>
<p> Now that we&rsquo;ve engineered a recession in the model  economies, we can consider an expansionary policy that increases government  expenditures the same amount in both. We find that the fiscal multipliers are  higher than in normal times, as theory has suggested, but barely so. In the  SNM, the multiplier is up to 0.0298 relative to 0.0296 in normal times. In the  shopping economy, it is 0.1916 in a recession, up from 0.1871 in normal times.  The gains in the shopping economy come from productivity (0.07 percent) and  from labor (0.12 percent); in the SNM, the gains are all from labor.<a href="#fn10" name="n10" title="" id="n10"><sup style="font-size:9px;">10</sup></a></p>
<p> The shopping  economy allows for an additional type of recession: a shock to the cost of  search—the willingness of people to put up with the hassle needed to find goods  and services. An increase in search costs thus acts as a shock to demand and  generates a recession. Such a recession compounded with the expansionary policy  generates the largest multiplier found in these exercises, a value of 0.221.</p>
<p>This quick review of multipliers during recessions generated  by neoclassical models arrives at the same destination: The fiscal multiplier  is almost 0 for the SNM and about 0.2 for the shopping economy. The reason  these models predict such similar multipliers, whether the economy is in a  recession and not, is clear. Neoclassical models assume that there are no  market frictions, such as wages that don&rsquo;t adjust quickly or prices that don&rsquo;t  change right away. Therefore, in these sorts of models, recessions are  generated because people simply <em>choose</em> to work less. Therefore, the models respond in recessions very much the same as  they do in normal times: The model economy operates optimally.</p>
<h2>Conclusions</h2>
<p>This note shows that neoclassical models of the  business cycle have serious shortcomings that limit their ability to evaluate  the effect of changes in government expenditures. State-of-the-art extensions  can increase the predicted values for the fiscal multiplier, but these  estimates are still much smaller than those measured empirically. </p>
<p>Many  researchers have embraced New Keynesian models in which the central mechanism  generating large fluctuations is the assumption that prices are fixed, so firms  and workers are unable to adjust (nominally denominated) contracts. While this  may be fruitful, we think that some of its counterfactual implications  (specifically, on price-to-cost markups and labor share) and the lack of solid  theoretical explanation for why prices are fixed justify the exploration of  models with neoclassical flavor, but with enough frictions so as to allow for  recessions as situations with idle resources. We think that such models  should include frictions in labor markets that make many households work fewer  hours than they would like and consume less than desired because of  difficulties in borrowing. </p>
<p>Models with these features in addition to those provided by  our shopping economy, in which increases in government expenditures boost  productivity, may be capable of yielding multiplier values consistent with  those in the empirical literature. These models are the subject of our ongoing  work.</p>
<p></p>
<h2>Endnotes </h2>
<p class="footnote"><a href="#n1" name="fn1" title="" id="fn1"><strong>1</strong></a> The authors thank Doug Clement and Carolyn Wilkins  for their editorial comments and Fabrizio Perri for discussions of theory. The  views expressed herein are those of the authors and not necessarily those of  the Federal Reserve Bank of Minneapolis or the Federal Reserve System.</p>
<p class="footnote"><a href="#n2" name="fn2" title="" id="fn2"><strong>2</strong></a> For example, Drautzburg  and Uhlig (2011) quantify the effect of the American Recovery and  Reinvestment Act of 2009 using the benchmark New Keynesian model developed by  Smets and Wouters (2003) with additional frictions. They yield short-run  multipliers around 0.52. Leeper, Traum and Walker (2011), using Bayesian  techniques, show that New Keynesian models with sticky prices and wages can  generate multipliers around 1.</p>
<p class="footnote"><a href="#n3" name="fn3" title="" id="fn3"><strong>3</strong></a> Unlike income taxes, for example, that not only  make people poorer but also provide an incentive to substitute away from  consumption goods and into leisure, which is not taxed, lump-sum taxes are not  distortionary and do not provide such a disincentive to work. </p>
<p class="footnote"><a href="#n4" name="fn4" title="" id="fn4"><strong>4</strong></a> See the <a href="/pubs/eppapers/12-2/eppaper12-2_appendix.pdf">appendix</a> for a technical  explanation of this conclusion.</p>
<p class="footnote"><a href="#n5" name="fn5" title="" id="fn5"><strong>5</strong></a> Doing so requires an adjustment  in the value of parameter θ (see <a href="/pubs/eppapers/12-2/eppaper12-2_appendix.pdf">appendix</a>) to ensure that the amount of hours worked on  average is 30 percent.</p>
<p class="footnote"><a href="#n6" name="fn6" title="" id="fn6"><strong>6</strong></a> For simplicity, we have assumed  that the government has a pile of projects in a drawer and is exempted from  having to search for goods (a trivial simplification). Also, it is very easy to  model similar search frictions for the government by being explicit about the  part of measured government expenditures that are used for search purposes  rather than providing strictly useful goods.</p>
<p class="footnote"><a href="#n7" name="fn7" title="" id="fn7"><strong>7</strong></a> Both because people are poorer and because the  reduction in investment increases the rate of return, propelling a wealth  effect and a (intertemporal) substitution effect.</p>
<p class="footnote"><a href="#n8" name="fn8" title="" id="fn8"><strong>8</strong></a> &ldquo;Time to build&rdquo; is an expression  used by Kydland and Prescott (1982), referring to multiperiod construction as a  fundamental characteristic of most economies and one that helps explain  macroeconomic fluctuations. As they put it: &ldquo;That wine is not made in a day has  long been recognized by economists.&rdquo;</p>
<p class="footnote"><a href="#n9" name="fn9" title="" id="fn9"><strong>9</strong></a></span> Let&rsquo;s for now ignore the fact  that in this type of recession, a benevolent government should do nothing: The  economy is optimal on its own.</p>
<p class="footnote"><a href="#n10" name="fn10" title="" id="fn10"><strong>10</strong></a></span> Another type of recession, one due to a short-lived  shock that reduces the household&rsquo;s relative preference for current consumption.  It turns out that a recession of 1 percent in output via a reduction in the  willingness to consume generates wild oscillations in consumption and  investment. In the SNM with the high Frisch elasticity of 1.1, consumption  drops by half(!) and investment goes up two and a half times. The behavior of  the shopping economy is more subdued: Consumption falls from 65 percent of GDP  to 59.9 percent, and investment goes from 19 percent to 23.1 percent. These  recessions are clearly uninteresting, and for what it is worth, the multipliers  are not very different from those in normal times: 0.030 in the SNM and 0.195  in the shopping economy.</p>
<p></p>
<h2>References</h2>
<p class="footnote">Bai, Y., J.-V. Ríos-Rull and K.&nbsp;Storesletten. 2011. Demand Shocks  as Productivity Shocks. Working paper, University of Minnesota.</p>
<p class="footnote">Chetty, R., A.&nbsp;Guren, D.&nbsp;Manoli and A.&nbsp;Weber. 2011. Are  Micro and Macro Labor Supply Elasticities Consistent? A Review of Evidence on  the Intensive and Extensive Margins. <em>American Economic Review Papers &amp; Proceedings 101 (3):  471-75.</em></p>
<p class="footnote">Christiano, L., M.&nbsp;Eichenbaum and S.&nbsp;Rebelo. 2010. When Is  the Government Spending Multiplier Large? Mimeo, Northwestern University.</p>
<p class="footnote">Drautzburg,  T., and  H. Uhlig. 2011. Fiscal Stimulus and  Distortionary Taxation. Working Paper 17111, National Bureau of Economic  Research.<br>
  <br>
  Dyrda, S., G.&nbsp;Kaplan and J.-V. Ríos-Rull. 2011. Business Cycles  and Household Formation: The Micro versus the Macro Labor Elasticity. Mimeo,  University of Minnesota. </p>
<p class="footnote">Dyrda, S., and J.-V. Ríos-Rull. 2012. Expansionary Policies when Demand  Increases Productivity. Mimeo, University of Minnesota. </p>
<p class="footnote">Hall, R. 2009. By How Much Does GDP Rise if the Government Buys More  Output? <em>Brookings Papers  on Economic Activity</em> 2: 183-231.<br>
  <br>
  Heathcote, J.,  K.&nbsp;Storesletten and G.&nbsp;Violante. 2010. The Macroeconomic Implications  of Rising Wage Inequality in the United States. <em>Journal of Political Economy</em> 118 (4): 681-722.</p>
<p class="footnote"> Kydland, F. E., and E. C. Prescott. 1982. Time to Build and  Aggregate Fluctuations. <em>Econometrica</em> 50 (6): 1345-70.</p>
<p class="footnote"> Leeper, E. M.,  N. Traum and T. B. Walker. 2011. Clearing  Up the Fiscal Multiplier Morass. Working Paper 17444, National Bureau of  Economic Research.</p>
<p class="footnote"> Smets, F., and R. Wouters.  2003. An Estimated Dynamic Stochastic General Equilibrium Model of the Euro Area. <em>Journal of the European Economic  Association</em> 1(5): 1123-75.</p>
<p class="footnote" align="center"></p>
 
 
]]></content:encoded>
	  
      <cb:paper>
        <cb:simpleTitle>Models of Government Expenditure Multipliers</cb:simpleTitle>
        <cb:occurrenceDate>2012-03-14T08:00:00-06:00</cb:occurrenceDate>
          
        <cb:person type="author">
          <cb:givenName>Jos&#233;-V&#237;ctor</cb:givenName>
          <cb:surname>R&#237;os-Rull</cb:surname>
          <cb:nameAsWritten>Jos&#233;-V&#237;ctor R&#237;os-Rull</cb:nameAsWritten>
        </cb:person>  
        <cb:person type="author">
          <cb:givenName>Sebastian</cb:givenName>
          <cb:surname>Dyrda</cb:surname>
          <cb:nameAsWritten>Sebastian Dyrda</cb:nameAsWritten>
        </cb:person>
        <cb:publicationDate>2012-03</cb:publicationDate>
        <cb:publication>Economic Policy Papers</cb:publication>
      </cb:paper>
	  </item>
    
    <item rdf:about="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4828">
	
      <title>Minneapolis Fed Revises Forecasts for Ninth District States</title>
      <link>http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4828</link>
	
      <dc:date>2012-03-01T10:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[Federal Reserve Bank of Minneapolis</p>

<script type="text/javascript">
$(document).ready(function() {

	//When page loads...
	$(".tabs_panel").hide(); //Hide all content
						   
	if(window.location.hash == "") { // if loading for first time
		
		$("ul.tabs_nav li:first a").addClass("tabs_nav_selected"); //Activate first tab
		$(".tabs_panel:first").show(); //Show first tab content
		//window.location.hash = $("ul#bank_tabnav li:first a").attr("href");
		
	} else {

		var activeContent = window.location.hash; //Find the href attribute value to identify the active tab + content
		$(activeContent).show(); //Fade in the active ID content

		var activeTab = window.location.hash + "_tab"; // activate tab
		$(activeTab).addClass("tabs_nav_selected"); //Add "active" class to selected tab
	}
	
	//On Click Event
	$("ul.tabs_nav li a").click(function() {

		$("ul.tabs_nav li a").removeClass("tabs_nav_selected"); //Remove any "active" class
		$(this).addClass("tabs_nav_selected"); //Add "active" class to selected tab
		$(".tabs_panel").hide(); //Hide all tab content
		
		window.location.hash = $(this).attr("href");

		var activeContent = $(this).attr("href"); //Find the href attribute value to identify the active tab + content
		$(activeContent).show(); //Fade in the active ID content
		return false;
	});

});

</script>
<style type="text/css">

.tabs_container {
	width: 422px;
	margin-top: 0;
}

ul.tabs_nav {
	 padding: 0;
	 margin: 0;
}

ul.tabs_nav li a { 
	}

ul.tabs_nav li a.tabs_nav_selected { 
	color: #000; 
	border-bottom: 2px solid #dce9ed; 
	background-color: #dce9ed; 
	}

ul.tabs_nav li a.twoline { 
	padding-top: 6px;
	padding-bottom: 4px;
	}

ul.tabs_nav li.tabs_nav_last a { 
	padding-left: 11px;
	}
	
.tabs_panel {
	border-top: 2px solid #dce9ed; 
	background: transparent url(/img/common/tabs_panel_bkrd.gif) repeat-x top left;
	padding-top: 10px;
	}
	
</style>


<div class="tabs_container">
            <ul class="tabs_nav" style="width: 422px;">
              <li><a href="#minnesota" id="minnesota_tab">Minnesota</a></li>
              <li><a href="#montana" id="montana_tab">Montana</a></li>
              <li><a href="#northdakota" id="northdakota_tab" class="twoline">North<br/>Dakota</a></li>
              <li><a href="#southdakota" id="southdakota_tab" class="twoline">South<br/>Dakota</a></li>
              <li><a href="#michigan" id="michigan_tab" class="twoline">U.P. of<br/>Michigan</a></li>
              <li class="tabs_nav_last"><a href="#wisconsin" id="wisconsin_tab">Wisconsin</a></li>
            </ul>
            <div class="clear"></div>
            <div id="minnesota" class="tabs_panel">
           	  <p><strong>Minnesota employment growth and unemployment rate forecasts  revised downward</strong></p>
           	  <p>           	    A revised 2012 economic forecast shows that Minnesota nonfarm  employment growth and the unemployment rate are both expected to finish the  year lower than forecast last December. However, the revised forecast points to  the same conclusion: The Minnesota economy is expected to grow moderately for  the remainder of the year. </p>
           	  <p> Nonfarm employment is expected to grow 1.3 percent during 2012,  revised downward from 2.8 percent in December&rsquo;s forecast. Meanwhile,  Minnesota&rsquo;s unemployment rate is predicted to drop to 4.9 percent by fourth  quarter 2012, revised downward from 6.5 percent in December&rsquo;s forecast. </p>
<p> Personal income in Minnesota is expected to grow during 2012,  while the forecasting model predicts decreases in home building, similar to the  previous forecast.</p>
           	  <p> The revised forecast is based on data  through Feb. 7, and therefore includes fourth quarter data, which were not  available for the <a href="/research/data/district/forecast/index.cfm">forecast released in December</a>. With the availability of fourth  quarter state data and revisions to national data, this revised forecast is  based on a more complete set of information. </p>
<div class="horizontal_rule"></div>
                <p><strong><a href="/research/data/district/forecast/rev_for12-01.cfm">Ninth District Regional Model Forecast</a></strong> - Data Tables</p>
                <div class="horizontal_rule"></div>
                <p class="footnote">The Federal Reserve Bank of  Minneapolis is one of 12 regional Reserve Banks that, with the Board of  Governors in Washington, D.C., make up the Federal Reserve System, the nation&rsquo;s  central bank. The Federal Reserve Bank of Minneapolis is responsible for the  Ninth Federal Reserve District, which includes Montana, North and South Dakota,  Minnesota, northwestern Wisconsin and the Upper Peninsula of Michigan. The  Federal Reserve Bank of Minneapolis participates in setting national monetary  policy, supervises numerous banking organizations, and provides a variety of  payments services to financial institutions and the U.S. government.</p>
                <p align="center" class="footnote"></p>
  </div>
            <div id="montana" class="tabs_panel">
              <p><strong>Montana employment growth and unemployment rate forecasts revised  downward</strong></p>
              <p>                A revised 2012 economic forecast shows that Montana nonfarm  employment growth and the unemployment rate are both expected to finish the  year lower than forecast last December. However, the revised forecast points to  the same conclusion: The Montana economy is expected to grow modestly for the  remainder of the year. </p>
              <p> Nonfarm employment is expected to grow 2 percent during 2012,  revised downward from 2.9 percent in December&rsquo;s forecast. Meanwhile, Montana&rsquo;s  unemployment rate is predicted to drop to 6.6 percent by fourth quarter 2012,  revised downward from 7.4 percent in December&rsquo;s forecast. </p>
<p> Personal income in Montana is expected to grow during 2012, while  the forecasting model also predicts increases in home building, similar to the  previous forecast.</p>
              <p> The revised forecast is based on data  through Feb. 7, and therefore includes fourth quarter data, which were not  available for the <a href="/research/data/district/forecast/index.cfm">forecast released in December</a>. With the availability of fourth  quarter state data and revisions to national data, this revised forecast is  based on a more complete set of information. </p>
<div class="horizontal_rule"></div>
                <p><strong><a href="/research/data/district/forecast/rev_for12-01.cfm">Ninth District Regional Model Forecast</a></strong> - Data Tables</p>
                <div class="horizontal_rule"></div>
                <p class="footnote">The Federal Reserve Bank of  Minneapolis is one of 12 regional Reserve Banks that, with the Board of  Governors in Washington, D.C., make up the Federal Reserve System, the nation&rsquo;s  central bank. The Federal Reserve Bank of Minneapolis is responsible for the  Ninth Federal Reserve District, which includes Montana, North and South Dakota,  Minnesota, northwestern Wisconsin and the Upper Peninsula of Michigan. The  Federal Reserve Bank of Minneapolis participates in setting national monetary  policy, supervises numerous banking organizations, and provides a variety of  payments services to financial institutions and the U.S. government.</p>
                <p align="center" class="footnote"></p>
            </div>
  <div id="northdakota" class="tabs_panel">
            	<p><strong>North Dakota employment growth forecast revised upward</strong></p>
            	<p>            	  A revised 2012 economic forecast shows that North Dakota nonfarm  employment growth is expected to finish the year higher than forecast last  December. The revised forecast supports the same conclusion reached in December:  Strong growth is expected for the North Dakota economy for the remainder of the  year. </p>
            	<p> Nonfarm employment is expected to grow 5.5 percent during 2012,  revised upward from 4.8 percent in December&rsquo;s forecast. Meanwhile, North  Dakota&rsquo;s unemployment rate is predicted to remain at 3.4 percent, the same as  predicted in December&rsquo;s forecast. </p>
            	<p> The forecasting models predict that personal income and housing  units authorized in North Dakota will decrease slightly during 2012; however, both  of these negative growth predictions come with a great deal of uncertainty. The  negative income prediction is likely due to volatile changes in farm income,  which make for difficult forecasting. Meanwhile, the housing units authorized  forecast does not account for the sharp increase in demand for housing in the  western oil-producing counties.</p>
<p> The revised forecast is based on data  through Feb. 7, and therefore includes fourth quarter data, which were not  available for the <a href="/research/data/district/forecast/index.cfm">forecast released in December</a>. With the availability of fourth  quarter state data and revisions to national data, this revised forecast is  based on a more complete set of information. </p>
<div class="horizontal_rule"></div>
                <p><strong><a href="/research/data/district/forecast/rev_for12-01.cfm">Ninth District Regional Model Forecast</a></strong> - Data Tables</p>
                <div class="horizontal_rule"></div>
                <p class="footnote">The Federal Reserve Bank of  Minneapolis is one of 12 regional Reserve Banks that, with the Board of  Governors in Washington, D.C., make up the Federal Reserve System, the nation&rsquo;s  central bank. The Federal Reserve Bank of Minneapolis is responsible for the  Ninth Federal Reserve District, which includes Montana, North and South Dakota,  Minnesota, northwestern Wisconsin and the Upper Peninsula of Michigan. The  Federal Reserve Bank of Minneapolis participates in setting national monetary  policy, supervises numerous banking organizations, and provides a variety of  payments services to financial institutions and the U.S. government.</p>
                <p align="center" class="footnote"></p>
  </div>
<div id="southdakota" class="tabs_panel">
            	<p><strong>South Dakota employment growth and unemployment rate forecasts  revised downward</strong></p>
            	<p>            	  A revised 2012 economic forecast shows that South Dakota nonfarm  employment growth and the unemployment rate are both expected to finish the  year slightly lower than forecast last December. The revised forecast points to  the same conclusion reached in December: Solid growth is expected for the South  Dakota economy during the remainder of the year. </p>
            	<p> Nonfarm employment is expected to grow 2 percent during 2012,  revised downward from 2.1 percent in December&rsquo;s forecast. Meanwhile, South  Dakota&rsquo;s unemployment rate is predicted to drop to 4 percent by fourth quarter  2012, revised downward from 4.3 percent in December&rsquo;s forecast. </p>
<p> Personal income in South Dakota is expected to grow during 2012,  while the forecasting model also predicts increases in home building, similar  to the previous forecast.</p>
            	<p> The revised forecast is based on data  through Feb. 7, and therefore includes fourth quarter data, which were not  available for the <a href="/research/data/district/forecast/index.cfm">forecast released in December</a>. With the availability of fourth quarter  state data and revisions to national data, this revised forecast is based on a  more complete set of information. </p>
<div class="horizontal_rule"></div>
                <p><strong><a href="/research/data/district/forecast/rev_for12-01.cfm">Ninth District Regional Model Forecast</a></strong> - Data Tables</p>
                <div class="horizontal_rule"></div>
                <p class="footnote">The Federal Reserve Bank of  Minneapolis is one of 12 regional Reserve Banks that, with the Board of  Governors in Washington, D.C., make up the Federal Reserve System, the nation&rsquo;s  central bank. The Federal Reserve Bank of Minneapolis is responsible for the  Ninth Federal Reserve District, which includes Montana, North and South Dakota,  Minnesota, northwestern Wisconsin and the Upper Peninsula of Michigan. The  Federal Reserve Bank of Minneapolis participates in setting national monetary  policy, supervises numerous banking organizations, and provides a variety of  payments services to financial institutions and the U.S. government.</p>
                <p align="center" class="footnote"></p>
</div>
            <div id="michigan" class="tabs_panel">
            	<p><strong>Revised forecast more optimistic for Upper Peninsula of Michigan economy</strong></p>
            	<p>            	  A revised 2012 economic forecast shows that Upper Peninsula  Michigan&rsquo;s nonfarm employment growth is expected to grow faster and the  unemployment rate drop lower than forecast last December. The revised forecast  provides a more optimistic outlook for the U.P. economy during the remainder of  the year. </p>
            	<p> Nonfarm employment is expected to grow 3.5 percent during 2012,  revised upward from 3 percent in December&rsquo;s forecast. Meanwhile, the  unemployment rate in the U.P. is predicted to drop to 8 percent by fourth  quarter 2012, revised downward from 9.4 percent in December&rsquo;s forecast. </p>
            	<p> The revised forecast is based on data  through Feb. 7, and therefore includes fourth quarter data, which were not  available for the <a href="/research/data/district/forecast/index.cfm">forecast released in December</a>. With the availability of fourth  quarter state data and revisions to national data, this revised forecast is  based on a more complete set of information. </p>
<div class="horizontal_rule"></div>
                <p><strong><a href="/research/data/district/forecast/rev_for12-01.cfm">Ninth District Regional Model Forecast</a></strong> - Data Tables</p>
                <div class="horizontal_rule"></div>
                <p class="footnote">The Federal Reserve Bank of  Minneapolis is one of 12 regional Reserve Banks that, with the Board of  Governors in Washington, D.C., make up the Federal Reserve System, the nation&rsquo;s  central bank. The Federal Reserve Bank of Minneapolis is responsible for the  Ninth Federal Reserve District, which includes Montana, North and South Dakota,  Minnesota, northwestern Wisconsin and the Upper Peninsula of Michigan. The  Federal Reserve Bank of Minneapolis participates in setting national monetary  policy, supervises numerous banking organizations, and provides a variety of  payments services to financial institutions and the U.S. government.</p>
                <p align="center" class="footnote"></p>
  </div>
<div id="wisconsin" class="tabs_panel">
            	<p><strong>Wisconsin employment growth and unemployment rate forecasts  revised downward</strong></p>
            	<p>            	  A revised 2012 economic forecast shows that Wisconsin nonfarm  employment growth and the unemployment rate are both expected to finish the  year lower than forecast last December. The revised forecast suggests that  modest growth is expected for the Wisconsin economy during the remainder of the  year. </p>
            	<p> Nonfarm employment is expected to grow 0.2 percent during 2012,  revised downward from 1.9 percent in December&rsquo;s forecast. Meanwhile, Wisconsin&rsquo;s  unemployment rate is predicted to drop to 6.9 percent by fourth quarter 2012,  revised downward from 7.3 percent in December&rsquo;s forecast. </p>
<p> Personal income in Wisconsin is expected to grow during 2012, although  somewhat slower than previously forecast, while home building is predicted to  decrease.</p>
            	<p> The revised forecast is based on data  through Feb. 7, and therefore includes fourth quarter data, which were not  available for the <a href="/research/data/district/forecast/index.cfm">forecast released in December</a>. With the availability of fourth quarter state data and revisions to national data, this revised forecast is based on a more complete set of information. Note that the Wisconsin forecast is for the entire state, not just the Ninth District portion. <br />
            	</p>
<div class="horizontal_rule"></div>
<p><strong><a href="/research/data/district/forecast/rev_for12-01.cfm">Ninth District Regional Model Forecast</a></strong> - Data Tables
<div class="horizontal_rule"></div>
<p class="footnote">The Federal Reserve Bank of  Minneapolis is one of 12 regional Reserve Banks that, with the Board of  Governors in Washington, D.C., make up the Federal Reserve System, the nation&rsquo;s  central bank. The Federal Reserve Bank of Minneapolis is responsible for the  Ninth Federal Reserve District, which includes Montana, North and South Dakota,  Minnesota, northwestern Wisconsin and the Upper Peninsula of Michigan. The  Federal Reserve Bank of Minneapolis participates in setting national monetary  policy, supervises numerous banking organizations, and provides a variety of  payments services to financial institutions and the U.S. government.</p>
<p align="center" class="footnote"></p>
          	    
</div>
</div>]]></content:encoded>
	  
      <cb:news>
        <cb:simpleTitle>Minneapolis Fed Revises Forecasts for Ninth District States</cb:simpleTitle>
        <cb:occurrenceDate>2012-03-01T10:00:00-06:00</cb:occurrenceDate>
	      
        <cb:person type="contact">
          <cb:givenName>Patti</cb:givenName>
          <cb:surname>Lorenzen</cb:surname>
          <cb:nameAsWritten>Patti Lorenzen</cb:nameAsWritten>
        </cb:person>
      </cb:news>
	  </item>
    
    <item rdf:about="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4827">
	
      <title>Minneapolis Fed to host viewing and discussion of Bernanke lectures</title>
      <link>http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4827</link>
	
      <dc:date>2012-02-29T10:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[In late March, Federal Reserve Chairman  Ben S. Bernanke will teach a series of four classes on &ldquo;<a href="http://www.federalreserve.gov/newsevents/lectures/about.htm">The Federal Reserve and  Its Role in Today&rsquo;s Economy</a>.&rdquo; The Minneapolis Fed will open its doors for  evening viewings of the lectures, followed by a dialogue on their  content. </p>
<p>The classes, which begin March 20,  are part of a course offered to undergraduates at the George Washington  University School of Business. Viewings at the Minneapolis Fed will be held in  the evening on the same day as the lectures, after which visitors will have the  opportunity to ask questions and discuss content with Minneapolis Fed  economists and staff.</p>
<p>&ldquo;Although the Minneapolis Fed has worked with teachers for  years to provide educational material, and we have lots of information  available online, this marks the first time that we&rsquo;ve offered such a program  for the general public,&rdquo; said David Fettig, director of Public Affairs. &ldquo;We  make many presentations about the Federal Reserve to interested groups every  year, but we thought this would be a good time to invite people to the bank to  learn about the Federal Reserve.&rdquo; </p>
<p>Seating is limited and registration is required. Find more  information about the location, time and content of the lectures <a href="http://bernankelectures.eventbrite.com">here</a>. </p>
<p>For anyone interested who can&rsquo;t  make it in person, the Board will webcast Chairman Bernanke&rsquo;s lectures.  Webcasts are scheduled for March 20, 22, 27 and 29 and will begin at 11:45 a.m.  CDT. Online viewing will be available to the public on the <a href="http://www.ustream.tv/channel/federalreserve">Federal Reserve Ustream channel</a>. After the lectures, the Board will post transcripts and  video recordings on the <a href="http://www.federalreserve.gov/lectures">Board of Governors web site</a>.</p>

]]></content:encoded>
	  
      <cb:news>
        <cb:simpleTitle>Minneapolis Fed to host viewing and discussion of Bernanke lectures</cb:simpleTitle>
        <cb:occurrenceDate>2012-02-29T10:00:00-06:00</cb:occurrenceDate>
	      
        <cb:person type="contact">
          <cb:givenName>Patti</cb:givenName>
          <cb:surname>Lorenzen</cb:surname>
          <cb:nameAsWritten>Patti Lorenzen</cb:nameAsWritten>
        </cb:person>
      </cb:news>
	  </item>
    
    <item rdf:about="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4825">
	
      <title>Banking Conditions in Ninth District States - 
2011 Update and 2012 Forecast</title>
      <link>http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4825</link>
	
      <dc:date>2012-02-22T08:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[Federal Reserve Bank of Minneapolis</p>

<script type="text/javascript">
$(document).ready(function() {

	//When page loads...
	$(".tabs_panel").hide(); //Hide all content
						   
	if(window.location.hash == "") { // if loading for first time
		
		$("ul.tabs_nav li:first a").addClass("tabs_nav_selected"); //Activate first tab
		$(".tabs_panel:first").show(); //Show first tab content
		//window.location.hash = $("ul#bank_tabnav li:first a").attr("href");
		
	} else {

		var activeContent = window.location.hash; //Find the href attribute value to identify the active tab + content
		$(activeContent).show(); //Fade in the active ID content

		var activeTab = window.location.hash + "_tab"; // activate tab
		$(activeTab).addClass("tabs_nav_selected"); //Add "active" class to selected tab
	}
	
	//On Click Event
	$("ul.tabs_nav li a").click(function() {

		$("ul.tabs_nav li a").removeClass("tabs_nav_selected"); //Remove any "active" class
		$(this).addClass("tabs_nav_selected"); //Add "active" class to selected tab
		$(".tabs_panel").hide(); //Hide all tab content
		
		window.location.hash = $(this).attr("href");

		var activeContent = $(this).attr("href"); //Find the href attribute value to identify the active tab + content
		$(activeContent).show(); //Fade in the active ID content
		return false;
	});

});

</script>
<style type="text/css">

.tabs_container {
	width: 422px;
	margin-top: 0;
}

ul.tabs_nav {
	 padding: 0;
	 margin: 0;
}

ul.tabs_nav li a { 
	}

ul.tabs_nav li a.tabs_nav_selected { 
	color: #000; 
	border-bottom: 2px solid #dce9ed; 
	background-color: #dce9ed; 
	}

ul.tabs_nav li a.twoline { 
	padding-top: 6px;
	padding-bottom: 4px;
	}

ul.tabs_nav li.tabs_nav_last a { 
	padding-left: 11px;
	}
	
.tabs_panel {
	border-top: 2px solid #dce9ed; 
	background: transparent url(/img/common/tabs_panel_bkrd.gif) repeat-x top left;
	padding-top: 10px;
	}
	
</style>




<div class="tabs_container">
            <ul class="tabs_nav" style="width: 422px;">
              <li><a href="#minnesota" id="minnesota_tab">Minnesota</a></li>
              <li><a href="#montana" id="montana_tab">Montana</a></li>
              <li><a href="#northdakota" id="northdakota_tab">North Dakota</a></li>
              <li><a href="#southdakota" id="southdakota_tab">South Dakota</a></li>
            </ul>
  <div class="clear"></div>
            <div id="minnesota" class="tabs_panel">
       	      <h2><strong>Minnesota Banking  Conditions Improved in 2011; Continued Improvement Expected in 2012</strong></h2>
           	      <p><em><strong>2011 Performance</strong></em></p>
              <p>                    Minnesota  banks got healthier across a variety of key measures in 2011, based on year-end  data reported by the 367 commercial banks in the state. However, the rate of  improvement varied across measures. According to Ron Feldman, senior vice  president of Supervision, Regulation and Credit at the Federal Reserve Bank of  Minneapolis, &ldquo;Minnesota banks got stronger, overall, in 2011. Banks in  Minnesota saw particular improvement in asset quality, especially during the  fourth quarter; profitability improved, but to a lesser degree, as did loan  growth, which remains negative.&rdquo;<br />
                    <br />
              Overall asset quality showed strong improvement in 2011. The level of  problem loans compared with the resources banks have to cover loan losses  improved by more than four percentage points, besting the national average at  less than 13.5 percent as of year-end. The quality of commercial real estate  loans held by Minnesota banks also improved in 2011, roughly matching the  national average in the fourth quarter. </p>
                  <p>Profitability improved, but not to the same extent. The median return  on average assets for both Minnesota and the nation remains at about 0.8  percent (sluggish by historical standards). Liquidity and capital both improved  over the year, though neither has been a particular challenge for most banks,  even in the depths of the recent crisis. </p>
                  <p>The year-over-year change in the amount of outstanding loans improved  by the end of the year (particularly in the fourth quarter). The rate of  change, however, remained negative by year-end 2011. The national median was  negative as well, although Minnesota&rsquo;s was worse at -2.5 percent. </p>
              <p>The data for Minnesota and the nation are found in the tables below.  The attachment to this release provides additional data on the characteristics  of banks in the region and definitions and explanations of those data. </p>
                  <h4><em><strong>2012 Forecast</strong></em></h4>
                  <p>                    The condition of the median Minnesota bank is expected to improve in  2012, according to Feldman. &ldquo;Even with improvement, the performance of banks  will vary across condition metrics. By year-end 2012, asset quality may start  to approach precrisis levels, while loan growth may not.&rdquo;</p>
                  <p>More specifically, asset quality—as measured by the Noncurrent and  Delinquent Loans as a Percent of Capital and Allowance ratio—will move from the  year-end 2011 measure of 13.2 percent to between 13.25 percent and 9.75 percent  by year-end 2012 for the median bank. This forecast is based on a wide range of  inputs including, but not limited to, regulatory reporting by commercial banks,  information from bankers and others knowledgeable about banking conditions, and  analytical models. </p>
                  <p>Profitability—as measured by the Return on Average Assets ratio—is  forecast to improve from the current measure of 0.77 percent to between 0.825  percent and 1.075 percent by year-end 2012 for the median bank.</p>
              <p>Year-over-year net loan growth for the median bank in Minnesota was  -2.7 percent at year-end 2011. The forecast has it improving to between -2  percent and 2 percent.</p>
              <p>&ldquo;These forecasts come with considerable uncertainty,&rdquo; noted Feldman. &ldquo;The  range of the forecasts captures, in part, the significant uncertainty  associated with forecasts of banking conditions at any time, but particularly when  conditions are changing significantly, as they are now.&rdquo;</p>
<p><a href="/pubs/news/2012/2012-02-22_mn_banking_cond_data.pdf">Data for Minnesota and the nation</a> [pdf]</p>
              <p><a href="/pubs/news/2012/ninth_district_bank_operations_feb_2012.pdf">Additional data on the characteristics of banks in the region  and definitions and explanations of these data</a> [pdf]</p>
               <div class="horizontal_rule"></div>            
                <p>More details on 2011 banking conditions and a forecast for 2012 conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States - 2011 Update and 2012 Forecast</a>. </p>
              <div class="horizontal_rule"></div>
            	<p></p>
                <p align="center" class="footnote"></p>
  </div>
<div id="montana" class="tabs_panel">
  <h2>Montana Banking Conditions Improve in 2011; Continued  Improvement Expected in 2012</h2>
   <p></p>
           	      <p><em><strong>2011 Performance</strong></em></p>
  <p>    Year-end  financial reports filed by the 70 commercial banks in Montana show that median  bank health improved over 2011 in the state across a variety of metrics,  particularly with regard to asset quality. However, this improvement comes off  of deterioration in conditions, leaving conditions still worse than their  precrisis levels across many categories. Performance at Montana banks continues  to lag the nation as well.<br />
    <br />
    According to Ron Feldman, senior vice president of  Supervision, Regulation and Credit at the Federal Reserve Bank of Minneapolis,  &ldquo;For the median Montana-based bank, capital, asset quality, earnings, liquidity  and growth rates all improved from 2010, often outpacing nationwide rates of  improvement. However, Montana experienced worse asset quality at the depths of  the crisis and continues to experience negative loan growth. Continued  improvement is necessary to return Montana banks to their precrisis performance.&rdquo;</p>
  <p>    In the state, overall asset quality improved considerably  from last year, with the amount of loans that aren&rsquo;t making on-time payments  dropping from more than 23 percent to less than 17 percent of the value of  resources banks have to cover potential losses. That improvement is twice as  great as the national average. But the ratio is still somewhat higher than in the  rest of the country, particularly for commercial real estate loans (at about 9  percent in Montana, the ratio is twice the national median).</p>
  <p> Measures of earnings improved over 2011 in the state and in  the rest of the country. Montana banks are just about matching national rates  of return. But these levels remain far off precrisis levels. </p>
  <p> Some key indicators of capital and liquidity also improved  in Montana throughout the year and surpass national averages. </p>
  <p> The year-over-year growth  in the amount of outstanding loans improved a bit, but remains at -3 percent  for the median Montana bank. While that&rsquo;s roughly a percentage point better  than the growth a year earlier, it&rsquo;s considerably below the national average of  -0.75 percent. </p>
  <p> The data for Montana and the nation are found in the tables  below. The attachment to this release provides additional data on the  characteristics of banks in the region and definitions and explanations of those  data.</p>
  <p> <em><strong>2012 Forecast</strong></em></p>
  <p>    The condition of the median Montana bank is expected to improve in  2012, according to Feldman. &ldquo;Even with improvement, the performance of banks  will vary across condition metrics. By year-end 2012, asset quality may start  to approach precrisis levels, while loan growth may not.&rdquo;</p>
  <p>More specifically, asset quality—as measured by the Noncurrent and  Delinquent Loans as a Percent of Capital and Allowance ratio—will move from the  year-end 2011 measure of 16.6 percent to between 15.75 percent and 12.25  percent by year-end 2012 for the median bank. This forecast is based on a wide  range of inputs including, but not limited to, regulatory reporting by  commercial banks, information from bankers and others knowledgeable about  banking conditions, and analytical models. </p>
  <p>Profitability—as measured by the Return on Average Assets ratio—is  forecast to improve from the current measure of 0.77 percent to between 0.825  percent and 1.075 percent by year-end 2012 for the median bank.</p>
<p>Year-over-year net loan growth for the median bank in Montana was -2.9  percent at year-end 2011. The forecast has it improving to between -2 percent  and 2 percent.</p>
<p>&ldquo;These forecasts come with considerable uncertainty,&rdquo; noted Feldman.  &ldquo;The range of the forecasts captures, in part, the significant uncertainty  associated with forecasts of banking conditions at any time, but particularly  when conditions are changing significantly, as they are now.&rdquo;</p>
<p><a href="/pubs/news/2012/2012-02-22_mt_banking_cond_data.pdf">Data for Montana and the nation</a> [pdf]</p>
  <p><a href="/pubs/news/2012/ninth_district_bank_operations_feb_2012.pdf">Additional data on the characteristics of banks in the region  and definitions and explanations of these data</a> [pdf]</p>
  <p></p>
  <div class="horizontal_rule"></div>
  <p>More details on 2011 banking conditions and a forecast for 2012 conditions can be found on the following page:<a href="/banking/data/bankingconditions/index.cfm"> Banking Conditions in Ninth District States - 2011 Update and 2012 Forecast</a>.</p>
  <div class="horizontal_rule"></div>
  <p></p>
  <p align="center" class="footnote"></p>
  </div>
  <div id="northdakota" class="tabs_panel">
    <h2>North Dakota Banking Conditions Improved in 2011, Remaining  Far Better Than the Nation; Continued Improvement Expected in 2012</h2>
            	 <p></p>
           	      <p><em><strong>2011 Performance</strong></em></p>
            	<p>            	  North Dakota  banks improved on a variety of measures over the course of 2011. North Dakota  banks compare very favorably to banks in the national as a whole, which were  hit much harder by the financial crisis. North Dakota banks are more  profitable, have maintained much lower levels of problem credits and are growing  loans at a brisk rate compared with national figures. According to Ron Feldman,  senior vice president of Supervision, Regulation and Credit at the Federal  Reserve Bank of Minneapolis, &ldquo;North Dakota banking conditions stand out in the Upper  Midwest and compared with the nation. They have improved, but without  experiencing the deeper struggles that banks in other regions suffered in  recent years. The continued growth in loan portfolios and the rate of  improvement in other measures are promising for the health of banks in the  state.&rdquo;</p>
    <p>Asset quality improved in 2011 at the median North Dakota  bank, often better than historic norms. Overall measures of loan quality and  for important loan types, such as agricultural, are at 10-year lows. Problem  loans are twice as high at the median bank in the nation compared with the  median North Dakota bank.</p>
    <p> Measures of earnings also increased slightly for North  Dakota banks and continue to outpace national returns. The return on average assets  for the median North Dakota bank was a little over 1 percent compared with a  national measure of 0.75 percent. These returns are getting closer to, but  remain off of, precrisis levels.</p>
                <p> While the year-over-year growth in the amount of outstanding  loans improved a bit nationwide, it remains negative at the median. The North  Dakota median bank grew its loan portfolio by 4.5 percent. <br />
    The data for North Dakota and the nation are found in the  tables below. The attachment to this release provides additional data on the  characteristics of banks in the region and definitions and explanations of those  data.</p>
                <p> <em><strong>2012 Forecast</strong></em></p>
                <p>                  The condition of the median North Dakota bank is expected to continue  improving in 2012, according to Feldman. &ldquo;With further improvement, some condition  metrics will approach or continue to exceed precrisis levels.&rdquo;</p>
                <p>More specifically, asset quality—as measured by the Noncurrent and  Delinquent Loans as a Percent of Capital and Allowance ratio—will move from the  year-end 2011 measure of 6.8 percent to between 4.25 percent and 7.75 percent  by year-end 2012 for the median bank. This forecast is based on a wide range of  inputs including, but not limited to, regulatory reporting by commercial banks,  information from bankers and others knowledgeable about banking conditions, and  analytical models. </p>
                <p>Profitability—as measured by the Return on Average Assets ratio—is  forecast to improve from the current measure of 1.08 percent to between 1.10  percent and 1.30 percent by year-end 2012 for the median bank.</p>
                <p>Year-over-year net loan growth for the median bank in North Dakota was  4.5 percent at year-end 2011. The forecast has it improving to between 4.5  percent and 8.5 percent.</p>
                <p>&ldquo;These forecasts come with considerable uncertainty,&rdquo; noted Feldman.  &ldquo;The range of the forecasts captures, in part, the significant uncertainty  associated with forecasts of banking conditions at any time, but particularly  when conditions are changing significantly, as they are now.&rdquo;</p>
<p><a href="/pubs/news/2012/2012-02-22_nd_banking_cond_data.pdf">Data for North Dakota and the nation</a> [pdf]</p>
   	            <p><a href="/pubs/news/2012/ninth_district_bank_operations_feb_2012.pdf">Additional data on the characteristics of banks in the region  and definitions and explanations of these data</a> [pdf]</p>
    <p></p>
                <div class="horizontal_rule"></div>
                <p>More details on 2011 banking conditions and a forecast for 2012 conditions can be found on the following page:<a href="/banking/data/bankingconditions/index.cfm"> Banking Conditions in Ninth District States - 2011 Update and 2012 Forecast</a>.</p>
                <div class="horizontal_rule"></div>
                <p></p>
                <p align="center" class="footnote"></p>
  </div>
<div id="southdakota" class="tabs_panel">
    <h2>South Dakota Banking Conditions Improved in 2011; Continued Improvement  Expected in 2012</h2>
            	 <p></p>
           	      <p><em><strong>2011 Performance</strong></em></p>
            	<p>            	  South Dakota  banks improved performance over 2011, based on Dec. 31, 2011, reports filed by  the 75 commercial banks in the state. Performance improved across many metrics,  with asset quality in particular showing strong gains. According to Ron  Feldman, senior vice president of Supervision, Regulation and Credit at the  Federal Reserve Bank of Minneapolis, &ldquo;South Dakota banks showed strong improvement  and compare favorably with the rest of the nation, although some measures have  not yet returned to precrisis levels. Asset quality is particularly good in  South Dakota.&rdquo;</p>
    <p>The state average ratio of problem loans to the resources  banks have to cover losses is roughly one-third the national average as of  year-end and fell by nearly half over the course of 2011. Overall asset quality  and asset quality for important types of loans, such as agricultural, are at  the strongest point in the decade.</p>
    <p> With better loan performance, South Dakota banks have also  improved profitability. The amount of provisions for anticipated losses has  come down considerably in South Dakota. However, profitability remains off of precrisis  levels.</p>
    <p> Compared with year-end 2010, South Dakota&rsquo;s banks also  strengthened their capital position by more than half of one percentage point.</p>
    <p> Loan growth is positive in South Dakota, compared with  negative levels in the nation and improved over the year. However, loan growth  remains at weak levels for South Dakota banks relative to their performance  over the past decade. </p>
    <p> The data for South Dakota and the nation are found in the  tables below. The attachment to this release provides additional data on the  characteristics of banks in the region and definitions and explanations of those  data.</p>
                <p> <em><strong>2012 Forecast</strong></em></p>
                <p>                  The condition of the median South Dakota bank is expected to improve in  2012, according to Feldman. &ldquo;With additional improvement, the performance of  banks will approach or continue to exceed precrisis levels.&rdquo;</p>
                <p>More specifically, asset quality—as measured by the Noncurrent and  Delinquent Loans as a Percent of Capital and Allowance ratio—will move from the  year-end 2011 measure of 4.6 percent to between 2.5 percent and 6 percent by  year-end 2012 for the median bank. This forecast is based on a wide range of  inputs including, but not limited to, regulatory reporting by commercial banks,  information from bankers and others knowledgeable about banking conditions, and  analytical models. </p>
                <p>Profitability—as measured by the Return on Average Assets ratio—is  forecast to improve from the current measure of 1.11 percent to between 1.15  percent and 1.35 percent by year-end 2012 for the median bank.</p>
    <p>Year-over-year net loan growth for the median bank in South Dakota was  0.7 percent at year-end 2011. The forecast has it improving to between 1  percent and 5 percent.</p>
<p>&ldquo;These forecasts come with considerable uncertainty,&rdquo; noted Feldman.  &ldquo;The range of the forecasts captures, in part, the significant uncertainty  associated with forecasts of banking conditions at any time, but particularly  when conditions are changing significantly, as they are now.&rdquo;</p>
<p><a href="/pubs/news/2012/2012-02-22_sd_banking_cond_data.pdf">Data for South Dakota and the nation</a> [pdf]</p>
            	<p><a href="/pubs/news/2012/ninth_district_bank_operations_feb_2012.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
   	<p></p>
   	<div class="horizontal_rule"></div>
            	<p>More details on 2011 banking conditions and a forecast for 2012 conditions can be found on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States - 2011 Update and 2012 Forecast</a>. </p>
   	<div class="horizontal_rule"></div>
            	<p></p>
            	<p align="center" class="footnote"></p>
</div>
</div>
]]></content:encoded>
	  
      <cb:news>
        <cb:simpleTitle>Banking Conditions in Ninth District States - 
2011 Update and 2012 Forecast</cb:simpleTitle>
        <cb:occurrenceDate>2012-02-22T08:00:00-06:00</cb:occurrenceDate>
	      
        <cb:person type="contact">
          <cb:givenName>Patti</cb:givenName>
          <cb:surname>Lorenzen</cb:surname>
          <cb:nameAsWritten>Patti Lorenzen</cb:nameAsWritten>
        </cb:person>
      </cb:news>
	  </item>
    
    <item rdf:about="http://www.minneapolisfed.org/publications_papers/pub_display.cfm?id=4819">
      <title>Economic Policy Papers: Inequality and Redistribution during the Great Recession</title>
      <link>http://www.minneapolisfed.org/publications_papers/pub_display.cfm?id=4819</link>
      <dc:date>2012-02-21T08:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
  tex2jax: {inlineMath: [['~','~'], ['\\(','\\)']]}
});
</script>
<script type="text/javascript"
  src="https://d3eoax9i5htok0.cloudfront.net/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>

<h2>Abstract</h2>
<p>In  this paper, we explore the impact of the Great Recession on economic inequality  and redistribution in the United States. We analyze many sorts of inequality (in  earnings, disposable income, consumption expenditures and wealth) for different  sections of the economic distribution. </p>
<p>Here  we highlight three central findings. </p>
<ul>
  <li>In 2010, the bottom 20 percent of the U.S. earnings distribution was doing much worse, relative to the median, than in the entire postwar period. This is because their earnings (including wages, salaries, and business and farm income) fell by about 30 percent relative to the  median over the course of the recession. This lowest quintile also did poorly  in terms of wealth, which declined about 40 percent.</li><br />

<li>Redistribution through taxes and transfer programs reached historically high levels in 2010. As a result, spending power, captured by disposable income and consumption expenditures on nondurables, of  this same lowest 20 percent did not significantly change relative to other economic groups during the recession.</li><br />
<li>Although government redistribution protected households from <em>fully</em> bearing the impact of an earnings decline, households that experienced such a decrease nonetheless endured sizable drops in disposable income and drops in consumption expenditures.  </li>
</ul>
<div class="horizontal_rule"></div>
<h2>Introduction<a href="#fn1" name="n1" title="" id="n1"><sup style="font-size:9px;">1</sup></a></h2>
<p>Although  there is little doubt that the Great Recession constituted a watershed for overall  business cycle dynamics in the United States, the jury is still out on its  distributional consequences. Did economic inequality change significantly  during the recession? If so, which dimensions—income earnings, wealth and  consumption—saw the largest changes? And what impact did government policies,  such as taxes and transfer programs, have over this time period on both  inequality and economic well-being?</p>
<p>Analyses  focused on the first two years of the downturn seem to find no increase in  economic inequality; indeed, some report a decline. For example, a recent comprehensive  volume (Jenkins et al. 2011) that analyzes income distribution in 21 Organisation  for Economic Co-operation and Development (OECD) countries (including the  United States) across the Great Recession sees &ldquo;little change in household  income distributions in the two years following the downturn.&rdquo; Heathcote et al.  (2010b) and Petev et al. (2011) study inequality in consumption expenditures in  the United States up until 2009 and also find little change (if anything, they  find a decline). </p>
<p>A  longer-term view, however, suggests that high levels of unemployment and the  large drop in housing prices, both of which started during the Great Recession  but persisted well after, might have had longer-term adverse distributional  consequences. In particular, the recession may have left a significant fraction  of the U.S. population with very little wealth (due to the fall in asset  prices) and poor labor market prospects (due to high unemployment). </p>
<p>The  goal of this paper is to paint a more complete picture of the distributional  impact of the Great Recession, including more recent data from 2010 and part of  2011. Most importantly, this paper considers inequality in a wide array of  variables, such as earnings, disposable income, consumption expenditures and  wealth, and looks at inequality for all of these variables at different  sections of the economic distribution. </p>
<p>Our  first finding is that during and after the Great Recession, the bottom of the U.S.  earnings distribution has fallen dramatically. This is the result of historically  high unemployment and nonparticipation. <em>In  terms of earnings, the bottom 20 percent of the U.S. population has never done  so poorly, relative to the median, during the whole postwar period.</em> We also show  that <em>this group experienced rapidly  declining wealth.</em></p>
<p><em>Despite this, we  find that inequality in disposable income and consumption did not increase</em> at either the  top or bottom of the distribution, confirming the findings of other studies. In  other words, the same bottom 20 percent of the earnings distribution that fared  so poorly during the Great Recession in terms of earnings and wealth is in pretty  much the same relative position in terms of disposable income and consumption in  2010, after the recession officially ended, as it was in 2006, before the start  of the recession.</p>
<p><em>Such a  divergence of trends in earnings and disposable income at the bottom of the  distribution is unprecedented in U.S. history, and we show that it is mainly  due to government transfers and taxes</em>, as opposed to private components of  unearned income.</p>
<p>We  conclude our study using panel analysis (i.e., following a specific set of households  through time) to better assess the role of government taxes and transfers. This  allows us to distinguish between the experience of a given section of the  income distribution (e.g., the bottom 20 percent of the distribution, whose  members change each period) and the experience of a fixed group of households (e.g.,  those households that were at the bottom 20 percent of the distribution in 2006  but whose position may have changed by 2010. If the &ldquo;Smiths,&rdquo; say, were in the  bottom fifth in 2006, we use panel analysis to understand where the Smiths  ended up later on).</p>
<p>Our  main finding is that <em>although the bottom  20 percent of the earnings distribution experienced constant disposable income  or consumption expenditures despite earnings losses, individual households that  face earnings losses and enter the bottom 20 percent group </em>do<em> suffer significant losses in disposable  income and small losses in consumption.</em></p>
<p>Our  main substantive conclusion is that government redistribution in the Great  Recession was at historical highs and partially shielded households from  experiencing large declines in disposable income and consumption expenditures.  The same households, though, have experienced losses in net wealth, and this  might make them more vulnerable to further or more persistent earnings declines  in the future. </p>
<p>We  believe our analysis provides useful data to inform the policy debate about  whether or not, looking forward, the government should take a more aggressive  role in providing assistance for households that experience earnings losses.</p>
<h2>Income inequality in  U.S. recessions: Some historical perspective</h2>
<p>We start our analysis by putting the Great Recession in  historical perspective, in particular by comparing the patterns of income  inequality in the Great Recession with patterns of inequality in previous  recessions.</p>
<p>For this analysis, our data source is the March supplement of  the Current Population Survey (CPS), an annual survey of about 60,000 households  selected to represent the U.S. civilian noninstitutional population. The longest  series that is comparable, for the purpose of our analysis, starts with the  March 1968 sample (which refers to 1967 calendar year) and ends with the survey  collected in March 2011, which covers incomes of the calendar year 2010.  Because of our interest in the 
  recession, which mostly affected households in labor markets,  we select only those households with at least one member between the ages of 22  and 60 years.<br />
  <br />
  Throughout this paper, we focus mostly on two simple measures  of inequality: the 50/20 ratio and the 95/50 ratio. These are ratios of  percentiles in the economic distribution. For example, the 50/20 ratio for  income is the ratio of median income (the &ldquo;50&rdquo;) to the income of the richest  household in the bottom fifth of the income distribution (the &ldquo;20&rdquo;). The 95/20  ratio for earnings is the ratio of the lowest-earnings household in the top 5  percent of the earnings distribution (the &ldquo;95&rdquo;) to the median earnings figure.</p>
<p>These ratios have two advantages over other inequality  indicators. First, as ratios of variables, they are easy to translate directly  into inequality magnitudes and inequality changes. The second advantage is that  they concisely capture inequality at the bottom and at the top of the  distribution, respectively.</p>
<p>In terms of income measures, we first focus on  three measures of household resources. The first is <em>earnings</em>, which includes wages, salaries, and business and farm  income from all household members. The second is <em>total income</em>, which includes <em>all</em> sources of household income, including not only earnings, but also interest,  dividends, rents, private transfers (such as alimony and child support) and government  transfers (such as Social Security, unemployment insurance and welfare). The  last measure is <em>disposable income</em>,  which subtracts tax liabilities from total income.<a href="#fn2" name="n2" title="" id="n2"><sup style="font-size:9px;">2</sup></a> To account for different household sizes, we  divide all three measures of household income by the number of &ldquo;adult  equivalents&rdquo; in the household.<a href="#fn3" name="n3" title="" id="n3"><sup style="font-size:9px;">3</sup></a></p>
<p><a href="/pubs/eppapers/12-1/epp_12-1_chart1_large.gif" rel="lightbox">Figures 1</a> and <a href="/pubs/eppapers/12-1/epp_12-1_chart2_large.gif" rel="lightbox">2</a> report the evolution, from 1967 to 2010, of  the 95/50 ratio and of the 50/20 ratio for these three measures of household resources.</p>
<p align="center" class="footnote"></p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-1/epp_12-1_chart1_large.gif" rel="lightbox"><img src="/pubs/eppapers/12-1/epp_12-1_chart1.gif" width="415" height="335" border="0" alt="Inequality at the top of the distribution" /></a></p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-1/epp_12-1_chart1_large.gif" rel="lightbox">Large Image</a></p>
<p align="center" class="footnote"></p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-1/epp_12-1_chart2_large.gif" rel="lightbox"><img src="/pubs/eppapers/12-1/epp_12-1_chart2.gif" width="415" height="330" border="0" alt="Inequality at the bottom of the distribution" /></a></p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-1/epp_12-1_chart2_large.gif" rel="lightbox">Large Image</a></p>
<p align="center" class="footnote"></p>
<p><a href="/pubs/eppapers/12-1/epp_12-1_chart1_large.gif" rel="lightbox">Figure 1</a> confirms the finding, highlighted by several authors  (e.g., Piketty and Saez 2003), that inequality at the top of the distribution  has increased substantially during the 1980s and the 1990s. It also shows that  there was an increase in earnings inequality during the Great Recession. This  increase was due to the fact that median earnings per adult equivalent fell  quite substantially from 2008 to 2010 (from around $26,300 to roughly $24,700),  while earnings of the 95th percentile have been more stable (about $89,170 to $88,640). </p>
<p>Notice also that the increase in earnings inequality resulted  in a rise in inequality in <em>total</em> income but not <em>disposable</em> income,  suggesting that taxes reduced the differential impact of the recession on the  top and on the median. Overall, though, the changes in inequality at the top of  the distribution were small compared with changes at the bottom, as seen in <a href="/pubs/eppapers/12-1/epp_12-1_chart2_large.gif" rel="lightbox">Figure  2</a>.</p>
<p>The first feature of <a href="/pubs/eppapers/12-1/epp_12-1_chart2_large.gif" rel="lightbox">Figure  2</a> that we want to highlight  is an <em>extraordinary fall of the bottom of  the earnings distribution</em>. This is captured by the 50/20 ratio, which increased  sharply during the recession from roughly 2.7 to nearly 3.5. Note that the  50/20 ratio rises in all recessions, which are, by definition, periods of  increasing unemployment. Higher unemployment raises the fraction of households  with no or very low earnings, and this causes the 20th percentile of the  earnings distribution to fall relative to the median, thereby raising the 50/20  ratio.<a href="#fn4" name="n4" title="" id="n4"><sup style="font-size:9px;">4</sup></a> </p>
<p>But note that while unemployment in 2010 was slightly  below its postwar historical high,<a href="#fn5" name="n5" title="" id="n5"><sup style="font-size:9px;">5</sup></a> the 50/20 ratio in the same year was well above its previous historical  high, reaching almost 3.5, while in previous recessions it never exceeded 3.  This suggests that the cause for the high inequality at the bottom is not just  unemployment but also nonparticipation in the labor market.</p>
<p>A second feature seen in <a href="/pubs/eppapers/12-1/epp_12-1_chart2_large.gif" rel="lightbox">Figure  2</a> is that the 50/20 ratios in both  total income and disposable income have much lower levels and, during the Great  Recession, experienced much smaller increases than the 50/20 ratio in earnings.  Indeed, despite the substantial increase in earnings inequality, <em>inequality in disposable income was about  the same in 2010 as in 2003</em>. </p>
<p>This lack of change is quite remarkable; in all previous U.S.  recessions, with the exception of that in 1973, disposable income inequality at  the bottom increased. Constant inequality in disposable income during recessions  has been experienced in some European countries (Sweden, for example; see  Domeji and Flodén 2010), but it is unusual in the United States. This suggests  that mechanisms like private or government transfers played an important role  in mitigating the effect of the Great Recession on inequality in disposable  income. The next section investigates the impact of such mechanisms in greater  detail.<strong></strong><strong>&nbsp;</strong></p>
<h2>Income inequality in  the Great Recession: Getting to the bottom of it</h2>
<p>First we look more closely into the large increase in earnings  inequality at the bottom of the distribution, and then we identify more precisely  the causes of the divergence between inequality in earnings and in disposable  income.</p>
<p>Earnings are the product of hours worked and wages per hour,  and the CPS provides data on hours worked per household. Following a similar  analysis to that done by Heathcote et al. (2010a) for previous recessions,  <a href="/pubs/eppapers/12-1/epp_12-1_chart3_large.gif" rel="lightbox">Figure 3</a> plots average real earnings, average hours worked and average  disposable income for the bottom 20 percent and the middle 10 percent of the  earnings distribution. In both panels, all statistics are &ldquo;normalized&rdquo; (or  mathematically set) to 1 in 2008. </p>
<p></p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-1/epp_12-1_chart3_large.gif" rel="lightbox"><img src="/pubs/eppapers/12-1/epp_12-1_chart3.gif" width="415" height="528" border="0" alt="Earnings, hours worked and disposable income: The bottom 20 percent and the mid 10 percent" /></a></p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-1/epp_12-1_chart3_large.gif" rel="lightbox">Large Image</a></p>
<p>Three features of this figure are quite striking. </p>
<p>The first is that the increase in earnings inequality was the  result of a large absolute (and not relative) fall of earnings at the bottom of  the distribution. The top panel shows that earnings at the bottom fell more  than 30 percent (in real terms) from 2008 to 2010, while the bottom panel shows only  a moderate 5 percent earnings fall for the middle.<br />
  <br />
The second is that the sharp fall in earnings at the bottom can  be attributed largely to the decrease in total hours worked, which fell by 25  percent, and not to a possible change in hourly wage rates. </p>
<p>The third striking feature of this figure—evident in the  top panel—is that the sharp fall in hours worked and earnings for the  bottom 20 percent of households did not result in a parallel decline in  disposable income. </p>
<p>Taken together, these three facts suggest that government and  private support for unemployed individuals played a major role in muting the  impact on disposable income of lower earnings and employment during the Great  Recession. </p>
<p>In <a href="/pubs/eppapers/12-1/epp_12-1_table1_large.gif" rel="lightbox">Table 1</a>, we analyze more precisely which components of  disposable income were most important in mitigating the fall in earnings of the  bottom 20 percent. To do so, we look at the increase in the 50/20 ratio when we  add to earnings each of the individual components that constitute &ldquo;disposable  income.&rdquo; </p>
<p></p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-1/epp_12-1_table1_large.gif" rel="lightbox"><img src="/pubs/eppapers/12-1/epp_12-1_table1.gif" width="415" height="642" border="0" alt="Impact of various components of disposable income on inequality increase (2006-2010)" /></a></p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-1/epp_12-1_table1_large.gif" rel="lightbox">Large Image</a></p>
<p align="center" class="footnote"></p>
<p>The table&rsquo;s first column simply identifies each component, one  by one. The second column reports the change (from 2006 to 2010) in the 50/20 ratio  for the income measure that includes earnings plus the respective component in  the first column. The third column is simply the second column minus the  increase in the 50/20 ratio for earnings alone: The smaller the number, the  more that particular disposable income component prevents a rise in inequality at  the bottom. (For instance, Social Security payments, with a -0.08 impact, plays  a greater role in preventing a rise in 50/20 disposable income inequality than  does rental income, with a -0.04 impact.) </p>
<p>The rows are ranked according to the third column; the first  row reduces the inequality increase the most. Not surprisingly, unemployment  benefits contribute greatly to the lack of increase in disposable income inequality  as do taxes (most likely through the Earned Income Tax Credit program). Overall, the table suggests that government  programs, as opposed to other non-earned-income categories like interest or  dividends, are an important factor in explaining why increased earnings  inequality did not translate into an increase of disposable income inequality  during the Great Recession. </p>
<h2>Consumption inequality  during the Great Recession </h2>
<p>Previous research on inequality (e.g., Blundell and Preston (1998)  and Krueger and Perri (2006)) has suggested that the distribution of consumption  expenditures, not of income, gives greater insight into the distribution of household  well-being. Financial markets permit consumption expenditures that are more   closely related to a household&rsquo;s lifetime resources (sometimes referred to as   the &ldquo;permanent income&rdquo; of the household). Consumption, therefore, is   a better indicator of the well-being of the household.</p>
<p>This logic might also be relevant in evaluating the  distributional impact of the Great Recession, for two reasons.</p>
<p>One reason is that current consumption better reflects  expectations about future income prospects than do current earnings—an  individual who expects to lose his/her job may well reduce expenditures even when  she/he is still employed. </p>
<p>We have just established that during the Great Recession,  inequality in disposable income did not increase because government transfers  like unemployment insurance supported disposable income of low-earnings households.  But if shocks to earnings are persistent and transfers to low-income households  have limited duration, then the permanent income of some low-earnings households  will fall, and so we would expect to see a drop in consumption expenditure,  despite stable disposable income. </p>
<p>The other reason consumption expenditures might be a better indicator  of distributional changes is related to the fact that the defining event of the  Great Recession was the large fall of asset prices, particularly of housing. </p>
<p>Consider two households with the same income but very  different shocks to the value of their wealth. Looking only at income would not  inform us about distributional changes between them, but looking at consumption  would, as the households would adjust their consumption in response to changes in  their net wealth. More concretely, when housing prices fall, households feel  less wealthy and spend less—even when their salaries and other income streams  do not change.</p>
<p>For these reasons,  understanding the evolution of consumption distribution during the Great  Recession may shed light on the impact of the recession. Here we present household-level  consumption data from the Consumer Expenditure (CE) Interview Survey. The CE  Survey is a rotating panel of households that are selected to be representative  of the U.S. population. Each quarter the survey reports, for the cross section  of households interviewed (about 6,000), detailed demographic characteristics  for all household members, detailed information on consumption expenditures for  the three-month period preceding the interview and information on income, hours  worked and taxes paid over a yearly period. The most recent data available are from  the first quarter of 2011.</p>
<p>The statistics we present track closely those analyzed  earlier. We start with inequality at the top, captured by the 95/50 ratio,  together with inequality in earnings and disposable income (from the CE sample).  <a href="/pubs/eppapers/12-1/epp_12-1_chart4_large.gif" rel="lightbox">Figure 4</a> reports measures of inequality in expenditures on nondurable goods (labeled  &ldquo;Nondurable Consumption&rdquo;) and inequality in expenditures on nondurables <em>plus</em> a few durables such as cars and  furniture (labeled &ldquo;Nondurable Consumption+&rdquo;).<a href="#fn6" name="n6" title="" id="n6"><sup style="font-size:9px;">6</sup></a></p>
<p></p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-1/epp_12-1_chart4_large.gif" rel="lightbox"><img src="/pubs/eppapers/12-1/epp_12-1_chart4.gif" width="415" height="319" border="0" alt="Consumption and income inequality at the top" /></a></p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-1/epp_12-1_chart4_large.gif" rel="lightbox">Large Image</a></p>
<p align="center" class="footnote"></p>
<p>Overall, the  figure suggests that despite some swings in the inequality measures, the Great Recession  did not significantly change inequality in consumption for households at the  top of the distribution. </p>
<p>Notice how, in  the initial phase of the recession, inequality in both consumption measures seemed  to fall; this might be simply due to the large fall in purchases of durables  that took place in the middle of the recession. If many consumers stop  purchasing durables, fewer large consumption expenditures are recorded and,  hence, inequality at the top falls. Consistent with this hypothesis is the fact  that by the end of 2010, inequality in expenditures at the top returned to the  same level as in 2006. </p>
<p><a href="/pubs/eppapers/12-1/epp_12-1_chart5_large.gif" rel="lightbox">Figure 5</a> reports  inequality at the bottom, the 50/20 ratio. The plot lines for earnings and  disposable income mimic closely those observed for CPS and, perhaps not  surprisingly, given the steady path of disposable income over these years,  inequality in consumption barely moves during the Great Recession. Overall, <a href="/pubs/eppapers/12-1/epp_12-1_chart4_large.gif" rel="lightbox">Figures 4</a> and <a href="/pubs/eppapers/12-1/epp_12-1_chart5_large.gif" rel="lightbox">5</a> suggest an overall stability of consumption inequality over the course  of the Great Recession. </p>
<p></p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-1/epp_12-1_chart5_large.gif" rel="lightbox"><img src="/pubs/eppapers/12-1/epp_12-1_chart5.gif" width="415" height="318" border="0" alt="Consumption and income inequality at the bottom" /></a></p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-1/epp_12-1_chart5_large.gif" rel="lightbox">Large Image</a></p>
<p align="center" class="footnote"></p>
<p>In the last part  of this section, we investigate the issue further by focusing, as we did in <a href="/pubs/eppapers/12-1/epp_12-1_chart3_large.gif" rel="lightbox">Figure 3</a>, on the bottom 20 percent of the earnings distribution. <a href="/pubs/eppapers/12-1/epp_12-1_chart6_large.gif" rel="lightbox">Figure 6</a> plots, for  the bottom 20 percent of the earnings distribution in each quarter, average  earnings and disposable income, average nondurable and nondurable+ consumption  and average total net wealth, all normalized to 1 in 2007q4. </p>
<p></p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-1/epp_12-1_chart6_large.gif" rel="lightbox"><img src="/pubs/eppapers/12-1/epp_12-1_chart6.gif" width="415" height="320" border="0" alt="Consumption, income and wealth for the bottom 20 percent of earnings distribution" /></a></p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-1/epp_12-1_chart6_large.gif" rel="lightbox">Large Image</a></p>
<p></p>
<p>First, notice  that earnings and disposable income behave very similarly to the corresponding  CPS series in <a href="/pubs/eppapers/12-1/epp_12-1_chart3_large.gif" rel="lightbox">Figure 3</a>. Nondurable consumption tracks disposable income closely  and does not seem affected by the fall in earnings. In contrast, both the  average wealth and the nondurable+ series for this group fall considerably. </p>
<p>It would no  doubt be difficult—and certainly it is outside the scope of this paper—to  establish a causal link between the fall in earnings and in wealth of this  group. Nevertheless, the figure suggests that the bottom 20 percent of the  earnings distribution in 2010 was a very different group than it was in 2007.  The bottom 20 percent groups in 2010 and 2007 had the same disposable income,  but both earnings and wealth of the 2010 group were 40 percent lower. In  absolute terms, this means that the average wealth of the bottom 20 percent fell  from around $80,000 in 2007 to a little over $50,000 in 2010. The lower wealth  is particularly important, as it makes this group more vulnerable if government  support for low-earnings households were to cease. </p>
<h2>A panel analysis</h2>
<p>The  cross-sectional data analyzed in the previous sections show that while earnings  for the bottom 20 percent of households fell dramatically over the Great  Recession, disposable income in the same group was virtually constant. However,  these cross-sectional data do not necessarily tell us how <em>individual</em> households are faring over time, since the group of  households in the bottom 20 percent changes each year; some previously  higher-earnings households move into the bottom 20 percent, and some households  that were previously in the bottom 20 percent move out of it. </p>
<p>In this section, we use panel data from the  Panel Study of Income Dynamics (PSID) to study the importance of two components  of the bottom 20 percent group: (1) changes in income and expenditures of  households that stay in the group, and (2) changes in the composition of the  group.<a href="#fn7" name="n7" title="" id="n7"><sup style="font-size:9px;">7</sup></a></p>
<p>The  PSID is the longest-running representative household panel study in the United  States. The PSID data sets provide a wide variety of information on geographic  location, income, employment, wealth and expenditures for many households that  are followed, after 1996, at a biannual frequency. We concentrate our analysis  on the 2007 and 2009 surveys (which provide data on 2006 and 2008) to study  distributional dynamics since the start of the Great Recession.</p>
<p>Panel  (a) of <a href="/pubs/eppapers/12-1/epp_12-1_table2_large.gif" rel="lightbox">Table 2</a> (labeled &ldquo;Bottom 20 percent of earnings&rdquo;) shows the results, for  the PSID, of the same cross-sectional analysis we did above on the CPS and CE.  In particular, we look at a series of statistics for a particular group: the  bottom 20 percent of the earnings distribution.</p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-1/epp_12-1_table2_large.gif" rel="lightbox"><img src="/pubs/eppapers/12-1/epp_12-1_table2.gif" width="415" height="343" border="0" alt="Household dynamics in and out of the bottom of the distribution" /></a></p>
<p align="center" class="footnote"><a href="/pubs/eppapers/12-1/epp_12-1_table2_large.gif" rel="lightbox">Large Image</a></p>
<p></p>
<p>In  Panel (a), we see that earnings for the bottom 20 percent rose slightly between  2006 and 2008, by about the same amount as in the cross-sectional data in <a href="/pubs/eppapers/12-1/epp_12-1_chart3_large.gif" rel="lightbox">Figure 3</a>. Disposable income rose as well. Panels (b), (c) and (d) of the table  decompose, or separate, these changes into changes of the households that stay  in the group (&ldquo;Stayers,&rdquo; Panel d), which make up about 75 percent of the group,  and the difference in income between the group that entered the bottom 20  percent in 2008 (&ldquo;In-switchers,&rdquo; Panel b) and the group that left the bottom 20  percent in 2008 (&ldquo;Out-switchers,&rdquo; Panel c). </p>
<p>What  we want to highlight is that while disposable income for the bottom 20 percent <em>as a whole</em> rose slightly between 2006  and 2008, this increase is due only to a change in the group&rsquo;s composition. The  panel analysis allows us to control for these compositional effects and shows  instead that, <em>on average</em>, households  in the bottom 20 percent of the earnings distribution in 2008 actually suffered  a significant decline in disposable income.</p>
To see this, recall that the bottom 20 percent  in 2008 can be divided into two subgroups: the stayers (those who were in the  same group in 2006) and the in-switchers (those who were not in the bottom 20  percent in 2006). First, consider the stayers (Panel d in <a href="/pubs/eppapers/12-1/epp_12-1_table2_large.gif" rel="lightbox">Table 2</a>) and observe  that their disposable income fell by 2 percent. Then observe that the in-switchers  saw their earnings fall by almost 75 percent. While transfers (especially  unemployment insurance) mitigated this drop to some extent, in-switchers&rsquo;  disposable income still fell by more than 50 percent. So, on average,  households in the bottom 20 percent of the earnings distribution in 2008  experienced a <em>decline in disposable  income of around 14 percent</em>.<a href="#fn8" name="n8" title="" id="n8"><sup style="font-size:9px;">8</sup></a>
<p>Putting  this in actual dollar figures might make the point still clearer: While the  bottom 20 percent of households experienced an average disposable income  increase of $228, this was simply because the 2008 income of those shifting  into the group was higher than the 2006 income of those who left the bottom  earnings quintile. Households in the bottom 20 percent in both 2006 and 2008  had a $159 disposable income decline, on average, and those who experienced  such a severe drop in earnings that they moved to the bottom quintile had, on  average, $12,236 less income to spend in 2008 than they had two years earlier. </p>
<p>Consumption  of in-switchers also fell slightly, although interestingly, the drop in  consumption has not been as large as the drop in disposable income. The relatively  high average wealth of in-switchers ($70,146 in 2006) may have provided sufficient  resources for them to smooth their consumption. </p>
<p>We find this panel analysis very instructive, as it reveals that  looking at simple cross-sectional measures of inequality is not enough to  assess the full distributional impact of the Great Recession. The panel analysis  suggests that although government redistribution policies—taxes, unemployment  insurance and others—have provided an important cushion against the effect of earnings  declines on disposable income and consumption, they have not fully shielded  households&rsquo; disposable income from these earnings fluctuations. </p>
<p>This further suggests that the Great Recession could have  indeed had major redistributive effects at the bottom of the distribution. As panel  data become available on the 2009-10 period, in which earnings of the bottom 20  percent fell dramatically (seen in <a href="/pubs/eppapers/12-1/epp_12-1_chart3_large.gif" rel="lightbox">Figure 3</a>), it will be especially important  to monitor the disposable income and consumption of households that moved into  the bottom 20 percent in 2008 and remained there for the remainder of the Great  Recession. For those that remain in the bottom 20 percent, their depleted wealth  may not have been enough to prevent persistently low earnings from impacting  consumption and welfare.</p>
<h2>Conclusions</h2>
<p>This paper provides an empirical analysis of inequality and  redistribution during the Great Recession. </p>
<p>On one hand, we find that redistribution (through taxes and  transfers) from high-earnings to low-earnings households in the United States  was at its historical high, which possibly explains the calls by some for cutbacks  in government programs that provide such assistance. On the other hand, we  provide evidence that households that experience a severe earnings loss also face  a large loss in disposable income and a loss in consumption, and that low-earnings  households have become, during the course of the Great Recession, more  vulnerable due to large losses in wealth. </p>
<p>This analysis should help inform future policy action  regarding the extent of social insurance. For example, it could assist in assessing  the consequences of extending, or curtailing, the duration of unemployment  insurance benefits. </p>
<p>&nbsp;</p>
<h2>Endnotes 
</h2>
<p class="footnote"><a href="#n1" name="fn1" title="" id="fn1"><strong>1</strong></a> The authors thank  Doug Clement and Kei-Mu Yi for valuable comments.</p>
<p class="footnote"><a href="#n2" name="fn2" title="" id="fn2"><strong>2</strong></a> The CPS does not  provide data for disposable income for all years in the sample. Therefore, we  compute disposable income figures with TAXSIM, a widely used tax simulation program  provided by the National Bureau of Economic Research. In years for which we  have disposable income from the CPS, summary measures of disposable income in  the CPS are very similar to our measures.</p>
<p class="footnote"><a href="#n3" name="fn3" title="" id="fn3"><strong>3</strong></a> Following the  commonly used OECD scale, the number of &ldquo;adult equivalents&rdquo; in a household is a  weighted sum of household members in which the first adult is given a weight of  1, each additional adult has a weight of 0.7 and each member under the age of  17 has a weight of 0.5.</p>
<p class="footnote"><a href="#n4" name="fn4" title="" id="fn4"><strong>4</strong></a> For more on how  unemployment affects the dynamics of inequality over the business cycles, see  Castañeda et al. (1998). </p>
<p class="footnote"><a href="#n5" name="fn5" title="" id="fn5"><strong>5</strong></a> The U.S. unemployment  rate in 2010 was 9.6 percent, just under the postwar high of 9.7 percent in  1982.</p>
<p class="footnote"><a href="#n6" name="fn6" title="" id="fn6"><strong>6</strong></a> Specifically, the  nondurable expenditures category includes expenditures on food and beverages, utilities  and fuels, education, medical supplies, clothing and personal care, reading and  transportation services. The nondurable+ category adds to this purchases of  cars, furniture, jewelry and durable entertainment goods. </p>

<p class="footnote"><a href="#n7" name="fn7" title="" id="fn7"><strong>7</strong></a> To see this more precisely, let&rsquo;s define the following relation:<br/><br/>
$$\overline{Y}_{B20}(t) - \overline{Y}_{B20}(t-1) = \alpha\left(\overline{Y}_{B20}^{Stay}(t) - \overline{Y}_{B20}^{Stay}(t-1)\right)$$ <br/> $$+ (1-\alpha)\left(\overline{Y}_{B20}^{In}(t) - \overline{Y}_{B20}^{Out}(t-1)\right)$$<br/>
where ~\overline{Y}_{B20}(t)~ is the average income measure of the bottom 20 percent of the earnings distribution in period <em>t</em>, ~\alpha~ represents the share of households that stay in the bottom 20 percent, ~\overline{Y}_{B20}^{In}(t)~ is the average income of the households that enter the bottom 20 percent at time <em>t</em> (and were not in the bottom 20 percent in period <em>t</em>-1) and ~\overline{Y}_{B20}^{Out}(t-1)~ is the average income of the households that were in the bottom 20 percent at <em>t</em>-1 and exited the group at time <em>t</em>. The equation highlights that observed changes in the cross-sectional data ~\overline{Y}_{B20}(t) - \overline{Y}_{B20}(t-1)~ are driven both by changes in income/expenditures of households that stay in the group (the term ~((\overline{Y}_{B20}^{Stay}(t) - \overline{Y}_{B20}^{Stay}(t-1)))~) and by changes in composition of the group (the term ~(\overline{Y}_{B20}^{In}(t) - \overline{Y}_{B20}^{Out}(t-1))~).</p>
<p class="footnote"><a href="#n8" name="fn8" title="" id="fn8"><strong>8</strong></a> The 14 percent figure  is derived by adding (a) the disposable income loss of the stayers (2 percent)  times their numerical share of the group (75 percent) and (b) the disposable  income loss of the in-switchers (50 percent) times their weight in the group  (25 percent). </p>
<p class="footnote"></p>
<h2>References</h2>
<p class="footnote">Blundell, R., and I. Preston. 1998.  Consumption Inequality and Income Uncertainty.<em> Quarterly Journal of Economics</em> 113 (2): 603-40<em>.</em></p>
<p class="footnote">Castañeda, A., J.  Díaz-Giménez and J. V. Ríos-Rull. 1998. Exploring the Income Distribution  Business Cycle Dynamics. <em>Journal of Monetary Economics</em> 42 (August): 93-130.<strong></strong></p>
<p class="footnote">Domeij, D., and M. Flodén. 2010. Inequality Trends in Sweden  1978-2004. <em>Review of Economic Dynamics</em> 13 (1):179-208<em>.</em></p>
<p class="footnote">Heathcote, J., F. Perri and G. Violante. 2010a.  Unequal We Stand: An Empirical Analysis of Economic Inequality in the United  States, 1967–2006. <em>Review of Economic  Dynamics</em> 13 (1): 15-51. </p>
<p class="footnote">Heathcote,  J., F. Perri and G. Violante. 2010b. <a href="http://voxeu.org/index.php?q=node/4548">Inequality in Times of Crisis: Lessons  from the Past and a First look at the Current Recession</a>. VoxEU. </p>
<p class="footnote">Jenkins, S., A. Brandolini, J. Micklewright and B. Nolan. 2011.  The Great Recession and the  Distribution of Household Income. Working paper. Fondazione Rodolfo de  Benedetti.</p>
<p class="footnote">Krueger, D., and F.  Perri. 2006. Does Income Inequality Lead to Consumption Inequality?  Evidence and Theory. <em>Review of Economic  Studies</em> 73 (March): 163-93. </p>
<p class="footnote">Petev, I., L.  Pistaferri and I. Saporta Eksten. 2011. Consumption and the Great Recession: An  Analysis of Trends, Perceptions and Distributional Effects. In <em>Analyses of the Great Recession</em>, D. Grusky,  B. Western and C. Wimer (eds.) forthcoming.</p>
<p class="footnote">Piketty, T., and E. Saez. 2003. Income Inequality in the  United States, 1913-1998. <em>Quarterly Journal  of Economics </em>118 (1): 1-39<em>.</em></p>
<p class="footnote" align="center"></p>
 
 
]]></content:encoded>
	  
      <cb:paper>
        <cb:simpleTitle>Inequality and Redistribution during the Great Recession</cb:simpleTitle>
        <cb:occurrenceDate>2012-02-21T08:00:00-06:00</cb:occurrenceDate>
          
        <cb:person type="author">
          <cb:givenName>Fabrizio</cb:givenName>
          <cb:surname>Perri</cb:surname>
          <cb:nameAsWritten>Fabrizio Perri</cb:nameAsWritten>
        </cb:person>  
        <cb:person type="author">
          <cb:givenName>Joe</cb:givenName>
          <cb:surname>Steinberg</cb:surname>
          <cb:nameAsWritten>Joe Steinberg</cb:nameAsWritten>
        </cb:person>
        <cb:publicationDate>2012-02</cb:publicationDate>
        <cb:publication>Economic Policy Papers</cb:publication>
      </cb:paper>
	  </item>
    
    <item rdf:about="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4791">
	
      <title>Minneapolis Fed expects economic growth for 2012</title>
      <link>http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4791</link>
	
      <dc:date>2011-12-20T10:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[Federal Reserve Bank of Minneapolis</p>

<script type="text/javascript">
$(document).ready(function() {

	//When page loads...
	$(".tabs_panel").hide(); //Hide all content
						   
	if(window.location.hash == "") { // if loading for first time
		
		$("ul.tabs_nav li:first a").addClass("tabs_nav_selected"); //Activate first tab
		$(".tabs_panel:first").show(); //Show first tab content
		//window.location.hash = $("ul#bank_tabnav li:first a").attr("href");
		
	} else {

		var activeContent = window.location.hash; //Find the href attribute value to identify the active tab + content
		$(activeContent).show(); //Fade in the active ID content

		var activeTab = window.location.hash + "_tab"; // activate tab
		$(activeTab).addClass("tabs_nav_selected"); //Add "active" class to selected tab
	}
	
	//On Click Event
	$("ul.tabs_nav li a").click(function() {

		$("ul.tabs_nav li a").removeClass("tabs_nav_selected"); //Remove any "active" class
		$(this).addClass("tabs_nav_selected"); //Add "active" class to selected tab
		$(".tabs_panel").hide(); //Hide all tab content
		
		window.location.hash = $(this).attr("href");

		var activeContent = $(this).attr("href"); //Find the href attribute value to identify the active tab + content
		$(activeContent).show(); //Fade in the active ID content
		return false;
	});

});

</script>
<style type="text/css">

.tabs_container {
	width: 422px;
	margin-top: 0;
}

ul.tabs_nav {
	 padding: 0;
	 margin: 0;
}

ul.tabs_nav li a { 
	}

ul.tabs_nav li a.tabs_nav_selected { 
	color: #000; 
	border-bottom: 2px solid #dce9ed; 
	background-color: #dce9ed; 
	}

ul.tabs_nav li a.twoline { 
	padding-top: 6px;
	padding-bottom: 4px;
	}

ul.tabs_nav li.tabs_nav_last a { 
	padding-left: 11px;
	}
	
.tabs_panel {
	border-top: 2px solid #dce9ed; 
	background: transparent url(/img/common/tabs_panel_bkrd.gif) repeat-x top left;
	padding-top: 10px;
	}
	
</style>


<div class="tabs_container">
            <ul class="tabs_nav" style="width: 422px;">
              <li><a href="#minnesota" id="minnesota_tab">Minnesota</a></li>
              <li><a href="#montana" id="montana_tab">Montana</a></li>
              <li><a href="#northdakota" id="northdakota_tab" class="twoline">North<br/>Dakota</a></li>
              <li><a href="#southdakota" id="southdakota_tab" class="twoline">South<br/>Dakota</a></li>
              <li><a href="#michigan" id="michigan_tab" class="twoline">U.P. of<br/>Michigan</a></li>
              <li class="tabs_nav_last"><a href="#wisconsin" id="wisconsin_tab">Wisconsin</a></li>
            </ul>
            <div class="clear"></div>
            <div id="minnesota" class="tabs_panel">
           	  <p><strong>Minneapolis Fed Forecasts Solid Economic Performance in Minnesota in  2012</strong></p>
<p>The  2012 economic outlook from the Federal Reserve Bank of Minneapolis calls for  continued growth in the Minnesota economy. Based on the Minneapolis Fed&rsquo;s  statistical model, employment in Minnesota is expected to grow by a  faster-than-average 2.8 percent, while the unemployment rate should drop to 6.5  percent in the fourth quarter of 2012. About average gains in personal income  are also expected.</p>
<p>&ldquo;The  economy in Minnesota performed better than the nation in 2011, and it looks  like growth will increase in 2012,&rdquo; said Toby Madden, regional economist at the  Minneapolis Fed.</p>
<p> In  addition to the forecasting model, the Minnesota outlook includes information  from the annual <em>fedgazette</em> business  outlook poll of 395 district businesses and the annual manufacturing survey of  474 district manufacturers. The Ninth District includes Minnesota, Montana,  North and South Dakota, northwestern Wisconsin and the Upper Peninsula of  Michigan.</p>
<p> &ldquo;The  surveys and the statistical model both point to solid economic performance in  2012,&rdquo; Madden said. &ldquo;Businesses are optimistic for their own operations and  expect moderate improvement in Minnesota.&rdquo;</p>
<p>  The  surveys of business leaders and manufacturers indicate that businesses expect  more sales and production in 2012 and will accomplish this through increased  employment and capital investment. They also expect to raise prices.</p>
<p> When  asked about their state economy, Minnesota respondents said they expect  increased overall consumer spending, employment and business investment. They  expect about a 2 percent increase in wages and benefits. However, both the  surveys and the statistical model are bearish on housing construction.</p>
<p> More  details on the 2012 economic forecast for Minnesota and the Ninth District can  be found in the January issue of the <em>fedgazette</em>,  the Minneapolis Fed&rsquo;s quarterly newspaper, as well as at <a href="http://www.minneapolisfed.org">minneapolisfed.org</a>.              </p>
<div class="horizontal_rule"></div>
                <p><strong>2012 Economic Outlook Briefing</strong>&mdash;<a href="/research/data/district/forecast/index.cfm">Video</a> </p>
                <div class="horizontal_rule"></div>
                <p class="footnote">The Federal Reserve Bank of  Minneapolis is one of 12 regional Reserve Banks that, with the Board of  Governors in Washington, D.C., make up the Federal Reserve System, the nation&rsquo;s  central bank. The Federal Reserve Bank of Minneapolis is responsible for the  Ninth Federal Reserve District, which includes Montana, North and South Dakota,  Minnesota, northwestern Wisconsin and the Upper Peninsula of Michigan. The  Federal Reserve Bank of Minneapolis participates in setting national monetary  policy, supervises numerous banking organizations, and provides a variety of  payments services to financial institutions and the U.S. government.</p>
                <p align="center" class="footnote"></p>
  </div>
            <div id="montana" class="tabs_panel">
              <p><strong>Minneapolis Fed Forecasts Modest Economic Growth in Montana in 2012</strong></p>
              <p>                The  2012 economic outlook from the Federal Reserve Bank of Minneapolis calls for  continued modest growth in the Montana economy. Based on the Minneapolis Fed&rsquo;s  statistical model, employment in Montana is expected to grow by a  faster-than-average 2.9 percent, while the unemployment rate should drop to 7.4  percent in the fourth quarter of 2012.</p>
              <p> &ldquo;The  economy in Montana grew at a modest pace in 2011, and it looks like this will  continue in 2012,&rdquo; said Toby Madden, regional economist at the Minneapolis Fed.</p>
              <p> In addition  to the forecasting model, the Montana outlook includes information from the  annual <em>fedgazette</em> business outlook  poll of 395 district businesses and the annual manufacturing survey of 474  district manufacturers. The Ninth District includes Minnesota, Montana, North  and South Dakota, northwestern Wisconsin and the Upper Peninsula of Michigan.</p>
              <p> &ldquo;The  surveys and the statistical model point in different directions for Montana&rsquo;s  economic performance in 2012,&rdquo; Madden said. &ldquo;The statistical model expects gains,  while the survey respondents expect flat activity.&rdquo;</p>
              <p>                Montana  respondents to the manufacturing survey expect level business investment and  consumer spending and slightly increased employment. Montana respondents to the  business outlook poll expect relatively flat employment and slight decreases in  consumer spending and business investment. Both surveys expect moderate  increases in wages and benefits.</p>
              <p> However,  businesses are more optimistic about their individual operations, with both  manufacturers and business leaders expecting more sales and production in 2012.  They will accomplish this through increased capital investment and higher  prices.</p>
              <p> More  details on the 2012 economic forecast for Montana and the Ninth District can be  found in the January issue of the <em>fedgazette</em>,  the Minneapolis Fed&rsquo;s quarterly newspaper, as well as at <a href="http://www.minneapolisfed.org">minneapolisfed.org</a>.</p>
<div class="horizontal_rule"></div>
                <p><strong>2012 Economic Outlook  Briefing</strong>&mdash;<a href="/research/data/district/forecast/index.cfm">Video</a> </p>
                <div class="horizontal_rule"></div>
                <p class="footnote">The Federal Reserve Bank of  Minneapolis is one of 12 regional Reserve Banks that, with the Board of  Governors in Washington, D.C., make up the Federal Reserve System, the nation&rsquo;s  central bank. The Federal Reserve Bank of Minneapolis is responsible for the  Ninth Federal Reserve District, which includes Montana, North and South Dakota,  Minnesota, northwestern Wisconsin and the Upper Peninsula of Michigan. The  Federal Reserve Bank of Minneapolis participates in setting national monetary  policy, supervises numerous banking organizations, and provides a variety of  payments services to financial institutions and the U.S. government.</p>
                <p align="center" class="footnote"></p>
            </div>
  <div id="northdakota" class="tabs_panel">
            	<p><strong>Minneapolis Fed Forecasts Strong Economic Growth in North Dakota in  2012</strong></p>
            	<p>            	  The  2012 economic outlook from the Federal Reserve Bank of Minneapolis calls for  continued strong growth in the North Dakota economy. Based on the Minneapolis  Fed&rsquo;s statistical model, employment in North Dakota is expected to grow by a  faster-than-average 4.8 percent, while the unemployment rate should drop to 3.4  percent in the fourth quarter of 2012.</p>
            	<p> &ldquo;Even  with the major floods, the North Dakota economy performed better than the  nation in 2011, and we expect strong growth for 2012,&rdquo; said Toby Madden, regional  economist at the Minneapolis Fed.</p>
            	<p> In  addition to the forecasting model, the North Dakota outlook includes  information from the annual <em>fedgazette</em> business outlook poll of 395 district businesses and the annual manufacturing  survey of 474 district manufacturers. The Ninth District includes Minnesota,  Montana, North and South Dakota, northwestern Wisconsin and the Upper Peninsula  of Michigan.</p>
            	<p> &ldquo;The  surveys and the statistical model both point to solid economic performance in  2012,&rdquo; Madden said. &ldquo;Businesses are very optimistic for their own operations  and expect strong improvement in North Dakota.&rdquo;</p>
            	<p>            	  The  surveys of business leaders and manufacturers indicate that businesses expect  more sales and production in 2012 and will accomplish this through increased employment  and capital investment. They also expect to raise prices.</p>
            	<p> When  asked about their state economy, North Dakota respondents said they expect  increased overall consumer spending, employment and business investment. They  expect robust increases in wages and benefits.</p>
            	<p> More  details on the 2012 economic forecast for North Dakota and the Ninth District  can be found in the January issue of the <em>fedgazette</em>,  the Minneapolis Fed&rsquo;s quarterly newspaper, as well as at <a href="http://www.minneapolisfed.org">minneapolisfed.org</a>.</p>
<div class="horizontal_rule"></div>
                <p><strong>2012 Economic Outlook  Briefing</strong>&mdash;<a href="/research/data/district/forecast/index.cfm">Video</a> </p>
                <div class="horizontal_rule"></div>
                <p class="footnote">The Federal Reserve Bank of  Minneapolis is one of 12 regional Reserve Banks that, with the Board of  Governors in Washington, D.C., make up the Federal Reserve System, the nation&rsquo;s  central bank. The Federal Reserve Bank of Minneapolis is responsible for the  Ninth Federal Reserve District, which includes Montana, North and South Dakota,  Minnesota, northwestern Wisconsin and the Upper Peninsula of Michigan. The  Federal Reserve Bank of Minneapolis participates in setting national monetary  policy, supervises numerous banking organizations, and provides a variety of  payments services to financial institutions and the U.S. government.</p>
                <p align="center" class="footnote"></p>
  </div>
<div id="southdakota" class="tabs_panel">
            	<p><strong>Minneapolis Fed Forecasts Solid Economic Growth in South Dakota in 2012</strong></p>
            	<p>            	  The  2012 economic outlook from the Federal Reserve Bank of Minneapolis calls for  continued solid economic growth in the South Dakota economy. Based on the  Minneapolis Fed&rsquo;s statistical model, employment in South Dakota is expected to  grow by a faster-than-average 2.1 percent, while the unemployment rate should  drop to 4.3 percent in the fourth quarter of 2012.</p>
            	<p> &ldquo;The  South Dakota economy grew at a decent pace in 2011, and we expect solid growth  for 2012,&rdquo; said Toby Madden, regional economist at the Minneapolis Fed.</p>
            	<p> In  addition to the forecasting model, the South Dakota outlook includes  information from the annual <em>fedgazette</em> business outlook poll of 395 district businesses and the annual manufacturing  survey of 474 district manufacturers. The Ninth District includes Minnesota,  Montana, North and South Dakota, northwestern Wisconsin and the Upper Peninsula  of Michigan.</p>
            	<p> &ldquo;The  surveys and the statistical model both point to solid economic performance in  2012,&rdquo; Madden said. &ldquo;Businesses are very optimistic for their own operations  and expect solid improvement in South Dakota.&rdquo;</p>
            	<p>            	  The  surveys of business leaders and manufacturers indicate that businesses expect  more sales and production in 2012 and will accomplish this through increased  employment. They also expect to raise prices.</p>
            	<p> When  asked about their state economy, South Dakota respondents said they expect  increased overall consumer spending, employment and business investment. They  expect robust increases in wages and benefits.</p>
            	<p> More  details on the 2012 economic forecast for South Dakota and the Ninth District  can be found in the January issue of the <em>fedgazette</em>,  the Minneapolis Fed&rsquo;s quarterly newspaper, as well as at <a href="http://www.minneapolisfed.org">minneapolisfed.org</a>.</p>
<div class="horizontal_rule"></div>
                <p><strong>2012 Economic Outlook  Briefing</strong>&mdash;<a href="/research/data/district/forecast/index.cfm">Video</a> </p>
                <div class="horizontal_rule"></div>
                <p class="footnote">The Federal Reserve Bank of  Minneapolis is one of 12 regional Reserve Banks that, with the Board of  Governors in Washington, D.C., make up the Federal Reserve System, the nation&rsquo;s  central bank. The Federal Reserve Bank of Minneapolis is responsible for the  Ninth Federal Reserve District, which includes Montana, North and South Dakota,  Minnesota, northwestern Wisconsin and the Upper Peninsula of Michigan. The  Federal Reserve Bank of Minneapolis participates in setting national monetary  policy, supervises numerous banking organizations, and provides a variety of  payments services to financial institutions and the U.S. government.</p>
                <p align="center" class="footnote"></p>
</div>
            <div id="michigan" class="tabs_panel">
            	<p><strong>Minneapolis Fed Forecasts Moderate Economic Growth in the Upper  Peninsula in 2012</strong></p>
            	<p>            	  The  2012 economic outlook from the Federal Reserve Bank of Minneapolis calls for  continued moderate growth in the Upper Peninsula of Michigan economy. Based on  the Minneapolis Fed&rsquo;s statistical model, employment in the U.P. is expected to  grow by a faster-than-average 3 percent, while the unemployment rate should  drop to 9.4 percent in the fourth quarter of 2012. However, the results of Fed  surveys are mixed.</p>
            	<p> &ldquo;The  U.P. economy expanded in 2011, and based on our statistical models, it looks  like this will continue in 2012,&rdquo; said Toby Madden, regional economist at the  Minneapolis Fed.</p>
            	<p> In  addition to the forecasting model, the U.P. outlook includes information from  the annual <em>fedgazette</em> business  outlook poll of 395 district businesses and the annual manufacturing survey of  474 district manufacturers. The Ninth District includes Minnesota, Montana,  North and South Dakota, northwestern Wisconsin and the Upper Peninsula of  Michigan.</p>
            	<p> &ldquo;The  surveys and the statistical model point in different directions for U.P. economic  performance in 2012,&rdquo; Madden said. &ldquo;The statistical model expects gains, while  the survey respondents expect mixed activity.&rdquo;</p>
            	<p>            	  When  asked about their state economy, U.P. respondents differed by survey, with the  business outlook poll expecting decreases in consumer spending, employment and  business investment and the survey of manufacturers expecting slight increases  in consumer spending and business investment. </p>
            	<p> Manufacturers  are more optimistic about their individual operations and expect more sales, production,  employment and capital investment in 2012. Business leaders from the U.P.  expect slight growth in sales, flat employment and some decreases in capital  investment. Respondents to both surveys expect to raise prices.</p>
            	<p> More  details on the 2012 economic forecast for the U.P. and the Ninth District can  be found in the January issue of the <em>fedgazette</em>,  the Minneapolis Fed&rsquo;s quarterly newspaper, as well as at <a href="http://www.minneapolisfed.org">minneapolisfed.org</a>.</p>
<div class="horizontal_rule"></div>
                <p><strong>2012 Economic Outlook  Briefing</strong>&mdash;<a href="/research/data/district/forecast/index.cfm">Video</a> </p>
                <div class="horizontal_rule"></div>
                <p class="footnote">The Federal Reserve Bank of  Minneapolis is one of 12 regional Reserve Banks that, with the Board of  Governors in Washington, D.C., make up the Federal Reserve System, the nation&rsquo;s  central bank. The Federal Reserve Bank of Minneapolis is responsible for the  Ninth Federal Reserve District, which includes Montana, North and South Dakota,  Minnesota, northwestern Wisconsin and the Upper Peninsula of Michigan. The  Federal Reserve Bank of Minneapolis participates in setting national monetary  policy, supervises numerous banking organizations, and provides a variety of  payments services to financial institutions and the U.S. government.</p>
                <p align="center" class="footnote"></p>
  </div>
<div id="wisconsin" class="tabs_panel">
            	<p><strong>Minneapolis Fed Forecasts Modest Economic Growth in Northwestern Wisconsin in 2012</strong></p>
            	<p>            	  The  2012 economic outlook from the Federal Reserve Bank of Minneapolis calls for  continued modest growth in the Wisconsin economy. Based on the Minneapolis  Fed&rsquo;s statistical model, employment in Wisconsin is expected to grow by a  faster-than-average 1.9 percent, while the unemployment rate should drop to 7.3  percent in the fourth quarter of 2012. About average gains in personal income  are also expected.</p>
            	<p> &ldquo;The  economy in northwestern Wisconsin grew at a modest pace in 2011, and it looks like this will  continue in 2012,&rdquo; said Toby Madden, regional economist at the Minneapolis Fed.</p>
            	<p> In  addition to the forecasting model, the Wisconsin outlook includes information  from the annual <em>fedgazette</em> business  outlook poll of 395 district businesses and the annual manufacturing survey of  474 district manufacturers. The Ninth District includes Minnesota, Montana,  North and South Dakota, northwestern Wisconsin and the Upper Peninsula of  Michigan.</p>
            	<p> &ldquo;The  surveys and the statistical model point in different directions for Wisconsin&rsquo;s  economic performance in 2012,&rdquo; Madden said. &ldquo;The statistical model expects  modest gains, while the survey respondents expect mixed activity.&rdquo;</p>
            	<p>            	  When  asked about their state economy, Wisconsin respondents differed by survey, with  the business outlook poll expecting decreases in consumer spending, employment  and business investment and the survey of manufacturers expecting increases.  Respondents expect about a 2 percent increase in wages and benefits. In  addition, both the business outlook poll and the statistical model are bearish  on housing construction.</p>
            	<p> However,  businesses are more optimistic about their individual operations, as both  manufacturers and business leaders expect more sales and production in 2012.  They will accomplish this through increased employment and capital investment.  They also expect to raise prices.</p>
            	<p> More details  on the 2012 economic forecast for Wisconsin and the Ninth District can be found  in the January issue of the <em>fedgazette</em>,  the Minneapolis Fed&rsquo;s quarterly newspaper, as well as at <a href="http://www.minneapolisfed.org">minneapolisfed.org</a>.</p>
<div class="horizontal_rule"></div>
<p><strong>2012 Economic Outlook  Briefing</strong>&mdash;<a href="/research/data/district/forecast/index.cfm">Video</a>            
<div class="horizontal_rule"></div>
<p class="footnote">The Federal Reserve Bank of  Minneapolis is one of 12 regional Reserve Banks that, with the Board of  Governors in Washington, D.C., make up the Federal Reserve System, the nation&rsquo;s  central bank. The Federal Reserve Bank of Minneapolis is responsible for the  Ninth Federal Reserve District, which includes Montana, North and South Dakota,  Minnesota, northwestern Wisconsin and the Upper Peninsula of Michigan. The  Federal Reserve Bank of Minneapolis participates in setting national monetary  policy, supervises numerous banking organizations, and provides a variety of  payments services to financial institutions and the U.S. government.</p>
<p align="center" class="footnote"></p>
          	    
</div>
</div>]]></content:encoded>
	  
      <cb:news>
        <cb:simpleTitle>Minneapolis Fed expects economic growth for 2012</cb:simpleTitle>
        <cb:occurrenceDate>2011-12-20T10:00:00-06:00</cb:occurrenceDate>
	      
        <cb:person type="contact">
          <cb:givenName>Patti</cb:givenName>
          <cb:surname>Lorenzen</cb:surname>
          <cb:nameAsWritten>Patti Lorenzen</cb:nameAsWritten>
        </cb:person>
      </cb:news>
	  </item>
    
    <item rdf:about="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4802">
	
      <title>Hang Joins Minneapolis Fed Board of Directors</title>
      <link>http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4802</link>
	
      <dc:date>2011-12-20T08:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[MayKao Y. Hang, president and CEO, Amherst H. Wilder  Foundation, St. Paul, has been appointed to the board of directors of the  Federal Reserve Bank of Minneapolis. </p>
<p> Hang was named president and CEO of the Wilder  Foundation, a nonprofit health and human service agency, in 2010 and was  formerly its director of Children and Family Services, having  spent most of her career working to improve the lives of those who are  disadvantaged. She holds a bachelor&rsquo;s degree in psychology from Brown  University and a master&rsquo;s degree in public affairs from the University of  Minnesota. She also serves on the boards  of the John S. and James L. Knight Foundation, Twin Cities LISC and Minnesota  Philanthropy Partners. She received the Ann Bancroft Dream Maker Award in 2009  for supporting women and girls and was a <em>Minneapolis-St.  Paul Business Journal</em> 40 under 40 honoree in 2010.</p>
<p> The  Minneapolis Fed has a nine-member board of directors. Three directors represent  the interests of banking in the district and are elected by banks that are  members of the Federal Reserve System. The other six represent the general  public, which includes business, agriculture, labor and consumers. Of these,  three are elected by member banks and three are appointed by the Board of  Governors of the Federal Reserve System in Washington, D.C. Hang was appointed  to the Minneapolis board by the Board of Governors. </p>
<p> The responsibilities of  directors are broad, ranging from overseeing the general operations of the Minneapolis  Fed to reporting on district economic conditions. This information helps  prepare the Minneapolis Fed president for participation in Federal Open Market  Committee meetings, where decisions are made about monetary policy.</p>
<p> As  one of the 12 Federal Reserve banks, the Federal Reserve Bank of Minneapolis  contributes to a variety of Federal Reserve System functions, including  operation of a nationwide payments system, distribution of the nation&rsquo;s  currency and coin, supervision and regulation of member banks and bank holding  companies, and serving as a fiscal agent for the U.S. Treasury. Additionally,  the president of the Minneapolis Fed serves as a member of the Federal Open  Market Committee, the monetary policymaking arm of the Federal Reserve&rsquo;s Board  of Governors. Together with its branch in Helena, Mont., the Minneapolis Fed  serves the Ninth Federal Reserve District, which includes Minnesota, Montana,  North and South Dakota, 26 counties in northwestern Wisconsin and the Upper  Peninsula of Michigan.</p>
<p>&nbsp;</p>
]]></content:encoded>
	  
      <cb:news>
        <cb:simpleTitle>Hang Joins Minneapolis Fed Board of Directors</cb:simpleTitle>
        <cb:occurrenceDate>2011-12-20T08:00:00-06:00</cb:occurrenceDate>
	      
        <cb:person type="contact">
          <cb:givenName>Patti</cb:givenName>
          <cb:surname>Lorenzen</cb:surname>
          <cb:nameAsWritten>Patti Lorenzen</cb:nameAsWritten>
        </cb:person>
      </cb:news>
	  </item>
    
    <item rdf:about="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4801">
	
      <title>Kurokawa Joins Helena Fed Branch Board of Directors</title>
      <link>http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4801</link>
	
      <dc:date>2011-12-20T08:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[Duane Kurokawa, president and director, Western Bank of Wolf Point, Wolf  Point, Mont., has been appointed to the board of directors of the Helena Branch  of the Federal Reserve Bank of Minneapolis, effective Jan. 1. </p>
<p> Kurokawa has been  with the bank since 1979. He became a director in 1987 and was named president  in 2008. Kurokawa has been active in a number of business and civic  organizations in the community, including the Chamber of Commerce and  Agriculture, Montana Microbusiness Program, Missouri Valley Development Corp.,  Great Northern Development Corp., and the Montana Bankers Association. He also  served as an alderman for the city of Wolf Point.</p>
<p> Branch directors  help oversee the operations of the Helena office and contribute their  perspectives on regional economic conditions. This information helps prepare  the Minneapolis Fed president for participation in Federal Open Market  Committee meetings, where decisions are made about monetary policy.</p>
<p> As one of the 12  Federal Reserve Banks, the Federal Reserve Bank of Minneapolis contributes to a  variety of Federal Reserve System functions, including operation of a  nationwide payments system, distribution of the nation&rsquo;s currency and coin,  supervision and regulation of member banks and bank holding companies, and  serving as a fiscal agent for the U.S. Treasury. Additionally, the president of  the Minneapolis Fed serves as a member of the Federal Open Market Committee,  the monetary policymaking arm of the Federal Reserve&rsquo;s Board of Governors.  Together with its branch in Helena, Mont., the Minneapolis Fed serves the Ninth  Federal Reserve District, which includes Minnesota, Montana, North and South  Dakota, 26 counties in northwestern Wisconsin and the Upper Peninsula of  Michigan.</p>
]]></content:encoded>
	  
      <cb:news>
        <cb:simpleTitle>Kurokawa Joins Helena Fed Branch Board of Directors</cb:simpleTitle>
        <cb:occurrenceDate>2011-12-20T08:00:00-06:00</cb:occurrenceDate>
	      
        <cb:person type="contact">
          <cb:givenName>Patti</cb:givenName>
          <cb:surname>Lorenzen</cb:surname>
          <cb:nameAsWritten>Patti Lorenzen</cb:nameAsWritten>
        </cb:person>
      </cb:news>
	  </item>
    
    <item rdf:about="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4800">
	
      <title>Palmer Joins Minneapolis Fed Board of Directors</title>
      <link>http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4800</link>
	
      <dc:date>2011-12-20T08:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[Kenneth A. Palmer, chairman, president and CEO, Range Financial Corporation  &amp; Range Bank, N.A., Negaunee, Mich., has been elected to the board of  directors of the Federal Reserve Bank of Minneapolis. He will serve a  three-year term.</p>
<p> Palmer  has been with Range Financial Corporation and Range Bank since 1998. He is  chairman of the advisory board for Northern Michigan University College of  Business and the Catholic Diocese of Marquette finance committee. He serves on  the board of the Negaunee City Police Retirement Fund and the advisory board  for the Upper Peninsula Medical Center. Palmer is also a member of the  Marquette County Economic Club.</p>
<p> The  Minneapolis Fed has a nine-member board of directors. Three directors represent  the interests of banking in the district and are elected by banks that are  members of the Federal Reserve System. The other six represent the general  public, which includes business, agriculture, labor and consumers. Of these,  three are elected by member banks and three are appointed by the Board of  Governors of the Federal Reserve System in Washington, D.C. Palmer was elected  to the Minneapolis board by member banks. </p>
<p> The responsibilities of  directors are broad, ranging from overseeing the general operations of the Minneapolis  Fed to reporting on district economic conditions. This information helps  prepare the Minneapolis Fed president for participation in Federal Open Market  Committee meetings, where decisions are made about monetary policy.</p>
<p> As  one of the 12 Federal Reserve banks, the Federal Reserve Bank of Minneapolis  contributes to a variety of Federal Reserve System functions, including  operation of a nationwide payments system, distribution of the nation&rsquo;s  currency and coin, supervision and regulation of member banks and bank holding  companies, and serving as a fiscal agent for the U.S. Treasury. Additionally,  the president of the Minneapolis Fed serves as a member of the Federal Open  Market Committee, the monetary policymaking arm of the Federal Reserve&rsquo;s Board  of Governors. Together with its branch in Helena, Mont., the Minneapolis Fed  serves the Ninth Federal Reserve District, which includes Minnesota, Montana,  North and South Dakota, 26 counties in northwestern Wisconsin and the Upper  Peninsula of Michigan.</p>]]></content:encoded>
	  
      <cb:news>
        <cb:simpleTitle>Palmer Joins Minneapolis Fed Board of Directors</cb:simpleTitle>
        <cb:occurrenceDate>2011-12-20T08:00:00-06:00</cb:occurrenceDate>
	      
        <cb:person type="contact">
          <cb:givenName>Patti</cb:givenName>
          <cb:surname>Lorenzen</cb:surname>
          <cb:nameAsWritten>Patti Lorenzen</cb:nameAsWritten>
        </cb:person>
      </cb:news>
	  </item>
    
    <item rdf:about="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4799">
	
      <title>Minneapolis Fed Announces Chair, Deputy Chair of 2012 Board of Directors</title>
      <link>http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4799</link>
	
      <dc:date>2011-12-05T08:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[The Federal Reserve Bank of Minneapolis announced  the designation of the chair and deputy chair of its board of directors for  2012.</p>
<p> Mary K. Brainerd was  named chair of the board of directors for 2012. She has been a member of the  board since 2008 and was deputy chair for 2010 and 2011. Brainerd is president  and chief executive officer of HealthPartners in Minneapolis.&nbsp;</p>
<p>  Randall J. Hogan was named  deputy chair of the board of directors for 2012. He has been a member of  the board since 2010. Hogan is chairman and chief executive officer of Pentair,  Inc., in Minneapolis.&nbsp;</p>
<p>  Minneapolis  Fed directors are selected to represent a cross section of the Ninth District  economy, including consumers, industry, agriculture, the service sector, labor  and commercial banks of various sizes. The Federal Reserve Bank of Minneapolis  Board has nine members. Commercial banks that are members of the Federal  Reserve System elect three bankers and three nonbankers. The Federal Reserve  Board of Governors in Washington, D.C., appoints three additional nonbankers  and designates the board's chair and deputy chair from among its three  appointees.</p>
<p> The responsibilities of  directors are broad, ranging from overseeing the general operations of the Minneapolis  Fed to reporting on district economic conditions. This information helps  prepare the Minneapolis Fed president for participation in Federal Open Market  Committee meetings, where decisions are made about monetary policy.</p>
<p> The  Federal Reserve Bank of Minneapolis is one of 12 regional Reserve Banks that,  with the Board of Governors in Washington, D.C., make up the Federal Reserve  System, the nation&rsquo;s central bank. The Federal Reserve Bank of Minneapolis is  responsible for the Ninth Federal Reserve District, which includes Montana,  North and South Dakota, Minnesota, northwestern Wisconsin and the Upper  Peninsula of Michigan. The Federal Reserve Bank of Minneapolis participates in  setting national monetary policy, supervises numerous banking organizations,  and provides a variety of payments services to financial institutions and the  U.S. government. </p>
]]></content:encoded>
	  
      <cb:news>
        <cb:simpleTitle>Minneapolis Fed Announces Chair, Deputy Chair of 2012 Board of Directors</cb:simpleTitle>
        <cb:occurrenceDate>2011-12-05T08:00:00-06:00</cb:occurrenceDate>
	      
        <cb:person type="contact">
          <cb:givenName>Patti</cb:givenName>
          <cb:surname>Lorenzen</cb:surname>
          <cb:nameAsWritten>Patti Lorenzen</cb:nameAsWritten>
        </cb:person>
      </cb:news>
	  </item>
    
    <item rdf:about="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4774">
	
      <title>Banking Conditions in Ninth District States
Third Quarter 2011 Update</title>
      <link>http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4774</link>
	
      <dc:date>2011-11-21T10:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[Federal Reserve Bank of Minneapolis</p>

<script type="text/javascript">
$(document).ready(function() {

	//When page loads...
	$(".tabs_panel").hide(); //Hide all content
						   
	if(window.location.hash == "") { // if loading for first time
		
		$("ul.tabs_nav li:first a").addClass("tabs_nav_selected"); //Activate first tab
		$(".tabs_panel:first").show(); //Show first tab content
		//window.location.hash = $("ul#bank_tabnav li:first a").attr("href");
		
	} else {

		var activeContent = window.location.hash; //Find the href attribute value to identify the active tab + content
		$(activeContent).show(); //Fade in the active ID content

		var activeTab = window.location.hash + "_tab"; // activate tab
		$(activeTab).addClass("tabs_nav_selected"); //Add "active" class to selected tab
	}
	
	//On Click Event
	$("ul.tabs_nav li a").click(function() {

		$("ul.tabs_nav li a").removeClass("tabs_nav_selected"); //Remove any "active" class
		$(this).addClass("tabs_nav_selected"); //Add "active" class to selected tab
		$(".tabs_panel").hide(); //Hide all tab content
		
		window.location.hash = $(this).attr("href");

		var activeContent = $(this).attr("href"); //Find the href attribute value to identify the active tab + content
		$(activeContent).show(); //Fade in the active ID content
		return false;
	});

});

</script>
<style type="text/css">

.tabs_container {
	width: 422px;
	margin-top: 0;
}

ul.tabs_nav {
	 padding: 0;
	 margin: 0;
}

ul.tabs_nav li a { 
	}

ul.tabs_nav li a.tabs_nav_selected { 
	color: #000; 
	border-bottom: 2px solid #dce9ed; 
	background-color: #dce9ed; 
	}

ul.tabs_nav li a.twoline { 
	padding-top: 6px;
	padding-bottom: 4px;
	}

ul.tabs_nav li.tabs_nav_last a { 
	padding-left: 11px;
	}
	
.tabs_panel {
	border-top: 2px solid #dce9ed; 
	background: transparent url(/img/common/tabs_panel_bkrd.gif) repeat-x top left;
	padding-top: 10px;
	}
	
</style>


<div class="tabs_container">
            <ul class="tabs_nav" style="width: 422px;">
              <li><a href="#minnesota" id="minnesota_tab">Minnesota</a></li>
              <li><a href="#montana" id="montana_tab">Montana</a></li>
              <li><a href="#northdakota" id="northdakota_tab">North Dakota</a></li>
              <li><a href="#southdakota" id="southdakota_tab">South Dakota</a></li>
            </ul>
  <div class="clear"></div>
            <div id="minnesota" class="tabs_panel">
           	      <h2 align="left"><strong>Minnesota Banking Conditions Continue to Improve, </strong><strong>but Progress Varies and Several Key Measures Remain a Distance from  Precrisis Levels</strong></h2>
   	          <p></p>
       	          <p>Minnesota banks showed another  quarter of improvement in key measures of health, based on Sept. 30, 2011, data  reported by the 372 banks in the state. However, key metrics of profitability  and loan growth remain weak. According to Ron Feldman, senior vice president  for Supervision, Regulation and Credit at the Federal Reserve Bank of  Minneapolis, &ldquo;Compared with pre-2008, Minnesota banks are still facing high  loan delinquencies, low profits and weak loan growth. Improvements in profits  and loan growth&mdash;which remains significantly more negative than national loan  growth&mdash;were small this quarter. At the same time, measures of asset quality  were generally on a positive trend.&rdquo; </p>
   	          <p>Overall  asset quality showed strong improvement in the third quarter. The improvement  in the quality of commercial real estate loans was also strong. But the overall  ratio of past due loans compared with bank resources available to cover losses  was somewhat worse in Minnesota than in the country overall. The same is true  for commercial real estate loans, which have a ratio of weak loans to bank  loss-absorbing resources of about 6 compared to a ratio of about 5 for the  nation.</p>
       	          <p>Profits  did not improve as much as loan quality. Measures of profitability&mdash;the return  on average assets and the net interest margin&mdash;increased only slightly and are  still weak compared with the levels of earnings banks enjoyed prior to 2008.  The return on average assets for both the median Minnesota and national bank  was about 0.8 percent.</p>
       	          <p>The  year-over-year change in the amount of outstanding loans continued to be  negative. It improved only slightly compared with last quarter.</p>
       	          <p>Capital  and liquidity ratios improved for banks in Minnesota and across the country. By  historical standards, banks have little reliance on noncore funds and  relatively high capital, on average. </p>
   	          <p><a href="/pubs/news/2011/2011-11-21_mn_banking_cond_data.pdf">Data for Minnesota and the nation</a> [pdf]</p>
              <p><a href="/pubs/news/2011/ninth_district_bank_operations_sept_2011.pdf">Additional data on the characteristics of banks in the region  and definitions and explanations of these data</a> [pdf]</p>
               <div class="horizontal_rule"></div>            
                <p>More details on the third quarter update for the Ninth District can be found  on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States Third Quarter 2011 Update</a>. </p>
              <div class="horizontal_rule"></div>
            	<p></p>
                <p align="center" class="footnote"></p>
  </div>
<div id="montana" class="tabs_panel">
  <h2 align="left"><strong>Montana Banking Conditions Improve, but Asset Quality Continues to Lag the Nation</strong></h2>
  <p align="left"></p>
  <p>Third quarter data show that  Montana bank health is improving, based on Sept. 30, 2011, regulatory financial  reports filed by the 70 commercial banks in the state. While profits are higher  in Montana than in the nation, asset quality and loan growth remain  considerably worse than the national averages and far from precrisis levels.  According to Ron Feldman, senior vice president for Supervision, Regulation and  Credit at the Federal Reserve Bank of Minneapolis, &ldquo;Banking conditions in  Montana banks improved. Asset quality and earnings improved, and while loan  portfolios shrank year over year, the rate of decrease improved. However,  because Montana banks have worse asset quality on average than the nation and  lower loan growth, gaps between Montana and the nation remain.&rdquo;</p>
  <p>Asset  quality improved compared with the previous quarter by about three-quarters of  a percentage point. But overall asset quality and problems with commercial real  estate loans remain worse in Montana than in the country as a whole. Weaker  commercial real estate loans as a percent of the bank resources to absorb loan  losses was about 8 percent for Montana relative to 5 percent for the nation.</p>
  <p>The year-over-year growth in the amount of  outstanding loans improved a bit, but remains at &minus;3.75 percent for the median  Montana bank compared with about &minus;2 percent for the nation. </p>
  <p>Measures of earnings were stronger this  quarter. The median net interest margin and return on average assets were  slightly higher than a quarter ago and, unlike the other measures discussed,  compare favorably with national ratios. The return on average assets is 0.82  percent for Montana banks compared with 0.78 percent for the nation.</p>
  <p>The  capital and liquidity position of Montana banks continued to improve. Total risk-based  capital increased by just over one-quarter of a percentage point to 16.5  percent. Banks in Montana also reduced their dependence on noncore funding.</p>
  <p><a href="/pubs/news/2011/2011-11-21_mt_banking_cond_data.pdf">Data for Montana and the nation</a> [pdf]</p>
  <p><a href="/pubs/news/2011/ninth_district_bank_operations_sept_2011.pdf">Additional data on the characteristics of banks in the region  and definitions and explanations of these data</a> [pdf]</p>
  <p></p>
  <div class="horizontal_rule"></div>
  <p>More details on the third quarter update for the Ninth District can be found  on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States Third Quarter 2011 Update</a>. </p>
  <div class="horizontal_rule"></div>
  <p></p>
  <p align="center" class="footnote"></p>
  </div>
  <div id="northdakota" class="tabs_panel">
            	<h2 align="left"><strong>North Dakota Banks Moving Closer to Precrisis Conditions; Outperform U.S. Banks</strong></h2>
            	<p></p>
            	<p>North Dakota banks are  outperforming national averages and getting stronger based on Sept. 30, 2011,  reports filed by the 90 commercial banks in the state. According to Ron  Feldman, senior vice president for Supervision, Regulation and Credit at the  Federal Reserve Bank of Minneapolis, &ldquo;North Dakota banking conditions improved  once again across a variety of metrics, including critical areas like asset  quality and loan growth, where banks in other regions struggled in recent  years. Continued improvement at this rate will put North Dakota banks at  precrisis levels in the near to medium term.&rdquo;</p>
            	<p>Asset  quality&mdash;with the exception of commercial real estate&mdash;improved overall at the  median and average North Dakota bank to precrisis levels. The performance of commercial  real estate lending and loans to finance construction and land development  deteriorated in recent years, but has improved over the past several quarters  and remains stronger in North Dakota than in the United States as a whole. The  overall ratio of bad loans compared with loss-absorbing resources is just above  8.25 percent in North Dakota and over 14.25 percent nationwide. Importantly for  banks in North Dakota, loans for agriculture-related purposes were strong.</p>
            	<p>Measures  of earnings also increased slightly for North Dakota banks and continue to  outpace national returns. The return on average assets for the median North  Dakota bank was a little over 1 percent compared with a national measure of  0.75 percent.</p>
            	<p>While  the year-over-year change in the amount of outstanding loans was negative  nationwide, the North Dakota median bank grew its loan portfolio by more than 3  percent.</p>
            	<p>The  liquidity position of North Dakota banks continued to improve. Banks in North  Dakota reduced their dependence on noncore funding. Measures of capital (one  area where North Dakota banks come up short in national comparisons) also  improved this quarter. </p>
   	<p><a href="/pubs/news/2011/2011-11-21_nd_banking_cond_data.pdf">Data for North Dakota and the nation</a> [pdf]</p>
   	            <p><a href="/pubs/news/2011/ninth_district_bank_operations_sept_2011.pdf">Additional data on the characteristics of banks in the region  and definitions and explanations of these data</a> [pdf]</p>
    <p></p>
                <div class="horizontal_rule"></div>
                <p>More details on the third quarter update for the Ninth District can be found  on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States Third Quarter 2011 Update</a>. </p>
                <div class="horizontal_rule"></div>
                <p></p>
                <p align="center" class="footnote"></p>
  </div>
<div id="southdakota" class="tabs_panel">
            	<h2 align="left"><strong>South Dakota Banks Moving Closer to or Matching Precrisis Conditions; Continue to Outperform National Banks</strong></h2>
            	<p align="left"></p>
            	<p>South Dakota banks continue to  outperform national averages, based on Sept. 30, 2011, reports filed by the 76  commercial banks in the state. According to Ron Feldman, senior vice president  for Supervision, Regulation and Credit at the Federal Reserve Bank of  Minneapolis, &ldquo;South Dakota banks improved again in the third quarter of 2011.  South Dakota bank health compares favorably with the nation across a variety of  metrics, especially for earnings and asset quality. In those measures, South  Dakota banks are moving closer to or matching their precrisis levels.&rdquo;</p>
            	<p>Measures  of overall asset quality, like the ratio of problem loans to the resources  banks have to cover losses, improved as much in South Dakota as in the rest of  the country, even though such problem loans were just half as much in the state  as in the nation to begin with. The performance of agriculture-related loans is  strong.</p>
            	<p>South  Dakota&rsquo;s median return on average assets is less than&mdash;but closing in  on&mdash;historical standards at 1.18 percent, but it is 40 basis points higher than  the 0.78 percent national rate.</p>
            	<p>The year-over-year change in the amount of  outstanding loans for South Dakota banks dipped negative at the beginning of  2011, but improved to just over one-quarter of 1 percent as of the third  quarter. The same figure for the nation was &minus;1.7 percent. </p>
            	<p>Liquidity  and capital position also improved for South Dakota banks. Total risk-based capital  increased by about a quarter of a percentage point to just under 17 percent,  and the median reliance on noncore funding decreased. </p>
   	<p><a href="/pubs/news/2011/2011-11-21_sd_banking_cond_data.pdf">Data for South Dakota and the nation</a> [pdf]</p>
            	<p><a href="/pubs/news/2011/ninth_district_bank_operations_sept_2011.pdf">Additional data on the characteristics of banks in the region and definitions and explanations of these data</a> [pdf]</p>
   	<p></p>
   	<div class="horizontal_rule"></div>
            	<p>More details on the third quarter update for the Ninth District can be found  on the following page: <a href="/banking/data/bankingconditions/index.cfm">Banking Conditions in Ninth District States Third Quarter 2011 Update</a>. </p>
   	<div class="horizontal_rule"></div>
            	<p></p>
            	<p align="center" class="footnote"></p>
</div>
</div>
]]></content:encoded>
	  
      <cb:news>
        <cb:simpleTitle>Banking Conditions in Ninth District States
Third Quarter 2011 Update</cb:simpleTitle>
        <cb:occurrenceDate>2011-11-21T10:00:00-06:00</cb:occurrenceDate>
	      
        <cb:person type="contact">
          <cb:givenName>Patti</cb:givenName>
          <cb:surname>Lorenzen</cb:surname>
          <cb:nameAsWritten>Patti Lorenzen</cb:nameAsWritten>
        </cb:person>
      </cb:news>
	  </item>
    
    <item rdf:about="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4773">
	
      <title>Adoption of Model Transactions Act Can Aid
Economic Development on Indian Reservations</title>
      <link>http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4773</link>
	
      <dc:date>2011-11-10T09:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[One important way to encourage economic development in Indian  Country is to resolve the legal issues that frequently hinder credit access for  small businesses on reservations, according to Susan Woodrow, Community  Development Advisor for the Federal Reserve Bank of Minneapolis, in testimony  before the U.S. Committee on Banking, Housing, and Urban Affairs.</p>
<p>Because  business transactions in tribal jurisdictions are not necessarily governed by  state law, lenders often face uncertain rules and higher risk doing business in  Native communities when tribes do not have a developed legal infrastructure  governing commercial activity, Woodrow testified. Consequently, loans and other  business deals are made at higher costs or not made at all, she said. </p>
<p>&ldquo;To address  this, the Federal Reserve Bank of Minneapolis has provided substantial  assistance to tribes across the country that choose to adopt the Uniform Law  Commission&rsquo;s Model Tribal Secured Transactions Act, a comprehensive template  law substantially similar to state law but specifically tailored for tribal  environments,&rdquo; Woodrow said. &ldquo;We have also helped facilitate several  state-tribal compacts that enable tribes that have adopted the model act to  utilize these states&rsquo; UCC filings systems for the filing of liens under tribal  law. These arrangements complete the tribes&rsquo; secured transactions systems in a  manner that offers certainty and reliability for lenders and borrowers, while  at the same time preserving tribal sovereignty and jurisdiction.&rdquo;</p>
<p>The  Minneapolis Federal Reserve Bank&rsquo;s Ninth District includes more than 40 Indian  reservations. For more information on the Bank&rsquo;s work in Indian Country, see <a href="/indiancountry/woodrow_testimony_11-10-11.cfm">Woodrow&rsquo;s complete statement</a> and the <a href="/indiancountry/index.cfm">Indian Country Currents web page</a>.</p>
]]></content:encoded>
	  
      <cb:news>
        <cb:simpleTitle>Adoption of Model Transactions Act Can Aid
Economic Development on Indian Reservations</cb:simpleTitle>
        <cb:occurrenceDate>2011-11-10T09:00:00-06:00</cb:occurrenceDate>
	      
        <cb:person type="contact">
          <cb:givenName>Patti</cb:givenName>
          <cb:surname>Lorenzen</cb:surname>
          <cb:nameAsWritten>Patti Lorenzen</cb:nameAsWritten>
        </cb:person>
      </cb:news>
	  </item>
    
</rdf:RDF>
