ark:ExpenditurePattern
URI format identifier used to refer to this node within the graph.
https://graph.datawollet.com/.draft-nodes/a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4A type identifier used to indicate the data model that the node conforms to.
ark:ExpenditurePatternark:ExpenditurePatternIdentifier used to group patterns together.
Possible values: [BORROWING, ESSENTIAL, QUALITY_OF_LIFE]
ESSENTIALThe budget that this expenditure pattern relates to.
https://graph.datawollet.com/nodes/f85b8b6b37fe3e8b144829d200000000A human-readable description of the pattern.
MortgagesThe group of the expenditure pattern.
mortgageTotal monthly amount for this expenditure category, formatted as a decimal string.
Possible values: Value must match regular expression ^[0-9]+(\.[0-9]{2})?$
1250.00items object[]required
The individual expenditure components: either transaction patterns (URIs) or averaged transactions from a category that didn't match a pattern.
- ExpenditurePatternReference
- ExpenditureAggregatedTransactions
URI of the TransactionPattern node that defines the recurring pattern.
https://graph.datawollet.com/.draft-nodes/pattern123The monthly amount for this pattern, formatted as a decimal string.
Possible values: Value must match regular expression ^[0-9]+(\.[0-9]{2})?$
150.00{
"id": "https://graph.datawollet.com/.draft-nodes/a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4",
"type": "ark:ExpenditurePattern",
"reason": "ESSENTIAL",
"relatedTo": "https://graph.datawollet.com/nodes/f85b8b6b37fe3e8b144829d200000000",
"description": "Mortgages",
"group": "mortgage",
"total": "1250.00",
"items": [
{
"id": "https://graph.datawollet.com/.draft-nodes/pattern123",
"amount": "150.00"
},
{
"amount": "45.99",
"transactions": [
"https://graph.datawollet.com/.draft-nodes/tx1",
"https://graph.datawollet.com/.draft-nodes/tx2"
]
}
]
}