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
-
08 juni 2023
Customs Talks: U.S. continues to crack down on imported goods made using forced labour
-
02 juni 2023
European Commission plans comprehensive reform of Customs Union
-
01 juni 2023
European Council takes final decision to introduce the CBAM
-
31 maart 2023
Pillar Two: Introducing a minimum level of taxation for multinational enterprises and large companies in 2024
-
31 maart 2023
Pillar Two: How to prepare for the new minimum taxation
-
31 maart 2023
Minimum taxation Pillar 2: exclusions, safe harbours, and pitfalls
-
30 maart 2023
Customs Talks: Inward Processing in the UK – It’s all about accurate data!
-
30 maart 2023
Customs Talks: Incoterms®, customs and VAT
-
30 maart 2023
Customs Talks: Duty risk - relocation of production may lead to penal duties
Previous