The Daily Psyop

Where Skepticism Meets Insight

NewsUncategorized

Global Debt Skyrockets To $315 Trillion – Mario Nawfal

 Global Debt Skyrockets To $315 Trillion

The world’s debt hit a jaw-dropping $315.1 trillion in early 2024, climbing $1.3 trillion in three months!

Debt now equals 333% of global GDP.

The U.S. and Japan led the borrowing frenzy in advanced economies, while China, India, and Mexico carried the torch for emerging markets.

Since the pandemic, global debt has ballooned by $54.1 trillion, up 21%.

Non-financial companies owe $94.1 trillion, governments $91.4 trillion, financial institutions $70.4 trillion, and households $59.1 trillion.

In the U.S., debt servicing costs now outpace defense spending, and guess what, there’s no plan to fix it…

Meanwhile, emerging markets face rising risks with $105 trillion in debt and sluggish recovery from 2019.

Source: visualcapitalist – Aug 2024

🔗SOURCE ➡️ Mario Nawfal

12/29 – Homelessness Hit Record High This Year Amid Affordable Housing Shortage

Follow ➡️ @PsyopDaily


View This Post on Mario Nawfal’s X / Twitter

TheMcgwire

Found of The Daily Psyop. Passionate about Foreign Policy. Have been actively involved in Independent Media since 2019.

Leave a Reply

Your email address will not be published. Required fields are marked *

document.addEventListener("DOMContentLoaded", function () { // Get all category links const categoryLinks = document.querySelectorAll(".tg-post-categories > a"); const categoriesToHide = new Set(); // Iterate through all categories and identify parents categoryLinks.forEach((link) => { const href = link.getAttribute("href"); // Extract category hierarchy after "/category/" const categoryPath = href.split("/category/")[1]?.split("/"); if (categoryPath && categoryPath.length > 1) { // Mark parent categories for hiding for (let i = 0; i < categoryPath.length - 1; i++) { const parentCategoryPath = `/category/${categoryPath.slice(0, i + 1).join("/")}/`; categoriesToHide.add(parentCategoryPath); } } }); // Hide parent categories if their children are displayed categoryLinks.forEach((link) => { const href = link.getAttribute("href"); if (categoriesToHide.has(href)) { link.style.display = "none"; } }); });