ADVERTISEMENT

The Supreme Court and its rules of ethics

Published May 4, 2023 04:01 pm

THE LEGAL FRONT


Problems appear to be knocking at the US Supreme Court’s door as senators take a dim view of negative Court developments that may potentially affect the Court’s integrity and the interests of the litigating public.  One senator extended an invitation to Chief Justice John Roberts to appear at a Senate Justice Committee hearing called to look at the ethical guidelines applicable to the members of the Supreme Court. As many expected, Chief Justice Roberts turned down the request, citing the independence of the Court as his reason. Among the causes of the senatorial concern are reports that one sitting Justice has been travelling on the sponsorship of parties with pending cases before the Court.  The actions of the Justice’s wife has likewise been previously highlighted after reports that she had been in touch with the camp of former President Donald Trump whose affairs the Court was looking into. Another sitting Justice is reportedly a party to the sale of real property to a vendee with existing interests in pending Court matters. There was, lastly, the nagging issue of the leak of the draft of the Court’s abortion ruling, a confidential record usually made available only to sitting Justices for their consideration and review. As an aside, judicial ethics take into account everything that happens in the life of a magistrate, whether publicly or privately, especially those that relate to or touch on his or her official life. At the local judicial front, Philippine Court watchers observe that some concerns about judicial behavior had also been voiced out in the past. I hinted at some examples in my book, A Judicial Journey (published by and available at Central Book Store), which I prepared and published soon after my retirement from the Supreme Court in 2016. To insulate the administration of justice against any future unethical behavior at all levels, our Chief Justice Alexander G. Gesmundo, a former Sandiganbayan Justice and noted stickler for ethical behavior pointed out early in his term the need for a review of our Supreme Court’s ethical rules, not only for the lower courts and for lawyers who are officers of the Court, but for the members of the Court itself. Thus, among his first announcements after assumption to office, was the projected review of the ethical rules applicable to the bar and the judiciary.  This is a responsibility specifically assigned by the Constitution to the Supreme Court.  The Court recognized in this regard the existence of two sets of existing rules, representing the two halves that sound administration of justice requires. The first half is the code of conduct governing lawyers in the practice of law.  The Court issues this code in the exercise of its constitutional authority over the practice of law and the Integrated Bar.  The second half is the code of conduct applicable to the lower courts and the Supreme Court itself.  The Court promulgates this code in the exercise of the judicial power that the Constitution vests in the Supreme Court and in lower courts created by law.  Together, these rules govern the actions of the three parties whose roles are critical in administering justice in our country. The most critical role is the actual resolution of the disputes that the public may bring to redress the violation of their law-based rights by others. This is the strictly judicial side of the administration of justice.  Another role is that undertaken by lawyers – members of the bar – who, in the exercise of their profession, represent the litigating public and who, on their own, deal with their clients.  The third role relates to the relationship of the Court with the lawyers whose pleadings, practice and procedures the Supreme Court supervises pursuant to the express terms of the Constitution. Responding to Court’s directive, the assigned Court subcommittee – the Sub- Committee for the Revision of the Code of Professional Responsibility and Accountability (CPRA) met starting January 2022 to review and make recommendations on the ethical rules applicable to lawyers.  The sub-committee was chaired by Justice Amy C. Lazaro with JJ. Samuel H. Gaerlan and Filomena D. Singh as co-vice chairperson. The sub-committee quietly worked for eight months, assigning tasks, investigating, consulting nationwide with affected parties, deliberating, and drafting.  It was not an easy task, especially for the Justices who have their regular load of en banc and division cases, not to mention time spent in considering other Justices’ recommendations in their own assigned cases.  But everyone persevered and in August 2022, the sub-committee presented its  recommendations to the Court en banc for consideration and approval.  After its own deliberations, the Court gave its nod on April 11, 2023.  Two days after, the CPRA was formally launched. The Court, as usual, is never still.  Next in line after the CPRA is the Code of Judicial Conduct whose initial committee meeting will take place late this month.  In this way and pace, life goes on in the Supreme Court. (Email: [[email protected]](mailto:[email protected]))

Related Tags

J. Arturo D. Brion (ret.) THE LEGAL FRONT
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.