Skip to content

Commit

Permalink
copy schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
muratabur committed Feb 2, 2025
1 parent dec691b commit 7b88527
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
11 changes: 3 additions & 8 deletions schemas/account.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,8 @@
"description": "The standardised methodology for calculating the number of days between two dates. It is used to calculate the amount of accrued interest or the present value.",
"$ref": "https://raw.githubusercontent.com/SuadeLabs/fire/master/schemas/common.json#/day_count_convention"
},
"econ_loss_retail": {
"description": "The definition of loss in retail, used in estimating Loss Given Default for the reporting segment. When measuring economic loss, as opposed to accounting loss",
"monetary": true,
"type": "integer"
},
"econ_loss_wholesale": {
"description": "The definition of loss in wholesale, used in estimating Loss Given Default for the reporting segment. When measuring economic loss, as opposed to accounting loss.",
"economic_loss": {
"description": "The definition of loss, used in estimating Loss Given Default for the reporting segment. When measuring economic loss, as opposed to accounting loss",
"monetary": true,
"type": "integer"
},
Expand Down Expand Up @@ -161,7 +156,7 @@
"type": "string",
"format": "date-time"
},
"fraud_loss_retail": {
"fraud_loss": {
"description": "The total value of accounting losses incurred by the Financial Institution due to fraudulent activities within the reporting segment.",
"type": "integer",
"monetary": true
Expand Down
11 changes: 3 additions & 8 deletions schemas/loan.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,8 @@
"type": "integer",
"monetary": true
},
"econ_loss_retail": {
"description": "The definition of loss in retail, used in estimating Loss Given Default for the reporting segment. When measuring economic loss, as opposed to accounting loss",
"monetary": true,
"type": "integer"
},
"econ_loss_wholesale": {
"description": "The definition of loss in wholesale, used in estimating Loss Given Default for the reporting segment. When measuring economic loss, as opposed to accounting loss.",
"economic_loss": {
"description": "The definition of loss, used in estimating Loss Given Default for the reporting segment. When measuring economic loss, as opposed to accounting loss",
"monetary": true,
"type": "integer"
},
Expand Down Expand Up @@ -243,7 +238,7 @@
"type": "string",
"format": "date-time"
},
"fraud_loss_retail": {
"fraud_loss": {
"description": "The total value of accounting losses incurred by the Financial Institution due to fraudulent activities within the reporting segment.",
"type": "integer",
"monetary": true
Expand Down

0 comments on commit 7b88527

Please sign in to comment.