Maple Rock and Xavier Majic Disclose 9.9% Ownership in Algoma Steel (ASTLW)
Rhea-AI Filing Summary
Maple Rock Capital Partners Inc. and Xavier Majic report beneficial ownership of 10,430,818 common shares of Algoma Steel Group Inc., representing 9.9% of the outstanding class based on 104,933,802 shares. The filing amends prior Schedule 13D disclosures and is submitted on Schedule 13G under Rule 13d-1(h), indicating the reporting persons state the shares are held in the ordinary course of business and not to change or influence control. Maple Rock Master Fund LP is identified as the client with economic interest; Mr. Majic is CIO of the adviser.
Positive
- Disclosure of a 9.9% stake provides clarity on significant ownership in Algoma Steel
- Conversion to Schedule 13G signals the holders assert passive, ordinary-course investment intent
Negative
- Position size is material at 9.9% and could still affect market dynamics despite passive filing
Insights
TL;DR: A near-10% stake disclosed; filing as 13G signals passive intent but still represents substantial minority ownership.
The reporting persons hold 10,430,818 shares, or 9.9% of Algoma Steel's common shares, a size that can influence market perception and trading liquidity despite a declared passive position under Rule 13d-1(h). The amendment converting prior 13D disclosures to a 13G suggests a change from active strategic intentions to ordinary-course/ investment-adviser ownership. Investors should note the position size relative to total outstanding shares (104,933,802) as it remains a material minority stake in the capital structure.
{ item.classList.toggle('active', item.dataset.lang === lang); }); // Save to localStorage localStorage.setItem('preferredLanguage', lang); // Save to server for logged-in users (skip if this is initial load to avoid unnecessary API call) if (!skipSave) { try { await fetch('/user/language-preference', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ language: lang }) }); } catch (e) { // Ignore errors for non-logged users } } } else { // Restore original content if fetch failed summaryDiv.innerHTML = originalContent; } } // Make switchLanguage available globally for this page window.switchFilingLanguage = switchLanguage; // Add click event listeners to dropdown items document.querySelectorAll('.dropdown-item.item-translation').forEach(item => { item.addEventListener('click', function(event) { event.preventDefault(); const lang = this.getAttribute('data-lang'); switchLanguage(lang); }); }); // On page load: check if we need to fetch user's preferred language document.addEventListener('DOMContentLoaded', () => { // If server already rendered the user's preferred language, no switching needed if (userPreferredLang === currentLang) { return; } // User's server-side preference doesn't match displayed language // This happens when translation wasn't in DB - fetch via API if (validLanguages.includes(userPreferredLang)) { switchLanguage(userPreferredLang, true); return; } // Fallback: localStorage preference (for non-logged users with default 'en') const storedLang = localStorage.getItem('preferredLanguage'); if (storedLang && storedLang !== currentLang && validLanguages.includes(storedLang)) { switchLanguage(storedLang, true); } }); })();