HomeArchiveU.S. Report: Economic woes still on horizon

U.S. Report: Economic woes still on horizon

Ten months into an already economically shaky 2011, the International Labor Organization (ILO) is predicting that the next six months could see further job loss and economic deceleration. 

On Monday, the ILO released the 2011 World of Work Report, an annual overview of the global labor market. The report’s two most notable predictions, which were much of the focus of the 140-page presentation, claimed that many countries could experience slowed economic growth and an insufficient supply of jobs in the short term. 

“The world economy, which had started to recover from the global crisis, has entered a new phase of economic weakening,” wrote Raymond Torres, director of the ILO’s International Institute for Labor Studies. “Economic growth in major advanced economies has come to a halt and some countries have re-entered recession, notably in Europe. Growth has also slowed down in large emerging and developing countries.”

Rodrigo Bolaños, president of the Central Bank of Costa Rica, has also indicated that he expects decelerated economic growth for the country during the final months of the year. In August, Bolaños lowered gross domestic product growth projections from 4.5 percent to 4 percent. In July, the Economic Commission for Latin America and the Caribbean projected that Costa Rican economic growth would reach only 3.5 percent in 2011 due to slowed revenues in trade and an escalating fiscal deficit. 

Further signs of economic slowdown were observed in the tourism sector this week as Costa Rica’s National Tourism Chamber reported that international tourist arrivals to airports fell 3.9 percent during the third quarter, compared to the same time frame last year. 

The ILO report also forecasted that increasing economic uncertainty and fear of job instability could lead to a decrease in household consumption. A trickle-down effect could follow, with various sectors suffering due to a lack of capital in circulation. 

“The uncertain demand outlook, combined with continued weaknesses in the financial system of advanced economies, is depressing investment in all countries, including in emerging and developing economies, which rely primarily on exports for growth and job creation,” the report stated. “In short, there is a vicious cycle of a weaker economy affecting jobs and society, in turn depressing real investment and consumption, thus the economy, and so on.”

The report also stated that the growing demand for jobs, driven by younger generations entering the workforce, cannot be matched by the shrinking job supply. The result will be an additional job shortage of an estimated 40 million during the next two years, which the report warned could cause potential social unrest. 

“The recent slowdown in economic activity suggests that the world economy is likely to create a little over half of the jobs needed,” the report stated. “Trends in social discontent are associated with both the employment developments and perceptions that the burden of the crisis is shared unevenly.”

According to the United Nations Office on Drugs and Crime’s 2011 Global Study on Homicide, released last month, countries with wide income disparities were found to be four times more likely to be afflicted by violent crime than societies with more equitable wealth distribution. The study demonstrated this relationship with a chart titled “Homicide rate and selected economic variables, Costa Rica 2005-2009.” The graph compared the national homicide rate to fluctuations in inflation rate and GDP in Costa Rica during the time frame of reference. When the consumer price index rose, homicide rates did as well. During the economic recession of 2008-2009, homicide rates hit their highest mark in history. As the economy recovered near the end of 2009, the homicide rate dropped in Costa Rica. 

“An increase in levels of homicide can be noted … with a relationship between percentage change in consumer price index and GDP,” the U.N. report stated. “The recent financial crisis affected not only homicides but also other crimes, particularly property-related crimes.”

Trending Now

Costa Rican Influencer Julián Valverde Released by ICE Without Bond

Costa Rican content creator Julián Valverde was released from U.S. Immigration and Customs Enforcement custody in Florida on Sunday, Sept. 20, after five days...

Costa Rica Airport Warns Drone Incidents Are Disrupting Flights

Reports of drones flying near San Jose's Juan Santamaría International Airport have increased sharply this year, prompting airport officials to warn that unauthorized flights...

Building in Costa Rica? Understanding Your Construction Contract Options

The final word in legal matters is in the hands of the Supreme Court. In Costa Rica the Supreme Court is composed of four...

Costa Rica Peace Festival Brings Art and Music to Alajuela

A Peace Festival de Arte will stretch out over five months with activities for everyone, starting with an inauguration on Wednesday, September 23 and...

Honduras Adopts El Salvador-Style Prison Measures Against Gangs

Honduras has approved stricter prison rules targeting suspected gang members and drug traffickers, adopting measures similar to those used in El Salvador’s anti-gang crackdown.

Costa Rica’s Former Simón Bolívar Zoo Opens for Coffee Day

San José residents will get another chance to walk the grounds of the former Simón Bolívar Zoo on Saturday, October 3, when the site...

Apple Brings Tap to Pay on iPhone to Costa Rica

Apple rolls out Tap to Pay on iPhone in Costa Rica. Businesses can now accept in-person contactless payments on an iPhone, with no separate...

What Costa Rica’s Record-Low Dollar Means for Expats and Retirees

The dollar fell to another all-time low on Costa Rica's Foreign Exchange Market (Monex) on Wednesday. The drop extends a slide that is steadily...

A Nostalgic Look Back at Life in Costa Rica

From bankbooks and free bocas to machete-cut grass and Lada Nivas, a longtime resident looks back at the Costa Rica he first encountered and how the country has changed.
🌴 The Weekly Pura Vida

Costa Rica, Once a Week

The week's top stories, weather & insider tips — delivered every Sunday. One email, zero clutter.

🔒 Free. No spam. Unsubscribe anytime.

Loading…
Feels like Humidity Wind
Full Costa Rica Forecast →
Data: OpenWeatherMap
(function(){ var apiKey = '9e9319f5829bcece983394a6b8a5cc80'; var gradients = { clear: 'linear-gradient(135deg,#f5a623 0%,#e67e22 100%)', clouds: 'linear-gradient(135deg,#6b8cae 0%,#4a6b8a 100%)', rain: 'linear-gradient(135deg,#4a6b8a 0%,#2c3e50 100%)', drizzle: 'linear-gradient(135deg,#5b8bb0 0%,#3a6384 100%)', thunderstorm: 'linear-gradient(135deg,#3a3a5c 0%,#1a1a2e 100%)', mist: 'linear-gradient(135deg,#8ca5b8 0%,#607888 100%)', fog: 'linear-gradient(135deg,#8ca5b8 0%,#607888 100%)', default: 'linear-gradient(135deg,#4a90d9 0%,#2c5f9e 100%)' }; function loadCity(city, label){ var body = document.getElementById('tt-weather-body'); var loading = document.getElementById('tt-weather-loading'); var content = document.getElementById('tt-weather-content'); loading.style.display = 'block'; loading.textContent = 'Loading…'; content.style.display = 'none'; var url = 'https://api.openweathermap.org/data/2.5/weather?q=' + encodeURIComponent(city) + '&units=imperial&appid=' + apiKey; fetch(url).then(function(r){return r.json();}).then(function(d){ if(d.cod && d.cod !== 200){ loading.textContent = 'Weather unavailable.'; return; } var main = d.weather[0].main.toLowerCase(); body.style.background = gradients[main] || gradients.default; document.getElementById('tt-weather-location').textContent = label + ', Costa Rica'; document.getElementById('tt-weather-temp').textContent = Math.round(d.main.temp) + '°'; document.getElementById('tt-weather-desc').textContent = d.weather[0].description; document.getElementById('tt-weather-feels').textContent = Math.round(d.main.feels_like) + '°'; document.getElementById('tt-weather-humidity').textContent = d.main.humidity + '%'; document.getElementById('tt-weather-wind').textContent = Math.round(d.wind.speed) + ' mph'; document.getElementById('tt-weather-icon').src = 'https://openweathermap.org/img/wn/' + d.weather[0].icon + '@2x.png'; loading.style.display = 'none'; content.style.display = 'block'; }).catch(function(){ loading.textContent = 'Weather temporarily unavailable.'; }); } var tabs = document.querySelectorAll('.tt-tab'); tabs.forEach(function(tab){ tab.addEventListener('click', function(){ tabs.forEach(function(t){ t.style.opacity='0.6'; t.style.borderBottom='3px solid transparent'; t.style.fontWeight='400'; }); tab.style.opacity='1'; tab.style.borderBottom='3px solid #ffb300'; tab.style.fontWeight='600'; loadCity(tab.getAttribute('data-city'), tab.getAttribute('data-label')); }); }); loadCity('San Jose,CR', 'San José'); })();

Latest News from Costa Rica

Costa Rica Coffee Maker Chorreador
Costa Rica Car Rentals
Costa Rica Travel Insurance
Costa Rica Travel