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
As if investors didn't have enough to consider with earnings season in full swing, bad economic data released late in the trading week raised new concerns of whether the U.S. economy is falling into recession.
July 2024 is, after all the most likely month the recession for which the recession forecasting method we've been following indicates would represent Month 0 of a new recession, marking the peak of economic expansion for the economy. But we won't know that for some time to come, after the National Bureau of Economic Research might get around to making that determination.
Combined with jobs data that confirms rising the nation's rising unemployment rate has triggered the so-called "Sahm Rule" signaling a near-real time indicator of the arrival of negative economic conditions, bears have taken charge of Wall Street as investors focus on the gathering recessionary storm clouds.
Unsurprisingly, that new information sent stock prices lower. The S&P 500 (Index: SPX) dropped a little over 2% from its previous week's close, ending Friday, 2 August 2024's trading at 5,346.56. As recently as Wednesday, 31 July 2024 had been over 1.1% higher than its previous week's closing value as the Fed signaled it was set to begin cutting short term interest rates in September, so the bearish reversal is larger than it appears in the week-to-week change.
At this time, the dividend futures-based model's alternative futures chart indicates the trajectory of the S&P 500 remains consistent with investors focusing their forward-looking attention on the distant future quarter of 2025-Q2, though it is near the low end of range we would expect for that scenario.
Speaking of expectations for interest rate cuts, the CME Group's FedWatch Tool forecast has changed. While the tool still 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 the Fed is expected implement a quarter-point reduction in this interest rate, it now projects future cuts will be much more frequent, with quarter point rate cuts taking place at six-week intervals.
Here are the week's market moving headlines. Note the change in tone that takes place with the arrival of new information after Wednesday, 31 July 2024.
The Atlanta Fed's GDPNow tool's forecast for real GDP growth during the now current quarter of 2024-Q3's is +2.5%, down from last week's initial estimate of +2.8% growth.
Image Credit: Microsoft Copilot Designer.. Prompt: "An editorial cartoon of a Wall Street bear charging through the stock market with a storm cloud labeled 'RECESSION' following it. ".
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.