Class: BankAccountDetail
Details of a bank account.
classDiagram
class BankAccountDetail
BankAccountDetail : account_number
BankAccountDetail : bank_name
BankAccountDetail : branch_code
BankAccountDetail : holder_id
BankAccountDetail : holder_name
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| account_number | 0..1 String |
Operational account reference number | direct |
| bank_name | 0..1 String |
Name of bank where account is held | direct |
| branch_code | 0..1 String |
Branch of bank where account is held | direct |
| holder_id | 0..1 String |
National identity number (or equivalent) of account holder | direct |
| holder_name | 0..1 String |
Name of account holder | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Cheque | bank_account_detail | range | BankAccountDetail |
Identifier and Mapping Information
Schema Source
- from schema: https://cim.ucaiug.io/ns#TC57CIM
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cim:BankAccountDetail |
| native | cim:BankAccountDetail |
LinkML Source
Direct
name: BankAccountDetail
description: Details of a bank account.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
attributes:
account_number:
name: account_number
description: Operational account reference number.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:BankAccountDetail.accountNumber
multivalued: false
domain_of:
- BankAccountDetail
- BankAccount
range: string
required: false
bank_name:
name: bank_name
description: Name of bank where account is held.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:BankAccountDetail.bankName
multivalued: false
domain_of:
- BankAccountDetail
range: string
required: false
branch_code:
name: branch_code
description: Branch of bank where account is held.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:BankAccountDetail.branchCode
multivalued: false
domain_of:
- BankAccountDetail
range: string
required: false
holder_id:
name: holder_id
description: National identity number (or equivalent) of account holder.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:BankAccountDetail.holderID
multivalued: false
domain_of:
- BankAccountDetail
range: string
required: false
holder_name:
name: holder_name
description: Name of account holder.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:BankAccountDetail.holderName
multivalued: false
domain_of:
- BankAccountDetail
range: string
required: false
class_uri: cim:BankAccountDetail
Induced
name: BankAccountDetail
description: Details of a bank account.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
attributes:
account_number:
name: account_number
description: Operational account reference number.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:BankAccountDetail.accountNumber
multivalued: false
alias: account_number
owner: BankAccountDetail
domain_of:
- BankAccountDetail
- BankAccount
range: string
required: false
bank_name:
name: bank_name
description: Name of bank where account is held.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:BankAccountDetail.bankName
multivalued: false
alias: bank_name
owner: BankAccountDetail
domain_of:
- BankAccountDetail
range: string
required: false
branch_code:
name: branch_code
description: Branch of bank where account is held.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:BankAccountDetail.branchCode
multivalued: false
alias: branch_code
owner: BankAccountDetail
domain_of:
- BankAccountDetail
range: string
required: false
holder_id:
name: holder_id
description: National identity number (or equivalent) of account holder.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:BankAccountDetail.holderID
multivalued: false
alias: holder_id
owner: BankAccountDetail
domain_of:
- BankAccountDetail
range: string
required: false
holder_name:
name: holder_name
description: Name of account holder.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:BankAccountDetail.holderName
multivalued: false
alias: holder_name
owner: BankAccountDetail
domain_of:
- BankAccountDetail
range: string
required: false
class_uri: cim:BankAccountDetail