ADVERTISEMENT

NBA reviewing Qatari fund bid for minority stake in Wizards

Published Jun 23, 2023 02:48 am
WASHINGTON (AFP) -- Qatar's sovereign wealth fund is seeking to acquire a stake in the group that owns the NBA's Washington Wizards, an NBA spokesman confirmed on Thursday, June 22. *NBA commissioner Adam Silver. (AFP)*
The proposed deal would see the Qatar Investment Authority buy a minority stake in Monumental Sports & Entertainment, the group led by Ted Leonsis that owns the Wizards, the WNBA's Mystics and the NHL's Washington Capitals and would represent a groundbreaking move by a sovereign wealth fund into US pro team sports. "The NBA Board is currently reviewing a potential investment by QIA in Monumental Sports & Entertainment, the parent company of the Washington Wizards, among other sports properties," NBA spokesman Mike Bass said in a statement. The Washington Post, citing a person familiar with the terms, reported that the state-owned Qatari fund was seeking to acquire a 5% stake in Monumental Sports & Entertainment. Bass noted that the NBA had adjusted its rules in November 2022 to "permit passive, non-controlling, minority investments in NBA teams by institutional investors, including university endowments, foreign and domestic pension funds, and sovereign wealth funds, subject to a set of policy guidelines adopted at that time. "All such investments require league review, NBA Board approval and compliance with the policy," he added. "In accordance with the (NBA) policy, if approved, QIA would have a passive, minority investment in the team, with no involvement in its operations or decision-making," Bass said. The Athletic cited a "high ranking NHL source" in saying the league has never precluded investment by a sovereign wealth fund. Acquisition of a stake in a team does require approval from the league's board of governors, and the Athletic reported that the executive committee of the board has already signed off on the sale. Speaking last week on "The Dan Patrick Show" syndicated talk show, NBA commissioner Adam Silver spoke about state investment in sports and when discussing the financial deal between the PGA Tour and the Saudi Arabian Public Investment Fund, which backed the breakaway LIF Golf circuit. "When the Saudis invest in sports, it gets outsized attention," Silver said. "Now, I don't want to complain about that because we want to get outsized attention. On the other hand, somebody could go down the list there. They are investors in some of our largest American corporations. Some of the most well-known brands have investments from them. And I also think it's a two-edged sword. "I hear the comments about sportswashing. On the other hand, you're talking about it, others are talking about it. "In the same way, the World Cup — the football World Cup, soccer World Cup — brought enormous attention to Qatar. I think people learn about these countries, learn about what's happening in the world in ways they otherwise wouldn't."

Widespread sports investment

Qatar has made heavy investments in global sport over the past decade. Qatar Sports Investments, owners of French champions Paris Saint-Germain, are in negotiations over acquiring a stake in Italian football club Sampdoria, a source told AFP last month. QSI has owned the French club since 2011, transforming it from a struggling outfit into one of the most powerful in Europe with QSI president Nasser al-Khelaifi also serving as president of PSG. It also owns a 22% stake in top Portuguese club Braga. Qatar hosted the World Cup last year, when the country's treatment of migrant workers and its human rights record dominated pre-tournament headlines.

Related Tags

Washington Wizards Adam Silver
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.