# BankAccountTypes: Nmbrs Domain BankAccountTypes Lookup-table that translates code values of the domain 'BankAccountTypes' into descriptions. - Catalog: `Nmbrs` - Schema: `CodeValues` - Label: Domain BankAccountTypes Example: The code value 'Bankrekening1' means 'Bankrekening 1'. - Retrieve: True ## View Columns The columns of the view `BankAccountTypes` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `code` | `varchar2(240)` | Code | ☑ | Unique code within the domain. | | `description` | `varchar2(4000)` | Description | ☐ | Meaning of the unique code within the domain. | | `domain` | `varchar2(240)` | Domain | ☑ | Each domain defines a map of codes to values. | | `resource_code` | `varchar2(240)` | Resource Code | ☐ | Resource code for internationalization. | ## Values | Code | Description | |:---:|---| | `Bankrekening1` | Bankrekening 1 | | `Bankrekening2` | Bankrekening 2 | | `Bankrekening3` | Bankrekening 3 | | `Bankrekening4` | Bankrekening 4 | | `Bankrekening5` | Bankrekening 5 | | `Levensloop` | Levensloop | | `None` | None | | `Spaarloon` | Spaarloon | | `Standaard` | Standaard |