ediverse Explorer la plateforme

À la une PEPPOL BIS Billing 3.0 L’obligation européenne d’e-invoicing arrive : France sept 2026, Belgique janv 2026, Allemagne 2025.

SBR — Standard Business Reporting

SBR (Standard Business Reporting) est le framework XBRL néerlandais qui standardise toutes les déclarations financières et fiscales. Obligatoire pour les déclarations de revenus depuis 2013, étendu à la TVA (BTW), aux comptes annuels KvK et au reporting CBS, il fait des Pays-Bas l'un des pays les plus avancés au monde en matière de fiscalité standardisée par taxonomies XBRL.

Historique — 2007 → mandat 2013

  • 2004-2006 — Programme NTP (Nederlands Taxonomie Project). Lancé par les ministres des Finances et de la Justice pour réduire les charges administratives des entreprises. Pilotage par PWC + Logica + Logius.
  • 2007 — Première publication NT. Nederlandse Taxonomie 1.0 (élaborée sur les bases de l'IFRS-NL et US-GAAP), couvre les rapports annuels.
  • 2009 — Mémorandum d'entente SBR. Signé entre Belastingdienst, KvK, CBS, AFM (régulateur financier) pour mutualiser la taxonomie.
  • 2013 — Mandat impôt sur le revenu. Déclaration IB (Inkomstenbelasting) via XBRL/SBR obligatoire pour les tiers déclarants (comptables, fiscalistes).
  • 2014 — Mandat TVA (BTW). Déclaration Omzetbelasting obligatoire en SBR pour entreprises. Coexistence avec ELO (Elektronisch Loket Ondernemers, legacy).
  • 2016 — Mandat dépôt comptes annuels KvK. BV (SARL) obligatoire, puis NV (SA) en 2017. PME en SBR Light depuis 2018.
  • 2017-2019 — Extension CBS et DNB. Statistiques économiques et reporting prudentiel.
  • 2021 — iXBRL adopté. Inline XBRL devient le standard pour rapport annuel — fichier lisible humain ET machine simultanément.
  • 2025 — NT2025 publiée. Alignement EU ESEF (European Single Electronic Format) + extensions ESRS pour le reporting durabilité CSRD.

Gouvernance SBR Nederland

SBR Nederland est un consortium piloté par Logius, regroupant les parties prenantes publiques et privées de la déclaration standardisée :

  • Logius — opérateur Digipoort et architecte technique du framework.
  • Belastingdienst — administration fiscale (consommateur principal).
  • KvK (Kamer van Koophandel) — registre du commerce, dépôt comptes annuels.
  • CBS (Centraal Bureau voor de Statistiek) — institut national de statistique.
  • DNB (De Nederlandsche Bank) — banque centrale et superviseur prudentiel.
  • AFM (Autoriteit Financiële Markten) — autorité des marchés financiers.
  • RJ (Raad voor de Jaarverslaggeving) — Conseil de la comptabilité pour l'élaboration de la NT et son alignement IFRS-NL.
  • NBA (Koninklijke Nederlandse Beroepsorganisatie van Accountants) — Ordre des comptables.

Architecture SBR + XBRL + NT

SBR repose sur trois piliers techniques superposés :

  1. XBRL International 2.1 — la grammaire mondiale (W3C-like consortium XBRL.org). Définit les concepts d'instance, taxonomie, label, calcul, dimension.
  2. Nederlandse Taxonomie (NT) — la taxonomie nationale couvrant ~8 000 concepts financiers, fiscaux et statistiques. Versionnée annuellement (NT2024, NT2025, NT2026 prévue).
  3. SBR Standards — les conventions néerlandaises : profil de sécurité, signature, packaging, routing via Digipoort, gestion des accusés.
xml sbr-tva-btw-2026-04-extrait.xml
<?xml version="1.0" encoding="UTF-8"?>
<xbrli:xbrl
    xmlns:xbrli="http://www.xbrl.org/2003/instance"
    xmlns:link="http://www.xbrl.org/2003/linkbase"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xmlns:bd-i="http://www.nltaxonomie.nl/nt19/bd/20250501/dictionary/bd-data"
    xmlns:bd-t="http://www.nltaxonomie.nl/nt19/bd/20250501/tuples/bd-tuples"
    xmlns:iso4217="http://www.xbrl.org/2003/iso4217">

  <link:schemaRef
    xlink:href="http://www.nltaxonomie.nl/nt19/bd/20250501/entrypoints/bd-rpt-ob-aangifte-2026.xsd"
    xlink:type="simple"/>

  <xbrli:context id="period-2026-04">
    <xbrli:entity>
      <xbrli:identifier scheme="http://www.belastingdienst.nl/identifiers/btw">
        NL123456789B01
      </xbrli:identifier>
    </xbrli:entity>
    <xbrli:period>
      <xbrli:startDate>2026-04-01</xbrli:startDate>
      <xbrli:endDate>2026-04-30</xbrli:endDate>
    </xbrli:period>
  </xbrli:context>

  <xbrli:unit id="EUR">
    <xbrli:measure>iso4217:EUR</xbrli:measure>
  </xbrli:unit>

  <!-- Levering binnen Nederland — 21% standard tarief -->
  <bd-i:LeveringNL21PrcOmzet contextRef="period-2026-04" unitRef="EUR" decimals="INF">
    245000.00
  </bd-i:LeveringNL21PrcOmzet>
  <bd-i:LeveringNL21PrcBTW contextRef="period-2026-04" unitRef="EUR" decimals="INF">
    51450.00
  </bd-i:LeveringNL21PrcBTW>

  <!-- Levering binnen Nederland — 9% verlaagd tarief -->
  <bd-i:LeveringNL9PrcOmzet contextRef="period-2026-04" unitRef="EUR" decimals="INF">
    18500.00
  </bd-i:LeveringNL9PrcOmzet>
  <bd-i:LeveringNL9PrcBTW contextRef="period-2026-04" unitRef="EUR" decimals="INF">
    1665.00
  </bd-i:LeveringNL9PrcBTW>

  <!-- Voorbelasting (TVA déductible) -->
  <bd-i:VoorbelastingTotaal contextRef="period-2026-04" unitRef="EUR" decimals="INF">
    18420.00
  </bd-i:VoorbelastingTotaal>

  <!-- Verschuldigde BTW totaal -->
  <bd-i:TeBetalenOmzetbelasting contextRef="period-2026-04" unitRef="EUR" decimals="INF">
    34695.00
  </bd-i:TeBetalenOmzetbelasting>

</xbrli:xbrl>

Nederlandse Taxonomie (NT) — NT2025

La NT (Nederlandse Taxonomie) est l'épine dorsale conceptuelle de SBR. Maintenue par SBR Nederland en co-pilotage avec le RJ (Raad voor de Jaarverslaggeving), elle contient les définitions de tous les concepts financiers et fiscaux utilisés dans les déclarations légales.

Architecture en couches (entrypoints) :

  • BD (Belastingdienst) : taxonomies fiscales — impôt revenu, sociétés (VPB), TVA (OB), reporting Intracom (ZM).
  • KvK : dépôt comptes annuels — déclinaisons BV, NV, Stichting, Coöperatie, Fonds.
  • CBS : Intrastat, statistiques économiques, enquêtes sectorielles.
  • DNB : reporting prudentiel bancaire, assurance, fonds de pension.
  • AFM : prospectus, contrôle des marchés.
  • ESEF / ESRS (depuis NT2025) : European Single Electronic Format pour rapports annuels listés + extensions ESRS pour CSRD durabilité.

NT2025 (publiée 1ᵉʳ mai 2025) ajoute notamment :

  • Concepts ESRS-E1 (climat), E2 (pollution), E3 (eau), E4 (biodiversité), E5 (économie circulaire)
  • Indicateurs Pillar Two (taxe minimale 15% sur multinationales)
  • Concepts crypto-actifs (MiCA TFR alignement)
  • Alignement IFRS S1/S2 pour reporting durabilité

Flux supportés — Belastingdienst, KvK, CBS, DNB

text sbr-flux.txt
┌────────────────────────────────────────────────────────────────────┐
│              S B R   N e d e r l a n d   —   F l u x               │
├────────────────────────────────────────────────────────────────────┤
│                                                                    │
│  Émetteur (entreprise ou tiers déclarant agréé)                    │
│         │                                                          │
│         │ XBRL Instance Document (+iXBRL pour rapport annuel)      │
│         ▼                                                          │
│  ┌──────────────────────────────────────────────┐                  │
│  │       D I G I P O O R T  (Logius)            │                  │
│  └────────────────┬─────────────────────────────┘                  │
│                   │ routing par EntryPoint XSD                     │
│      ┌────────────┼──────────────┬──────────────┐                  │
│      ▼            ▼              ▼              ▼                  │
│  ┌──────────┐ ┌──────────┐  ┌──────────┐  ┌─────────────┐          │
│  │ Belasting│ │ KvK      │  │ CBS      │  │ DNB (banque │          │
│  │ -dienst  │ │ (comptes │  │ (Intra-  │  │  centrale,  │          │
│  │ (IB, VPB,│ │  annuels)│  │  stat,   │  │  reporting  │          │
│  │  OB, ZM) │ │          │  │  PV)     │  │  prudentiel)│          │
│  └──────────┘ └──────────┘  └──────────┘  └─────────────┘          │
│                                                                    │
│  Confirmation et accusé via réponse Digipoort dans 24h             │
└────────────────────────────────────────────────────────────────────┘

iXBRL — Inline XBRL pour rapport annuel

Depuis 2021, le rapport annuel KvK est déposé en iXBRL (Inline XBRL) — un fichier XHTML qui contient à la fois la mise en page lisible (PDF-like) et les balises XBRL sous-jacentes. Avantages :

  • Un seul fichier pour la lecture humaine (PDF imprimable) et machine.
  • Alignement direct EU ESEF (européens cotés listing).
  • Lisibilité contrôlée par l'émetteur (template ESEF officiel).
  • Validation automatisée KvK + RJ + AFM en aval.

Outils open-source de validation iXBRL : Arelle, OpenSlate, Reporting Standard.

Comparatif international XBRL fiscal

PaysMandat XBRL fiscalPérimètreStatus NL équivalent
Pays-Bas2013IB, BTW, KvK, CBS, DNB
USA2009 (SEC EDGAR)10-K, 10-Q, 8-K sociétés cotéesAvancé mais cotés seuls
UK2011 (HMRC iXBRL)Corporation tax + Companies HouseComparable périmètre KvK
Japon2008 (FSA)Sociétés cotées + IFRS adoptionMoins large que NL
UE (ESEF)2020 (rapports annuels)Cotés européens listingNL aligné via NT2025
France2020 (DGFiP partiel)Bilan fiscal optionnelMoins développé
Allemagne2013 (E-Bilanz)Bilan fiscal Steuer + HandelsregisterComparable mais XBRL allemand sans iXBRL

Liens transverses