Skip to content

Commit

Permalink
reorder credit_process attribute in loan.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AdarshChugani authored and muratabur committed Jan 8, 2025
1 parent 6a00e34 commit 7aee2e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions v1-dev/loan.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@
"description": "Two-letter country code for product location/jurisdiction. In accordance with ISO 3166-1.",
"$ref": "https://raw.githubusercontent.com/SuadeLabs/fire/master/v1-dev/common.json#/country_code"
},
"cr_approach": {
"description": "Specifies the approved credit risk rwa calculation approach to be applied to the exposure.",
"$ref": "https://raw.githubusercontent.com/SuadeLabs/fire/master/v1-dev/common.json#/cr_approach"
},
"credit_process": {
"description": "Identifier for how a loan is credit assessed during the underwriting process",
"type": "string",
Expand All @@ -119,10 +123,6 @@
"scored"
]
},
"cr_approach": {
"description": "Specifies the approved credit risk rwa calculation approach to be applied to the exposure.",
"$ref": "https://raw.githubusercontent.com/SuadeLabs/fire/master/v1-dev/common.json#/cr_approach"
},
"cum_recoveries": {
"description": "The total amount recovered since the date of default of the instrument.",
"type": "integer",
Expand Down

0 comments on commit 7aee2e3

Please sign in to comment.