Skip to content

Commit

Permalink
adding type to ccr enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniell Wallis authored and muratabur committed Jan 5, 2024
1 parent 5b01f3c commit af78ddb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion v1-dev/derivative.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
3 changes: 2 additions & 1 deletion v1-dev/security.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit af78ddb

Please sign in to comment.