diff --git a/models/intermediate/kpis/schema.yml b/models/intermediate/kpis/schema.yml index a69f1d4..b269272 100644 --- a/models/intermediate/kpis/schema.yml +++ b/models/intermediate/kpis/schema.yml @@ -6056,8 +6056,8 @@ models: - name: service_business_type data_type: string description: | - Identifies the service type (Screening, Deposit Management, Protection) - according to New Pricing documentation. + Identifies the service type (Screening, Deposit Management, Protection + or Guest Agreement) according to New Pricing documentation. Cannot be null. data_tests: - not_null @@ -6066,6 +6066,7 @@ models: - "SCREENING" - "PROTECTION" - "DEPOSIT_MANAGEMENT" + - "GUEST_AGREEMENT" - "UNKNOWN" - "UNSET" @@ -6161,8 +6162,8 @@ models: - name: service_business_type data_type: string description: | - Identifies the service type (Screening, Deposit Management, Protection) - according to New Pricing documentation. + Identifies the service type (Screening, Deposit Management, + Protection or Guest Agreement) according to New Pricing documentation. Cannot be null. data_tests: - not_null @@ -6171,6 +6172,7 @@ models: - "SCREENING" - "PROTECTION" - "DEPOSIT_MANAGEMENT" + - "GUEST_AGREEMENT" - "UNKNOWN" - "UNSET" @@ -6286,8 +6288,8 @@ models: - name: service_business_type data_type: string description: | - Identifies the service type (Screening, Deposit Management, Protection) - according to New Pricing documentation. + Identifies the service type (Screening, Deposit Management, + Protection or Guest Agreement) according to New Pricing documentation. Cannot be null. data_tests: - not_null @@ -6296,6 +6298,7 @@ models: - "SCREENING" - "PROTECTION" - "DEPOSIT_MANAGEMENT" + - "GUEST_AGREEMENT" - "UNKNOWN" - "UNSET" @@ -6706,8 +6709,8 @@ models: - name: service_business_type data_type: string description: | - Identifies the service type (Screening, Deposit Management, Protection) - according to New Pricing documentation. + Identifies the service type (Screening, Deposit Management, + Protection or Guest Agreement) according to New Pricing documentation. Cannot be null. data_tests: - not_null @@ -6716,6 +6719,7 @@ models: - "SCREENING" - "PROTECTION" - "DEPOSIT_MANAGEMENT" + - "GUEST_AGREEMENT" - "UNKNOWN" - "UNSET" @@ -6842,8 +6846,8 @@ models: - name: service_business_type data_type: string description: | - Identifies the service type (Screening, Deposit Management, Protection) - according to New Pricing documentation. + Identifies the service type (Screening, Deposit Management, + Protection or Guest Agreement) according to New Pricing documentation. Cannot be null. data_tests: - not_null @@ -6852,6 +6856,7 @@ models: - "SCREENING" - "PROTECTION" - "DEPOSIT_MANAGEMENT" + - "GUEST_AGREEMENT" - "UNKNOWN" - "UNSET" @@ -6978,8 +6983,8 @@ models: - name: service_business_type data_type: string description: | - Identifies the service type (Screening, Deposit Management, Protection) - according to New Pricing documentation. + Identifies the service type (Screening, Deposit Management, + Protection or Guest Agreement) according to New Pricing documentation. Cannot be null. data_tests: - not_null @@ -6988,6 +6993,7 @@ models: - "SCREENING" - "PROTECTION" - "DEPOSIT_MANAGEMENT" + - "GUEST_AGREEMENT" - "UNKNOWN" - "UNSET"