banking_cjkvt grammar
The banking_cjkvt grammar is found in the set PII.
| entity | description | examples | components | checksum |
|---|---|---|---|---|
| banking/account_number/context/CC | An individual bank account number, with context. | "Bank account number: 1234567" | ✔️ | ❌ |
| banking/account_number/landmark/CC | An individual bank account number landmark. | Bank account number. | ❌ | ❌ |
| banking/account_number/nocontext/CC | An individual bank account number, without context. | 1234567 | ✔️ | ❌ |
| banking/context/CC | Bank account numbers sufficient to identify an individual account, with context. | Bank account details: 40-38-02 31618080 | ✔️ | ✓ |
| banking/landmark/CC | A bank account landmark. | Bank account details | ❌ | ❌ |
| banking/nocontext/CC | Bank account numbers sufficient to identify an individual account, without context. | 40-38-02 31618080 | ✔️ | ✓ |
| banking/routing_number/context/CC | A routing number, usually used to identify a bank branch, with context. | Sort code: 40-38-02 | ✔️ | ❌ |
| banking/routing_number/landmark/CC | A routing number landmark. | Sort code | ❌ | ❌ |
| banking/routing_number/nocontext/CC | A routing number, usually used to identify a bank branch, without context. | 40-38-02 | ✔️ | ❌ |
| banking/swiftcode/context/CC | A SWIFT/BIC code, with context. | SWIFT code: EFGHCAVVV | ❌ | ❌ |
| banking/swiftcode/nocontext/CC | A SWIFT/BIC code, without context. | EFGHCAVVV | ❌ | ❌ |
The following components are produced by the above entities.
| components | description | examples | context |
|---|---|---|---|
| ACCOUNT_NUMBER | bank account number | 1234567890 | Bank details: 033088 1234567890 |
| ROUTING_NUMBER | bank routing number, usually used to identify a bank branch | 033088 | Bank details: 033088 1234567890 |
In the tables, ✔️ indicates that the item is always used, and ❌ that the item is never used. The ✓ symbol indicates that the item is only used for some entities (that is, for some but not all countries or languages). For details, refer to the relevant entity page.