ED13 - Federal Employment Agency and BZSt: Company Number, W-IdNr, USt-IdNr
Problem
An organization needs central identifiers from federal authorities - but in the SME sector it is unclear which ones and where they are located:
- "Company number? The payroll software has it." - the SV company number (BA) is stored in the payroll software, but not in the repo - if the account is cancelled, it is gone
- W-IdNr unknown - the business identification number (BZSt) is new and unknown to many entrepreneurs
- USt-IdNr confused with tax number - the VAT identification number (EU) is not the same as the tax number (FA) - but both are confused
- No central storage - identifiers are located in various documents, mailboxes, software instances - nowhere central
- No sidecars - the notifications are available as PDFs, but without SHA-256 and without a sidecar - not verifiable
Key Message
Central identifiers in the Git repo mean:
- All identifiers in
registry/with sidecar - central storage, SHA-256 +V7GUID:uuidV7per document - Company number (BA) - SV company number for social insurance notifications
- W-IdNr (BZSt) - business identification number for tax purposes
- USt-IdNr (BZSt) - VAT identification number for EU-wide business
- Authority identifier registry - a central place that bundles all identifiers
Compliance by Design: Identifiers are not managed decentrally in software instances, but centrally in the repo with sidecars - independent of cloud accounts and software licenses.
The Three Central Identifiers
| Identifier | Authority | Use | Storage in the Repo |
|---|---|---|---|
| SV company number | Federal Employment Agency (BA-Service) | SV notifications (DEÜV), payroll accounting | registry/arbeitsagentur/ + sidecar |
| W-IdNr | Federal Central Tax Office (BZSt) | Tax identification (new) | registry/bzst/ + sidecar |
| USt-IdNr | Federal Central Tax Office (BZSt) | EU-wide VAT identification | registry/bzst/ + sidecar |
Important - Distinction: The tax number (FA, see ED11) is for domestic tax returns. The USt-IdNr (BZSt) is for EU-wide invoices. The W-IdNr (BZSt) is the new business identification number. All three are different numbers - but all are stored centrally in
registry/with a sidecar.
SV Company Number (Federal Employment Agency)
| Property | Value |
|---|---|
| Authority | Federal Employment Agency, BA-Service Saarbrücken |
| Format | 8-digit number (e.g. <SV-BETRNR>) |
| Use | SV notifications (DEÜV), payroll accounting, SV contribution statement |
| Storage | registry/arbeitsagentur/ with sidecar (SHA-256 + V7GUID:uuidV7) |
| Document | BA notification (PDF) with sidecar |
Practical Example: The
KMUreceived the SV company number<SV-BETRNR>on 260706. The BA notification is stored as a document with sidecar inregistry/arbeitsagentur/. The number is used in payroll accounting (ED14) and for DEÜV notifications (ED15).
W-IdNr and USt-IdNr (Federal Central Tax Office)
| Identifier | Format | Use | Storage |
|---|---|---|---|
| W-IdNr | DE<NNNNNNNNN>-<NNNNN> |
Business identification (new, tax-related) | registry/bzst/ + sidecar |
| USt-IdNr | DE<NNNNNNNNN> |
EU-wide VAT identification | registry/bzst/ + sidecar |
Practical Example: The
KMUreceived the W-IdNrDE<WID>-<NNNNN>on 260528 and the USt-IdNrDE<UID>on 260728. Both notifications are stored as documents with sidecars inregistry/bzst/.
Authority Identifier Registry (Complete Overview)
| Authority | Identifier | Directory | Document with Sidecar |
|---|---|---|---|
| Tax office | KSt/USt/LSt-StNr, § 60a AO notice | registry/finanzamt/ |
✅ |
| Employment agency | SV company number | registry/arbeitsagentur/ |
✅ |
| BZSt | W-IdNr, USt-IdNr | registry/bzst/ |
✅ |
| VBG | VBG membership number | registry/vbg/ |
✅ |
| Health insurance fund | IK number (information identifier) | registry/krankenkasse/ |
✅ |
| ELSTER | Certificate record | registry/elster/ |
✅ |
Key Insight: All authority identifiers are located in one place (
registry/) with sidecars - not scattered across software instances, cloud accounts, or paper folders. During an external audit, the auditor can read all identifiers from the repo
- offline, without IAM, without a cloud account.
Risk Leverage
| Today (cheap) | Tomorrow (audit-proof) | Risk Mitigated |
|---|---|---|
SV company number in registry/ with sidecar |
Number centrally verifiable | Loss upon cloud account cancellation |
W-IdNr in registry/ with sidecar |
Business identification verifiable | Denial of identity |
USt-IdNr in registry/ with sidecar |
EU identification verifiable | Non-deductibility of input VAT (EU) |
| Authority identifier registry | All numbers centrally in one place | Decentralized management (loss) |
| Sidecar per document | Every notification cryptographically anchored | Denial of authenticity |
Harness Requirement (Preview)
Derivable from ED13:
| ID | Requirement | Priority |
|---|---|---|
| FA-12.8 | Authority identifier registry (StNr, W-IdNr, USt-IdNr, SV-BetrNr, VBG-Mitgliedsnr, IK) | MUST |
| FA-2.1 | SHA-256 as cryptographic integrity check; DocID is the uuidV7 alone |
MUST |
| FA-2.2 | .v7g.md sidecar mandatory per document/artifact |
MUST |
The complete requirements list is in Harness-Anforderungen.md.
Sources
- SGB IV (§ 28i - company number, § 28a - DEÜV notifications)
- AO (§ 139a - tax identification number, § 139c - W-IdNr)
- UStG (§ 27a - USt-IdNr)
AFJD/agents/(anonymized) - SSoT concept with registry, sidecars
Source Topology and CDN Reference Links
| Role | Location | Purpose |
|---|---|---|
| Primary / SSoT | git.gitcover.org/GCC | Canonical storage (GPG-signed, versioned) |
| Public OSS Mirror / CDN | codeberg.org/gitcover-commons | Read-only mirror; FLOSS discovery |
| Community Hub | github.com/gitcover-commons | Issues & Discussions; source code reference on Codeberg |
Note: This mapping of sources, mirror, and community hub reflects the current state and may change. Please check the respective canonical source on gitcover.org for the current status.