<?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=news">
  <title>News Releases | Federal Reserve Bank of Minneapolis</title>
  <link>http://www.minneapolisfed.org/news_events/rel/</link>
  <description>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=5052" /> <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/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/news_events/rel/news_display.cfm?id=4869" /> <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/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:li rdf:resource="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4724" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4716" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4690" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4664" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4611" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4580" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4440" /> <rdf:li rdf:resource="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4441" />
    </rdf:Seq>
  </items>
  <dc:date>2013-02-21T10: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=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/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/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/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/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/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>
    
    <item rdf:about="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4724">
	
      <title>Banking Conditions in Ninth District States
Second Quarter 2011 Update</title>
      <link>http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4724</link>
	
      <dc:date>2011-08-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>Profits and Growth Remain Weak at Minnesota Banks, but Conditions Are Slowly Improving</strong></h2>
           	  <p></p>
           	  <p>Profits and growth remain weak at  Minnesota banks, but conditions are slowly improving, according to a Federal  Reserve Bank of Minneapolis report based on June 30, 2011, data from the 375  banks in Minnesota.              </p>
           	  <p> &quot;Banking  conditions in Minnesota improved at a gradual pace in the second quarter of  2011,&quot; said Ron Feldman, senior vice president for Supervision, Regulation and  Credit at the Federal Reserve Bank of Minneapolis. &quot;There was a small  improvement in overall asset quality, but critical metrics like earnings and  loan growth remain weak. This quarter was better than last quarter, but the  pace of improvement remains slow.&quot; </p>
           	  <p>Asset quality improved overall and  was similar to the previous quarter for commercial real estate loans and loans  to finance construction and land development. However, asset quality measures  in Minnesota were worse than those in the country overall.</p>
                <p>Measures  of earnings&mdash;the return on average assets and net interest margin&mdash;increased  slightly for Minnesota banks, but remain around the same level as in the  nation. The year-over-year change in the amount of outstanding loans for  Minnesota banks was nearly &minus;5 percent. The same  figure for the nation was about &minus;2 percent.</p>
                <p>There  was continued improvement in the capital and liquidity position of Minnesota  banks. Total risk-based capital increased by less than half a percentage point  to about 14.5 percent. Banks in Minnesota increased their use of stable funding. </p>
                <p></p>
                <p><a href="/pubs/news/2011/2011_mn_banking_cond_data.pdf">View data for Minnesota and the nation</a>. [pdf]</p>
              <p><a href="/pubs/news/2011/ninth_district_bank_operations_june_2011.pdf">View  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 second 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 Second 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>Loan Quality Improves, but Results Mixed for Profits and Growth at  Montana Banks</strong></h2>
  <p align="left"></p>
  <p>Asset quality improved at Montana  banks in the second quarter of 2011, while measures of earnings are mixed and  growth remains weak, according to a Federal Reserve Bank of Minneapolis report based  on June 30, 2011, data from the 70 banks in Montana.</p>
  <p> &quot;Banking  conditions in Montana showed mixed improvement in the second quarter of 2011,&quot;  said Ron Feldman, senior vice president for Supervision, Regulation and Credit  at the Federal Reserve Bank of Minneapolis. &quot;There was solid strengthening in  overall asset quality, but critical metrics like earnings and loan growth were  less uniformly positive. This quarter was better than last, and I expect  continued improvement, but the pace of improvement remains uncertain.&quot;</p>
  <p>Asset  quality measures showed marked improvement. Nonetheless, overall asset quality concerns  and problems with commercial real estate loans were worse in Montana than in  the country as a whole. The direction of earnings was less clear. Despite an  improvement in the median net interest margin, the return on average assets  fell from the previous quarter. </p>
  <p>Measures  of earnings&mdash;the return on average assets and net interest margin&mdash;remains around  the same level in Montana as in the nation. Finally, loan growth is weak. The  year-over-year change in the amount of outstanding loans for Montana banks was about  &minus;5 percent. The same figure for the nation was about &minus;2 percent.</p>
  <p>There  was improvement in the capital and liquidity position of Montana banks. Total risk-based  capital increased by less than half a percentage point to about 16 percent. Banks  in Montana increased their use of stable funding. </p>
  <p><a href="/pubs/news/2011/2011_mo_banking_cond_data.pdf">View data for Montana and the nation</a>. [pdf]</p>
  <p><a href="/pubs/news/2011/ninth_district_bank_operations_june_2011.pdf">View  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 second 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 Second 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 Continue to Outperform National Averages, but  Challenges Remain</strong></h2>
            	<p></p>
            	<p>Conditions are slowly improving at  North Dakota banks and are better than banking conditions nationwide, but  earnings and growth remain weak by historical standards, according to a Federal  Reserve Bank of Minneapolis report based on June 30, 2011, data. </p>
            	<p>&quot;Banking  conditions in North Dakota continued to improve in the second quarter of 2011,&quot;  said Ron Feldman, senior vice president for Supervision, Regulation and Credit  at the Federal Reserve Bank of Minneapolis. &quot;There was gradual improvement  across a variety of metrics, including critical areas like earnings and loan  growth, where key measures deteriorated in recent years. North Dakota banks  fared well compared with the rest of the nation when conditions weakened, and  they continue to do so as banking conditions recover.&quot;</p>
            	<p> Asset  quality improved overall despite a slight increase in past-due commercial real  estate loans at the median North Dakota bank. The performance of commercial  real estate lending and loans to finance construction and land development deteriorated  in North Dakota as in the rest of the country in recent years. However, overall  asset quality&mdash;as measured by bad loans compared to loss-absorbing resources&mdash;remains  much better in North Dakota (at 10 percent) than in the United States (at 15  percent). </p>
            	<p> Measures  of earnings&mdash;the return on average assets and net interest margin&mdash;increased  slightly for North Dakota banks, but remain below the state's historical  standards, even as they exceed national returns. The year-over-year change in  the amount of outstanding loans for North Dakota banks was just barely positive  at 0.04 percent. However, the same figure for the nation was about &minus;2 percent. </p>
            	<p>The  median total risk-based capital ratio at North Dakota banks fell just below  13.5 percent. Alternative measures of capital did improve in the most recent  quarter, but have fallen slightly in North Dakota over the past few years.  There was continued improvement in the liquidity position of North Dakota  banks. Banks in North Dakota increased their use of stable funding.</p>
            	<p><a href="/pubs/news/2011/2011_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_june_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 second 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 Second 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 Continue to Outperform National Averages, but Loan  Growth Remains Weak</strong></h2>
            	<p align="left"></p>
            	<p>Although banking conditions remain  generally weak by historical standards, South Dakota banks outperformed  national averages, according to a Federal Reserve Bank of Minneapolis report based  on June 30, 2011, data.</p>
            	<p>&quot;Banking conditions in South Dakota continued  to improve in the second quarter of 2011,&quot; said Ron Feldman, senior vice president  for Supervision, Regulation and Credit at the Federal Reserve Bank of  Minneapolis. &quot;There was an improvement in overall asset quality and earnings,  but loan growth remained negative. South Dakota banks stand out for better  asset quality and earnings relative to the rest of the nation.&quot;</p>
            	<p>Asset quality improved overall in  South Dakota, and the state's banks have mostly avoided the problems with loans  to finance commercial real estate and construction and land development that  have troubled many of the nation's banks. Median measures of problem loans were  just half as much in the state as in the nation as a whole. </p>
            	<p> Measures  of earnings&mdash;the return on average assets and net interest margin&mdash;increased  slightly for South Dakota banks compared with the previous quarter. While South  Dakota banks' roughly 1 percent median return on average assets was lower than  in years past, it compares favorably to the 0.74 percent national rate. The  year-over-year change in the amount of outstanding loans for South Dakota banks  was &minus;.75 percent. The same figure for the nation was about &minus;2 percent. </p>
            	<p> Liquidity  worsened a bit. Banks in South Dakota increased their use of stable funding,  but it remains better in the state than in the nation as a whole. There was  continued improvement in the capital position of South Dakota banks. Total risk-based  capital increased by about a quarter of a percentage point to over 16.5  percent. </p>
            	<p><a href="/pubs/news/2011/2011_sd_banking_cond_data.pdf">View data for South Dakota and the nation</a>. [pdf]</p>
            	<p><a href="/pubs/news/2011/ninth_district_bank_operations_june_2011.pdf">View  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 second 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 Second 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
Second Quarter 2011 Update</cb:simpleTitle>
        <cb:occurrenceDate>2011-08-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/news_events/rel/news_display.cfm?id=4716">
	
      <title>Statement by Narayana Kocherlakota on Dissenting Vote at August 9, 2011, Meeting of the Federal Open Market Committee</title>
      <link>http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4716</link>
	
      <dc:date>2011-08-12T08:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[
	<p><iframe title="YouTube video player" width="430" height="274" src="http://www.youtube.com/embed/BCoLvVxlarM?modestbranding=1&title=" frameborder="0" allowfullscreen=""></iframe></p>

<p>&nbsp;</p>
<p class="footnote"><img src="/about/images/kocherlakota_smaller.jpg" alt="Narayana Kocherlakota" class="image_right" /></p>
<p class="footnote"><em>Note<sup style="font-size: 9px;"><a href="#_ftn1" name="_ftnref1" title="" id="_ftnref1">1</a></sup></em></p>
<p>One of my jobs as president of the Federal Reserve Bank of  Minneapolis is to serve on the Federal Open Market Committee. At its last  meeting on August 9, the Committee took what I viewed as a significant policy  step. I dissented from its decision. I believe that transparency is an  essential part of effective policy formation, and so I&rsquo;m offering this brief  explanation of my decision. These views are not necessarily those of others on  the Federal Open Market Committee, including presidents Richard Fisher and  Charles Plosser.</p>
<p>Entering the meeting, the FOMC was following an  unprecedentedly accommodative monetary policy. There were three elements to  this policy. First, the Federal Reserve owned over $2.5 trillion of long-term  government and government-backed securities. The purchase of the final $600  billion of these assets was announced in November 2010 and completed by the end  of June 2011. Second, as it had since December 2008, the Committee was  maintaining the fed funds rate at between 0 and 25 basis points. Third, as it  had since March 2009, the Committee statement included the forward guidance that  it anticipated keeping the fed funds rate at this low level for &ldquo;an extended  period.&rdquo; The &ldquo;extended period&rdquo; is generally interpreted as being between three  and six months. </p>
<p>The Committee adopted this three-part policy stance in  November 2010. I agreed with this decision and supported it publicly at that  time and throughout this year.</p>
<p>In its August 9 meeting, the Committee changed this  &ldquo;extended period&rdquo; language to say instead that it &ldquo;currently anticipates  economic conditions &hellip; are likely to warrant extraordinarily low levels of the  federal funds rate through mid-2013.&rdquo; This statement is designed to let the  public know that the fed funds rate is likely to stay between 0 and 25 basis  points over the next two years, not just over the next three to six months. Hence,  the new language is intended to provide more monetary accommodation than  before. </p>
<p>I dissented from this change in language because the evolution  of macroeconomic data did not reflect a need to make monetary policy more  accommodative than in November 2010. In particular, personal consumption expenditure  (PCE) inflation rose notably in the first half of 2011, whether or not one  includes food and energy. At the same time, while unemployment does remain disturbingly  high, it has fallen since November.</p>
<p>I can summarize my reasoning as follows. I believe that in  November, the Committee judiciously chose a level of accommodation that was  well calibrated for the prevailing economic conditions. Since November,  inflation has risen and unemployment has fallen. I do not believe that  providing more accommodation&mdash;easing monetary policy&mdash;is the appropriate response  to these changes in the economy. </p>
<p>Going forward, my votes on monetary policy will continue to  be based on the evolution of the data on PCE inflation and its components, medium-term  PCE inflation expectations, and unemployment. </p>
<p><em>&mdash;Narayana Kocherlakota, President, Federal Reserve Bank of Minneapolis</em></p>
<div class="horizontal_rule">
  <hr/>
</div>

<div>
	<div id="ftn1">
		<p class="footnote"><a href="#_ftnref1" name="_ftn1" title="">1</a> I  thank Ron Feldman, David Fettig, Terry Fitzgerald, Jenni Schoppers, and Kei-Mu  Yi for their help in preparing these remarks.</p>

		
  </div>
</div>
<p align="center" class="footnote"></p>
]]></content:encoded>
	  
      <cb:news>
        <cb:simpleTitle>Statement by Narayana Kocherlakota on Dissenting Vote at August 9, 2011, Meeting of the Federal Open Market Committee</cb:simpleTitle>
        <cb:occurrenceDate>2011-08-12T08: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=4690">
	
      <title>Minneapolis Fed Forecasts Moderate Economic Growth</title>
      <link>http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4690</link>
	
      <dc:date>2011-06-27T11: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>The Federal Reserve Bank of Minneapolis&rsquo; midyear economic outlook calls for continued moderate economic growth in the Minnesota economy through 2012. Based on the Minneapolis Fed&rsquo;s statistical model, employment in Minnesota is expected to grow by a half percent in 2011 and accelerate through 2012, while the unemployment rate should drop to 6.2 percent in the fourth quarter of 2012. Gains in personal income are also expected.</p>
                <p>&ldquo;It looks like the Minnesota economy will continue to strengthen through 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 an inaugural midyear business outlook poll of 151 district businesses and the quarterly agricultural credit conditions survey of 139 district agricultural lenders.</p>
                <p>Overall, the Ninth District&rsquo;s economic recovery has performed better than the nation&rsquo;s. Employment levels have increased, the manufacturing sector is expanding and consumer spending has increased moderately. The Ninth District includes Minnesota, Montana, North and South Dakota, northwestern Wisconsin and the Upper Peninsula of Michigan.</p>
                <p>&ldquo;Businesses in the Ninth District appear to be bucking some of the gloomy economic sentiment seen across the country,&rdquo; Madden said. &ldquo;Businesses expect increased sales, hiring and profits. In addition to the survey results, our statistical model predicts increases in income and employment.&rdquo;</p>
                <p>In addition to increased employment, the forecast models and survey respondents expect growth in personal income and consumer spending. Overall, the pace of personal income growth is expected to increase in 2011 compared with 2010. In 2012, personal income growth rates will slow somewhat from 2011 levels. Businesses that responded to the midyear outlook poll expect consumer spending to increase over the next 12 months. However, survey respondents forecast only modest growth in wages.</p>
                <p>Farmers are somewhat upbeat with higher crop prices. However, a late, cool, wet spring is reducing expectations for a bumper harvest. Respondents to the quarterly agricultural credit conditions survey expect higher farm income and increases in capital investment. </p>
                <p>More details on the economic forecast for Minnesota and the Ninth District can be found in the July issue of the fedgazette, 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>Midyear 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>The Federal Reserve Bank of Minneapolis&rsquo; midyear economic  outlook calls for continued moderate economic growth in Montana through 2012.  Based on the Minneapolis Fed&rsquo;s statistical model, employment in Montana is  expected to grow by over 2 percent in both 2011 and 2012, while the  unemployment rate should drop to 7.0 percent in the fourth quarter of 2012.  Moderate gains in personal income are also expected.</p>
            	<p>&nbsp;&ldquo;The delayed slump in  the Montana economy should reverse by the end of 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 an inaugural midyear business outlook poll of 151  district businesses and the quarterly agricultural credit conditions survey of  139 district agricultural lenders. </p>
            	<p>Overall, the Ninth District&rsquo;s economic recovery has  performed better than the nation&rsquo;s. Employment levels have increased, the  manufacturing sector is expanding and consumer spending has increased  moderately. The Ninth District includes Minnesota, Montana, North and South  Dakota, northwestern Wisconsin and the Upper Peninsula of Michigan.</p>
            	<p>&nbsp;&ldquo;Businesses in the  Ninth District appear to be bucking some of the gloomy economic sentiment seen  across the country,&rdquo; Madden said. &ldquo;Businesses expect increased sales, hiring  and profits. In addition to the survey results, our statistical model predicts  increases in income and employment.&rdquo;</p>
            	<p>In addition to increased employment, the forecast models and  survey respondents expect growth in personal income and consumer spending.  Overall, the pace of personal income growth is expected to increase in 2011  compared with 2010. In 2012, personal income growth rates will slow somewhat  from 2011 levels. Businesses that responded to the midyear outlook poll expect  consumer spending to increase over the next 12 months. However, survey  respondents forecast only modest growth in wages.</p>
            	<p>Farmers are somewhat upbeat with higher crop prices.  However, a late, cool, wet spring is reducing expectations for a bumper  harvest. Respondents to the quarterly agricultural credit conditions survey  expect higher farm income and increases in capital investment. </p>
       	      <p>More details on the economic forecast for Montana  and the Ninth District can be found in the July 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>Midyear 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>The Federal Reserve Bank of Minneapolis&rsquo; midyear economic  outlook calls for continued solid economic growth in North Dakota through 2012.  Based on the Minneapolis Fed&rsquo;s statistical model, rapid employment growth is  expected in North Dakota, coming in at over 4 percent in both 2011 and 2012,  while the unemployment rate should remain level through 2012. </p>
            	<p>&nbsp;&ldquo;North Dakota&rsquo;s  booming economy is expected to continue through 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 an inaugural midyear business outlook poll of  151 district businesses and the quarterly agricultural credit conditions survey  of 139 district agricultural lenders. </p>
            	<p>Overall, the Ninth District&rsquo;s economic recovery has  performed better than the nation&rsquo;s. Employment levels have increased, the  manufacturing sector is expanding and consumer spending has increased  moderately. The Ninth District includes Minnesota, Montana, North and South  Dakota, northwestern Wisconsin and the Upper Peninsula of Michigan.</p>
            	<p>&nbsp;&ldquo;Businesses in the  Ninth District appear to be bucking some of the gloomy economic sentiment seen  across the country,&rdquo; Madden said. &ldquo;Businesses expect increased sales, hiring  and profits. In addition to the survey results, our statistical model predicts  increases in income and employment.&rdquo;</p>
            	<p>In addition to increased employment, the forecast models and  survey respondents expect growth in personal income and consumer spending.  Overall, the pace of personal income growth is expected to increase in 2011  compared with 2010. In 2012, personal income growth rates will slow somewhat  from 2011 levels. Businesses that responded to the midyear outlook poll expect  consumer spending to increase over the next 12 months. However, survey  respondents forecast only modest growth in wages.</p>
            	<p>Farmers are somewhat upbeat with higher crop prices.  However, a late, cool, wet spring is reducing expectations for a bumper  harvest. Respondents to the quarterly agricultural credit conditions survey  expect higher farm income and increases in capital investment. <br />
            	  More details on the economic  forecast for North Dakota and the Ninth District can be found in the July 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>Midyear 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>The Federal Reserve Bank of Minneapolis&rsquo; midyear economic  outlook calls for continued modest economic growth in South Dakota through 2012.  Based on the Minneapolis Fed&rsquo;s statistical model, employment in South Dakota is  expected to grow slowly in both 2011 and 2012, while the unemployment rate  should drop to 4.4 percent in the fourth quarter of 2012. Average gains in  personal income are also expected.</p>
            	<p>&nbsp;&ldquo;South Dakota is a  little sluggish coming out of the recession,&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 an inaugural midyear business outlook poll of  151 district businesses and the quarterly agricultural credit conditions survey  of 139 district agricultural lenders. </p>
            	<p>Overall, the Ninth District&rsquo;s economic recovery has  performed better than the nation&rsquo;s. Employment levels have increased, the  manufacturing sector is expanding and consumer spending has increased  moderately. The Ninth District includes Minnesota, Montana, North and South  Dakota, northwestern Wisconsin and the Upper Peninsula of Michigan.</p>
            	<p>&nbsp;&ldquo;Businesses in the  Ninth District appear to be bucking some of the gloomy economic sentiment seen  across the country,&rdquo; Madden said. &ldquo;Businesses expect increased sales, hiring  and profits. In addition to the survey results, our statistical model predicts  increases in income and employment.&rdquo;</p>
            	<p>In addition to increased employment, the forecast models and  survey respondents expect growth in personal income and consumer spending.  Overall, the pace of personal income growth is expected to increase in 2011  compared with 2010. In 2012, personal income growth rates will slow somewhat  from 2011 levels. Businesses that responded to the midyear outlook poll expect  consumer spending to increase over the next 12 months. However, survey  respondents forecast only modest growth in wages.</p>
            	<p>Farmers are somewhat upbeat with higher crop prices.  However, a late, cool, wet spring is reducing expectations for a bumper  harvest. Respondents to the quarterly agricultural credit conditions survey  expect higher farm income and increases in capital investment. <br />
            	  More details on the economic  forecast for South Dakota and the Ninth District can be found in the July 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>Midyear 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>The Federal Reserve Bank of Minneapolis&rsquo; midyear economic  outlook calls for continued moderate economic growth for Michigan&rsquo;s Upper  Peninsula through 2012. Based on the Minneapolis Fed&rsquo;s statistical model, above  average employment growth is expected in the U.P. in both 2011 and 2012, while  the unemployment rate should drop to 8.7 percent in the fourth quarter of 2012. </p>
            	<p>&ldquo;The above-average employment growth rates should start to  chip away at the stubbornly high unemployment rates in the U.P.,&rdquo; said Toby  Madden, regional economist at the Minneapolis Fed.</p>
            	<p>In addition to the forecasting model, the Upper Peninsula  outlook includes information from an inaugural midyear business outlook poll of  151 district businesses and the quarterly agricultural credit conditions survey  of 139 district agricultural lenders. </p>
            	<p>Overall, the Ninth District&rsquo;s economic recovery has  performed better than the nation&rsquo;s. Employment levels have increased, the  manufacturing sector is expanding and consumer spending has increased  moderately. The Ninth District includes Minnesota, Montana, North and South  Dakota, northwestern Wisconsin and the Upper Peninsula of Michigan.</p>
            	<p>&nbsp;&ldquo;Businesses in the  Ninth District appear to be bucking some of the gloomy economic sentiment seen  across the country,&rdquo; Madden said. &ldquo;Businesses expect increased sales, hiring  and profits. In addition to the survey results, our statistical model predicts  increases in income and employment.&rdquo;</p>
            	<p>In addition to increased employment, the forecast models and  survey respondents expect growth in personal income and consumer spending.  Overall, the pace of personal income growth is expected to increase in 2011  compared with 2010. In 2012, personal income growth rates will slow somewhat  from 2011 levels. Businesses that responded to the midyear outlook poll expect  consumer spending to increase over the next 12 months. However, survey  respondents forecast only modest growth in wages.</p>
            	<p>Farmers are somewhat upbeat with higher crop prices.  However, a late, cool, wet spring is reducing expectations for a bumper  harvest. Respondents to the quarterly agricultural credit conditions survey  expect higher farm income and increases in capital investment. <br />
            	  More details on the economic  forecast for the Upper Peninsula and the Ninth District can be found in the  July 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>Midyear 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>The Federal Reserve Bank of Minneapolis&rsquo; midyear economic  outlook calls for continued moderate economic growth for the state of Wisconsin  through 2012. Based on the Minneapolis Fed&rsquo;s statistical model, employment in  Wisconsin is expected at above average rates in both 2011 and 2012, while the  unemployment rate should drop to 7.3 percent in the fourth quarter of 2012.  Average gains in personal income are also expected.</p>
            	<p>&nbsp;&ldquo;The above-average  employment growth rates should start to chip away at the stubbornly high  unemployment rates in Wisconsin,&rdquo; said Toby Madden, regional economist at the  Minneapolis Fed.</p>
            	<p>In addition to the forecasting model, the Wisconsin outlook  includes information from an inaugural midyear business outlook poll of 151  district businesses and the quarterly agricultural credit conditions survey of  139 district agricultural lenders. </p>
            	<p>Overall, the Ninth District&rsquo;s economic recovery has  performed better than the nation&rsquo;s. Employment levels have increased, the  manufacturing sector is expanding and consumer spending has increased moderately.  The Ninth District includes Minnesota, Montana, North and South Dakota,  northwestern Wisconsin and the Upper Peninsula of Michigan.</p>
            	<p>&nbsp;&ldquo;Businesses in the  Ninth District appear to be bucking some of the gloomy economic sentiment seen  across the country,&rdquo; Madden said. &ldquo;Businesses expect increased sales, hiring  and profits. In addition to the survey results, our statistical model predicts  increases in income and employment.&rdquo;</p>
            	<p>In addition to increased employment, the forecast models and  survey respondents expect growth in personal income and consumer spending.  Overall, the pace of personal income growth is expected to increase in 2011  compared with 2010. In 2012, personal income growth rates will slow somewhat  from 2011 levels. Businesses that responded to the midyear outlook poll expect  consumer spending to increase over the next 12 months. However, survey  respondents forecast only modest growth in wages.</p>
   	<p>Farmers are somewhat upbeat with higher crop prices.  However, a late, cool, wet spring is reducing expectations for a bumper  harvest. Respondents to the quarterly agricultural credit conditions survey  expect higher farm income and increases in capital investment. <br />
    More details on the economic  forecast for Wisconsin and the Ninth District can be found in the July 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>Midyear 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 Forecasts Moderate Economic Growth</cb:simpleTitle>
        <cb:occurrenceDate>2011-06-27T11: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=4664">
	
      <title>Federal Reserve Bank of Minneapolis Names Dorothy Bridges as Head of Community Development and Outreach</title>
      <link>http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4664</link>
	
      <dc:date>2011-06-01T10:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[The Federal Reserve Bank of Minneapolis has  named Dorothy Bridges its senior vice president responsible for community  development and outreach, effective July 29, 2011. Bridges, most recently  president and CEO of City First Bank in Washington, D.C., served in the same  role at Franklin National Bank in Minneapolis from 1999 to 2008. </p>
<p>&ldquo;We are very fortunate to have someone with  Dorothy&rsquo;s background and interests to lead our community development and  outreach efforts,&rdquo; said Narayana Kocherlakota, president of the Federal Reserve  Bank of Minneapolis. &ldquo;She is well known in the Twin Cities as a successful  community leader with a strong track record of building alliances at the local  level. This experience fits nicely with our role at the bank, which is to facilitate  interaction and provide analytical support on issues ranging from the inner  city to rural areas and to American Indian reservations. With Dorothy&rsquo;s  leadership, we look to enhance those efforts.&rdquo;</p>
<p>Bridges has over 30 years of banking  experience, much of it centered on local lending and development markets. Prior  to joining Franklin National Bank, Bridges was a senior consultant for  Barefoot, Marrinan &amp; Associates, a bank regulatory compliance firm, where  she focused on issues related to the Community Reinvestment Act and the Fair  Lending Act. In 1995, Bridges joined the Community Reinvestment Fund, a private  nonprofit corporation that securitizes economic development loans for secondary  market investments.</p>
<p>While serving as president and CEO of  Franklin National Bank in Minneapolis, she received the Women of Achievement  Award from the TwinWest Chamber of Commerce in 2000 and was recognized as one  of the most influential women in business and finance by local business  publications. </p>
<p>Bridges, who began her banking career in  1979, has served on the board of directors of the Federal Reserve Bank of  Minneapolis and as a member of the Federal Reserve System&rsquo;s Consumer Advisory  Council. She has also served on community banking councils for the American  Bankers Association and the Federal Deposit Insurance Corporation. She is  currently chair of the board of directors of the Northwest Area Foundation. </p>
<p><a href="/pubs/news/2011/bridges.jpg">Download a photograph of Dorothy Bridges</a>. [JPG, 90k]</p>]]></content:encoded>
	  
      <cb:news>
        <cb:simpleTitle>Federal Reserve Bank of Minneapolis Names Dorothy Bridges as Head of Community Development and Outreach</cb:simpleTitle>
        <cb:occurrenceDate>2011-06-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=4611">
	
      <title>Minneapolis Fed Establishes Office of Minority and Women Inclusion</title>
      <link>http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4611</link>
	
      <dc:date>2011-01-18T08:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[The Federal Reserve Bank of Minneapolis has announced the establishment of the Office of Minority and Women Inclusion (OMWI). Duane A. Carter, Senior Vice President, has been named director of the new office, and Nicole Bennett has been named assistant vice president and deputy director.</p>
<p>The Bank&#8217;s OMWI office, which will build on the Bank&#8217;s existing efforts to promote equal employment opportunity and diversity, was formed in response to the Dodd-Frank Wall Street Reform and Consumer Protection Act (2010), which required that diversity and inclusion offices be established at certain federal agencies, including the Federal Reserve Board, and at the 12 Federal Reserve Banks. </p>
<p>&#8220;The Federal Reserve Bank of Minneapolis is firmly committed to business practices that promote opportunity and diversity in our workforce and also in procurement, where we have a history of reaching out to minority-owned and women-owned businesses,” said Narayana Kocherlakota, president of the Federal Reserve Bank of Minneapolis. &#8220;We welcome this opportunity to strengthen our efforts in matters relating to diversity.&#8220;</p>
<p>Duane began his career at the Minneapolis Fed in 1990 as an account manager. He was promoted to assistant vice president in 1998 and to vice president in 2001.  In 2005, he became senior vice president. He has served as the Bank&#8217;s Equal Employment Opportunity Officer since 2002. Carter holds a bachelor's degree in agriculture business from the University of Minnesota and an M.B.A. from the University of St. Thomas.</p>
<p>Bennett is returning to the Minneapolis Fed after a brief time at the Federal Reserve Bank of Atlanta. She was previously manager of community affairs and managing officer for treasury services in Minneapolis. She holds a bachelor&#8217;s degree in economics and political science from the University of Iowa and a master&#8217;s degree in planning with a concentration in community and economic development from the Hubert H. Humphrey Institute at the University of Minnesota.</p>]]></content:encoded>
	  
      <cb:news>
        <cb:simpleTitle>Minneapolis Fed Establishes Office of Minority and Women Inclusion</cb:simpleTitle>
        <cb:occurrenceDate>2011-01-18T08: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=4580">
	
      <title>Minneapolis Fed Forecasts Economic Improvement in the Ninth District for 2011</title>
      <link>http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4580</link>
	
      <dc:date>2010-12-16T08:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[The Federal Reserve Bank of Minneapolis is expecting the mild  economic recovery in the Ninth District economy to warm up in 2011. Since the  end of the recession in June 2009, economic conditions have slowly improved.  Employment levels have recently crept higher, the manufacturing sector is  expanding and consumer spending has increased moderately. The Ninth District  includes Minnesota, Montana, North and South Dakota, northwestern Wisconsin and  the Upper Peninsula of Michigan</p>
<p>The outlook includes information from the Minneapolis Fed&rsquo;s statistical  forecasting models, results from the <em>fedgazette</em>&rsquo;s  annual business conditions outlook poll of 408 district  business leaders, a survey of 478 district  manufacturers conducted by the Minneapolis Fed and the Minnesota Department of  Employment and Economic Development, and a poll of 730 chamber of commerce  members. </p>
<p>&ldquo;Optimism is back,&rdquo; said Toby  Madden, regional economist at the Minneapolis Fed. &ldquo;After two years of overall  pessimism, businesses expect increased sales, employment and profits. In  addition to the survey results, our statistical model predicts increases in  income and employment.&rdquo;</p>
<p>Employment grew in most areas of  the district in 2010, following relatively sharp decreases in 2009. Nonfarm employment  growth is expected to pick up across the district in 2011. Growth rates are  expected to exceed 2010 rates in all areas except Minnesota, where the pace of  employment growth will remain the same. In addition, employment will meet or  exceed historical averages in all areas except South Dakota, where the growth  rate will fall below the historical average. Unemployment rates in 2011 are expected  to remain about the same as in 2010.</p>
<p>In addition to employment, growth  is expected in personal income and consumer spending. Forecasting models  predict faster personal income growth in Minnesota, South Dakota and Wisconsin.  Business leaders in several states expect consumer spending to increase in  2011. However, survey respondents forecast only slight growth in wages.</p>
<p>The agriculture outlook is upbeat,  with ample soil moisture and expected higher prices for outputs. This is coming  off a very strong 2010 agriculture year. Respondents to the quarterly  agricultural credit conditions survey expect higher farm income and capital  investment. </p>
<p>The manufacturing sector is poised  for additional growth in 2011, according to the annual survey of manufacturers.  Sales revenue, orders, employment and capital investment all increased in 2010  from 2009 levels. The respondents expect even faster growth in all of these  areas next year.</p>
<p>Meanwhile, district housing units  authorized are expected to remain low. Following several years of decline,  housing unit authorizations grew in most district states in 2010. The  statistical model forecasts that 2011 housing units authorized will be down in  Minnesota, North Dakota and Wisconsin and increase in Montana and South Dakota.  However, business leaders expect declines in home building across the district.</p>
<p>More details on the economic forecast for the Ninth District can be found in the January issue of the <em>fedgazette</em>, the Federal Reserve Bank of Minneapolis&rsquo; quarterly newspaper, as well as on the following page: <a href="/research/data/district/forecast/">Ninth District Economic Forecasts</a>.</p>
<div class="horizontal_rule"></div>
<p><strong>Media Briefing Presentation</strong>&mdash;<a href="/research/data/district/forecast/dec2010/2011outlook.cfm">Video presentation</a> and <a href="/research/data/district/forecast/dec2010/2011outlook.pdf">PDF</a></p>
<div class="horizontal_rule"></div>
<p class="footnote">
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'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 align="center" class="footnote"></p>]]></content:encoded>
	  
      <cb:news>
        <cb:simpleTitle>Minneapolis Fed Forecasts Economic Improvement in the Ninth District for 2011</cb:simpleTitle>
        <cb:occurrenceDate>2010-12-16T08: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:person type="contact">
          <cb:givenName>Toby</cb:givenName>
          <cb:surname>Madden</cb:surname>
          <cb:nameAsWritten>Toby Madden</cb:nameAsWritten>
        </cb:person>
      </cb:news>
	  </item>
    
    <item rdf:about="http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4440">
	
      <title>Federal Reserve Bank of Minneapolis Names New Research Director</title>
      <link>http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4440</link>
	
      <dc:date>2010-02-02T08:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[The Federal Reserve Bank of Minneapolis has named Dr. Kei-Mu Yi its director of research to replace Dr. Arthur J. Rolnick, who will retire July 31, 2010. Yi, currently vice president and head of Monetary and Macroeconomic Research at the Federal Reserve Bank of Philadelphia, will become senior vice president and director of research for the Federal Reserve Bank of Minneapolis on Aug. 16, 2010.</p>
<p>Yi joined the Federal Reserve Bank of Philadelphia in 2004, following seven years of service at the Federal Reserve Bank of New York, where he was a research officer in the Bank&rsquo;s International Research unit. Prior to joining the Federal Reserve Bank of New York, he was an assistant professor of economics at Rice University. Over the years, Yi has also taught at the Wharton School of the University of Pennsylvania, as well as at Columbia University, New York University, the University of Virginia and the University of Iowa. Yi is the author of numerous journal articles on issues relating to international trade, and economic growth and development. He received a Ph.D. in economics from the University of Chicago.</p>
<p>&ldquo;We are very lucky to have an economist of Kei-Mu&rsquo;s stature and experience to lead our research efforts,&rdquo; said Narayana Kocherlakota, president of the Federal Reserve Bank of Minneapolis. &ldquo;His academic credentials, coupled with his prior leadership at the Federal Reserve Bank of Philadelphia, make him an excellent candidate to direct the research efforts at our Bank.&rdquo;</p>
<p>Kocherlakota also recognized Rolnick for his 40 years of service at the Federal Reserve Bank of Minneapolis, 25 of those as director of research. &ldquo;Art&rsquo;s legacy here at the Bank is founded on his commitment to the highest caliber research, both from the department he led and from his own work. You don&rsquo;t replace someone like Art; rather, you build on the foundation he has established over his years of dedicated service.&rdquo; Upon retirement, Rolnick will become co-director of the <a href="http://www.humancapitalrc.org">Human Capital Research Collaborative</a> at the Humphrey Institute, University of Minnesota. </p>
<p><a href="/news_events/rel/2010/yi.jpg">Download a photograph of Dr. Yi.</a> [JPG, 29k]]]></content:encoded>
	  
      <cb:news>
        <cb:simpleTitle>Federal Reserve Bank of Minneapolis Names New Research Director</cb:simpleTitle>
        <cb:occurrenceDate>2010-02-02T08: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=4441">
	
      <title>Minneapolis Fed Forecasts Slow Recovery in the Ninth District for 2010</title>
      <link>http://www.minneapolisfed.org/news_events/rel/news_display.cfm?id=4441</link>
	
      <dc:date>2009-12-21T08:00:00-06:00</dc:date>
	    
		<content:encoded><![CDATA[


The Federal Reserve Bank of Minneapolis is expecting the Ninth District economy to gradually mend in 2010. However, not all areas of the economy are anticipated to pull through with similar strength, and downside risks continue to linger. The Ninth District includes Minnesota, Montana, North and South Dakota, northwestern Wisconsin and the Upper Peninsula of Michigan</p>
<p>An optimistic outlook for agriculture and a modest improvement in consumer spending are expected to aid the recovery. On the other hand, slow residential and nonresidential construction and weak labor markets will continue to drag on the economy.</p>
<p>The annual forecast includes information from the Minneapolis Fed&rsquo;s statistical forecasting models, results from the <em>fedgazette</em>&rsquo;s annual business conditions outlook poll of 376 district business leaders, a survey of 532 district manufacturers conducted by the Minneapolis Fed and the Minnesota Department of Employment and Economic Development, and a poll of 544 chamber of commerce members. </p>
<p>&ldquo;It appears the national and Ninth District economies have emerged from the recession and a slow recovery is under way,&rdquo; said Toby Madden, regional economist at the Minneapolis Fed. Manufacturing activity began picking up in the district during the second half of 2009, after declining for 12 consecutive months. New orders and production are expected to grow in 2010, but employment and capital investment will remain flat.</p>
<p>Consumer spending has showed some signs of recovery, growing by 2.9 percent in the third quarter, helping to boost overall growth. And monthly retail sales also posted increases in October and November. Meanwhile, personal savings as a percentage of disposable personal income was 4.5 percent in the third quarter, the fourth quarter in a row in which the savings rate exceeded 3 percent. &ldquo;While higher savings results in less consumption in the current quarter,&rdquo; Madden said, &ldquo;it does suggest that households are strengthening their financial position to support more consistent economic growth in the longer run.&rdquo;</p>
<p>Meanwhile, district housing units authorized through October were down 26 percent compared with a year earlier. With the exception of Montana, continued declines in housing units authorized are expected in 2010. </p>
<p>Commercial building also decreased during 2009, as vacancy rates increased and announcements of new development projects came to a near halt. Slow commercial building activity is expected next year. &ldquo;As firms downsized their workforces during the recession, demand for office, manufacturing and retail space decreased as well,&rdquo; Madden said. </p>
<p>Unemployment rates increased across the district in 2009. The Minneapolis Fed&rsquo;s forecasting model predicts employment increases during 2010 in Montana and the Dakotas, but recovery in the district&rsquo;s eastern states may stall on job increases until 2011. </p>
<p>More details on the economic forecast for the Ninth District can be found in the January issue of the <em>fedgazette</em>, the Federal Reserve Bank of Minneapolis&rsquo; quarterly newspaper, as well as on the following page: <a href="/research/data/district/forecast/">Ninth District Economic Forecasts</a>.</p>
<div class="horizontal_rule"></div>
<p><strong>Media Briefing Presentation</strong>&mdash;<a href="/research/data/district/forecast/presentation09/2010outlook.cfm">Presentation</a> with audio and <a href="/research/data/district/forecast/2010outlook.pdf">PDF</a></p>
<div class="horizontal_rule"></div>
<p class="footnote">
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'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 align="center" class="footnote"></p>]]></content:encoded>
	  
      <cb:news>
        <cb:simpleTitle>Minneapolis Fed Forecasts Slow Recovery in the Ninth District for 2010</cb:simpleTitle>
        <cb:occurrenceDate>2009-12-21T08: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:person type="contact">
          <cb:givenName>Toby</cb:givenName>
          <cb:surname>Madden</cb:surname>
          <cb:nameAsWritten>Toby Madden</cb:nameAsWritten>
        </cb:person>
      </cb:news>
	  </item>
    
</rdf:RDF>
