Skip to Main Content
ICBA
ICBA
  • Member Login
  • Member Login

ICBA Newsroom

The ICBA Newsroom collects and centralizes all the NewsWatch Today articles, press releases, Main Street Matters blogs, advocacy letters and other news that impacts community bankers.

Subscribe to Our Newsletter Example Text Press Resources Example Text

Commercial Bank of Mott Helps Fund a Home Base for the Community

The Commercial Bank of Mott set out to plan, fund and build a community center that will serve as a new hub for all locals to enjoy.
January 01, 2025 | Independent Banker  

How Can Community Banks Ride the Digital Wallet Wave?

Looking to drive card usage and ensure continued deposit recapture? As the use of digital wallets continues to accelerate, here’s how you can participate and benefit from this trend.
January 01, 2025 | Independent Banker   Payments 

Powering Potential: ICBA Certification Q&A with Arlene Cooper

Arlene Cooper, internal audit officer at CNB Bank in Carlsbad, N.M., is a certified community bank internal auditor (CCBIA) and certified community bank compliance officer (CCBCO). She shares insights on compliance challenges and her approach to upholding ethical standards at CNB Bank.
January 01, 2025 | Independent Banker  

Lindsay LaNore: 8 Healthy Habits for Conflict Resolution

January 01, 2025 | Independent Banker  

Strategies for Consumer-Centric Banking: an Exclusive Bud Webinar

SPONSORED | Bud Financial has joined community bankers for an Independent Banker webinar where we’ve explored the actions they would take to drive success, revenue and customer engagement.
January 01, 2025 | Independent Banker   Growing the Community 
An error occurred while processing the template.
For "#list" list source: Expected a sequence or collection, but this has evaluated to a string (wrapper: f.t.SimpleScalar):
==> categories  [in template "49724393377863#35335#1503836" at line 43, column 56]

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #list categories as category  [in template "49724393377863#35335#1503836" at line 43, column 49]
----
1<#-- 
2Add elements from the sidebar to define your template. Type "${" to use the 
3autocomplete feature. 
4--> 
5 
6<div class="mb-3 pb-3">           
7<div class="card white-bg-card is-horizontal-on-desktop is-horizontal-on-mobile is-stacked-on-mobile" data-sameheight="" style="min-height: 0px;"> 
8	<div class="card-img height-150-width-auto-16x9" data-sameheight="" style="min-height: 0px;"> 
9	  <#if (image.getData())?? && image.getData() != ""> 
10	    <img alt="${image.getAttribute("alt")}" data-fileentryid="${image.getAttribute("fileEntryId")}" src="${image.getData()}" onerror="this.onerror=null;this.src=&quot;/documents/d/guest/img-listdefault&quot;;"/ aria-hidden="true"> 
11    <#else> 
12		  <img src="/documents/d/guest/img-listdefault" alt="default-image" aria-hidden="true"> 
13		</#if> 
14	</div> 
15 
16	<div class="card-body"> 
17		      
18		<h3 class="card-title" data-truncate="2" data-sameheight="" style="min-height: 0px;"> 
19		  <a href="${friendlyURL?replace('/web/asset-library-45247','')}"> 
20	      ${title.getData()} 
21      </a> 
22	  </h3> 
23		      
24		<div class="card-para" data-truncate="3" data-sameheight="" style="min-height: 0px;"> 
25		  <#if (summary.getData())??> 
26	      ${summary.getData()} 
27      </#if> 
28		</div> 
29		   
30		<#-- 
31Add elements from the sidebar to define your template. Type "${" to use the 
32autocomplete feature. 
33--> 
34				<#assign externalRefCode = .vars["reserved-article-external-reference-code"].data> 
35				<#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId"> 
36				<#assign taxonomyCategoryBriefs = restClient.get(url)> 
37				<#assign contentType = "" /> 
38				<#assign articleType = "" /> 
39				<#assign topics = "" /> 
40			 
41				<#if taxonomyCategoryBriefs??> 
42					<#list taxonomyCategoryBriefs as key, categories> 
43						<#list categories as category> 
44							<#if category.taxonomyCategoryName??> 
45								<#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") /> 
46								<!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} --> 
47								<#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name = 'Content Type'> 
48									<#assign contentType = category.taxonomyCategoryName /> 
49								</#if> 
50								<#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name = 'Article Type'> 
51									<#assign articleType = category.taxonomyCategoryName /> 
52								</#if> 
53								<#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name = 'Topic'> 
54									<#assign pillText = category.taxonomyCategoryName /> 
55									<#if pillText?matches(".*\\(.*\\).*")> 
56										<#-- Extract only the text inside the last set of parentheses --> 
57										<#assign pillText = pillText?replace(".*\\((.*?)\\).*", "$1", "r") /> 
58									</#if> 
59									<#assign topics += '<span class="body-13 tag-pill">' + pillText + '</span>&nbsp;' /> 
60								</#if> 
61							</#if> 
62						</#list> 
63					</#list> 
64					 
65 
66				<#assign publicationDate_Data = getterUtil.getString(publicationDate.getData())> 
67				<#if validator.isNotNull(publicationDate_Data)> 
68				<#assign publicationDate_DateObj = dateUtil.parseDate("yyyy-MM-dd", publicationDate_Data, locale)> 
69				${dateUtil.getDate(publicationDate_DateObj, "MMMM dd, yyyy", locale)} |  
70				</#if> 
71				</#if> 
72				 
73				<strong>${articleType}</strong> 
74				&nbsp; 
75				<#if topics != ""> 
76				<span class="mt-2 d-inline-block">${topics}</span> 
77				</#if> 
78		    
79	</div> 
80</div> 
81</div> 

ICBA Applauds Congressional Passage of Funding Bill with Farm Bill, Farm Aid

Independent Community Bankers of America (ICBA) President and CEO Rebeca Romero Rainey issued the following statement applauding the inclusion of a farm bill extension and a $10 billion farm aid package in the year-end continuing resolution.
December 21, 2024 | Press Release   Agriculture Farm Bill 

TCM Bank Appoints C.J. Littrell as President, Jacob Eisen to Continue as TCM Bank CEO

ICBA Payments, the payments-services subsidiary of the Independent Community Bankers of America (ICBA), today announced that C.J. Littrell has been appointed president of its credit card bank, TCM Bank, N.A. Littrell will retain his role as chief operating officer (COO), working closely with Jacob Eisen, who continues as TCM Bank’s permanent CEO. As president and COO, Littrell will oversee the bank’s strategic initiatives, drive operational efficiency, and work alongside Eisen and members of the TCM Bank board of directors to continue strengthening TCM Bank’s partnerships with community banks nationwide.
December 20, 2024 | Press Release  

ICBA encourages grassroots calls on farm aid package

ICBA is urging community bankers to call their members of Congress to urge inclusion of an emergency farm aid package in a final funding bill when Congress approves a continuing resolution, or CR.
December 20, 2024 | ICBA NewsWatch Today   Farm Bill 

’80s-themed ICBA PAC auction set for ICBA LIVE

ICBA PAC is hosting its 36th Annual Auction Fundraiser on Wednesday, March 12, during ICBA LIVE in Nashville. Tickets for the ’80s-themed event go on sale Friday, Jan. 3.
December 20, 2024 | ICBA NewsWatch Today  

Agencies adjust CRA asset thresholds

Federal regulators announced the 2025 updated asset-size thresholds used to define "small banks" and "intermediate small banks" under their current Community Reinvestment Act regulations.
December 20, 2024 | ICBA NewsWatch Today   Compliance CRA 

ICBA urging congressional outreach on spending package’s farm provisions

ICBA is calling on community bankers to contact their members of Congress and urge support for including a farm bill extension and farm aid package in a pending end-of-year funding bill.
December 19, 2024 | ICBA NewsWatch Today   Farm Bill 

Fed cuts rates by 25 basis points

The Federal Open Market Committee voted to cut target interest rates by 25 basis points due to an easing labor market and inflation moving toward its 2% goal.
December 19, 2024 | ICBA NewsWatch Today   Federal Reserve 

CFPB targets credit card reward programs

The Consumer Financial Protection Bureau issued a circular warning that some credit card companies operating rewards programs may be breaking the law.
December 19, 2024 | ICBA NewsWatch Today   CFPB 

ICBA applauds farm aid package, farm bill extension

ICBA applauded the initial inclusion of a farm bill extension and a $10 billion farm aid package in the year-end continuing resolution before Congress.
December 18, 2024 | ICBA NewsWatch Today   Farm Bill 

ICBA-advocated trigger leads bill passes Senate

ICBA-advocated legislation that would protect the financial privacy of mortgage applicants passed the Senate by unanimous consent.
December 18, 2024 | ICBA NewsWatch Today   Congressional Matters 

Romero Rainey: Credit unions should pay taxes—period

Credit unions should pay taxes, as The Wall Street Journal rightly pointed out in a recent editorial, ICBA President and CEO Rebeca Romero Rainey said in a LinkedIn post.
December 18, 2024 | ICBA NewsWatch Today   Credit Unions 

ICBA urges Congress to pass emergency farm aid

ICBA called on Congress to pass a farm bill extension and a farm aid package in addition to assisting citizens recovering from weather-related disasters.
December 17, 2024 | ICBA NewsWatch Today   Congressional Matters 

ICBA Applauds CR Farm Aid Package, Farm Bill Extension

Independent Community Bankers of America (ICBA) President and CEO Rebeca Romero Rainey today issued the following statement applauding the initial inclusion of a farm bill extension and a $10 billion farm aid package in the year-end continuing resolution.
December 17, 2024 | Press Release   Congressional Matters Agriculture Farm Bill 

OCC: Commercial credit risk stabilizing

The OCC reported that the federal banking system remains sound but said it expects banks to remain diligent and adhere to prudent risk management practices across all risk areas.
December 17, 2024 | ICBA NewsWatch Today   OCC 

Independent Banker

Independent Banker is the award-winning monthly member publication of ICBA. Continually rated the best news source by community bankers, IB provides timely, relevant information and insights to help community banks continue to flourish.

Marketing Resource Center

Visit this page regularly for new customizable press releases, opeds, tutorials, sharable videos, tip sheets, and sample social media posts which are available exclusively for ICBA members.

Access the toolkit Example Text

ICBA NewsWatch Today

ICBA offers numerous specialty newsletters related to the community banking industry. Sign up for ICBA's daily email news bulletin for current and breaking industry news

Read Articles Example Text

Subscribe to Independent Banker Magazine

Independent Banker® is the monthly publication of the Independent Community Bankers of America, recognized as the number one source ICBA members rely on for community banking news.

Subscribe Now Example Text

Manage Your Email Notifications and Subscriptions

Sign up to receive or manage your email messages from ICBA. Questions? Contact ICBA.

Subscribe Now Example Text

Subscribe to Independent Banker Magazine