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.
ICBA Supports Bill Promoting Community Bank Formation to Meet Needs of Local Communities
Registration open for ICBA Capital Summit
ICBA guidebook on CFPB’s 1033 rule spotlights ongoing advocacy
Infographic highlights support for community bank policy issues
ICBA remembers Bill Rosacker
Agencies issue joint statement on California wildfires
CFPB withdraws ICBA-opposed proposal on non-sufficient-funds fees
Registration open for ICBA Capital Summit
New Polling Shows Public Support for Policies in ICBA’s ‘Repair, Reform, and Thrive’ Plan
ICBA polling shows Americans support community bank policy priorities
FDIC announces relief for California banks
ICBA Dividend Program Nears $85 Million Distributed Since Inception
FDIC’s Hill: ‘Crushing’ compliance costs hurt community banks
'40 Under 40' nominations open
CFPB proposes to expand EFTA coverage to digital assets, video games
Independent Banker: Top CEO challenge is growing deposits
Fed’s Bowman urges tailored community bank regulations
House panel names vice chair, subcommittee chairs
ICBA Names Peter Nelson Senior Executive Vice President of Member Engagement
ICBA Foundation delivers $180,000 in hurricane disaster relief
OCC: Banks affected by California wildfires can close
Romero Rainey: With historic opportunity, ICBA pushing for meaningful change
ICBA introduces plan for new Congress and administration
ICBA: CFPB’s overdraft rule must be enjoined and overturned
Section 1033 guidebook now available
ICBA Foundation Provides $180,000 in Disaster Relief for Hurricane-Affected Communities
ICBA Introduces ‘Repair, Reform, and Thrive’ Plan for New Congress and Administration
ICBA introduces plan for new Congress and administration
ICBA publishes Section 1033 guidebook
Fed’s Barr stepping down as vice chair for supervision
Rebecca Kruse Named ICBA Payments President, Juan Costantini Joins as Executive Vice President, General Counsel
A call for fairness in credit union policies: new ICBA blog post
Fed payment services will operate normally on Thursday
End the Fannie Mae, Freddie Mac conservatorship: blog
Blog: Innovation takes ICBA forward
FHFA, Treasury preview process on ending GSE conservatorship
Tickets available for ’80s-themed ICBA PAC auction
Podcast: Following successful 2024, community bankers look forward to 2025
After latest credit union acquisition, ICBA says policymakers must act
Latest beneficial ownership update: Companies not required to file
Growth Goals: Navigating IPOs and OTC Trading
Smart Org Changes That Could Boost Your Bank’s Trajectory
2025 Lending Outlook: Cautious Optimism
4 Regulatory Developments Coming in 2025
2025 Community Bank CEO Outlook: Balancing Between Deposits and Loans
Michael Benedict: Make Portfolio Strategy Fun Again
Lance Noggle: It's Time to Bolster Cybersecurity Measures—Now and Forever
Lucas White: Why Advocacy Should Be a Top Priority in 2025
Out of Office: Kati LeBreton
Community Bank Delaware Salutes Space Heroes
Rebeca Romero Rainey: Nurturing the Community Bank Ecosystem
Charles Potts: The Innovations We'll See in 2025
How to Balance Human and Machine While Using Chatbots
Stearns Bank Lays Groundwork in Minnesota's Hmong Community
Commercial Bank of Mott Helps Fund a Home Base for the Community
How Can Community Banks Ride the Digital Wallet Wave?
Powering Potential: ICBA Certification Q&A with Arlene Cooper
Lindsay LaNore: 8 Healthy Habits for Conflict Resolution
Strategies for Consumer-Centric Banking: an Exclusive Bud Webinar
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="/documents/d/guest/img-listdefault";"/ 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> ' />
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
75 <#if topics != "">
76 <span class="mt-2 d-inline-block">${topics}</span>
77 </#if>
78
79 </div>
80</div>
81</div>
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.
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
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.
Manage Your Email Notifications and Subscriptions
Sign up to receive or manage your email messages from ICBA. Questions? Contact ICBA.