Skip to content

Commit

Permalink
Changed Finland specific ICDs to Deprecated instead of Removed - eDEC…
Browse files Browse the repository at this point in the history
… code lists changelog misleading
  • Loading branch information
aaron-kumar committed Jul 25, 2024
1 parent 6554288 commit 27809c3
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ public enum PeppolIcd implements Icd {
FR_SIRENE("FR:SIRENE", "0002", "Institut National de la Statistique et des Etudes Economiques, (I.N.S.E.E.)"),
SE_ORGNR("SE:ORGNR", "0007", "The National Tax Board"),
FR_SIRET("FR:SIRET", "0009", "DU PONT DE NEMOURS"),

@Deprecated // Below Finland specific participant identifier scheme will be removed per 31.12.2024. Use 0216 instead
FI_OVT("FI:OVT", "0037", "National Board of Taxes, (Verohallitus)"),

DUNS("DUNS", "0060", "Dun and Bradstreet Ltd"),
GLN("GLN", "0088", "GS1 GLN"),
DK_P("DK:P", "0096", "The Danish Business Authority"),
Expand Down Expand Up @@ -63,7 +67,14 @@ public enum PeppolIcd implements Icd {
GS1("GS1", "0209", "GS1"),
IT_CFI("IT:CFI", "0210", "Agenzia delle Entrate"),
IT_IVA("IT:IVA", "0211", "PARTITA IVA"),

@Deprecated // Below 3 Finland specific participant identifier scheme will be removed per 31.12.2024. Use 0216 instead
FI_ORG("FI:ORG", "0212", "State Treasury of Finland / Valtiokonttori"),
FI_VAT("FI:VAT", "0213", "State Treasury of Finland / Valtiokonttori"),
FI_NSI("FI:NSI", "0215", "Tieto Finland Oy"),

FI_OVT2("FI:OVT2", "0216", "TIEKE- Tietoyhteiskunnan kehittamiskeskus ry"),

LV_URN("LV:URN", "0218", "The Register of Enterprises of the Republic of Latvia"),
JP_IIN("JP:IIN", "0221", "National Tax Agency Japan"),
MY_EIF("MY:EIF", "0230", "Malaysia Digital Economy Corporation Sdn Bhd (MDEC)"),
Expand Down

0 comments on commit 27809c3

Please sign in to comment.