From c892034d5693a4977aa5ff239d562a96667a2b80 Mon Sep 17 00:00:00 2001 From: emburkino Date: Fri, 10 May 2024 11:40:27 +0100 Subject: [PATCH 1/2] addition of pse_mortgage_insurer as subtype of pse --- documentation/properties/type.md | 6 +++++- v1-dev/entity.json | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/documentation/properties/type.md b/documentation/properties/type.md index c768e87b..2d92552f 100644 --- a/documentation/properties/type.md +++ b/documentation/properties/type.md @@ -57,7 +57,8 @@ Customer, issuer, guarantor and entity schemas share a lot of common type attrib │ ├── public_corporation │ ├── social_security_fund │ ├── statutory_board -│ └── other_pse +│ ├── other_pse +│ └── pse_mortgage_insurer ├── sovereign ├── intl_org ├── export_credit_agency @@ -213,6 +214,9 @@ A public sector entity is defined in the [FCA handbook](https://www.handbook.fca ### other_pse +### pse_mortgage_insurer + + ### statutory_board >A specific distinction for Singaporean public sector entities. The statutory boards of the Singapore Government are organisations that have been given autonomy to perform an operational function by legal statutes passed as Acts in parliament. The statutes define the purpose, rights and powers of the authority. They usually report to one specific ministry. A more comprehensive list can be found here: diff --git a/v1-dev/entity.json b/v1-dev/entity.json index fd0c0557..b9075ee2 100644 --- a/v1-dev/entity.json +++ b/v1-dev/entity.json @@ -299,6 +299,7 @@ "pension_fund", "pic", "pmi", + "pse_mortgage_insurer", "private_equity_fund", "private_fund", "promo_fed_home_loan", From fd7151056ef827a5c81014743cd78c2790d209c1 Mon Sep 17 00:00:00 2001 From: emburkino Date: Fri, 10 May 2024 11:44:25 +0100 Subject: [PATCH 2/2] addition of pse_mortgage_insurer as subtype of pse alphabetical --- v1-dev/entity.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1-dev/entity.json b/v1-dev/entity.json index b9075ee2..96f45211 100644 --- a/v1-dev/entity.json +++ b/v1-dev/entity.json @@ -299,13 +299,13 @@ "pension_fund", "pic", "pmi", - "pse_mortgage_insurer", "private_equity_fund", "private_fund", "promo_fed_home_loan", "promo_fed_reserve", "promotional_lender", "pse", + "pse_mortgage_insurer", "public_corporation", "qccp", "real_estate_fund",