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, blog posts, advocacy letters and other news that impacts community bankers.

Subscribe to Our Newsletter Example Text Press Resources Example Text

WesBanco Offers a Key Lending Alternative for Times of Need

WesBanco prioritizes accessibility and practicality with FlexCash, a solution that offers affordable support for customers facing emergency expenses.
June 01, 2025 | Independent Banker  

Community Banks Propel Multi-Family Home Growth

During a housing shortage, community banks are using their agility, relationships and market insight to support apartment developments when larger lenders fall short.
June 01, 2025 | Independent Banker   Lending 

Anjelica Dortch: Executive Orders Chart New Policies for Community Bankers

Our industry faces certain changes following President Trump’s recent executive orders. Here’s what you need to know.
June 01, 2025 | Independent Banker   Advocacy 

Powering Potential: How ICBA is Helping ICBC Cultivate Tomorrow's Leaders

The Independent Community Bankers of Colorado’s leadership initiatives empower professionals to lead with purpose, capped by the ICBA LEAD FWD Summit.
June 01, 2025 | Independent Banker  

Make Every Season Count With Year-Round Marketing Strategies

Fall is back-to-school season, winter welcomes a range of holidays, spring brings Financial Literacy Month, and summer spurs all sorts of warm weather activities. And all year, community banks are looking to make meaningful connections. A year-round, seasonal marketing strategy is one way to do this.
June 01, 2025 | Independent Banker   Growing the Community 

Jacob Eisen: A Can't-Miss Business Card Opportunity

June 01, 2025 | Independent Banker   Payments 

Jim Reber: High plains drifter

Floaters could be the answer to a flat curve.
June 01, 2025 | Independent Banker  

Scott Anchin: Let's Win the Fight Against Elder Fraud

June 01, 2025 | Independent Banker   Compliance 
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> 

40 Under 40: 2025's Community Bank Leaders

Our seventh annual 40 Under 40 community bank leaders awards shine a light on inspiring people who take bettering their workplaces to the next level, offering thoughtful ideas for improved efficiencies, digital innovations, community involvement and more. No matter the challenge, these individuals put in the work.
June 01, 2025 | Independent Banker  

What Makes a Leader Truly Great? Experts Weigh In

Good leadership is about much more than one individual’s impact on the bottom line. It’s not even just about having the “soft skills” that make people want to work on your team. It’s about how effective leaders use these skills both internally and in the community to build a stronger bank. Here, community bankers and experts give insight into what this can look like.
June 01, 2025 | Independent Banker  

How the MPF® Program Keeps Community Banks Competitive

SPONSORED | Through the Mortgage Partnership Finance® (MPF®) Program, community banks gain access to the secondary mortgage market while benefiting from key competitive advantages including strengthened relationships with borrowers, more attractive pricing, and a reputation for consistency and reliability.
June 01, 2025 | Independent Banker   Lending 

How Community Bankers Can Fight (and Win) Against Fraud

SPONSORED | IBT Apps’ newest ebook is available now! Discover the rising threat of fraud and learn how community banks can proactively defend against it with modern tools and strategies. A must-read for bank executives, risk officers, and operations leaders!
June 01, 2025 | Independent Banker   Compliance 

Agencies sunsetting cybersecurity tool in August

ICBA is reminding community bankers that federal regulators’ Cybersecurity Assessment Tool is scheduled to sunset on Aug. 31.
May 30, 2025 | ICBA NewsWatch Today   Cybersecurity 

Independent Banker shares point-of-sale tips for community bankers

About 90% of smartphone users now use digital wallets regularly, offering opportunities for community banks to innovate and respond to customer expectations, according to the latest Independent Banker magazine.
May 30, 2025 | ICBA NewsWatch Today  

Treasury sanctions Philippines-based company for cyber scams

The Treasury Department sanctioned Funnull Technology Inc., a Philippines-based company that provides computer infrastructure for hundreds of thousands of websites involved in virtual currency investment scams, commonly known as “pig butchering.”
May 30, 2025 | ICBA NewsWatch Today  

Community bank net income increases in Q1

Community banks reported a 10% first-quarter increase in net income from the previous quarter and an 8.5% increase from the previous year, according to the FDIC’s latest Quarterly Banking Profile.
May 29, 2025 | ICBA NewsWatch Today  

ICBA: Latest credit union acquisition shows need for policy action

After a new acquisition of a tax-paying community bank in Arizona by a tax-exempt credit union, ICBA said the need for policymaker action is urgent.
May 29, 2025 | ICBA NewsWatch Today   Credit Unions 

Trump vows to end GSE conservatorship

President Donald Trump said he is working to take Fannie Mae and Freddie Mac out of conservatorship while maintaining an implicit government guarantee on their obligations and securities.
May 29, 2025 | ICBA NewsWatch Today   Secondary Mortgage Market Secondary Mortgage Market 

New Credit Union Acquisition of Community Bank Underscores Need for Policy Action

Independent Community Bankers of America (ICBA) President and CEO Rebeca Romero Rainey issued the following statement after a new acquisition of a tax-paying community bank in Arizona by a tax-exempt credit union.
May 28, 2025 | Press Release   Credit Unions 

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