FinchContext
Run with

Build German GoBD Data-Access Export (GoBD Z3 — index.xml)

Skill: Convert accounting records into a GoBD Z3 export package

Region: Germany (Deutschland) Category: Legal / eDiscovery — Audit readiness Does: Takes structured accounting/booking records and assembles a GoBD export package (index.xml + the original data files in a ZIP) in the IDEA-compatible "Beschreibungsstandard" format for Z3 Datenträgerüberlassung to a Betriebsprüfer (tax auditor) and for litigation-hold readiness. Spec: BMF — GoBD (BMF-Schreiben 28.11.2019) / GDPdU Beschreibungsstandard for index.xml (current version)

Under § 147 AO and the GoBD, taxable persons must keep books in machine-readable form and grant the tax authority data access. The Z3 access lets the auditor receive a data carrier; the standard package is an index.xml that describes each table's structure plus the raw data files (usually fixed-length or delimited), readable by IDEA/audit tooling. Produced on demand for an audit or hold. Element names follow the Beschreibungsstandard, not a verbatim DTD.


When this applies


Structure (FORM → XML)

index.xml (DataSet)
   Media / DataSupplier        company name, location, comment
   Table (per exported table)
      URL                      data file name in the ZIP (e.g. buchungen.csv)
      Name / Description       human label of the table
      Validity / Range         date range covered
      DecimalSymbol / Digit    "," and "."
      VariableLength / Fixed   record format
      VariablePrimaryKey       key column(s)
      Column (per field)
         Name, Description, DataType (Numeric/AlphaNumeric/Date)
         Accuracy (decimals), Format (date mask), MaxLength
ZIP package: index.xml + Gdpdu-01-09-2004.dtd + the data files

Data rules


Worked example (outline)

index.xml DataSet, supplier "Muster GmbH, München", period 2025-01-01..2025-12-31
Table "Buchungen" -> buchungen.csv (variable length, ; delimiter, decimal ",")
   Column BelegNr   AlphaNumeric  MaxLength 20  (primary key)
   Column Datum     Date          Format DD.MM.YYYY
   Column Konto     AlphaNumeric  MaxLength 8
   Column Betrag    Numeric       Accuracy 2
ZIP: index.xml + Gdpdu-01-09-2004.dtd + buchungen.csv + konten.csv

The package is handed to the Betriebsprüfer for IDEA import; table totals reconcile to the GuV/Bilanz and the VAT returns for 2025.


Validation checklist


Last updated: 2026-06-04 — confirm the current schema/version, identifiers, rounding, and deadline against current authority (bmf.bund.de / GoBD) guidance before use.