Skip to content

Commit f41f89e

Browse files
committed
OpenPeppol eDEC Code Lists v9.6 [RELEASE-NOTE]
1 parent 13e1e39 commit f41f89e

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

  • peppol-icd/src/main/java/network/oxalis/vefa/peppol/icd/code

peppol-icd/src/main/java/network/oxalis/vefa/peppol/icd/code/PeppolIcd.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
@Getter
2929
public enum PeppolIcd implements Icd {
3030

31-
// The latest code list release v9.5 dated 2025-12-23: https://docs.peppol.eu/edelivery/codelists/v9.5/Peppol%20Code%20Lists%20-%20Participant%20identifier%20schemes%20v9.5.html
31+
// The latest code list release v9.6 dated 2026-04-07: https://docs.peppol.eu/edelivery/codelists/v9.6/Peppol%20Code%20Lists%20-%20Participant%20identifier%20schemes%20v9.6.html
3232
// Original Source : http://iso6523.info/icd_list.pdf
3333

3434
// Internationally approved ICDs
@@ -50,6 +50,7 @@ public enum PeppolIcd implements Icd {
5050
NL_OINO("NL:OINO", "0190", "Logius"),
5151
EE_CC("EE:CC", "0191", "Centre of Registers and Information Systems of the Ministry of Justice"),
5252
NO_ORG("NO:ORG", "0192", "The Brønnøysund Register Centre"),
53+
@Deprecated // Deprecated 0193/UBL.BE Party Identifier and marked for removal as of 7.7.2026.
5354
UBLBE("UBLBE", "0193", "UBL.BE"),
5455
SG_UEN("SG:UEN", "0195", "lnfocomm Media Development Authority"),
5556
IS_KTNR("IS:KTNR", "0196", "Icelandic National Registry"),
@@ -74,6 +75,7 @@ public enum PeppolIcd implements Icd {
7475
NG_TID("NG:TID", "0244", "Federal Inland Revenue Service Revenue (FIRS)"),
7576
SK_DIC("SK:DIC", "0245", "The tax office according to the local jurisdiction of the taxpayer. Head office: Financial Directorate of the Slovak Republic Lazovná 63 , Banská Bystrica 974 01 Banská Bystrica Slovakia"),
7677
DE_GEBA("DE:GEBA", "0246", "Koordinierungsstelle für IT-Standards (KoSIT)"),
78+
OM_VAT("OM:VAT", "0248", "Tax Authority, Oman"),
7779

7880
// ICDs created and maintained by OpenPEPPOL
7981
@Deprecated
@@ -129,9 +131,6 @@ public enum PeppolIcd implements Icd {
129131
TR_VAT("TR:VAT", "9952", "Turkey VAT number"),
130132
VA_VAT("VA:VAT", "9953", "Holy See (Vatican City State) VAT number"),
131133

132-
@Deprecated // Will be removed per 31.3.2026
133-
NL_ION("NL:OIN", "9954", "Dutch Originator's Identification Number"),
134-
135134
FR_VAT("FR:VAT", "9957", "French VAT number"),
136135
US_EIN("US:EIN", "9959", "US Employer ID Number"),
137136
;

0 commit comments

Comments
 (0)