Slot: sortCode
The sort code for a bank account. This is a string holding a 6-digit numerical code where leading 0 values are maintained.
URI: di_vocab:slot/sortCode
Alias: sortCode
Applicable Classes
| Name |
Description |
Modifies Slot |
| BankAccountDetailsClass |
The details of a Bank Account as presented by a user for checking for identit... |
no |
Properties
Type and Range
Cardinality and Requirements
| Property |
Value |
| ### Value Constraints |
|
| Property |
Value |
| Regex Pattern |
[0-9]{6} |
Schema Source
- from schema: https://vocab.account.gov.uk/linkml/credentials-schema
Mappings
| Mapping Type |
Mapped Value |
| self |
di_vocab:sortCode |
| native |
di_vocab:sortCode |
LinkML Source
name: sortCode
description: The sort code for a bank account. This is a string holding a 6-digit
numerical code where leading 0 values are maintained.
from_schema: https://vocab.account.gov.uk/linkml/credentials-schema
rank: 1000
alias: sortCode
domain_of:
- BankAccountDetailsClass
range: string
pattern: '[0-9]{6}'