From af78ddb1ea3a66571f6ab3935e7b89aeab7422f2 Mon Sep 17 00:00:00 2001 From: Daniell Wallis Date: Fri, 5 Jan 2024 11:00:51 +0000 Subject: [PATCH] adding type to ccr enum --- v1-dev/derivative.json | 3 ++- v1-dev/security.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/v1-dev/derivative.json b/v1-dev/derivative.json index 13aed26a..bc2f1d9e 100644 --- a/v1-dev/derivative.json +++ b/v1-dev/derivative.json @@ -61,7 +61,8 @@ }, "ccr_approach": { "description": "Specifies the approved counterparty credit risk methodology for calculating exposures.", - "enum": ["imm", "oem", "sa", "ssa"] + "type": "string", + "enum": ["imm", "oem", "sa", "ssa"] }, "cost_center_code": { "description": "The organizational unit or sub-unit to which costs/profits are booked.", diff --git a/v1-dev/security.json b/v1-dev/security.json index 53f59264..6bdc7b0a 100644 --- a/v1-dev/security.json +++ b/v1-dev/security.json @@ -102,7 +102,8 @@ }, "ccr_approach": { "description": "Specifies the approved counterparty credit risk methodology for calculating exposures.", - "enum": ["imm", "oem", "sa", "ssa"] + "type": "string", + "enum": ["imm", "oem", "sa", "ssa"] }, "cost_center_code": { "description": "The organizational unit or sub-unit to which costs/profits are booked.",