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) retreated for the fourth consecutive week. The index even crossed into correction territory before bouncing back on Friday, 14 March 2025, closing out the week at 5,638.94, about 2.3% below where it closed the preceding Friday.
The recent spate of negative economic news continued, with both the U.S. and China registering signs of slowing economies. For the U.S., the prospect for slowing economic growth continued to drive changes in the outlook for rate cuts by the Federal Reserve.
Here, the CME Group's FedWatch Tool still projects the Fed will resume cutting rates with a quarter point rate reduction when Fed meets on 18 June (2025-Q2). The FedWatch tool however now anticipates additional quarter point rate cuts at 12-week intervals in the second half of 2025, coinciding with the Fed's FOMC meetings on for 18 June (2025-Q2), and 17 September (2025-Q3) and 10 December (2025-Q4). The last four weeks has seen the FedWatch tool's forecast go from predicting one to four rate cuts during 2025.
Unlike previous weeks however, the trajectory of the S&P 500 remains well below the levels anticipated by the dividend futures-based model at this point in time. Here's the latest update to the alternative futures chart:
We think the market may be experiencing a regime change for the first time since 9 March 2023, which means the multiplier used in the model may have changed. If so, we think the main factor behind that change is the deflation of the AI bubble.
We'll get a better reading this week. The Federal Reserve's Open Market Committee has a two-day meeting to discuss how they'll be setting the Federal Funds Rate in the months ahead. We use the FOMC's meeting dates as calibration points in checking the value of the multiplier because these events draw such close investor focus and can provide a good indication of how far into the future investors are looking. Our next calibration check will be on Wednesday, 19 March 2025, we'll be discussing what we see in the next edition of the S&P 500 chaos series.
There's a little more that goes into determining how far forward in time investors are setting their investment horizon. We draw much of that additional context from the market-moving headlines. Here are the notable headlines from the past week's newstreams.
The Atlanta Fed's GDPNow tool's projection of what real GDP growth will be in 2025-Q1 remains unchanged from last week's -2.4%, its next update is set for 17 March 2025. The GDPNow estimate is believed to be sending a false signal given very high imports of gold to the U.S. (originating from Canada, Switzerland, and surprisingly, Hong Kong), which have shown up as imports in trade data, but which have not yet been updated in inventory data tracked by the GDPNow tool. Forecasts of GDP in 2025-Q1 will be revised higher after accounting for the imported gold rush.
Image credit: Microsoft Copilot Designer. Prompt: "An editorial cartoon of a Wall Street bull observing a downward-trending stock chart"
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.