Higlighted insights
{
const queryString = new URLSearchParams(new FormData($refs.filter)).toString()
const overviewID = 'inzichten-overview';
fetch('?' + queryString)
.then(response => response.text())
.then(data => {
let parser = new DOMParser();
let doc = parser.parseFromString(data, 'text/html')
let content = doc.querySelector('#' + overviewID).innerHTML;
document.querySelector('#' + overviewID).innerHTML = content;
history.replaceState(null, null, '?' + queryString);
})
.catch(error => console.error('Error: ', error))
.finally(() => {
scrollToOverview(overviewID);
})
})">
Insights
-
InsightJune 08, 2026From parallel obligations to integrated opportunities: aligning Pillar Two, Transfer Pricing and other reporting
-
InsightJune 08, 2026Pillar 2 reporting in the Netherlands: what needs to be reported?
-
InsightJune 08, 2026Pillar 2: key deadlines for the first reporting year
-
InsightMay 22, 2026Tax‑free mileage allowance increased with retroactive effect
-
InterviewsApril 09, 2026Tomorrow’s world starts with today’s choices: a conversation with Mariska and Ming on sustainability
-
InsightMarch 31, 2026Proposal for new European corporate legal form: the EU Inc. framework
-
InsightMarch 30, 2026Dutch Tax Authorities change bank account: beware of phishing and changed payment details
-
InsightFebruary 27, 2026What you need to know about the tax treatment of a company car in 2026
-
InsightJanuary 26, 2026New threshold amounts for Expats and Highly Skilled Migrants in 2026
Previous