These may include, without limitation, municipal bond insurance, letters of credit, lines of credit, standby bond purchase agreements, surety bonds, and the like, by which the governmental unit may borrow funds to pay or redeem or purchase and hold its bonds and a governmental unit may enter into agreements for the purchase or remarketing of bonds (remarketing agreements) for providing a mechanism for remarketing bonds tendered for purchase in accordance with their terms. The term of such credit agreements or remarketing agreements shall not exceed the term of the bonds, plus any time period necessary to cure any defaults under such agreements. Without limiting the terms which may be included in any such credit agreements or remarketing agreements, the ordinance may or, if hereinafter so required, shall provide as follows: (a) Interest rates on the bonds may vary from time to time depending upon criteria established by the governing body, which may include, without limitation: (i) a variation in interest rates as may be necessary to cause bonds to be remarketed from time to time at a price equal to their principal amount plus any accrued interest; (ii) rates set by auctions; or (iii) rates set by formula. (b) A national banking association, bank, trust company, investment banker or other financial institution may be appointed to serve as a remarketing agent in that connection, and such remarketing agent may be delegated authority by the governing body to determine interest rates in accordance with criteria established by the governing body. (c) Alternative interest rates or provisions may apply during such times as the bonds are held by the person or persons (financial providers) providing a credit agreement or remarketing agreement for those bonds and during such times, the interest on the bonds may be deemed not exempt from income taxation under the Internal Revenue Code for purposes of State law, as contained in the Bond Authorization Act, relating to the permissible rate of interest to be borne thereon. (d) Fees may be paid to the financial providers, including all reasonably related costs, including therein costs of enforcement and litigation (all such fees and costs being financial provider payments) and financial provider payments may be paid, without limitation, from proceeds of the bonds being the subject of such agreements, or from bonds issued to refund such bonds, or from whatever enterprise revenues or revenue source, including taxes, pledged to the payment of such bonds, which enterprise revenues or revenue source may be increased to make such financial provider payments, and such financial provider payments shall be made subordinate to the payments on the bonds. (e) The bonds need not be held in physical form by the financial providers when providing funds to purchase or carry the bonds from others but may be represented in uncertificated form in the credit agreements or remarketing agreements. (f) The debt or obligation of the governmental unit represented by a bond tendered for purchase to or otherwise made available to the governmental unit and thereupon acquired by either such governmental unit or a financial provider shall not be deemed to be extinguished for purposes of State law until cancelled by the governmental unit or its agent. (g) The choice of law for the obligations of a financial provider may be made for any state of these United States, but the law which shall apply to the obligations of the governmental unit shall be the law of the State of Illinois, and jurisdiction to enforce such credit agreement or remarketing agreement as against the governmental unit shall be exclusively in the courts of the State of Illinois or in the applicable federal court having jurisdiction and located within the State of Illinois. (h) The governmental unit may not waive any sovereign immunities from time to time available under the laws of the State of Illinois as to jurisdiction, procedures, and remedies, but any such credit agreement and remarketing agreement shall otherwise by fully enforceable as valid and binding contracts as and to the extent provided by applicable law. (i) Such credit agreement or remarketing agreement may provide for acceleration of the principal amounts due on the bonds, provided, however, that such acceleration shall be deferred for not less than 18 months from the time any such bond is acquired pursuant to any such agreement. This site is maintained for the Illinois General Assembly by the Legislative Information System, 705 Stratton Building, Springfield, Illinois 62706. Contact ILGA Webmaster ILGA.GOV 2026 ILGA.gov | All Rights Reserved | ADA | Disclaimers | Learn This site is maintained for the Illinois General Assembly by the Legislative Information System, 705 Stratton Building, Springfield, Illinois 62706. Contact ILGA Webmaster ILGA.GOV 2026 ILGA.gov | All Rights Reserved | ADA | Disclaimers | Learn .fade-out { opacity: 0; transition: opacity 1.0s; /* Adjust the duration as needed */ } .cookies { position: fixed; bottom: 0; margin-bottom: 0; /* Ensure no margin at the bottom */ width: 100%; border-radius: 0; /* Remove rounded borders */ opacity: 0.98; z-index: 100; } @media (max-width: 576px) { .cookies { height: auto; /* Allow the height to adjust based on content */ padding-bottom: 80px !important; /* Add extra padding to push buttons above UserWay widget */ } } ILGA.gov is better with cookies. ILGA.gov uses cookies to ensure you get the best experience on our website. By continuing to browse ILGA.gov you consent to our use of cookies. Read About Cookies Accept & Continue document.getElementById('about-cookies-btn').addEventListener('click', function () { window.location.href = '/Cookies'; }); (function () { var button = document.querySelector("#cookieConsent button[data-cookie-string]"); button.addEventListener("click", function (event) { document.cookie = button.dataset.cookieString; var cookieContainer = document.querySelector("#cookieConsent"); cookieContainer.remove() }, false); })(); enableWordFriendlyCopy({ selector: '#copyable-content', baseUrl: 'https://ilga.gov/' }); (function () { const BASE_WIDTH = 578; const isDev = location.hostname === 'localhost' || location.hostname === 'dev.ilga.gov'; const log = (...args) => { if (isDev) { console.log(...args); } }; function applyBillScale() { log('--- applyBillScale called ---'); const host = document.querySelector('#billtextanchor .billtext-host'); const scaleEl = document.querySelector('#billtextanchor .billtext-scale'); log('host element:', host); log('scaleEl element:', scaleEl); if (!host || !scaleEl) { log('Missing host or scaleEl, exiting'); return; } const available = window.innerWidth; log('available viewport width:', available); let scale = 1; log('initial scale:', scale); if (available = 850 (desktop)'); } log('calculated scale:', scale); scaleEl.style.transformOrigin = 'top left'; scaleEl.style.transform = `scale(${scale})`; log('transform:', scaleEl.style.transform); const calculatedWidth = BASE_WIDTH * scale; scaleEl.style.width = `${calculatedWidth}px`; log('calculated width:', calculatedWidth); } log('Bill scaling script loaded. isDev =', isDev); window.addEventListener('orientationchange', () => { log('orientationchange event fired'); applyBillScale(); }); document.addEventListener('DOMContentLoaded', () => { log('DOMContentLoaded event fired'); applyBillScale(); }); })(); (function () { var s = document.createElement('script'); var h = document.querySelector('head') || document.body; s.src = 'https://acsbapp.com/apps/app/dist/js/app.js'; s.async = true; s.onload = function () { acsbJS.init({ statementLink: '', footerHtml: '', hideMobile: false, hideTrigger: false, disableBgProcess: false, language: 'en', position: 'left', leadColor: '#070D0D', triggerColor: '#03396c', triggerRadius: '50%', triggerPositionX: 'left', // Change from 'right' to 'left' triggerPositionY: 'bottom', triggerIcon: 'people', triggerSize: 'medium', triggerOffsetX: 20, triggerOffsetY: 20, mobile: { triggerSize: 'small', triggerPositionX: 'left', // Change from 'right' to 'left' triggerPositionY: 'bottom', triggerOffsetX: 10, triggerOffsetY: 10, triggerRadius: '50%' } }); }; h.appendChild(s); })(); document.addEventListener('DOMContentLoaded', function () { document.querySelectorAll('button[onclick]').forEach(button => { // Extract the href from the inline onclick const onclick = button.getAttribute('onclick'); const match = onclick.match(/location\.href\s*=\s*['"]([^'"]+)['"]/); if (!match) return; const url = match[1]; // Remove the inline onclick to prevent auto navigation button.removeAttribute('onclick'); // Add our controlled event listener button.addEventListener('click', function (e) { if (e.ctrlKey || e.metaKey) { window.open(url, '_blank'); } else { window.location.href = url; } }); }); });
50 ILCS 410/3
In connection with the issuance of its bonds, a governmental unit may enter into agreements (credit agreements) to provide additional security or liquidity, or both, for the bonds
Known as the Local Government Credit Enhancement Act
The act spans §§ 50-410-1 to 50-410-3 (3 sections).
P.A. 93-9, eff. 6-3-03.
Official source: Illinois General Assembly. Reproduced from public-domain Illinois statutes; confirm against the official source for the current text. Not legal advice.