ADVERTISEMENT

With hopes to inculcate values and importance of financial literacy through technology

Published Jun 14, 2022 11:26 pm

‘MADISKARTENG PANANALAPI.’ Rizal Commercial Banking Corporation (RCBC) led by its President and CEO Eugene S. Acevedo (fifth from the top-left) and Executive Vice President and Chief Innovation and Inclusion Officer Lito Villanueva turn over copies of the “Aralin sa Madiskarteng Pananalapi” modules and digital financial education materials to the regional directors, education program supervisors, and teachers of the Department of Education’s (DepEd) in the National Capital Region and Region IV-A.

Yuchengco-led Rizal Commercial Banking Corporation (RCBC), through its financial inclusion super app DiskarTech, recently launched its grassroots financial education program, in partnership with the Department of Education (DepEd).

Opening salvo of the Madiskarteng Pilipino Financial Education campaign was held at the Rizal High School in Pasig City late last month.

The event, which was attended by senior high school students of Rizal High, hopes to educate young Filipinos on the values and importance of financial literacy with the aid of technology, and how this can give them “asenso at ginhawa” in the future.

RCBC, with its inclusion mobile app DiskarTech, hopes financial literate young Filipinos will be armed, with the help of technology, for the challenges of the real world. This collaboration with DepEd was made possible by the memorandum of agreement signed November last year. RCBC and DiskarTech’s grassroots financial education program is also aligned with DepEd Order No. 022 (series of 2021) – Financial Education Policy that empowers learners, teachers and other non-teaching personnel in making well-informed financial decisions through different capacity-building activities.

Present on the first day were RCBC President and Chief Executive Officer Eugene S. Acevedo, RCBC Executive Vice President and Chief Innovation and Inclusion Officer Lito Villanueva, Pasig City Representative Roman T. Romulo, and DepEd Undersecretary Tonisito Umali.

In his message, Acevedo said it is necessary for Filipinos—especially those still in school—to develop digital financial skills.

“The pandemic has been a great disruptor not just for our health but also in our efforts to keep our vibrant economy alive. But what we discovered during this challenging period is that digitalization is possible and can make our lives easier,” he said.

For his part, Rizal High School Principal Gilbert Inocencio noted that financial literacy is both relevant and timely to young Filipinos who would soon embark to adulthood. “This program would really be a big help for students,” he said.

‘Aralin sa Madiskarteng Pananalapi’ modules

Three financial education programs meanwhile were launched during the program.

The campaign’s flagship program, the Aralin sa Madiskarteng Pananalapi (Financial Inclusion and Management for Everyday Use) is a curriculum-based digital finance study program for senior high school students nationwide, particularly those under the accounting, business, and management strand.

The module will be integrated into the senior high school curriculum in the upcoming 2022-2023 academic year, with the aim to explain to young Filipinos the concepts of digital finance, financial technology, and financial inclusion through payments, insurance, savings, investments, and loans.

DiskarTech will also hold the DiskarTechpreneur Bootcamp and Competition, a business case webinar and contest for senior high school students in Metro Manila and Calabarzon as an application and extension program of the financial education modules. The mobile app also launched the Lahat Pwede Tiktok Dance Challenge, an online campaign to promote greater awareness on Filipinos’ positive values.

Villanueva explains that these programs are in line with the Bangko Sentral ng Pilipinas’ (BSP) vision of a digital Philippines anchored on its National Strategy for Financial Inclusion. The BSP said that over 51 million Filipinos do not have bank accounts or do not know how to avail of bank services, leaving them with few options for financial services and assistance.

The financial education program is RCBC’s way of filling this gap, helping provide financial education to young Filipinos and, at the same time, creating inclusive and easy-to-use financial products such as DiskarTech, the Philippines’ first and only Taglish and Cebuano financial inclusion app.

All materials for the Aralin sa Madiskarteng Pananalapi module will be available online, so it could reach and be used by public high school teachers and students all over the country.

Related Tags

‘Aralin sa Madiskarteng Pananalapi’ modules Diskartech Department of education (DepEd) Rizal Commercial Banking Corporation (RCBC)
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.