ADVERTISEMENT

Megaworld says it has no closure order from BIR chief

Published May 18, 2022 01:04 pm

Megaworld Corp. said the company had no pending closure order from the government's chief tax collector as the publicly-listed property firm maintained it paid all its obligations with the Bureau of Internal Revenue (BIR).

In a statement Wednesday, May 18, Megaword said that the fiasco over the reported issuance of a closure order against the company was due to “an initial disagreement” with the BIR Regional Office covering south National Capital Region (NCR).

“Megaworld has not received any closure order duly approved by the Commissioner of Internal Revenue,” the company said, referring to BIR Commissioner Caesar R. Dulay, who is currently on leave.

The real-estate firm further clarified that “Records with the BIR will confirm that Megaworld has no outstanding or unpaid past tax liabilities needing any enforcement action.”

Moreover, Megaworld added that “It is being regularly audited by the Large Taxpayers Service of the BIR Head Office, and all its tax returns up to taxable year 2020 have been examined, and all previous deficiency assessments have already been paid for by the company and duly cleared by the BIR Head Office.”

Megaworld, however, revealed that the BIR Regional Office 8-B had sought a tax audit of certain properties owned by the company.

“We raised some issues with regard to their jurisdiction on conducting tax audit of some of our properties, but the matter has been clarified and resolved yesterday ,” Megaworld noted.

In the end, the company assured that it will cooperate fully with all the pending tax audits of the BIR.

“The company continues to maintain its stance of full cooperation with the tax authorities in accordance with their mandate to collect badly needed revenues for the Government,” Megaworld said.

On Tuesday, the tax bureau released a media advisory that sent Megaworld stocks on a rollercoaster.

The BIR had requested media coverage on the "issuance of closure order against Megaworld Corporation" on May 18, without providing additional information.

The BIR, however, retracted the media advisory hours after it was released, saying the issuance of a closure order against Megaword was “held in abeyance until further notice.”

"The activity tomorrow (May 18, 2022) is being held in abeyance until further notice. Representatives from Megaworld Corporation manifested their full cooperation with all the requirements of the Bureau of Internal Revenue," BIR Regional Director Eduardo Pagulayan Jr. said.

“The company continues to maintain its stance of full cooperation with the tax authorities in accordance with their mandate to collect badly needed revenues for the Government,” Megaworld said.

On Tuesday, the tax bureau released a media advisory that sent Megaworld stocks on a rollercoaster.

The BIR had requested media coverage on the "issuance of closure order against Megaworld Corporation" on May 18, without providing additional information.

The BIR, however, retracted the media advisory hours after it was released, saying the issuance of a closure order against Megaword was “held in abeyance until further notice.”

"The activity tomorrow (May 18, 2022) is being held in abeyance until further notice. Representatives from Megaworld Corporation manifested their full cooperation with all the requirements of the Bureau of Internal Revenue," BIR Regional Director Eduardo Pagulayan Jr. said.

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.