Skyline Ledger Review

About the newsroom

Finance reporting with room to think.

Skyline Ledger Review began as a small editorial desk for readers tired of loud financial commentary. Our work connects data, institutions, businesses, and households through reporting that respects uncertainty.

Our mission

We make financial subjects more legible without making them simplistic. Every issue distinguishes reported facts, sourced interpretation, and opinion.

Our standard

We disclose methods, correct errors, avoid false urgency, and never promise a result that journalism cannot provide.

The people behind the pages

Mara Ellis

Editor in chief

Mara shapes our long-form agenda and edits coverage of public policy and institutions.

Jonah Reed

Data editor

Jonah turns public datasets into transparent, readable reporting with careful source notes.

Priya Nair

Features editor

Priya leads interviews and essays about work, money, communities, and lived experience.

Explore the catalog Speak with the editors
`; const footerHTML = ` `; document.getElementById('site-header').innerHTML = headerHTML; document.getElementById('site-footer').innerHTML = footerHTML; (function() { const mobileMenu = document.querySelector('[data-mobile-menu]'); const menuToggle = document.querySelector('[data-menu-toggle]'); if (menuToggle && mobileMenu) { menuToggle.addEventListener('click', () => mobileMenu.classList.toggle('hidden')); } const themeBtn = document.querySelector('[data-theme-toggle]'); if (themeBtn) { themeBtn.addEventListener('click', () => { document.body.classList.toggle('bg-[#2F332E]'); document.body.classList.toggle('text-[#F7F1E8]'); }); } const accountBtn = document.querySelector('[data-account-open]'); const accountModal = document.getElementById('account-modal'); if (accountBtn && accountModal) { accountBtn.addEventListener('click', () => accountModal.classList.remove('hidden')); accountModal.addEventListener('click', (e) => { if (e.target === accountModal || e.target.hasAttribute('data-modal-close')) { accountModal.classList.add('hidden'); } }); const form = document.getElementById('account-form'); if (form) form.addEventListener('submit', (e) => { e.preventDefault(); accountModal.classList.add('hidden'); alert('Welcome back to Skyline Ledger Review.'); }); } const banner = document.getElementById('cookie-banner'); const acceptBtn = document.querySelector('[data-cookie-accept]'); if (banner && acceptBtn) { if (localStorage.getItem('slr-cookie-consent') === 'true') { banner.style.display = 'none'; } else { banner.style.display = 'block'; } acceptBtn.addEventListener('click', () => { localStorage.setItem('slr-cookie-consent', 'true'); banner.style.display = 'none'; }); } })();