ADVERTISEMENT

SEC nullifies hostile takeover of The Medical City

Published Aug 20, 2020 11:53 am

The Securities and Exchange Commission (SEC) has found that fraud was used to take over The Medical City and thus nullified the acquisition of the majority stake in Professional Services, Inc. (PSI), which operates the hospital.

(MANILA BULLETIN)

The SEC En Banc resolution said this also includes shares acquired from San Miguel Corporation, Splash Corporation, and Insular Life Assurance Co. Ltd.

The SEC En Banc affirmed the resolution issued by a special hearing panel (SPH) penalizing Viva Holdings (Philippines) Pre. Ltd., Viva Healthcare Limited, Fountel Corporation and Felicitas Antoinette, Inc. (FAI) for violating the mandatory tender offer rules and committing fraud in taking over PSI.

However, the Commission En Banc modified the resolution to declare null and void with immediate effect all share acquisitions made by Viva Holdings, Viva Healthcare, Fountel and FAI in PSI beginning August 1, 2013.

The corresponding increases in the authorized capital stock of PSI shall nonetheless remain valid. The shares shall be considered as unsubscribed and allocated for subscription by investors.

Shares acquired from other shareholders, namely Splash, SMC and Insular Life, shall likewise be canceled and reverted to PSI as treasury shares, which may be sold to other persons.

Once the shares are sold and paid for, the PSI shall reimburse Viva Holdings, Fountel, and FAI for the subscriptions that were nullified.

Following the nullification of the shares acquired by the respondents, the Commission En Banc directed the SEC Office of the General Counsel to immediately resolve the case relating to the conduct of meeting and the election of the members of the board of directors of PSI.

The Commission En Banc further modified the SHP resolution to declare the respondents solidarily liable for the penalty imposed, having acted as beneficial owners of each other’s shares in PSI.

In its decision, the Commission En Banc ruled that Viva Holdings, Viva Healthcare, Fountel, and FAI (CSA Parties) likewise violated Section 26 of the SRC, which prohibits fraudulent transactions with respect to the purchase or sale of any securities.

The respondents managed to increase their collective shareholdings in PSI to over 50 percent, largely through subscriptions in the company’s capital stock increases.

The CSA Parties intended to acquire 35 percent or more of the equity shares in PSI as early as 2013. In an executive meeting on April 23, 2013, PSI Director Jose Xavier B. Gonzales, whose family owns and operates FAI and Fountel, advanced the entry of a partner that, together with Fountel, would eventually own 43 percent of PSI.

However, the oneness of Fountel and the partner, including their plan to acquire control of PSI, was not communicated or could not be inferred during the board meetings, where the company’s capital stock increases were discussed and approved.

On August 1, 2013, the CSA parties entered into a Cooperation and Shareholders Agreement (CSA) which effectively transformed their business relation into beneficial ownership over each other's shares and facilitated their acquisition of majority shares in PSI.

Under the CSA, the Viva and Fountel groups agreed to bring their interests in PSI to at least 25 percent and 25.1 percent, respectively. They further agreed to “subsequently continue to work together to increase their respective shareholdings in PSI.

"The directors and other shareholders of PSI only learned about the CSA in 2017, as a consequence of a negotiation for Ayala Healthcare Holdings, Inc. to acquire shares in the company.

“The CSA Parties succeeded in making it appear and in convincing the PSI Board and shareholders that their acquisitions were independent of each other, and that the same will not be used to wrest control over the management, governance, and conduct of business of PSI,” the Commission En Banc noted.

It added that “by doing so, the CSA Parties secured for themselves the opportunity of subscribing from the increase in capital/unissued stock or from the outstanding capital stock of PSI, protected such acquisitions, and used the same to their advantage by asserting that they were exempt. This scheme afforded and provided the CSA Parties with the time needed to acquire majority shareholdings in PSI (which was their intent and plan from the very beginning) without being questioned.”

“The subscription contracts, deeds of assignments, and deeds of sale which the CSA Parties executed and entered into to effect such acquisitions were thus tainted with illegality and fraud for which reason, the nullification of the same pursuant to Section 71.2 of the SRC is warranted,” it added.

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.