ADVERTISEMENT

House eyes P200 legislated wage hike, solons to hasten deliberations--Romualdez

Published Jan 29, 2025 08:30 am

At A Glance

  • Speaker Martin Romualdez says the House of Representatives will expedite deliberations on proposed wage hike legislation to address the urgent need for economic relief among Filipino workers. 

IMG-663732c7509107ffeba2ba6208e4293a-V.jpgHouse Speaker Martin Romualdez (Speaker’s office)

 

 

 

 

 

 



Speaker Martin Romualdez says the House of Representatives will expedite deliberations on proposed wage hike legislation to address the urgent need for economic relief among Filipino workers. 

This, after Romualdez met with labor leaders and representatives of the country’s major labor groups at the Speaker’s Social Hall on Tuesday night, Jan.28 to listen to their inputs and plea for a legislated wage hike. 

“The House of the People is working tirelessly to craft a wage increase measure that meets the needs of our workers while ensuring that businesses, particularly MSMEs (micro, small, and medium enterprises) are supported during this transition. This is a critical step toward achieving inclusive growth and addressing the immediate challenges faced by Filipino families,” Romualdez said. 

“Ang lumalabas na consensus dito sa House of Representatives, pending ongoing public consultation, baka kayang dagdagan ng P200 bawat araw ang minimum wage,” he said. 

(The consensus here in the House of Representatives, pending ongoing public consultation, is a proposal to increase the daily minimum wage by P200.) 

Deputy Speaker TUCP Party-list Rep. Democrito Raymond Mendoza and Tingog Party-list Rep. Jude Acidre accompanied the labor leaders in their meeting with Speaker Romualdez. 

As inflation continues to drive up the prices of essential goods and services, Romualdez stressed that the need for a meaningful wage adjustment was more pressing than ever. 

He noted that the last legislated wage increase was enacted more than three decades ago under the Wage Rationalization Act of 1989, which successfully raised wages without causing massive inflation or widespread business closures. 

“If we were able to do this in the past, there is no reason why we cannot do it now, especially with careful planning and collaboration with all sectors. Hindi lang natin tataasan ang suweldo, titiyakin din natin na makatutulong ito sa ating ekonomiya,” the House leader said. 

(Not only will we hike wages, we will also ensure that it will help our economy.) 

Romualdez underscored the broader economic benefits of a wage increase, such as boosting household spending, stimulating local economies, and driving long-term growth. 

“Higher wages mean workers have more disposable income to spend on goods and services, increasing demand across various sectors. Since consumption is a significant driver of economic growth, this increased spending stimulates business activity, generates revenue, and supports job creation. In the Philippines, where consumer spending accounts for a substantial portion of GDP (gross domestic product), a wage hike can act as an economic catalyst,” he explained. 

“A well-designed wage hike is not just an immediate solution to help workers cope with inflation, it is an investment in our collective future,” added the Lakas-Christian Muslim Democrats (Lakas-CMD) president and Leyte 1st district congressman. 

Nevetheless, Romualdez highlighted the importance of a win-win solution that balances the interests of workers and employers. Provisions being considered include wage subsidies and exemptions for MSMEs, which are vital to the Philippine economy. 

“Our MSMEs are the backbone of our economy, and they must be protected even as we address the needs of our workers. Through wage subsidies and other mechanisms, we aim to ensure that no one is left behind,” he said. 

The Speaker assured the public that the House of Representatives had been consulting extensively with all stakeholders, including workers’ groups, employers, and economists, to ensure that the resulting legislation is inclusive and sustainable. 

“This is a delicate balancing act, but the House is committed to addressing the concerns of all sectors. We are working on a measure that truly reflects the spirit of bayanihan, one that uplifts workers, supports businesses, and strengthens the economy,” he said.
 

Related Tags

Wage hike House of Representatives Martin Romualdez
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.