ark:IncomePattern
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:IncomePatternark:IncomePatternIdentifier used to group patterns together.
Possible values: [INCOME, BORROWING, ESSENTIAL, QUALITY_OF_LIFE]
INCOMEA human-readable description of the pattern.
Net PayThe budget that this income pattern relates to.
https://graph.datawollet.com/nodes/f85b8b6b37fe3e8b144829d200000000The category of the income pattern.
incomeTotal monthly amount for this income category, formatted as a decimal string.
Possible values: Value must match regular expression ^[0-9]+(\.[0-9]{2})?$
2500.00items object[]required
The individual income components: either transaction patterns (URIs) or averaged transactions from a category that didn't match a pattern.
- IncomePatternReference
- IncomeAggregatedTransactions
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:IncomePattern",
"reason": "INCOME",
"description": "Net Pay",
"relatedTo": "https://graph.datawollet.com/nodes/f85b8b6b37fe3e8b144829d200000000",
"group": "income",
"total": "2500.00",
"items": [
{
"id": "https://graph.datawollet.com/.draft-nodes/pattern123",
"amount": "150.00"
},
{
"amount": "150.00",
"transactions": [
"https://graph.datawollet.com/.draft-nodes/tx1",
"https://graph.datawollet.com/.draft-nodes/tx2"
]
}
]
}