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 daily action of the S&P 500 (Index: SPX) nearly crossed the threshold of becoming very interesting last week. For us, we define "very interesting" as being a three percent change from its previous day's closing value. But ultimately, the index came up short, ending the trading week at 3,900.86 after dropping 2.91% on Friday, 10 June 2022.
That nearly very interesting decline happened because the Consumer Price Inflation report came in much hotter than expected, confirming President Biden's inflation still hasn't been slowed. Because that's the case, the report shifted a portion of the forward-looking attention of investors back toward the current quarter of 2022-Q2. The new information about U.S. inflation puts more attention on what the Federal Reserve may do about it when they meet next week, accounting for the partial shift.
But not a full shift, for the practical reason of the coming expiration of dividend futures contracts for 2022-Q2. With those contracts expiring on Friday, 17 June 2022, investors kept a majority of their focus on 2022-Q3 as their primary time horizon.
At least, that's what we can divine from the latest update to the dividend futures-based model alternative futures chart.
It's possible this change will become large enough to fully qualify as a new Lévy flight event. On that count, we'll find out for sure soon enough, and no later than at the end of the Fed's two day meeting on Wednesday, 15 June 2022.
Until then, here's our recap of the market moving headlines of the trading week ending 10 June 2022, where you can see investors began absorbing the news U.S. inflation would come in higher than previously anticipated on Thursday, 9 June 2022. Before that point in time, we would describe the day-to-day volatility of the index as being consistent with garden-variety noise.
Combining Thursday and Friday's investor reactions to news of higher than expected inflation in the U.S., the S&P 500 lost 5.3% of its value in response. The index was down 5.1% for the week, where that smaller change indicates the index was rising before the higher inflation news arrived.
A lot changed for expectations of the Federal Reserve's plan to hike rates in the latter part of the trading week ending on 10 June 2022. The CME Group's FedWatch Tool is projecting a half point rate hike to be announced after the Fed meets next week (2022-Q2), with a greater than 20% probability they'll boost it to a three-quarter point hike. Beyond that, the FedWatch tool now also expects a three-quarter point rate hike just six weeks later (2022-Q3), followed by another half point rate hike in September 2022 (also 2022-Q3), which has become the future quarter of interest for investors to focus their forward-looking attention.
The Atlanta Fed's GDPNow tool turned even more pessimistic in the past week. Its forecast of real GDP growth of 0.9% for the U.S. in 2022-Q2 is down from last week's projection of 1.3% annualized growth. If that downward trend continues, it suggests the U.S. economy is potentially in the midst of experiencing two consecutive quarters of real GDP shrinkage, which many associate with the economy being in recession.
It's official. This is the seventh Lévy Flight event of 2022. Investors have fully shifted their attention back to the current quarter of 2022-Q2, waiting to see what the Fed will do next. There are surging expectations that the Fed will hike rates on Wednesday by at least 75 basis points (three-quarters of a percent), rather than the 50 basis point rate hike the Fed's minions had been signaling for 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.