From 352805fcc30e6960700f2aac39fe281125f03709 Mon Sep 17 00:00:00 2001 From: joellecenedra Date: Mon, 4 Dec 2023 10:27:48 +0800 Subject: [PATCH] shift consumer_buy_to_let enum to under buy_to_let category for purpose in Loan schema + add gurantee_scheme enum for Hong Kong's Deposit Protection Scheme --- documentation/properties/guarantee_scheme.md | 3 +++ documentation/properties/purpose.md | 4 ++-- v1-dev/account.json | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/documentation/properties/guarantee_scheme.md b/documentation/properties/guarantee_scheme.md index e832f502..5924748e 100644 --- a/documentation/properties/guarantee_scheme.md +++ b/documentation/properties/guarantee_scheme.md @@ -59,6 +59,9 @@ Greece: DGS ### hu_ndif Hungary: National Deposit Insurance Fund (NDIF) +### hk_dps +Hong Kong: Deposit Protection Scheme (DPS) + ### ie_dgs Ireland: Deposit Guarantee Scheme (DGS) diff --git a/documentation/properties/purpose.md b/documentation/properties/purpose.md index c1d24c93..f8f09bd8 100644 --- a/documentation/properties/purpose.md +++ b/documentation/properties/purpose.md @@ -644,7 +644,8 @@ refer to interest cashflows only, and do not include any principal flows │ ├── buy_to_let_remortgage │ ├── buy_to_let_further_advance │ ├── buy_to_let_other -│ └── buy_to_let_construct +│ ├── buy_to_let_construct +│ └── consumer_buy_to_let ├── ips ├── lifetime_mortgage ├── operational @@ -653,7 +654,6 @@ refer to interest cashflows only, and do not include any principal flows ├── remortgage ├── remortgage_other ├── speculative_property -├── consumer_buy_to_let ├── further_advance ├── non_b20 ├── agriculture diff --git a/v1-dev/account.json b/v1-dev/account.json index dc337cf8..9dcd1f60 100644 --- a/v1-dev/account.json +++ b/v1-dev/account.json @@ -183,6 +183,7 @@ "gr_dgs", "hr_di", "hu_ndif", + "hk_dps", "ie_dgs", "it_fitd", "lt_vi",