ADVERTISEMENT

Bautista arrest warrant may be lifted if he submits papers

Published Mar 19, 2018 03:15 pm
By Hannah Torregoza The Senate committee on banks, financial institutions and currencies may lift the arrest warrant it issued against former Commission on Elections (Comelec) chief Andres Bautista if he submits his sworn affidavit before the panel. Once the panel receives his affidavit, Senator Francis (Chiz) Escudero, chair of the Senate banks committee said, he would recommend the lifting of the arrest warrant against Bautista. Comelec chairman Andres Bautista (Ali Vicoy / Manila Bulletin) Former Commission on Elections (Comelec) chair Andres Bautista
(Ali Vicoy / Manila Bulletin File Photo) “We expect your affidavit on March 26. If you fail to comply we will not lift it; the arrest warrant stays. But if you submit it earlier, that’s the only time the process (of lifting the arrest warrant) will start,” Escudero told Bautista’s legal counsel Anacleto Diaz who appeared at Monday’s hearing. It was Escudero who ordered Bautista’s arrest last February 12, after repeatedly snubbing his panel’s inquiry into the ex-poll chief’s alleged hidden wealth which his estranged wife, Patricia Cruz-Bautista, earlier disclosed. It was Patricia who earlier blew the whistle on her husband’s alleged ill-gotten wealth and questionable bank accounts lodged at the Land Development Bank of the Philippines (LDB). Bautista earlier wrote the committee telling he is out of the country since November to “explore professional opportunities abroad” and to seek medical help. The former Comelec chief said he is committed to answer the Senate questions regarding the allegations hurled against him. However, Escudero said he is dismayed at the way the former poll chief has refused to appear personally before the hearing. He had also urged Bautista to execute a bank waiver to allow the committee to scrutinize his bank accounts, including that of his siblings, Susan Bautista-Afan and Dr. Martin Bautista. During the hearing, Bautista’s lawyer said the former Comelec chief is begging for the committee’s understanding, saying that his client is having a hard time completing his affidavit due to the fact that the documents he is supposed to present to the committee has been stolen by his estranged wife and have not yet been returned to him despite the writ of habeas data issued by the Makati Regional Trial Court. “But more than that, Atty. Bautista had to review the 33 LDB accounts which are the subject of the committee’s inquiry to make it easy for the members of the committee to see that number one, he had substantial wealth even before he joined the government as head of the PCGG,” Diaz told Escudero’s committee. Former President Benigno Aquino III appointed Bautista as head of the Presidential Commission on Good Governance (PCGG) in August 2010 before he was appointed as Comelec chair in April 2015. The Senate banks committee is now looking into Bautista’s possible violations into the Anti-Money Laundering Act (AMLA) after Patricia exposed her husband’s 33 suspicious accounts with LDB. Should the poll chief had the documents, Diaz said his client would also be able to identify and segregate his accounts that he opened for his siblings; specific accounts from investments and specific accounts of his income. “This would enable him to keep track not only of his money but the money entrusted to him by his parents and siblings as well as their respective incomes. It is also to enable him to comply with his obligations, as a politically exposed person to be transparent in his financial transactions,” Diaz stressed. Diaz also said Bautista is calling on the Senate to understand and appreciate that he and his siblings are now facing a plunder complaint at the Office of the Ombudsman. “The past few months have been the most difficult and painful for Atty. Bautista…his family, his career in the government, his reputation were all ruined when he refused to divorce and give her P620-million pesos,” he said. “Nevertheless, we will file manifestations and affidavit on March 26,” Diaz promised the committee.
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.