Industry Insights

IIJA vs. ARRA: A Closer Look at What Utilities Need to Know

June 30, 2022

The energy industry continues to navigate the impacts of climate change, aging energy infrastructure, unpredictable supply chains and more. As circumstances evolve and new challenges arise, the need to modernize the grid is more urgent than ever before. With the signing of President Biden’s Infrastructure Investment and Jobs Act (IIJA) into lawin November 2021, it is critical that the Administration give the green light on projects as soon as possible, allowing utilities and cities to make progress toward carbon reduction initiatives.

IIJA prioritizes several broad policy objectives – climate resilience, high quality jobs, equity and diversity, environmental justice and expanding the domestic supply chain. Specifically, the funding includes:

  • $65B for power infrastructure
  • $7.5B to fund electric vehicle charging network programs
  • $5B for zero- and low-emission buses
  • $55B for water infrastructure
  • $65B for broadband infrastructure

 

Although the $1.2 trillion IIJA legislation is the largest American investment in the resilience of physical and natural systems to date, it’s not the first. There has not been a more substantial investment by the U.S. government since the Great Depression and President Franklin D. Roosevelt's "New Deal" in the 1930s.

For a lack of better words, IIJA is a “Big Deal,” and an opportunity that we cannot afford to miss.

Reintroducing ARRA

In 2009, President Obama signed the American Recovery and Reinvestment Act (ARRA) into law in response to the Great Recession of 2008. The act consisted of relief programs in the areas of education, infrastructure, health care and more, with a final price tag of $787 billion – representing the first and largest economic recovery package in over 70 years.

Although both ARRA and IIJA mark moments of historical investment in the energy industry, there are a few key areas where the acts diverge.

Comparing Acts

Both laws were designed to lower carbon emissions and create jobs, yet the Biden Administration also expects that IIJA will support several additional policy objectives: strengthening the domestic supply chain, improving equity and diversity and ensuring environmental justice. While ARRA was focused on “shovel ready” projects, IIJA funding will focus on “shovel worthy” projects. ARRA funding was largely allocated within 18 months of passage, while IIJA includes appropriations spread over a period of five years, which is why utilities looking to apply for federal assistance need to focus on the “long game.”

Another key difference between ARRA and IIJA is that the current infrastructure law has very strict Buy America requirements for projects that receive federal funds. Itron is actively working with the Administration to ensure that any domestic content requirements applied to IIJA funded projects are flexible enough to accommodate the current supply chain challenges that continue to impact most electronics manufacturers. Learn more about our steps to address this in an op-ed published by Utility Dive, written by Itron CEO and president, Tom Deitrich, here.

Moving Forward

Itron and our federal policy advisors played an active role in supporting the passage of this legislation, working with our partners and trade associations, and directly engaging with members of Itron’s Congressional Delegation and key committee staff. Now, we’re focused on ensuring the law’s implementation is efficient and makes sense for our industry, helping our customers to navigate its many details and the exciting opportunities that lie ahead.

Une erreur s'est produite lors du traitement du modèle.
The following has evaluated to null or missing:
==> authorContent.contentFields  [in template "44616#44647#114455" at line 9, column 17]

----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: contentFields = authorContent.content...  [in template "44616#44647#114455" at line 9, column 1]
----
1<#assign 
2	webContentData = jsonFactoryUtil.createJSONObject(author.getData()) 
3	classPK = webContentData.classPK 
4/> 
5 
6<#assign 
7authorContent = restClient.get("/headless-delivery/v1.0/structured-contents/" + classPK + "?fields=contentFields%2CfriendlyUrlPath%2CtaxonomyCategoryBriefs") 
8contentFields = authorContent.contentFields 
9categories=authorContent.taxonomyCategoryBriefs 
10authorContentData = jsonFactoryUtil.createJSONObject(authorContent) 
11friendlyURL = authorContentData.friendlyUrlPath 
12authorCategoryId = "0" 
13/> 
14 
15<#list contentFields as contentField > 
16   <#assign  
17	 contentFieldData = jsonFactoryUtil.createJSONObject(contentField)  
18	 name = contentField.name 
19	 /> 
20	 <#if name == 'authorImage'> 
21	    <#if (contentField.contentFieldValue.image)??> 
22	        <#assign authorImageURL = contentField.contentFieldValue.image.contentUrl />	 
23			</#if> 
24	 </#if> 
25	 <#if name == 'authorName'> 
26	    <#assign authorName = contentField.contentFieldValue.data /> 
27			<#list categories as category > 
28         <#if authorName == category.taxonomyCategoryName> 
29				     <#assign authorCategoryId = category.taxonomyCategoryId /> 
30				 </#if> 
31      </#list> 
32	 </#if> 
33	 <#if name == 'authorDescription'> 
34	    <#assign authorDescription = contentField.contentFieldValue.data /> 
35			 
36	 </#if> 
37	  
38	 <#if name == 'authorJobTitle'> 
39	    <#assign authorJobTitle = contentField.contentFieldValue.data /> 
40			 
41	 </#if> 
42 
43</#list> 
44 
45<div class="blog-author-info"> 
46	<#if authorImageURL??> 
47		<img class="blog-author-img" id="author-image" src="${authorImageURL}" alt="" /> 
48	</#if> 
49	<#if authorName??> 
50		<#if authorName != ""> 
51			<p class="blog-author-name">By <a id="author-detail-page" href="/w/${friendlyURL}?filter_category_552298=${authorCategoryId}"><span id="author-full-name">${authorName}</span></a></p> 
52			<hr /> 
53		</#if> 
54	</#if> 
55	<#if authorJobTitle??> 
56		<#if authorJobTitle != ""> 
57			<p class="blog-author-title" id="author-job-title" >${authorJobTitle}</p> 
58			<hr /> 
59		</#if> 
60	</#if> 
61	<#if authorDescription??> 
62		<#if authorDescription != "" && authorDescription != "null" > 
63			<p class="blog-author-desc" id="author-job-desc">${authorDescription}</p> 
64			<hr /> 
65		</#if> 
66	</#if> 
67</div> 

sustainability

HTML Example

A paragraph is a self-contained unit of a discourse in writing dealing with a particular point or idea. Paragraphs are usually an expected part of formal writing, used to organize longer prose.