ADVERTISEMENT

SEC files criminal charges vs Petromobil Corp for offering, selling securities sans gov't license

Published Jun 21, 2023 09:09 am
The Securities and Exchange Commission (SEC) filed with the Department of Justice (DOJ) on Wednesday, June 21, criminal charges against the owners, officers, and employees of a firm which offer to the public and sell securities “without government license.” The complaint, filed by the SEC’s Enforcement and Investor Protection Department (SEC-EIPD) was for alleged violations of the Sections 8, 26 and 28 of Republic Act No. 8799, the Securities Regulation Code (SRC). The SEC-EIPD identified the firm in the complaint as Petromobil Corporation. Named respondents are Petromobil’s Board Chairman and President Jesser T. Cordova; Vice President Jeriz Barrido Ramos; Treasurer Rema C. Macarilay; Directors Reynaldo L. Macarilay and Liezel Nadine L. Toga; and investment solicitors Jolina Capanas, May Leonor Diaz, Darlene Guimbal, Patricia Tamayo, Marian Odessa Toga, and Vea Villanueva. None of the respondents could be contacted for comment as of posting. In its complaint, SEC-EIPD said that “sometime in August 2020, several emails, reports and complaints, were received from the public and investors regarding the alleged investment-solicitation activities of Petromobil Corporation.” “It was substantially stated in the said emails, reports, and complaints that Petromobil Corporation is enticing the public to invest by offering would-be investors a Co-Ownership Program for a minimum capital of Four Hundred Thousand Pesos (P400,000) for a promise of receiving a profit amounting to One Hundred Thousand Pesos (P100,000) within a period of three (3) months and a chance to co-own seventeen (17) gas stations which the company alleged it was planning to build,” it said. It noted in its complaint that “the gas stations will be managed by Petromobil Corporation and investors were promised to receive 60 percent of the net income which will be given on a quarterly basis.” “The investors-complainants further mentioned that Petromobil Corporation promised to give would-be investors shares of stocks which will be issued to each co-owner through a Deed of Assignment,” it also said. “In addition, Petromobil Corporation also offers would-be investors an Oil Importation Co-Ownership Program for a minimum capital of P500,000,” it added. But SEC-EIPD said that its existing records showed that “respondent Petromobil Corporation has no license or authority from the SEC to publicly offer or sell securities nor does it have any pending application for registration of securities, as certified to by the SEC’s Corporate Governance and Finance Department (CGFD) and Markets and Securities Regulation Department (MRSD).” Also, it said, the 11 persons named in the complaint “have not been issued any license or authority by the SEC to sell securities as broker or dealer or to act as salesman or an associated person of any broker or dealer as certified to by the Company Registration and Monitoring Department (CRMD) of the SEC.” “Despite due notice of the clear and express instruction from the EIPD Team, Petromobil Corporation did not heed the warning to stop their unauthorized operations of soliciting investments from the public, but rather, the respondent company merely changed its advertisements from co-ownership to co-franchisee which has the same implications,” it added. “Thereafter, the SEC continued to receive numerous reports, emails/queries as well as complaints from the public pertaining to the investment solicitation of Petromobil Corporation,” it said. At the same time, SEC-EIPD said “the scheme being offered by Petromobil Corporation is in the nature of Ponzi scheme were the profits or payouts shall be taken from incoming investors or additional pay-ins of existing members-investors considering that it does not have any underlaying legitimate business from where it could source its promised return on investments to its investors.” “For obvious reasons, the scheme of Petromobil Corporation will eventually collapse from its own sheer weight and inherent unsustainability,” 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.