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
On the surface, it looks like the S&P 500 (Index: SPX) reached a new record closing high of 6,664.36 on Friday, 19 September 2025 because the U.S. Federal Reserve did exactly what investors expected to do.
The thing the Fed did that was so well-anticipated by everybody was to resume cutting the Federal Funds Rate after a nine month pause. The Fed's action to reduce this interest rate by a quarter point to a target range of 4.00-4.25% was, by far, the most noticeable market moving event of the week.
Being so well-anticipated, that action isn't what sent the S&P 500 to new record highs. The rate cut was effectively already built into stock prices.
The thing that did send stock prices 1.2% higher than their previous week's close was a new Lévy flight. Investors shifted their forward time horizon inward from the more distant future quarter of 2026-Q2 toward the nearer term future quarter of 2026-Q1.
The latest update of the alternative futures chart based on the dividend futures-based model shows that transition began on Monday, 15 September 2025 and continued throughout the week. By Friday, 19 September 2025, we observe investors would appear to be fully focused on 2026-Q1 as they set current day stock prices.
We think the reason for the shift of investor time horizon has to do with expectations for future rate cuts in 2026-Q1. After the Fed cut the Federal Funds Rate by a quarter point, the CME Group's FedWatch Tool projects two more quarter point cuts in 2025, coming on 29 October (2025-Q4) and 10 December (2025-Q4), then pausing for a cycle and resuming with another quarter point reduction on 18 March (2026-Q1).
Although the FedWatch tool indicates the Fed may pause in its new rate cut cycle, the open question is will it? We think the prospect the Fed will continue to cut the Federal Funds Rate at each of its rate-setting Federal Open Market Committee meetings through 2026-Q1 is sufficient to draw the forward-looking focus of investors inward to that less distant future quarter. Stock prices have risen in response because the outlook for year-over-year dividend growth in the quarter is more positive than what it is for 2026-Q2, where investors had, until this week, locked their attention since mid-August 2025.
Here are the market-moving headlines of the week that was, where both realized and potential personnel changes at the Fed helped fuel what investors expect may happen into early 2026.
The Atlanta Fed's GDPNow tool projection of real GDP growth in the U.S. during the current quarter of 2025-Q2 ticked up to +3.3% after last week's forecast of +3.1% annualized growth.
Image credit: Microsoft Copilot Designer. Prompt: "An editorial cartoon of a Wall Street bull and a bear, both wearing business suits. The bull smiles and says I'M HAPPY ABOUT THE RATE CUT BUT LET'S SEE MORE while the bear looks skeptical".
Behind the scenes, we may be starting to get a handle on the remaining unknown frontier covering the last 10% for explaining why stock prices behave as they do thanks in no small measure to this Financial Times article, which provides an excellent entry point into what may well be a coherent theory for what causes changes in market regimes that the dividiend futures-based model can only quantify through observation. It's an exciting time and if it holds, one where we'll be extremely pleased to highlight the work of others!
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.