to your HTML Add class="sortable" to any table you'd like to make sortable Click on the headers to sort Thanks to many, many people for contributions and suggestions. Licenced as X11: http://www.kryogenix.org/code/browser/licence.html This basically means: do what you want with it. */ var stIsIE = /*@cc_on!@*/false; sorttable = { init: function() { // quit if this function has already been called if (arguments.callee.done) return; // flag this function so we don't do the same thing twice arguments.callee.done = true; // kill the timer if (_timer) clearInterval(_timer); if (!document.createElement || !document.getElementsByTagName) return; sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/; forEach(document.getElementsByTagName('table'), function(table) { if (table.className.search(/\bsortable\b/) != -1) { sorttable.makeSortable(table); } }); }, makeSortable: function(table) { if (table.getElementsByTagName('thead').length == 0) { // table doesn't have a tHead. Since it should have, create one and // put the first table row in it. the = document.createElement('thead'); the.appendChild(table.rows[0]); table.insertBefore(the,table.firstChild); } // Safari doesn't support table.tHead, sigh if (table.tHead == null) table.tHead = table.getElementsByTagName('thead')[0]; if (table.tHead.rows.length != 1) return; // can't cope with two header rows // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as // "total" rows, for example). This is B&R, since what you're supposed // to do is put them in a tfoot. So, if there are sortbottom rows, // for backwards compatibility, move them to tfoot (creating it if needed). sortbottomrows = []; for (var i=0; i
The S&P 500 (Index: SPX) continued rising during the trading week ending on Friday, 15 May 2026, clocking several new record high closes during the week that was. The index however retreated from those new highs on Friday, but still closed at 7,408.50, up a little over 0.1% above its previous week's close.
Friday was the day inflation fears came roaring back for the U.S. economy, erasing two days worth of gains for the index in the process and taking expectations of rate cuts entirely off the table for 2026.
The CME Group's FedWatch Tool now anticipates no change in the Federal Funds Rate until 9 December (2026-Q4), when it now projects a quarter point rate hike, which is a big change from the previous week. Right now, it's not projecting much more than that increase, but the tool's bias going into 2027 has shifted toward expectations of more rate hikes.
QTR's Fringe Finance captured the Wall Street zeitgeist of the moment:
Lauren Hyslop, investment manager at Mattioli Woods, summarized the situation well in comments to CNBC: “Rising bond yields are once again imposing their will on markets, tightening financial conditions and sapping risk appetite across asset classes,” she said.
She added that investors are confronting the “uncomfortable reality of ‘higher for longer’ rates in the U.S., as stubborn inflation and surprisingly resilient growth push back any meaningful pivot to easing.” She also noted that a stronger dollar, fading expectations for liquidity support, geopolitical uncertainty, and fiscal concerns are all adding pressure simultaneously. That combination is particularly dangerous because it removes the easy narrative markets have relied on for months that rate cuts were inevitable and policymakers would remain quick to intervene.
The fact that the Fed is stuck between a 3.8% CPI and 6% PPI rock and a market-teetering-on-the-brink-of violently-pulling-back hard place was the core of yesterday’s concern. If the bond market starts to get violent, what options does the Fed have to start printing to buy bonds and do yield curve control with inflation already where it is? The central bank’s hands might be tied — and this is a scary (and somewhat unprecedented) thought....
Even so, the latest update of the alternative futures chart shows the trajectory of the S&P 500 remains within the redzone forecast range we forecast for it almost three months ago following the disruption of the Iran war geopolitical event.
The change from being biased to either holding rates steady or cutting rates is a global response to inflation pressures and the disruptions from the Iran war geopolitical event. The market moving headlines of the week indicate they are increasingly expected in the U.S., in Japan, and also in the Eurozone:
The Atlanta Fed's GDPNow toolestimate of real GDP growth for the U.S. economy in the current quarter of 2026-Q2 rose to +4.0%, up from the +3.7% it projected a week earlier.
Image credit: Microsoft Copilot Designer. Prompt: "An editorial cartoon of a Wall Street bull and bear who are shocked and scared by a news report that says 'INFLATION IS BACK, BABY!'"
Welcome to the blogosphere's toolchest! Here, unlike other blogs dedicated to analyzing current events, we create easy-to-use, simple tools to do the math related to them so you can get in on the action too! If you would like to learn more about these tools, or if you would like to contribute ideas to develop for this blog, please e-mail us at:
ironman at politicalcalculations
Thanks in advance!
Closing values for previous trading day.
This site is primarily powered by:
The tools on this site are built using JavaScript. If you would like to learn more, one of the best free resources on the web is available at W3Schools.com.