Economy & Markets Corporate Radar Technology & Innovation Capital & Deals Policy & Regulation Portugal Intelligence Economy & Markets Corporate Radar Technology & Innovation Capital & Deals Policy & Regulation Portugal Intelligence
Global context · Portugal intelligence

Walk into the room
already informed.

Everything a business leader in Portugal needs to know, before the day begins. One brief, every weekday with your morning coffee.

~10min
Reading time
Before 7am
Every weekday
Who reads it

Built for business leaders operating in Portugal.

Boardroom Brief is for business leaders who need to stay sharp across markets, sectors, and conversations without spending their morning reading through a dozen different publications.

Including senior executives, consultants, investors, lawyers, bankers, PE professionals, and founders. Anyone who needs clarity on what is happening, the confidence to act on it, and the awareness to navigate any conversation that comes their way.
Why it works
Global and local, in one place.
Every edition covers what is moving globally and what it means for Portugal, alongside what is happening locally in the Portuguese economy, companies, and regulatory environment. Both tracks, every morning, in a single read.
Scored and curated.
Every article is scored for business impact, relevance, and novelty before it reaches you. Only confirmed, sourced developments make it through. No rumours, no speculation, no filler.
Written for decisions, not consumption.
Direct, factual, precise. Each item tells you what happened, what it means, and what to watch next. The kind of clarity that sharpens judgment and informs better decisions.
What it looks like

Precise. Structured.
No noise.

Boardroom Brief
Global context · Portugal intelligence
ECB holds rates as energy price volatility clouds the outlook
The governing council kept rates unchanged, citing sustained uncertainty in energy markets and mixed signals on core inflation. The decision delays the easing cycle across the eurozone.
Uber acquires Delivery Hero in €13bn deal extending platform to 99 countries
The takeover combines two of the world's largest delivery networks and directly affects competitive conditions for restaurants and logistics partners operating in Portugal.
Portugal ·
66,000 Portuguese companies now classified at serious payment-delay risk
Informa D&B data point to deteriorating financial conditions across a material share of the Portuguese business population, raising counterparty risk for lenders and suppliers.
Business implication: Credit managers and lenders with Portuguese SME exposure face a materially higher counterparty risk environment heading into Q3.
Europe ·
EU orders Google to share search data and open Android to rival AI companies
The EU has required Google to grant rivals access to its search data and open the Android platform to competing AI providers, following digital comp
· · ·

Start tomorrow
already ahead.

Every weekday morning. In your inbox before your first meeting.

async function subscribeEmail(email) { if (!email || !email.includes('@')) { alert('Please enter a valid email address.'); return; } try { const res = await fetch('https://hook.eu1.make.com/pge74olbw9357k855auqbnq12r2369e2', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ email: email }) }); if (res.ok) { document.querySelectorAll('.signup-form').forEach(f => f.style.display = 'none'); document.querySelectorAll('.signup-success').forEach(f => f.style.display = 'block'); } else { alert('Something went wrong. Please try again or email us at hello@boardroom-brief.com'); } } catch(e) { alert('Something went wrong. Please try again or email us at hello@boardroom-brief.com'); } } function handleSignup() { subscribeEmail(document.getElementById('email-input').value.trim()); } function handleSignup2() { subscribeEmail(document.getElementById('email-input-2').value.trim()); } document.getElementById('email-input').addEventListener('keydown', e => { if (e.key === 'Enter') handleSignup(); }); document.getElementById('email-input-2').addEventListener('keydown', e => { if (e.key === 'Enter') handleSignup2(); });