account grammar
The account grammar is found in the set PHI.
| entity | description | examples | components | checksum |
|---|---|---|---|---|
| account/bank/account_number/context/us | A bank account number (without routing number), with context. | Bank account no: 123456789 | ❌ | ❌ |
| account/bank/account_number/landmark/us | A bank account number landmark. | Bank account no | ❌ | ❌ |
| account/bank/account_number/nocontext/us | A bank account number (without routing number), without context. | 123456789 | ❌ | ❌ |
| account/bank/context/us | A US bank account number (including the routing number), with context. | Bank Account Number: 622356789 123456789 | ✔️ | ❌ |
| account/bank/landmark/us | A bank account landmark. | Bank Account Number | ❌ | ❌ |
| account/bank/nocontext/us | A US bank account number (including the routing number), without context. | 622356789 123456789 | ✔️ | ❌ |
| account/bank/routing_number/context/us | A bank routing number (without account number), with context. | Routing no: 622356789 | ✔️ | ❌ |
| account/bank/routing_number/landmark/us | A bank routing number landmark. | Routing no | ❌ | ❌ |
| account/bank/routing_number/nocontext/us | A bank routing number (without account number), without context. | 622356789 | ✔️ | ❌ |
| account/swiftcode/context | A SWIFT code, with context. | SWIFT code: ABCDGB01234 | ✔️ | ❌ |
| account/swiftcode/landmark | A SWIFT code landmark. | SWIFT code | ❌ | ❌ |
| account/swiftcode/nocontext | A SWIFT code, without context. | ABCDGB01234 | ✔️ | ❌ |
The following components are produced by the above entities.
| components | description | examples | context |
|---|---|---|---|
| COUNTRY_CODE | 2-character country code | GB | SWIFT code: ABCDGB01234 |
| MICR_CODE | MICR (magnetic ink character recognition) code | 622356789 | Bank Account Number: 622356789 123456789 |
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.