Skip to main content

ark:Budget

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:Budget
Example: ark:Budget
includesstring<uri>[]required

The account IDs that this budget was derived from.

Example: ["https://graph.datawollet.com/nodes/account1","https://graph.datawollet.com/nodes/account2"]
startDatestring<date>required

The earliest date of the transactions analysed to produce this budget.

Example: 2024-01-01
endDatestring<date>required

The latest date of the transactions analysed to produce this budget.

Example: 2024-06-30
ark:Budget
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:Budget",
"includes": [
"https://graph.datawollet.com/nodes/account1",
"https://graph.datawollet.com/nodes/account2"
],
"startDate": "2024-01-01",
"endDate": "2024-06-30"
}