var buttonNum_YC = "5"; var rowLastDivIDClicked = 1; var idButtonLast="0" function isMobile() { const toMatch = [ /Android/i, /webOS/i, /iPhone/i, /iPad/i, /iPod/i, /BlackBerry/i, /Windows Phone/i ]; return toMatch.some((toMatchItem) => { return navigator.userAgent.match(toMatchItem); }); } function removeImage_0399808357_98609(elCell) { try { var newPreviewSpan = document.getElementById("preview"); newPreviewSpan.parentNode.removeChild(newPreviewSpan); } catch(e) { } } function previewImage_0399808357_98609(elCell, chartWidth, chartHeight) { //if on desktop or (mobile and nochart) if (!isMobile() || (isMobile() && !document.getElementById("TID0399808357").querySelector("#chartContainer"))) { if (typeof chartWidth == 'undefined') { chartWidth=260; } if (typeof chartHeight == 'undefined') { chartHeight=130; } var w = Math.max(document.documentElement.clientWidth, window.innerWidth || 0); if (chartWidth > w) { chartWidth = w * .8; chartHeight = chartWidth / 2; } try { var backgroundColor = getComputedStyle(document.querySelector('#chartTD')).backgroundColor } catch(e) { var backgroundColor = "#003366" } var newPreviewSpan= document.createElement('span'); newPreviewSpan.id='preview'; newPreviewSpan.className='preview_0399808357_98609'; newPreviewSpan.backgroundColor=backgroundColor newPreviewSpan.style.position="absolute"; newPreviewSpan.style.display="none"; newPreviewSpan.style.padding="2px"; newPreviewSpan.style.margin="auto"; newPreviewSpan.style.zIndex="9999"; newPreviewSpan.innerHTML = "" var body = document.getElementsByTagName("body")[0]; body.parentNode.insertBefore(newPreviewSpan, body); } } function moveImage_0399808357_98609(elCell, chartWidth, chartHeight) { if (typeof chartWidth == 'undefined') { chartWidth=260; } if (typeof chartHeight == 'undefined') { chartHeight=130; } var w = Math.max(document.documentElement.clientWidth, window.innerWidth || 0); var h = Math.max(document.documentElement.clientHeight, window.innerHeight || 0); var nTop = event.pageY + 25; var nLeft = event.pageX - chartWidth/2; if (chartWidth > w) { chartWidth = w * .8; chartHeight = chartWidth / 2; } if (nLeft+chartWidth>w) { nLeft=w - chartWidth; } if (nLeft<0) { nLeft=0; } var newPreviewSpan = document.getElementById("preview"); try { newPreviewSpan.style.top=nTop + "px"; newPreviewSpan.style.left=nLeft + "px"; newPreviewSpan.style.display="block"; } catch(e) { } } function resizeWidget_0399808357_98609() { try { widgetChart_0399808357_98609.src=chartURL_0399808357_98609 + "fb.jpg" } catch (e) { } var nMaxColumns = mainDiv_0399808357_98609.children["TableRows"].children['TableHeaderRow'].children.length //var nMaxRows = mainDiv_0399808357_98609.children["TableRows"].children.length; var nMaxRows = nNumRows_0399808357_98609; var divWidth = mainDiv_0399808357_98609.children["TableRows"].offsetWidth; if (bHasCharts_0399808357_98609) { try { var buttonsChart = mainDiv_0399808357_98609.children['chartContainer'].children['timeframeButtons'].children var buttonNum_Wk = 0; var buttonNum_Mo = 1; var buttonNum_Yr = 2; var buttonNum_3Yr = 3; var buttonNum_5Yr = 4; var buttonNum_YC = 5; } catch (e) { } nLastColToShow = nMaxColumns; try { for (var i = 0; i <= mainDiv_0399808357_98609.children.length; i++) { if (mainDiv_0399808357_98609.children[i].className=="chartTDContainer") { var chartDivWidth=mainDiv_0399808357_98609.children[i].offsetWidth; break; } } switch (true) { case (chartDivWidth < 191): buttonsChart[buttonNum_Wk].innerText="Wk"; buttonsChart[buttonNum_Mo].innerText="Mo"; buttonsChart[buttonNum_Yr].innerText="Yr"; buttonsChart[buttonNum_3Yr].innerText="3Yr"; buttonsChart[buttonNum_5Yr].innerText="5Yr"; buttonsChart[buttonNum_YC].innerText="YC"; break; case (chartDivWidth < 250): buttonsChart[buttonNum_Wk].innerText="Week"; buttonsChart[buttonNum_Mo].innerText="Month"; buttonsChart[buttonNum_Yr].innerText="Year"; buttonsChart[buttonNum_3Yr].innerText="3 Year"; buttonsChart[buttonNum_5Yr].innerText="5 Year"; buttonsChart[buttonNum_YC].innerText="Curve"; break; case (chartDivWidth < 400): buttonsChart[buttonNum_Wk].innerText="Week"; buttonsChart[buttonNum_Mo].innerText="Month"; buttonsChart[buttonNum_Yr].innerText="Year"; buttonsChart[buttonNum_3Yr].innerText="3 Yrs"; buttonsChart[buttonNum_5Yr].innerText="5 Yrs"; buttonsChart[buttonNum_YC].innerText="Yield Curve"; break; case (chartDivWidth < 520): buttonsChart[buttonNum_Wk].innerText="Week"; buttonsChart[buttonNum_Mo].innerText="Month"; buttonsChart[buttonNum_Yr].innerText="Year"; buttonsChart[buttonNum_3Yr].innerText="3 Years"; buttonsChart[buttonNum_5Yr].innerText="5 Years"; buttonsChart[buttonNum_YC].innerText="Yield Curve"; break; default: buttonsChart[buttonNum_Wk].innerText="1 Week"; buttonsChart[buttonNum_Mo].innerText="1 Month"; buttonsChart[buttonNum_Yr].innerText="1 Year"; buttonsChart[buttonNum_3Yr].innerText="3 Years"; buttonsChart[buttonNum_5Yr].innerText="5 Years"; buttonsChart[buttonNum_YC].innerText="Yield Curve"; break; } } catch (e) { } } switch (true) { case (divWidth < 150): nLastColToShow = 2; try { widgetChart_0399808357_98609.maxWidth="165px"; } catch (e) { } break; case (divWidth < 250): nLastColToShow = 3; try { widgetChart_0399808357_98609.maxWidth="290px"; } catch (e) { } break; case (divWidth < 350): nLastColToShow = 4; try { widgetChart_0399808357_98609.maxWidth="390px"; } catch (e) { } break; case (divWidth < 450): nLastColToShow = 6; try { widgetChart_0399808357_98609.maxWidth="500px"; } catch (e) { } break; case (divWidth < 550): nLastColToShow = 8; try { widgetChart_0399808357_98609.maxWidth="500px"; } catch (e) { } break; default: try { widgetChart_0399808357_98609.maxWidth="800px"; } catch (e) { } break; } if (bIsResponsive_0399808357_98609) { if (nLastColToShow > nMaxColumns) { nLastColToShow = nMaxColumns } var nForcedColumns=0; //hide/unhide headers/fields for (var i = 1; i <= nMaxColumns; i++) { if (i <= nLastColToShow) { if (nLastColToShow == 3 && i == 3) { if (mainDiv_0399808357_98609.getElementsByClassName("header" + i)[0].classList.contains("nohide")) { nForcedColumns++ } else { try { mainDiv_0399808357_98609.getElementsByClassName("header" + i)[0].style.display='none'; } catch (e) { } for (var f = 0; f < nMaxRows; f++) { try { mainDiv_0399808357_98609.getElementsByClassName("field" + i)[f].style.display='none'; } catch (e) { } } } } else { try { mainDiv_0399808357_98609.getElementsByClassName("header" + i)[0].style.display='inline-block'; } catch (e) { } for (var f = 0; f < nMaxRows; f++) { try { mainDiv_0399808357_98609.getElementsByClassName("field" + i)[f].style.display='inline-block'; } catch (e) { } } } } else { if (nLastColToShow == 3 && i == 4 && nForcedColumns == 0) { try { mainDiv_0399808357_98609.getElementsByClassName("header" + i)[0].style="display: inline-block;"; } catch (e) { } for (var f = 0; f < nMaxRows; f++) { try { mainDiv_0399808357_98609.getElementsByClassName("field" + i)[f].style="display: inline-block;"; } catch (e) { } } } else { try { mainDiv_0399808357_98609.getElementsByClassName("header" + i)[0].style.display='none'; } catch (e) { } for (var f = 0; f < nMaxRows; f++) { try { mainDiv_0399808357_98609.getElementsByClassName("field" + i)[f].style.display='none'; } catch (e) { } } } } } } } function GetChartName(nSelectedButtonID,sChartName_w, sChartName_m, sChartName_y, sChartName_3y, sChartName_5y, sChartName_YC) { var sChartName="0"; switch (nSelectedButtonID){ case "0" : sChartName=sChartName_w; break; case "1" : sChartName=sChartName_m; break; case "2" : sChartName=sChartName_y; break; case "3" : sChartName=sChartName_3y; break; case "4" : sChartName=sChartName_5y; break; case "5" : sChartName=sChartName_YC; break; default : } return sChartName } function LoadThumbnail_0399808357_98609(sChartName_w, sChartName_m, sChartName_y, sChartName_3y, sChartName_5y, sChartName_YC, sChartContainerName, rowDivIDClicked, sSymbolName) { if (document.getElementById("TID0399808357").querySelector("#chartContainer")) { rowLastDivIDClicked=rowDivIDClicked; removeImage_0399808357_98609(); var timeframeButtonsPushed = mainDiv_0399808357_98609.getElementsByClassName("pushed") var nSelectedButtonID=timeframeButtonsPushed[0].id if (nSelectedButtonID==buttonNum_YC) { nSelectedButtonID=idButtonLast; } var nIncrement=-1 do { sChartName=GetChartName(nSelectedButtonID,sChartName_w, sChartName_m, sChartName_y, sChartName_3y, sChartName_5y, sChartName_YC); if (sChartName == "i000000") { nSelectedButtonID=parseInt(nSelectedButtonID); if (nSelectedButtonID==0) { nIncrement=1 } nSelectedButtonID+=nIncrement; nSelectedButtonID="" + nSelectedButtonID + "" } } while (sChartName == "i000000") sChart1Props_0399808357_98609=sChartName_w+"_"+sChartName_m+"_"+sChartName_y+"_"+sChartName_3y+"_"+sChartName_5y+"_"+sChartName_YC asChart1Props_0399808357_98609=sChart1Props_0399808357_98609.split(/_/); sChartSuffix=document.images[sChartContainerName].src.split("."); sChartSuffix=sChartSuffix[sChartSuffix.length-2].substr(sChartSuffix[sChartSuffix.length-2].length-1,1); if (sChartSuffix=="b") { sChartSuffix="fb" } document.images[sChartContainerName].src='https://www.theFinancials.com/Charts/' + chartColor_0399808357_98609 + sChartName + sChartSuffix + '.jpg' document.images[sChartContainerName].alt=sSymbolName; try { // not all charts have Preview enabled document.getElementById("thumbChart_0399808357_98609").setAttribute("data-zoom","https://www.theFinancials.com/Charts/" + chartColor_0399808357_98609 + sChartName + "z.jpg") // document.getElementById("thumbChart_0399808357_98609").href = "https://www.theFinancials.com/Charts/" + chartColor_0399808357_98609 + sChartName + "f.jpg" } catch (e) { } //hide unavailable chart buttons var timeframeButtons = mainDiv_0399808357_98609.getElementsByClassName("timeframeButton") var span_lastVisible=0; var span_firstVisible=-1; var numTimeFrameButtons=timeframeButtons.length var maxGoodButtonID=-1 for (var span = 0; span < numTimeFrameButtons; span++) { if (asChart1Props_0399808357_98609[span]=='i000000') { if (span==nSelectedButtonID) { //currently selected button is hidden var nNewTimeFrameIndex = 0; for (nSelectedButtonID = 0; nSelectedButtonID < timeframeButtons.length; nSelectedButtonID++) { if (asChart1Props_0399808357_98609[nSelectedButtonID]=='i000000') { nNewTimeFrameIndex++ } } ChangeTimeframes_0399808357_98609(sChartImageName_0399808357_98609, nNewTimeFrameIndex) } timeframeButtons[span].style.display = "none"; } else { if (span > maxGoodButtonID && span != buttonNum_YC) { maxGoodButtonID=span } if (bIncludeYieldCurveChart_0399808357_98609 || span != buttonNum_YC) { span_lastVisible=span; timeframeButtons[span].style.display = "inline-block"; timeframeButtons[span_lastVisible].classList.remove('last'); } if (span_firstVisible<0) { span_firstVisible=span; timeframeButtons[span].classList.add('first'); } else { timeframeButtons[span].classList.remove('first'); } } ChangeTimeframes_0399808357_98609(sChartImageName_0399808357_98609, nSelectedButtonID) } timeframeButtons[span_lastVisible].classList.add('last'); //highlight row var rows = mainDiv_0399808357_98609.getElementsByClassName("TableRow") for (var r = 1; r <= rows.length; r++) { if (r == rowDivIDClicked) { if (bIncludeYieldCurveChart_0399808357_98609 && mainDiv_0399808357_98609.getElementsByClassName("pushed")[0].id != buttonNum_YC) { rows[r-1].className += " selected"; } } else { rows[r-1].classList.remove('selected'); } } } return false; } function ChangeTimeframes_0399808357_98609(sChartContainerName,idButton) { sChartSuffix=document.images[sChartContainerName].src.split("."); sChartSuffix=sChartSuffix[sChartSuffix.length-2].substr(sChartSuffix[sChartSuffix.length-2].length-1,1); chartURL_0399808357_98609='https://www.theFinancials.com/charts/' + chartColor_0399808357_98609 + asChart1Props_0399808357_98609[idButton] //+ sChartSuffix + '.jpg' try { // not all charts have Zoom enabled document.getElementById("thumbChart_0399808357_98609").setAttribute("data-zoom","https://www.theFinancials.com/Charts/" + chartColor_0399808357_98609 + asChart1Props_0399808357_98609[idButton] + "z.jpg") // document.getElementById("thumbChart_0399808357_98609").href = chartURL_0399808357_98609 + "f.jpg" } catch (e) { } var timeframeButtons = mainDiv_0399808357_98609.getElementsByClassName("timeframeButton") for (var span = 0; span < timeframeButtons.length; span++) { if (timeframeButtons[span].id==idButton) { timeframeButtons[span].className += " pushed"; } else { timeframeButtons[span].classList.remove("pushed"); } } //de-select all rows is YieldCurve button is selected var rows = mainDiv_0399808357_98609.getElementsByClassName("TableRow") if (idButton==buttonNum_YC) { for (var r = 1; r <= rows.length; r++) { rows[r-1].classList.remove('selected'); } } else { for (var r = 1; r <= rows.length; r++) { if (r == rowLastDivIDClicked) { rows[r-1].className += " selected"; } } } resizeWidget_0399808357_98609(); if (idButton != buttonNum_YC) { idButtonLast=idButton; } return false; } function PopupCenter_0399808357_98609(url) { // Fixes dual-screen position Most browsers Firefox try { var dualScreenLeft = window.parent.screenLeft != undefined ? window.parent.screenLeft : window.parent.screenX; var dualScreenTop = window.parent.screenTop != undefined ? window.parent.screenTop : window.parent.screenY; } catch (e) { } var width = window.parent.innerWidth ? window.parent.innerWidth : parent.document.documentElement.clientWidth ? parent.document.documentElement.clientWidth : screen.width; var height = window.parent.innerHeight ? window.parent.innerHeight : parent.document.documentElement.clientHeight ? parent.document.documentElement.clientHeight : screen.height; var w = 820 var h = 400 var systemZoom = width / screen.availWidth; var left = (width - w) / 2 / systemZoom + dualScreenLeft var top = (height - h) / 2 / systemZoom + dualScreenTop var newWindow = window.open(url, 'theFinancials.com Chart', 'width=' + w / systemZoom + ', height=' + h / systemZoom + ', top=' + top + ', left=' + left + ''); // Puts focus on the newWindow //if (window.focus) newWindow.focus(); } function ZoomThumbnail_0399808357_98609(sthumbChart_0399808357_98609Name,sURL_0399808357_98609,sGetFreeWidgetLink) { if (typeof sGetFreeWidgetLink != 'undefined') { try { top.document.location=sGetFreeWidgetLink; } catch(e) { } } else { if (!sthumbChart_0399808357_98609Name) { var nCurChartID= sURL_0399808357_98609 } else { var nCurChartID= new String(document.images[sthumbChart_0399808357_98609Name].src); var nCurChartIDList=nCurChartID.split('/'); var nCurChartID=nCurChartIDList[nCurChartIDList.length-1]; var nCurChartID=nCurChartID.substring(0,7) + 'z.jpg'; } PopupCenter_0399808357_98609("https://www.theFinancials.com/charts" + chartColor_0399808357_98609 + nCurChartID) } return false; } function GetCSVData(sParnterID) { var sDataFileName=asChart1Props_0399808357_98609[3] + '.csv'; if (sParnterID=='DEM' | sParnterID=='B2C') { alert("The Private Label version of this Widget will download 3 years of Excel-compatible CSV data for the currently-selected item.") } else { top.document.location="//www.theFinancials.com/data/" + sDataFileName; } return false; } function PopupDisclaimer() { try { document.getElementById("DisclaimerPopup").style.display="block"; } catch(e) { var newPreviewSpan= document.createElement('span'); newPreviewSpan.id='DisclaimerPopup'; newPreviewSpan.style.backgroundColor = "#FFFFFF"; newPreviewSpan.style.position="absolute"; newPreviewSpan.style.padding="10px"; newPreviewSpan.style.margin="10px"; newPreviewSpan.style.zIndex="9999"; newPreviewSpan.style.fontFamily="Arial"; newPreviewSpan.style.fontSize="12px"; newPreviewSpan.style.display="block"; var w = Math.max(document.documentElement.clientWidth, window.innerWidth || 0); var h = Math.max(document.documentElement.clientHeight, window.innerHeight || 0); //var nWidthScrollbarAdjustment = 25; var nTop = event.pageY; //var nLeft = event.pageX //var nLeft = event.pageX - 500; newPreviewSpan.style.top=nTop + "px"; newPreviewSpan.innerHTML = "The market data ('Information') contained herein: (i) includes the proprietary information of Chicago Mercantile Exchange Inc. or it's licensors, as applicable ; (ii) may not be copied, sold or further disseminated except as specifically authorized; (iii) does not constitute investment advice; (iv) is provided solely for informational purposes; (v) is not used for any commercial purpose; and (vi) is not warranted to be complete, accurate or timely. You may not develop or create any derivative work or other product that uses, is based on, or is developed in connection with any of the Information (including, without limitation, proprietary data, settlement data or indices) available on this site. In addition to the forgoing, to the fullest extent permitted by law, use of such Information (including associated metadata) in any manner for any machine learning and/or artificial intelligence, including without limitation for the purposes of training, coding, or development of artificial intelligence technologies, tools, or solutions or machine learning language models, or otherwise for the purposes of using or in connection with the use of such technologies, tools, or models to generate any information, material, data, derived works, content, or output, is expressly prohibited." var body = document.getElementsByTagName("body")[0]; body.parentNode.insertBefore(newPreviewSpan, body); } } function RemoveDisclaimer() { try { document.getElementById("DisclaimerPopup").style.display="none"; } catch (e) {} } var bodyExists=document.getElementsByTagName('body') if (bodyExists.length!=0) { var divIDFoud = true; var s = document.getElementById('WID0399808357'); if (!s) { divIDFoud = false;var s = document.getElementsByTagName('script'); var bFound=false; if (s.length==1) { s = s[s.length - 1]; var bFound=true; } else { for (var i = 0; i !== s.length; i++) { if(s[i].src.indexOf('mode=js&pid=HURON&wid=0399808357') > 0 ) { s = s[i] var bFound=true; break; } } if(!bFound) { for (var i = 0; i !== s.length; i++) { if(s[i].src.search('www.thefinancials.com/free')>0 || s[i].src.search('www.thefinancials.com/syndicated')>0) { s = s[i]; var bFound=true; break; } } } } if(!bFound) { var s = document.getElementsByTagName('iframe'); for (var i = 0; i !== s.length; i++) { if(s[i].src.search('www.thefinancials.com/free')>0 || s[i].src.search('www.thefinancials.com/syndicated')>0) { s = s[i] var bFound=true; break; } } } } } var div = document.createElement('span'); div.hidden=true; div.className='tfcWidget'; div.style.padding=0; div.style.margin=0; div.style.width='100%'; div.id='resizeWidget_0399808357_98609();' div.innerHTML = "theFinancials.com: Today's Rates"; try { if (divIDFoud) { s.appendChild(div); } else { s.parentNode.insertBefore(div, s); } } catch(e) { document.body = document.createElement('body'); while (div.firstChild) { document.body.appendChild(div.firstChild.cloneNode(true)); } div.innerHTML = "\u003chtml lang=\u0027en\u0027\u003e\u003chead\u003e\u003ctitle\u003etheFinancials.com: Today\u0027s Rates\u003c/title\u003e\u003cmeta content=\u0027no-cache\u0027 http-equiv=\u0027pragma\u0027\u003e\u003cmeta content=\u0027text/html; charset=utf-8\u0027 http-equiv=\u0027Content-Type\u0027/\u003e\u003cmeta content=\u00270\u0027 http-equiv=\u0027expires\u0027/\u003e\u003cmeta name=\u0027viewport\u0027 content=\u0027width=device-width, initial-scale=1\u0027 /\u003e\u003clink href=\u0027https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900\u0026display=swap\u0027 rel=\u0027stylesheet\u0027 type=\u0027text/css\u0027\u003e\u003clink href=\u0027https://fonts.googleapis.com/css2?family=Gloock\u0026display=swap\u0027 rel=\u0027stylesheet\u0027 type=\u0027text/css\u0027\u003e\u003clink href=\u0027https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200\u0026display=block\u0027 rel=\u0027stylesheet\u0027 type=\u0027text/css\u0027\u003e\u003clink href=\u0027https://www.thefinancials.com/Styles/Widget.css?v=20250224232434\u0027 rel=\u0027stylesheet\u0027 type=\u0027text/css\u0027\u003e\u003clink href=\u0027https://www.thefinancials.com/syndicated/HURON/Styles/TID0399808357.css?v=20260320203401\u0027 rel=\u0027stylesheet\u0027 type=\u0027text/css\u0027\u003e\u003clink href=\u0027https://www.thefinancials.com/syndicated/HURON/Styles/TID0399808357/Custom.css?v=20260320164429\u0027 rel=\u0027stylesheet\u0027 type=\u0027text/css\u0027\u003e\u003c/head\u003e\u003cbody onclick tabIndex=\u00270\u0027 style=\u0027max-width:100%;\u0027\u003e\u003cdiv name=\u00270399808357_98609\u0027 id=\u0027TID0399808357\u0027 class=\u0027widgetContainer\u0027 style=\u0027line-height:1;visibility: hidden;\u0027\u003e\u003cdiv class=\u0027titleContainer\u0027\u003e\u003cdiv class=\u0027Title\u0027\u003e\u003cspan id=\u0027titleText\u0027\u003eToday\u0027s Rates\u003c/span\u003e\u003c/div\u003e\u003cdiv id=\u0027todaysDate\u0027\u003eMay 13, 2026\u003c/div\u003e\u003c/div\u003e\u003cdiv id=\u0027chartContainer\u0027 class=\u0027chartTDContainer\u0027\u003e\u003cdiv id=\u0027chartTD\u0027\u003e\u003ca id=\u0027thumbChart_0399808357_98609\u0027 data-zoom=\u0027https://www.thefinancials.com/charts/i006987z.jpg\u0027 target=\u0027_blank\u0027 onclick=\u0027ZoomThumbnail_0399808357_98609(\u0026quot;Chart5643_0399808357_98609\u0026quot;);return false;\u0027\u003e\u003cimg id=\u0027chartImage\u0027 style=\u0027cursor: zoom-in;\u0027 name=\u0027Chart5643_0399808357_98609\u0027 src=\u0027https://www.thefinancials.com/charts/i006987fb.jpg\u0027 alt=\u0027GOC 10-Year Treasury\u0027/\u003e\u003c/a\u003e\u003c/div\u003e\u003cdiv id=\u0027timeframeButtons\u0027\u003e\u003cspan id=\u00270\u0027 class=\u0027timeframeButton first\u0027 style=\u0027display:inline-block;\u0027 onclick=\u0027ChangeTimeframes_0399808357_98609(\u0026quot;Chart5643_0399808357_98609\u0026quot;,this.id)\u0027\u003eWeek\u003c/span\u003e\u003cspan id=\u00271\u0027 class=\u0027timeframeButton pushed\u0027 style=\u0027display:inline-block;\u0027 onclick=\u0027ChangeTimeframes_0399808357_98609(\u0026quot;Chart5643_0399808357_98609\u0026quot;,this.id)\u0027\u003eMonth\u003c/span\u003e\u003cspan id=\u00272\u0027 class=\u0027timeframeButton\u0027 style=\u0027display:inline-block;\u0027 onclick=\u0027ChangeTimeframes_0399808357_98609(\u0026quot;Chart5643_0399808357_98609\u0026quot;,this.id)\u0027\u003eYear\u003c/span\u003e\u003cspan id=\u00273\u0027 class=\u0027timeframeButton last\u0027 style=\u0027display:inline-block;\u0027 onclick=\u0027ChangeTimeframes_0399808357_98609(\u0026quot;Chart5643_0399808357_98609\u0026quot;,this.id)\u0027\u003eThree Years\u003c/span\u003e\u003cspan id=\u00274\u0027 class=\u0027timeframeButton\u0027 style=\u0027display:none;\u0027 onclick=\u0027ChangeTimeframes_0399808357_98609(\u0026quot;Chart5643_0399808357_98609\u0026quot;,this.id)\u0027\u003eFive Years\u003c/span\u003e\u003cspan id=\u00275\u0027 class=\u0027timeframeButton\u0027 style=\u0027display:none;\u0027 onclick=\u0027ChangeTimeframes_0399808357_98609(\u0026quot;Chart5643_0399808357_98609\u0026quot;,this.id)\u0027\u003eYield Curve\u003c/span\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=\u0027TableRows\u0027 style=\u0027\u0027\u003e\u003cdiv id=\u0027TableHeaderRow\u0027\u003e\u003cdiv class=\u0027widgetTableCell header1 col1\u0027\u003e\u003c/div\u003e\u003cdiv class=\u0027widgetTableCell header2 col2\u0027\u003e13-May-26\u003c/div\u003e\u003c/div\u003e\u003cdiv id=\u0027row1\u0027 class=\u0027TableRow odd rowflat\u0027 onclick=\u0027LoadThumbnail_0399808357_98609(\u0026quot;i011326\u0026quot;,\u0026quot;i011327\u0026quot;,\u0026quot;i011328\u0026quot;,\u0026quot;i011329\u0026quot;,\u0026quot;i000000\u0026quot;,\u0026quot;i001839\u0026quot;,\u0026quot;Chart5643_0399808357_98609\u0026quot;,1,\u0026quot;Canada Prime Rate\u0026quot;);\u0027\u003e\u003cdiv class=\u0027widgetTableCell field1 col1\u0027 onmouseover=\u0027previewImage_0399808357_98609(this, 400, 200);\u0027 onmousemove=\u0027moveImage_0399808357_98609(this, 400, 200);\u0027 onmouseout=\u0027removeImage_0399808357_98609(this)\u0027 \u003e\u003ca data-zoom=\u0027https://www.thefinancials.com/charts/i011328fb.jpg\u0027 onclick=\u0027return false;\u0027\u003eRBC Prime Rate\u003c/a\u003e\u003c/div\u003e\u003cdiv class=\u0027widgetTableCell field2 col2 flat material-symbols-outlined\u0027 onmouseover=\u0027previewImage_0399808357_98609(this, 400, 200);\u0027 onmousemove=\u0027moveImage_0399808357_98609(this, 400, 200);\u0027 onmouseout=\u0027removeImage_0399808357_98609(this)\u0027 \u003e\u003ca data-zoom=\u0027https://www.thefinancials.com/charts/i011328fb.jpg\u0027 onclick=\u0027return false;\u0027\u003e4.45%\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=\u0027row2\u0027 class=\u0027TableRow even rowflat\u0027 onclick=\u0027LoadThumbnail_0399808357_98609(\u0026quot;i006981\u0026quot;,\u0026quot;i006991\u0026quot;,\u0026quot;i007001\u0026quot;,\u0026quot;i007011\u0026quot;,\u0026quot;i000000\u0026quot;,\u0026quot;i001839\u0026quot;,\u0026quot;Chart5643_0399808357_98609\u0026quot;,2,\u0026quot;GOC 5-Year Treasury\u0026quot;);\u0027\u003e\u003cdiv class=\u0027widgetTableCell field1 col1\u0027 onmouseover=\u0027previewImage_0399808357_98609(this, 400, 200);\u0027 onmousemove=\u0027moveImage_0399808357_98609(this, 400, 200);\u0027 onmouseout=\u0027removeImage_0399808357_98609(this)\u0027 \u003e\u003ca data-zoom=\u0027https://www.thefinancials.com/charts/i007001fb.jpg\u0027 onclick=\u0027return false;\u0027\u003e5 Year GOC\u003c/a\u003e\u003c/div\u003e\u003cdiv class=\u0027widgetTableCell field2 col2 flat material-symbols-outlined\u0027 onmouseover=\u0027previewImage_0399808357_98609(this, 400, 200);\u0027 onmousemove=\u0027moveImage_0399808357_98609(this, 400, 200);\u0027 onmouseout=\u0027removeImage_0399808357_98609(this)\u0027 \u003e\u003ca data-zoom=\u0027https://www.thefinancials.com/charts/i007001fb.jpg\u0027 onclick=\u0027return false;\u0027\u003e3.25%\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=\u0027row3\u0027 class=\u0027TableRow odd rowflat selected\u0027 onclick=\u0027LoadThumbnail_0399808357_98609(\u0026quot;i006977\u0026quot;,\u0026quot;i006987\u0026quot;,\u0026quot;i006997\u0026quot;,\u0026quot;i007007\u0026quot;,\u0026quot;i000000\u0026quot;,\u0026quot;i001839\u0026quot;,\u0026quot;Chart5643_0399808357_98609\u0026quot;,3,\u0026quot;GOC 10-Year Treasury\u0026quot;);\u0027\u003e\u003cdiv class=\u0027widgetTableCell field1 col1\u0027 onmouseover=\u0027previewImage_0399808357_98609(this, 400, 200);\u0027 onmousemove=\u0027moveImage_0399808357_98609(this, 400, 200);\u0027 onmouseout=\u0027removeImage_0399808357_98609(this)\u0027 \u003e\u003ca data-zoom=\u0027https://www.thefinancials.com/charts/i006997fb.jpg\u0027 onclick=\u0027return false;\u0027\u003e10 Year GOC\u003c/a\u003e\u003c/div\u003e\u003cdiv class=\u0027widgetTableCell field2 col2 flat material-symbols-outlined\u0027 onmouseover=\u0027previewImage_0399808357_98609(this, 400, 200);\u0027 onmousemove=\u0027moveImage_0399808357_98609(this, 400, 200);\u0027 onmouseout=\u0027removeImage_0399808357_98609(this)\u0027 \u003e\u003ca data-zoom=\u0027https://www.thefinancials.com/charts/i006997fb.jpg\u0027 onclick=\u0027return false;\u0027\u003e3.59%\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=\u0027row4\u0027 class=\u0027TableRow even rowup\u0027 onclick=\u0027LoadThumbnail_0399808357_98609(\u0026quot;i011187\u0026quot;,\u0026quot;i011189\u0026quot;,\u0026quot;i011191\u0026quot;,\u0026quot;i011193\u0026quot;,\u0026quot;i000000\u0026quot;,\u0026quot;i001839\u0026quot;,\u0026quot;Chart5643_0399808357_98609\u0026quot;,4,\u0026quot;CMB 5-Year\u0026quot;);\u0027\u003e\u003cdiv class=\u0027widgetTableCell field1 col1\u0027 onmouseover=\u0027previewImage_0399808357_98609(this, 400, 200);\u0027 onmousemove=\u0027moveImage_0399808357_98609(this, 400, 200);\u0027 onmouseout=\u0027removeImage_0399808357_98609(this)\u0027 \u003e\u003ca data-zoom=\u0027https://www.thefinancials.com/charts/i011191fb.jpg\u0027 onclick=\u0027return false;\u0027\u003e5 Year CMB\u003c/a\u003e\u003c/div\u003e\u003cdiv class=\u0027widgetTableCell field2 col2 up material-symbols-outlined\u0027 onmouseover=\u0027previewImage_0399808357_98609(this, 400, 200);\u0027 onmousemove=\u0027moveImage_0399808357_98609(this, 400, 200);\u0027 onmouseout=\u0027removeImage_0399808357_98609(this)\u0027 \u003e\u003ca data-zoom=\u0027https://www.thefinancials.com/charts/i011191fb.jpg\u0027 onclick=\u0027return false;\u0027\u003e3.46%\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=\u0027row5\u0027 class=\u0027TableRow odd rowup\u0027 onclick=\u0027LoadThumbnail_0399808357_98609(\u0026quot;i011188\u0026quot;,\u0026quot;i011190\u0026quot;,\u0026quot;i011192\u0026quot;,\u0026quot;i011194\u0026quot;,\u0026quot;i000000\u0026quot;,\u0026quot;i001839\u0026quot;,\u0026quot;Chart5643_0399808357_98609\u0026quot;,5,\u0026quot;CMB 10-Year\u0026quot;);\u0027\u003e\u003cdiv class=\u0027widgetTableCell field1 col1\u0027 onmouseover=\u0027previewImage_0399808357_98609(this, 400, 200);\u0027 onmousemove=\u0027moveImage_0399808357_98609(this, 400, 200);\u0027 onmouseout=\u0027removeImage_0399808357_98609(this)\u0027 \u003e\u003ca data-zoom=\u0027https://www.thefinancials.com/charts/i011192fb.jpg\u0027 onclick=\u0027return false;\u0027\u003e10 Year CMB\u003c/a\u003e\u003c/div\u003e\u003cdiv class=\u0027widgetTableCell field2 col2 up material-symbols-outlined\u0027 onmouseover=\u0027previewImage_0399808357_98609(this, 400, 200);\u0027 onmousemove=\u0027moveImage_0399808357_98609(this, 400, 200);\u0027 onmouseout=\u0027removeImage_0399808357_98609(this)\u0027 \u003e\u003ca data-zoom=\u0027https://www.thefinancials.com/charts/i011192fb.jpg\u0027 onclick=\u0027return false;\u0027\u003e3.93%\u003c/a\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv id=\u0027footerLineContainer\u0027\u003e\u003chr noshade=\u0027noshade\u0027 class=\u0027footerLine\u0027\u003e\u003c/div\u003e\u003cdiv id=\u0027copyrightContainer\u0027 style=\u0027display: flex !important; order: 99 !important;\u0027\u003e\u003cdiv id=\u0027copyright\u0027 style=\u0027display: inline-block !important;\u0027\u003e\u0026copy; theFinancials.com\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/body\u003e\u003c/html\u003e"; } var sWidgetID_0399808357_98609='TID0399808357';var mainDiv_0399808357_98609=document.getElementsByName('0399808357_98609')[0];var chartColor_0399808357_98609='/';var initChart1Props_0399808357_98609='i006977_i006987_i006997_i007007_i000000';var asChart1Props_0399808357_98609=initChart1Props_0399808357_98609.split(/_/);var sChartImageName_0399808357_98609 = 'Chart5643_0399808357_98609';var widgetChart_0399808357_98609=mainDiv_0399808357_98609.getElementsByTagName('img')['Chart5643_0399808357_98609'];var chartLocation_0399808357_98609='T';var chartURL_0399808357_98609='https://www.thefinancials.com/charts/i006987';var bIncludeYieldCurveChart_0399808357_98609=false;var sChartAltText0399808357_98609='GOC 10-Year Treasury';var rowLastDivIDClicked=3;var bHasCharts_0399808357_98609=true;var bIsResponsive_0399808357_98609=false;var nNumRows_0399808357_98609=5;try {window.onresize = resizeWidget_0399808357_98609;window.dispatchEvent(new Event('resize'));var RefererDomain = '';var RefererDomain_Native = '';setTimeout(function() { var divWidgets = document.getElementsByClassName('widgetContainer'); for (i = 0; i