CARE International, Phenix Centre launch study on barriers for female entrepreneurs in Jordan

AMMAN — CARE International in Jordan and the Phenix Centre for Economic and Informatics Studies with funding from the Danish NOVO Nordisk Fonden, launched an analytical study on barriers for women to start and run micro and small businesses in Jordan.

Director of the Phenix Centre, Ahmad Awad said that the economic participation rates of women in Jordan have remained stagnant for years, lingering at 14 per cent. He emphasised that the capabilities of women in Jordan, especially female entrepreneurs, are hindered by various obstacles preventing increased participation in the labour market, according to a statement to The Jordan Times.

Shatha Obeid, project management director at CARE International in Jordan, highlighted the need to intensify efforts to enhance women's economic participation, emphasising its tangible impact on economic growth. CARE consistently focuses on empowering women, children, refugees, and other marginalised groups by providing resources and eliminating discrimination in the labour market, he added.

Lead researcher at the Phoenix Centre, Ola Badr, presented key findings from the study, pointing out economic, social, legal and personal challenges faced by women entrepreneurs in Jordan. The study indicated that the economic challenges are represented by the poor financial assets and resources of women entrepreneurs, limited financial inclusion of women and their weak financial culture, and inadequate marketing and product distribution. The study also revealed that 61 per cent of female entrepreneurs in the sample faced challenges related to the lack of basic and intangible resources, she said.

The study also highlighted difficulties related to accessing financial services, with more than 56.9 per cent finding it challenging and 38.7 per cent facing obstacles in obtaining loans. Weak marketing skills were noted by 40.5 per cent of respondents, as many of them do not use technology for marketing, impacting their ability to reach a broader customer base and compete in digital markets, according to the statement.

Addressing social challenges, the study identified societal attitudes, gender roles, and geographical and cultural barriers, as significant factors. Societal attitudes in Jordan tend to steer women towards traditional roles, they do not accept job opportunities that do not suit their culture, which has contributed to high unemployment rates among women and hinders their participation in entrepreneurship.

Geographical and cultural barriers also worsen challenges to market access, particularly in rural areas. Women in these regions face transportation difficulties and conservative customs that hinder their business endeavours, according to the statement.

The study also highlighted that female entrepreneurs in Jordan face numerous legal and regulatory challenges, limiting their ability to run and manage small and microenterprises. This includes formal registration and licensing processes that result in the loss of some social protection benefits, discouraging them from officially registering their businesses.

As for personal challenges, the study also highlighted that Entrepreneurial women lack some leadership skills, self-awareness, legal and financial awareness and certain leadership skills like setting long-term goals, time management, planning, communication skills and interpersonal communication, according to the statement.

Deputy Director of Planning and Economic Development at the Greater Amman Municipality Ghadeer Hamoud said that efforts are underway to enhance women's economic participation by providing business incubators for women entrepreneurs. Additionally, training courses are going to be offered in various fields, such as production kitchens and beauty, to raise awareness and skills.

Manal Abdullah, research specialist at the Microfund for Women, said that the fund works to provide financing opportunities for women of all nationalities to start their projects. The fund also offers educational courses to ensure the sustainability of these projects.

The study also recommended reviewing legal legislation related to business practices, simplifying registration and licensing procedures for small and microprojects, and creating business incubators for women entrepreneurs. It also suggested enhancing public transportation to meet the needs of women, especially those with disabilities and emphasised the need for joint government and societal efforts to overcome economic, social and legal obstacles faced by women entrepreneurs, according to the statement.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });