Skip to main content

ark:Charge

anyOf
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:Charge
Example: ark:Charge
relatedTostring<uri>required
Example: https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
datestring<date>
totalAmount objectrequired
SensitiveGDPR
type
Constant value: ark:CurrencyValue
amountstringrequired

Possible values: Value must match regular expression ^[0-9]{1,}(\.[0-9]{2})?$

currencystringrequired
directionstring

Possible values: [Credit, Debit]

namestring
SensitiveGDPR

This is optional but can help to explain the detail, such as if it's an interest charge or the service provided.

periodStartstring<date>
periodEndstring<date>

If the charge relates to a specific time period, like for utilities, then adding these dates can improve the accuracy of our estimates.

property name*any
ark:Charge
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:Charge",
"relatedTo": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"date": "2024-07-29",
"totalAmount": {
"amount": "string",
"currency": "string",
"direction": "Credit"
},
"name": "string",
"periodStart": "2024-07-29",
"periodEnd": "2024-07-29"
}