Skip to content

Commit

Permalink
added Discount, Surcharge
Browse files Browse the repository at this point in the history
  • Loading branch information
max walter committed Mar 20, 2024
1 parent c659e6e commit 7092ab7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 5 additions & 2 deletions src/EnumPriceTypeCode.src.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "EnumPriceTypeCode",
"uri": "http://schema4i.org/EnumPriceTypeCode",
"description": "Code for coding the contribution types according to BiPRO.",
"description": "Code for coding the contribution types bases on BiPRO.",
"links": [{
"url": "http://schema4i.org/EnumPriceTypeCode_DE",
"description": "Original German documentation"
Expand Down Expand Up @@ -36,7 +36,10 @@
"Claims/Benefit payment": "s4i:EnumPriceTypeCode#LOSS_EXPENSES",
"Claims/Goodwill payment": "s4i:EnumPriceTypeCode#GOODWILL",
"Claims/Recourse payment": "s4i:EnumPriceTypeCode#REGRESS",
"Claims/Salvage payment": "s4i:EnumPriceTypeCode#PROVENUE"
"Claims/Salvage payment": "s4i:EnumPriceTypeCode#PROVENUE",
"Discount": "s4i:EnumPriceTypeCode#DISCOUNT",
"Surcharge": "s4i:EnumPriceTypeCode#SURCHARGE"

}
}
}
6 changes: 4 additions & 2 deletions src/EnumPriceTypeCode_DE.src.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "EnumPriceTypeCode_DE",
"uri": "http://schema4i.org/EnumPriceTypeCode_DE",
"description": "Code für die Schlüsselung der Beitragsarten nach BiPRO.",
"description": "Code für die Schlüsselung der Beitragsarten angelehnt an BiPRO.",
"links": [{
"url": "http://schema4i.org/EnumPriceTypeCode",
"description": "Englische Dokumentation der Schlüsselwerte"
Expand Down Expand Up @@ -36,7 +36,9 @@
"Schaden-/Leistungszahlung": "s4i:EnumPriceTypeCode#LOSS_EXPENSES",
"Schaden-/Kulanzzahlung": "s4i:EnumPriceTypeCode#GOODWILL",
"Schaden-/Regresszahlung": "s4i:EnumPriceTypeCode#REGRESS",
"Schaden-/Provenuezahlung": "s4i:EnumPriceTypeCode#PROVENUE"
"Schaden-/Provenuezahlung": "s4i:EnumPriceTypeCode#PROVENUE",
"Abschlag": "s4i:EnumPriceTypeCode#DISCOUNT",
"Zuschlag": "s4i:EnumPriceTypeCode#SURCHARGE"
}
}
}

0 comments on commit 7092ab7

Please sign in to comment.