You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: peppol-icd/src/main/java/network/oxalis/vefa/peppol/icd/code/PeppolIcd.java
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@
28
28
@Getter
29
29
publicenumPeppolIcdimplementsIcd {
30
30
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
32
32
// Original Source : http://iso6523.info/icd_list.pdf
33
33
34
34
// Internationally approved ICDs
@@ -50,6 +50,7 @@ public enum PeppolIcd implements Icd {
50
50
NL_OINO("NL:OINO", "0190", "Logius"),
51
51
EE_CC("EE:CC", "0191", "Centre of Registers and Information Systems of the Ministry of Justice"),
52
52
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.
53
54
UBLBE("UBLBE", "0193", "UBL.BE"),
54
55
SG_UEN("SG:UEN", "0195", "lnfocomm Media Development Authority"),
55
56
IS_KTNR("IS:KTNR", "0196", "Icelandic National Registry"),
@@ -74,6 +75,7 @@ public enum PeppolIcd implements Icd {
74
75
NG_TID("NG:TID", "0244", "Federal Inland Revenue Service Revenue (FIRS)"),
75
76
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"),
0 commit comments