From ba4c7f688ac0ca954dd096f0246f7238f709ebd4 Mon Sep 17 00:00:00 2001 From: emburkino Date: Fri, 13 Dec 2024 10:49:59 +0000 Subject: [PATCH] shortening economic loss --- documentation/properties/purpose.md | 12 ++++++------ tests/test_schemas.py | 1 - v1-dev/account.json | 4 ++-- v1-dev/loan.json | 4 ++-- 4 files changed, 10 insertions(+), 11 deletions(-) diff --git a/documentation/properties/purpose.md b/documentation/properties/purpose.md index 6f4ff008..0c8e685c 100644 --- a/documentation/properties/purpose.md +++ b/documentation/properties/purpose.md @@ -42,8 +42,8 @@ The **purpose** property describes the reason behind the creation or usage of th │ │ └── div_from_money_mkt │ └── manufactured_dividend ├── donation -├── economic_loss_retail -├── economic_loss_wholesale +├── econ_loss_retail +├── econ_loss_wholesale ├── employee ├── fees │ ├── credit_card_fee @@ -650,8 +650,8 @@ refer to interest cashflows only, and do not include any principal flows │ └── consumer_buy_to_let ├── commodities_finance ├── construction -├── economic_loss_retail -├── economic_loss_wholesale +├── econ_loss_retail +├── econ_loss_wholesale ├── first_time_buyer │ └── first_time_buyer_cstr ├── fraud_loss_retail @@ -896,13 +896,13 @@ As defined by OSFI Chapter 4, P66 and Chapter 5, P15: ### other The **other** enum value can be used when none of the other enum values apply or the value is *unknown*. -### economic_loss_retail +### econ_loss_retail The definition of loss used in estimating Loss Given Default for the reporting segment. When measuring economic loss, as opposed to accounting loss, all relevant factors should be taken into account, including material discount effects and material direct and indirect costs associated with collecting on the exposure.  Reported on Post-CRM basis. Reported after securitization. Defined in [IRB Credit Data Retail Portfolio Part-1](https://www.osfi-bsif.gc.ca/en/data-forms/reporting-returns/filing-financial-returns/financial-reporting-instructions/irb-credit-data-retail-portfolio-part-1-bd) -### economic_loss_wholesale +### econ_loss_wholesale It is the definition of loss used in estimating Loss Given Default.  When measuring economic loss, as opposed to accounting loss, all relevant factors should be taken into account, including material discount effects and material direct and indirect costs associated with collecting on the exposure.  Reported on Post-CRM basis. Defined in [IRB Credit Data Wholesale Portfolio Part-1](https://www.osfi-bsif.gc.ca/en/data-forms/reporting-returns/filing-financial-returns/financial-reporting-instructions/irb-credit-data-wholesale-portfolio-part-1-bb) diff --git a/tests/test_schemas.py b/tests/test_schemas.py index 17947697..15ecd078 100644 --- a/tests/test_schemas.py +++ b/tests/test_schemas.py @@ -74,7 +74,6 @@ def len_error(schema, enum, value, length): "buy_to_let_house_purchase", "buy_to_let_further_advance", "cancelled_payout_agreed", - "economic_loss_wholesale", "firm_operating_expenses", # DO NOT ADD TO THIS LIST, FIX YOUR ENUM INSTEAD ] diff --git a/v1-dev/account.json b/v1-dev/account.json index 66dc1f75..9eb6aaa9 100644 --- a/v1-dev/account.json +++ b/v1-dev/account.json @@ -369,8 +369,8 @@ "div_from_money_mkt", "dividend", "donation", - "economic_loss_retail", - "economic_loss_wholesale", + "econ_loss_retail", + "econ_loss_wholesale", "employee", "employee_stock_option", "escrow", diff --git a/v1-dev/loan.json b/v1-dev/loan.json index 9b2739fb..2fadff51 100644 --- a/v1-dev/loan.json +++ b/v1-dev/loan.json @@ -446,8 +446,8 @@ "commodities_finance", "construction", "consumer_buy_to_let", - "economic_loss_retail", - "economic_loss_wholesale", + "econ_loss_retail", + "econ_loss_wholesale", "first_time_buyer", "first_time_buyer_cstr", "fraud_loss_retail",