ADVERTISEMENT

DOJ says DOF legally empowered to enter into Sukuk instruments for Islamic financing                      

Published Jan 15, 2023 06:15 pm

DOJ

The Department of Justice (DOJ) said the Department of Finance (DOF) is legally empowered to issue Shari’ah compliant financing instruments called Sukuk, particularly Ijarah and Wakalah structures, to make the Philippines appealing to Islamic investments.

In a legal opinion, DOJ Secretary Jesus Crispin C. Remulla told DOF Secretary Benjamin E. Diokno: “We believe that the Republic, through the DOF, may issue Sukuk Ijarah and Wakalah structures under existing laws, rules and regulations.”

“The issuance of Sukuk Ijarah and Wakalah structures is legally feasible and within the express powers of the Secretary of Finance,” Remulla said.

He pointed out that “the Secretary and the DOF are given broad powers to find creative ways to tap other markets, and broaden the country’s investor base, and the issuance of Sukuk is a valid exercise of such power.”

Remulla noted that Ijarah structure “involves the sale of a tangible and unencumbered asset (‘ljarah asset’) owned by the Republic (as obligor), which is then leased back to the Republic (as lessee) for its use.”

Wakalah structure, on the other hand, “originates from the concept of agency whereby investors purchase a revenue-generating asset ('Wakalah asset”) owned by the Republic (as obligor), and appoints the Republic (as agent or wakeel) to manage and invest into the Wakalah assets to generate returns,” he said.

In its legal opinion sought from the DOJ, the DOF said that under the Shari’ah law, “interest or riba, which is income from lending money, is prohibited” but “profit, which is income from an economic activity, is allowed.”

“Sukuk in different forms were developed to accommodate investors who are not keen on conventional bonds by reason of the prohibition of riba,” Remulla said.

The DOJ’s legal opinion on Ijarah and Wakalah structures was sought by DOF which is exerting efforts “to attract Malaysian investors, other investors such as those in the Middle East and other centers of Islamic finance such as the United Kingdom, with untapped liquidity for Shari’ah-compliant investments” but these sectors “continue to express demand for other widely accepted forms of Sukuk.”

Since Ijarah and Wakalah have been found by the DOF as the most widely accepted Sukuk, Diokno decided to tap the structures since “the National Government (NG) will not relinquish its legal title over the public property used for the Sukuk issuance.”

Remulla told Diokno that Republic Act (RA) No. 11439, An Act Providing for the Regulation and Organization of Islamic Banks, “clearly recognizes the ljarah structure lease arrangements and other Shari’ah compliant contracts and structures as among the financing and joint investment operations that may be carried out by Islamic banks.”

“While R.A. No. 11439 only contemplates the Islamic banks which will carry out the financing and joint investment operations by way of lease (Ijara) arrangements and other Shari’ah-compliant contracts and structures, we believe that the DOF, through the Secretary of Finance, for that matter, being the government steward of sound fiscal policy and the agency that undertakes funding of government programs, may carry out the financing and joint investment operations of the Sukuk structures discussed herein,” the legal opinion stated.

“We note that R.A. No. 11439 does not expressly prohibit the use of Sukuk structures by the government or private entities for as long as they are Shari’ah compliant. There is nothing in the law that exclusively grants unto Islamic banks the authority to engage in financing and joint investment program under the Sukuk structures. Thus, the DOF may perform such financial transaction and contract subject to the limits and preconditions under Shari’ah law,” it stated.

The opinion also stated:

“We would like to reiterate that the authority granted to the President, through the Secretary of Finance, pursuant to R.A. No. 245, as amended, to issue evidence of indebtedness admits a wide scope of discretion.

“Hence, when the law allows the Secretary of Finance to exercise the broad power of prescribing the form of forms, the interest and discount rates, the denominations, maturities, negotiability, convertibility, call and redemption features, and all other terms and conditions of issuance, placement, sale, servicing, redemption, and payment of all evidences of indebtedness issued under the authority of the said law, it would also cover and include the issuance of Islamic banking instruments, such as Sukuk.

“This conclusion is true notwithstanding that these types of bonds are not yet in existence at the time of the passage of R. A. No. 245. Laws are to be interpreted in such manner as to fulfill its avowed purpose to the intendment of the legislature.”

Secretary Remulla reminded Secretary Diokno that legal opinion is “applicable only to the unique Sukuk structure being presented in this request, referring to Sukuk ljarah and Wakalah, and may not be applicable to other Sukuk structures not discussed herein.”

TAGS: #DOJ #DOF #Sukuk #Ijarah and Wakalah

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.