ark:Statement
idstring<uri>required
URI format identifier used to refer to this node within the graph.
Example:
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000typestringrequired
A type identifier used to indicate the data model that the node conforms to.
Constant value:
ark:StatementExample:
ark:StatementrelatedTostring<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/0118735d359276fd42741493c449e568issuedBystring<uri>
Organisation that issued the statement. Normally the same as the organisation that administers the account.
Example:
https://graph.datawollet.com/.draft-nodes/0118735d359276fd42741493c449e567referencestring
FinancialGDPR
Reference identifier for the statement, as assigned by the issuing organisation.
Possible values: non-empty
Example:
STATEMENT-2024-05-0118735datestring<date>
Date the statement was issued, which may be after the end date of the statement period.
Example:
2024-05-31startDatestring<date>
Start date of the statement period.
Example:
2024-05-01endDatestring<date>
End date of the statement period.
Example:
2024-05-31ark: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"
}