ADVERTISEMENT

Corporate owners of condominium units can appoint representatives to sit in condo boards – SC

Published May 31, 2025 10:34 am

The Supreme Court (SC) has ruled that corporations, which own units in a condominium building or complex, can nominate their representatives who can be elected to the condominium’s board of directors even if they are not unit owners.

In a decision written by Associate Justice Maria Filomena D. Singh, the SC upheld the election in 2018 of Gregorio Pastorfide, Ramona Matibag, Cecil L. Monteblanco, and Roland Agustin Angeles to the board of the Medical Plaza Makati Condominium Corporation (MPMCC).

They were elected, not as private persons, but as official representatives of corporations that own units in the MPMCC.

The SC said:

“It is obvious that only natural persons may be elected to the Board, since the duties and obligations of board members can only be performed by natural persons.

“Thus, if the corporation is a member of MPMCC, and it wants to be elected to the Board, then it necessarily has to appoint a natural person to act on its behalf as its representative.

“However, it must be emphasized that the member-corporation may appoint only one natural person to act as its representative for purposes of election to the Board. Otherwise, the member-corporation will be occupying more than one seat in the Board, and possibly, more than one position as an officer of the Board.

“Such situation may result in a biased and unfair power dynamics in the Board, which can be detrimental to the interests of the corporation.”

The issue stemmed from the Oct. 16, 2018 MPMCC’s 20th annual general membership meeting and election of the members of its board of directors.

Pastorfide presided over the meeting as chairman and announced the officials list of seven candidates including himself, Monteblanco, Matibay, and Angeles.

The by-laws require membership in the MPMCC to be a director and that only registered owners of condominium units may be considered members of the corporation.

Questions arose as to the qualifications of Pastorfide, Monteblanco, Matibay and Angeles who are not unit owners in the MPMCC but merely representatives of corporations which are the unit owners.

Since there were no other candidates to the board of directors, the election committee declared there was no need to hold an election and declared the seven candidates as members of the board of directors.

Peter Rico F. Rodriguez, a member of MPMCC and a unit owner, filed a case before the regional trial court (RTC) on Oct. 30, 2018.

Rodriguez told the trial court that Pastorfide and his group cannot be elected as members of MPMCC's board because they are not unit owners in their own right.

The RTC declared the election null and void. However, the Court of Appeals (CA) reversed the RTC as it dismissed the case filed before the trial court.  Rodriguez elevated the case to the SC.

The SC affirmed the CA’s decision.  It said it is the corporation, not the individual, that is the actual member sitting on the board.

It pointed out that since corporations can act only through people, their authorized representatives carry out corporate duties, including being nominated and elected to the board.

Thus, it said, the respondents (Pastorfide and his group) have the right to vote and to sit as members of MPMCC’s board on behalf of their respective corporations.

The SC also said:

“To adopt the interpretation espoused by Rodriguez would result in an absurd situation where member-corporations are deprived of their essential ownership right to participate in the management of the corporation by being nominated and elected in MPMCC's Board.

“Surely, the By-Laws of the MPMCC does not intend to strip a member of one of the most important rights of membership by the mere fact that the member is a juridical person and not a natural person. This would result in baseless discrimination.

“Thus, the Court finds that the CA did not err in ultimately dismissing Rodriguez's Complaint.

“Accordingly, the Petition for Review on Certiorari is denied. The Decision, dated Nov. 16, 2020, and the Resolution, dated May 31, 2021, of the Court of Appeals in CA-G.R. SP Nos. 161687 and 163119, are affirmed. So ordered.”

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.