ADVERTISEMENT

ATRAM to offer ₱1,000 Nasdaq tech fund to GCash users

Published Apr 28, 2026 02:45 pm
From left, Christian Mariani and Rory Caines of J.P. Morgan Asset Management join Miguel Liboro of ATRAM Trust Corp. to introduce the ATRAM Nasdaq Equity Income Feeder Fund. The vehicle, a partnership with J.P. Morgan, employs a covered call strategy to generate monthly payouts for investors by monetizing market volatility in the technology sector.
From left, Christian Mariani and Rory Caines of J.P. Morgan Asset Management join Miguel Liboro of ATRAM Trust Corp. to introduce the ATRAM Nasdaq Equity Income Feeder Fund. The vehicle, a partnership with J.P. Morgan, employs a covered call strategy to generate monthly payouts for investors by monetizing market volatility in the technology sector.
ATR Asset Management (ATRAM), the Philippines’ largest independent wealth manager, is partnering with financial technology giant GCash to open its Nasdaq-linked feeder fund to retail investors, aiming to capitalize on the growing domestic appetite for foreign technology stocks and regular dividend yields.
On the sidelines of the launch of the feeder fund, Director Andrew Caw, ATRAM managing director said the firm is currently integrating the ATRAM Nasdaq Equity Income Feeder Fund into the GInvest platform.
Caw noted that while the vehicle has already secured ₱3.5 billion from institutional and high-net-worth clients, the GCash partnership will lower the entry barrier to ₱1,000 for retail users. The fund is expected to go live on the mobile app by the second half of this year.
The move comes as Philippine investors look for ways to hedge against local market volatility by diversifying into global innovation hubs. The ATRAM fund provides a dual-track strategy: it maintains exposure to the Nasdaq-100 Index while generating a monthly distribution for shareholders.
This is achieved through a “covered call” mechanism, where the fund sells call options on the index to earn premiums. This strategy essentially converts market price swings into immediate cash flow, providing a buffer during periods when technology stocks trade sideways or face downward pressure.
Traditional equity funds typically rely on capital appreciation, which can be elusive during periods of high interest rates or geopolitical tension. By contrast, the ATRAM vehicle seeks to monetize volatility itself.
The master fund for this structure is the JPMorgan Nasdaq Equity Premium Income Active UCITS ETF. That target fund has historically delivered an annual income yield between 9 percent and 11 percent, with distributions paid out on a monthly basis.
Ayaz Ebrahim, Chief Executive Officer for Singapore and Southeast Asia at J.P. Morgan Asset Management, said the partnership addresses a specific demand in the Philippine market for “smoother” equity experiences.
He noted that covered call strategies have become a cornerstone of the firm’s global exchange-traded fund suite as investors seek alternatives to pure growth plays.
“Investors today are no longer choosing between growth and income—they want both,” said Miguel Liboro, Head of Products at ATRAM Trust Corp.
He added that by converting volatility into cash, the fund encourages retail participants to remain invested through full market cycles rather than exiting during temporary downturns. While the strategy offers a more stable return profile, ATRAM cautioned that upside participation may be capped during exceptionally strong market rallies due to the nature of the option overlays.

Related Tags

ATRAM Group
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.