From 7288e25b168a6e5512c6cda259d51374d9634c9c Mon Sep 17 00:00:00 2001 From: Tracey Ibabao Date: Tue, 2 Jul 2024 10:18:15 +0800 Subject: [PATCH] Amendments to the Normalized JSON templates to address #352 - To be available in UAT environment on June 19, 2024 --- .../Foreign_Exchange.Swap.FX_Swap.UPI.V1M2.json | 5 +---- ...reign_Exchange.Swap.Non_Deliverable_FX_Swap.UPI.V1M2.json | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/UAT/OTC-Products/UPI/Foreign_Exchange/Foreign_Exchange.Swap.FX_Swap.UPI.V1M2.json b/UAT/OTC-Products/UPI/Foreign_Exchange/Foreign_Exchange.Swap.FX_Swap.UPI.V1M2.json index db84965..1f04ecb 100644 --- a/UAT/OTC-Products/UPI/Foreign_Exchange/Foreign_Exchange.Swap.FX_Swap.UPI.V1M2.json +++ b/UAT/OTC-Products/UPI/Foreign_Exchange/Foreign_Exchange.Swap.FX_Swap.UPI.V1M2.json @@ -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", @@ -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" ] diff --git a/UAT/OTC-Products/UPI/Foreign_Exchange/Foreign_Exchange.Swap.Non_Deliverable_FX_Swap.UPI.V1M2.json b/UAT/OTC-Products/UPI/Foreign_Exchange/Foreign_Exchange.Swap.Non_Deliverable_FX_Swap.UPI.V1M2.json index fbc7a05..f80c674 100644 --- a/UAT/OTC-Products/UPI/Foreign_Exchange/Foreign_Exchange.Swap.Non_Deliverable_FX_Swap.UPI.V1M2.json +++ b/UAT/OTC-Products/UPI/Foreign_Exchange/Foreign_Exchange.Swap.Non_Deliverable_FX_Swap.UPI.V1M2.json @@ -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", @@ -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" ]