Skip to main content

ark:BankAccount

idstring<uri>required

URI format identifier used to refer to this node within the graph.

Example: https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
typestringrequired

A type identifier used to indicate the data model that the node conforms to.

Constant value: ark:BankAccount
Example: ark:BankAccount
accountType

The type of account where this is known, using a controlled vocabulary. DataWollet currently only officially supports current accounts, but more will follow.

Possible values: [Current, Savings]

Example: Current
productNamestring

Brand name for the product associated with the bank account, where known.

Example: Everyday Saver
issuedBystring<uri>required

Organisation that issued or administers the account.

Example: https://graph.datawollet.com/.draft-nodes/0118735d359276fd42741493c449e567
ark:BankAccount
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:BankAccount",
"accountType": "Current",
"productName": "Everyday Saver",
"issuedBy": "https://graph.datawollet.com/.draft-nodes/0118735d359276fd42741493c449e567"
}