Skip to main content

ark:Statement

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:Statement
Example: ark:Statement
relatedTostring<uri>required

Account that the statement is related to, which may be a bank account or another type of account.

Example: https://graph.datawollet.com/.draft-nodes/0118735d359276fd42741493c449e568
issuedBystring<uri>

Organisation that issued the statement. Normally the same as the organisation that administers the account.

Example: https://graph.datawollet.com/.draft-nodes/0118735d359276fd42741493c449e567
referencestring
FinancialGDPR

Reference identifier for the statement, as assigned by the issuing organisation.

Possible values: non-empty

Example: STATEMENT-2024-05-0118735
datestring<date>

Date the statement was issued, which may be after the end date of the statement period.

Example: 2024-05-31
startDatestring<date>

Start date of the statement period.

Example: 2024-05-01
endDatestring<date>

End date of the statement period.

Example: 2024-05-31
ark:Statement
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:Statement",
"relatedTo": "https://graph.datawollet.com/.draft-nodes/0118735d359276fd42741493c449e568",
"issuedBy": "https://graph.datawollet.com/.draft-nodes/0118735d359276fd42741493c449e567",
"reference": "STATEMENT-2024-05-0118735",
"date": "2024-05-31",
"startDate": "2024-05-01",
"endDate": "2024-05-31"
}