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) quickly recovered from the outbreak of geopolitical noise originating from the Eurozone in the previous week, rising 143.10 points (+3.6%) to end the Labor Day Holiday-shortened trading week at 4,067.36.
The change puts the level of the index back within the typical range anticipated by the dividend futures-based model for investors focusing on the current quarter of 2022-Q3. The latest update to the alternative futures chart shows that development.
With the geopolitical noise tied to energy demand and the very short supply of fossil fuels in Germany, the trigger for dissipating the noise can be traced to a decision by Germany's government to continue operating two nuclear power generating stations it previously planned to shutter without replacement by the end of this year. The sudden reversal of its anti-nuclear power policies greatly reduced the country's projected developing shortage of fossil fuels in the short term, which threatened to throw the country into deep recession from its poorly considered energy policies.
In the first week of September 2022, the inevitable outcome to Germany's bad policies threatened to bleed out into the global economy, which created the negative noise event causing stock prices to drop to "deeply undervalued territory". But all noise events end, it was only ever a question of when. Germany's energy policy U-turn was the week's main market-moving event.
Of course, other stuff happened too. Here's our summary of the week's lesser market-moving headlines:
The CME Group's FedWatch Tool still anticipates a three-quarter point rate hike in September (2022-Q3), but now projects a half-point rate hike in November (2022-Q4), followed by a quarter-point rate hike in December 2022. In 2023, the FedWatch tool predicts one last quarter-point rate hike in March (2023-Q1), with the Fed's series of rate hikes topping out in a target range of 4.00-4.25%. The FedWatch tool then forecasts the Fed will be forced to respond to developing recessionary conditions by announcing a quarter point rate cut in June (2023-Q2).
The Atlanta Fed's GDPNow tool's forecast for real GDP growth in 2022-Q3 plunged 2.6% to 1.3% over the past week, fully reversing the growth surge it predicted a week ago.
And then the August 2022 inflation report dropped, crashing the expectatation the Federal Reserve's minions might be able to pull off a "soft landing".
It may finally be time to reset the value of m, the basic multiplier used in the dividend futures-based model.
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.