, but this code // executes before the first paint, when

ϲʿ¼

is not yet present. The // classes are added to so styling immediately reflects the current // toolbar state. The classes are removed after the toolbar completes // initialization. const classesToAdd = ['toolbar-loading', 'toolbar-anti-flicker']; if (toolbarState) { const { orientation, hasActiveTab, isFixed, activeTray, activeTabId, isOriented, userButtonMinWidth } = toolbarState; classesToAdd.push( orientation ? `toolbar-` + orientation + `` : 'toolbar-horizontal', ); if (hasActiveTab !== false) { classesToAdd.push('toolbar-tray-open'); } if (isFixed) { classesToAdd.push('toolbar-fixed'); } if (isOriented) { classesToAdd.push('toolbar-oriented'); } if (activeTray) { // These styles are added so the active tab/tray styles are present // immediately instead of "flickering" on as the toolbar initializes. In // instances where a tray is lazy loaded, these styles facilitate the // lazy loaded tray appearing gracefully and without reflow. const styleContent = ` .toolbar-loading #` + activeTabId + ` { background-image: linear-gradient(rgba(255, 255, 255, 0.25) 20%, transparent 200%); } .toolbar-loading #` + activeTabId + `-tray { display: block; box-shadow: -1px 0 5px 2px rgb(0 0 0 / 33%); border-right: 1px solid #aaa; background-color: #f5f5f5; z-index: 0; } .toolbar-loading.toolbar-vertical.toolbar-tray-open #` + activeTabId + `-tray { width: 15rem; height: 100vh; } .toolbar-loading.toolbar-horizontal :not(#` + activeTray + `) > .toolbar-lining {opacity: 0}`; const style = document.createElement('style'); style.textContent = styleContent; style.setAttribute('data-toolbar-anti-flicker-loading', true); document.querySelector('head').appendChild(style); if (userButtonMinWidth) { const userButtonStyle = document.createElement('style'); userButtonStyle.textContent = `#toolbar-item-user {min-width: ` + userButtonMinWidth +`px;}` document.querySelector('head').appendChild(userButtonStyle); } } } document.querySelector('html').classList.add(...classesToAdd); })(); ϲʿ¼ receives A- rating from S&P | ϲʿ¼

ϲʿ¼

Skip to main content

Calvin News

ϲʿ¼ receives A- rating from S&P

Thu, Mar 25, 2021
Matt Kucinski

GRAND RAPIDS, Mich.—ϲʿ¼ is refinancing existing long-term debt and has received an A- rating from S&P for its financial position. The move is being made to reduce risk and take advantage of lower fixed rates that are currently available.

“We are pleased to receive this independent assessment of our financial position from S&P,” said Michael Le Roy, president of ϲʿ¼. “This refunding of our long-term debt represents an exciting next step in ϲʿ¼'s long-term financial strategy.”

Due to strong demand from investors and the current low interest rate environment, the university was able to issue the bonds with an average interest rate of 3.14%. In addition to achieving a lower interest rate, the refinancing will eliminate variable-rate bank direct purchase debt, terminate interest rate swap exposure, and allow for all of the university's long-term debt to be locked in at low fixed rates.

The university has been making progress on paying down its debt over the past several years, shown steadiness in fundraising efforts (including a record-setting 2020), and has generated consistent near break-even operations due to conservative budgeting and solid expense control.

The S&P Global Ratings took into account these and a number of other factors in defining Calvin’s outlook as “stable” and in assigning its A- rating to the Michigan Finance Authority’s $63.855 million Revenue Refunding Bonds issued for Calvin University.

“As a Calvin community, we have worked together to strengthen our financial foundation over the past several years,” said Le Roy. “This diligent work combined with our recent refinancing effort is allowing us to lean further into our vision as we meet the demands of a changing environment and create new ways to invite more learners into the Calvin project.”

About ϲʿ¼ 

Founded in 1876, ϲʿ¼ is a top-ranked, liberal arts university that equips its 3,300 students from 46 U.S. states, 66 countries, and four Canadian provinces to think deeply, to act justly, and to live wholeheartedly as Christ’s agents of renewal in the world. Calvin offers 100+ majors and programs, including graduate-level offerings in accounting, education, geographic information science, media and strategic communication, speech pathology and audiology, with a number of other graduate programs launching in fall 2021. Calvin students engage in intensive internships, community-based service learning, and significant research that results in publishing and presenting alongside world-class faculty. The university’s 400-acre campus is located in the vibrant city of Grand Rapids, Michigan. Discover more at calvin.edu.


Authors: