Skip to content

Commit a448274

Browse files
author
samir
committed
reordering security attributes to fix failing test
1 parent 52b369f commit a448274

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

v1-dev/security.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -357,17 +357,17 @@
357357
"type":"string",
358358
"enum": ["aaa", "aa_plus", "aa", "aa_minus", "a_plus", "a", "a_minus", "bbb_plus", "bbb", "bbb_minus", "bb_plus", "bb", "bb_minus", "b_plus", "b", "b_minus", "ccc_plus", "ccc", "ccc_minus", "cc", "c", "d"]
359359
},
360-
"kbra_st": {
361-
"description": "KBRA short term credit ratings",
362-
"type":"string",
363-
"enum": ["k1_plus", "k1", "k2", "k3", "b", "c", "d"]
364-
},
365360
"k_sa": {
366361
"description": "For securitisation standardised approach (sec-sa), ksa is the SA capital charge had the underlying exposures not been securitised",
367362
"type": "number",
368363
"minimum": 0.0,
369364
"maximum": 1.0
370365
},
366+
"kbra_st": {
367+
"description": "KBRA short term credit ratings",
368+
"type":"string",
369+
"enum": ["k1_plus", "k1", "k2", "k3", "b", "c", "d"]
370+
},
371371
"last_payment_date": {
372372
"description": "The final payment date for interest payments, often coincides with end_date or the maturity date",
373373
"type": "string",

0 commit comments

Comments
 (0)