Skip to content

Commit

Permalink
Amendments to the Normalized JSON templates to address #352 - To be a…
Browse files Browse the repository at this point in the history
…vailable in UAT environment on June 19, 2024
  • Loading branch information
traceyibabao committed Jul 2, 2024
1 parent 0f41221 commit 7288e25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Foreign_Exchange.Swap.FX_Swap.UPI.V1M2",
"LastModifyDateTime": "2024-05-10T05:10:57",
"LastModifyDateTime": "2024-07-02T09:18:02",
"description": "Record template for Foreign_Exchange.Swap.FX_Swap",
"copyright": "Copyright © 2020 The Derivatives Service Bureau (DSB) Limited. All Rights Reserved.",
"type": "object",
Expand Down Expand Up @@ -134,18 +134,15 @@
"description": "The Delivery Type as defined by CFI code: ISO 10962",
"type": "string",
"enum": [
"Cash",
"Physical",
"Non-Deliverable"
],
"elaboration": {
"Cash": "As defined by CFI Code: ISO 10962",
"Physical": "As defined by CFI Code: ISO 10962",
"Non-Deliverable": "As defined by CFI Code: ISO 10962"
},
"options": {
"enum_titles": [
"Cash",
"Physical",
"Non-Deliverable"
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Foreign_Exchange.Swap.Non_Deliverable_FX_Swap.UPI.V1M2",
"LastModifyDateTime": "2024-05-10T05:10:57",
"LastModifyDateTime": "2024-07-02T09:18:02",
"description": "Record template for Foreign_Exchange.Swap.Non_Deliverable_FX_Swap",
"copyright": "Copyright © 2020 The Derivatives Service Bureau (DSB) Limited. All Rights Reserved.",
"type": "object",
Expand Down Expand Up @@ -134,18 +134,15 @@
"description": "The Delivery Type as defined by CFI code: ISO 10962",
"type": "string",
"enum": [
"Cash",
"Physical",
"Non-Deliverable"
],
"elaboration": {
"Cash": "As defined by CFI Code: ISO 10962",
"Physical": "As defined by CFI Code: ISO 10962",
"Non-Deliverable": "As defined by CFI Code: ISO 10962"
},
"options": {
"enum_titles": [
"Cash",
"Physical",
"Non-Deliverable"
]
Expand Down

0 comments on commit 7288e25

Please sign in to comment.