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) rose a half percent over its previous week's close, ending the third trading week of February 2025 at 5,667.56
That small increase marked at least a pause in the ongoing deflation of the AI bubble, which continues to be the biggest story in the U.S. stock market. To emphasize that significance, this week's newstreams carried a story noting that nearly all the AI valuation premium in the Nasdaq 100 has evaporated over the past four weeks.
But is the evaporation of the AI premium a short term noise event or does it mark a regime change for the U.S. stock market? In the latest update of the alternative future chart, we find the trajectory has dropped below the levels consistent with how the dividend futures-based model projects, which corresponds to the possibility the drop in the S&P 500 is the result of a noise event for the market.
The timing of the Federal Reserve's Open Market Committee's interest rate setting meeting on 19 March 2025 however provided a unique opportunity to develop a hypothesis the U.S. stock market is experiencing a regime change, for which the deflation of the AI bubble is a factor. We traced the potential end of the previous market regime to Friday, 21 February 2025, with a new regime then starting from Monday 24 February 2025.
For the dividend futures-based model, what defines a market regime is the value of the model's multiplier. For the previous regime, that multiplier m was set to a value of +1.5, which was effectively a constant from 9 March 2023 through 21 February 2025. For the hypothetical new market regime, we estimate the value of m reset to +4.0 on 24 February 2025. The next chart shows how that change in multiplier, or market regime, affects the dividend futures-based model's projections, in which we assume investors have focused on the upcoming quarter of 2025-Q2 in setting the level of stock prices during the past four weeks.
If the noise event hypothesis is correct, the S&P 500 will likely rebound to higher levels in the weeks ahead. But if the market regime change hypothesis is correct, the index' trajectory will be comparatively lower.
The random onset of new information will play a role in how either scenario will play out. Here are the past week's market-moving headlines.
The CME Group's FedWatch Tool's projections are unchanged despite the Fed's 'cautious' statements after its 19 March 2025 interest rate setting meeting that left the Federal Funds Rate unchanged, as expected. The FedWatch Tool projects the Fed will resume cutting rates with a quarter point rate reduction when Fed meets on 18 June (2025-Q2). The FedWatch tool also anticipates additional quarter point rate cuts at 12-week intervals in the second half of 2025, coinciding with the Fed's FOMC meetings on 18 June (2025-Q2), and 17 September (2025-Q3) and 10 December (2025-Q4).
The Atlanta Fed's GDPNow tool's projection of what real GDP growth will be in 2025-Q1 improved to -1.8% from last week's projection of -2.4%. Even so, the GDPNow estimate is still believed to be sending a false signal given very high imports of gold to the U.S., 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 significantly higher after accounting for the imported gold rush in its 26 March 2025 update.
Image credit: Microsoft Copilot Designer. Prompt: "An editorial cartoon of a Wall Street bull who is happy the stock market had a good week after four losing weeks".
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.