ADVERTISEMENT

DSWD, UNICEF to provide unconditional cash aid to 22k typhoon vulnerable families in Catanduanes, N. Samar

Published Jun 20, 2022 09:37 am

Sealing the DSWD-UNICEF partnership on the provision of unconditional cash transfers under the United Nations Central Emergency Response Fund for Anticipatory Action for predictable hazards are (from left to right) DSWD Undersecretary Felicisimo C. Budiongan, UNICEF Deputy Representatives for Programs Behzad Noubary, Landbank Senior Vice President Marilou L. Villafranca, and UNICEF Chief of Social Policy Atty. Anjanette Saguisag. (DSWD)

The Department of Social Welfare and Development (DSWD) and the United Nations Children’s Fund (UNICEF) on June 14, agreed to provide multi-purpose unconditional cash transfers to some 22,000 families in typhoon vulnerable towns of Catanduanes and Northern Samar.

Under the United Nations’ Central Emergency Response Fund (CERF) for anticipatory action (AA) for predictable hazards, unconditional cash top up will be provided to around 22,000 Pantawid Pamilyang Pilipino Program (4Ps) beneficiaries, including 42,239 children, in the municipalities of Baras, Bato, San Andres, and Virac in the province of Catanduanes, and municipalities of Catarman, Catubig, Gamay, Mondragon, and San Roque in Northern Samar.

The assistance will be provided three days before the landfall of a Category 4 typhoon, consistent with the principles of the anticipatory action.

Each family will receive P1,000 per family, calculated as 30 percent of children’s estimated minimum expenditure basket for nutrition, education, water, sanitation and hygiene, and child protection services.

The cash assistance will be provided to 4Ps beneficiaries through the Land Bank of the Philippines, the government’s depository bank.

In addition to the top-up cash assistance, UNICEF will also test the provision of anticipatory multi-purpose cash transfers using existing national government social protection systems to mitigate the impact of disasters and generate evidence to contribute to DSWD policy development that strengthens national social protection systems for future humanitarian and disaster response.

DSWD said the partnership is a product of the Philippine UN Humanitarian Country Team’s development of a framework that is fit-for-purpose, framed according to existing operational coordination mechanisms and response plans, and built on lessons learned and good practices from past typhoon preparedness and responses.

UNICEF Philippines Deputy Representative Behzad Noubary underscored the importance and urgency of the partnership.

By providing support before a disaster happens, CERF AA seeks to mitigate, and to a certain extent prevent, the impact of typhoons on people’s homes and livelihoods, while building on government’s mandatory pre-emptive evacuation procedures that save lives.

“This is the first time that we will test the concept of anticipatory action through a shock responsive social protection model. Through this intervention, the most at-risk communities will have better financial resources to bounce back after a typhoon. Traditional disaster response, when complemented with anticipatory actions, can significantly reduce the impact of disasters and allow for a faster recovery,” Noubary said.

DSWD Secretary Rolando Joselito Bautista, in a statement read by Undersecretary Felicisimo Budiongan, said: “This Anticipatory Action Pilot Project is a good start to test the provision of anticipatory multi-purpose cash transfers using existing national government social protection systems specifically through the provision of top-up to Pantawid Pamilyang Pilipino Program beneficiaries.”

“Also, this pilot project can generate evidence to improve the policies on strengthening the social protection systems within the department. Again, congratulations to all of you who took part in benchmarking the anticipatory action in government systems,” Bautista said.

Related Tags

DSWD
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.