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) fell again durin ghte third week of April 2024. The index closed out the week at 4,967.23, a little over three percent below the level it closed the second week. The index has dropped 5.5% below its record peak closing value from 28 March 2024.
The main driving force behind the falling level of stock prices are slipping expectations for when and by how much the Federal Reserve will cut interest rates during 2024. The CME Group's FedWatch Tool anticipates the Fed will hold the Federal Funds Rate steady in a target range of 5.25-5.50% until 18 September (2024-Q3) when a quarter point reduction is expected, some twelve weeks longer than expected just a week earlier. The tool also projects only one rate cut in 2024, the timing of which is looking uncertain.
As we illustrated in a separate analysis, that slipping timing is reducing the expected level of dividends in future quarters. Right now, we think investors have been scared by the "no rate cut" bear into shifting their forward-looking focus to either 2024-Q3 or 2024-Q4, with their investment time horizon being affected by the sliding expectations for when the Fed might alter the level of short term interest rates in the U.S.
We're basing that hypothesis on the level the dividend futures-based model is projecting the potential level of the S&P 500 will be a month from now as we're within the month-long window in which its projections have "locked in". The latest update for the alternative futures chart shows the current level of the index is consistent with the model's still-dynamic projections outside of the locked-in period:
An alternate explanation is the stock market is experiencing a regime change, in which the dividend futures-based model's basic multiplier has changed, but we would need several more weeks of data to confirm if that is the case. We're weighing these scenarios behind the scenes, where we haven't yet seen sufficient data to determine the established value of the multiplier has definitively broken from the level it has held since 9 March 2023.
In the meantime, the context provided by the market-moving headlines of the week points to that market regime still holding. The week's headlines point to the rapidly slipping expected timing of rate cuts in 2024, which continued in the past week, as the continuing culprit in the decline of stock prices during the last several weeks.
The Atlanta Fed's GDPNow tool's latest estimate of real GDP growth for the first quarter of 2024 (2024-Q1) rose to +2.9% from the +2.4% growth forecast last week.
Image credit: Microsoft Bing Image Creator. Prompt: "An editorial cartoon of a bear with a sign that says 'NO RATE CUTS' scaring Wall Street traders"
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.