ark:TaxCumulation
URI format identifier used to refer to this node within the graph.
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000A type identifier used to indicate the data model that the node conforms to.
ark:TaxCumulationark:TaxCumulationThe tax basis to which this cumulation applies.
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000The date at which this tax cumulation is effective.
2026-01-31grossPay objectFinancialGDPR
The cumulative gross pay year-to-date.
ark:CurrencyValuePossible values: Value must match regular expression ^[0-9]{1,}(\.[0-9]{2})?$
Possible values: [Credit, Debit]
grossPayOfWhichTaxPayable objectFinancialGDPR
The cumulative taxable pay year-to-date.
ark:CurrencyValuePossible values: Value must match regular expression ^[0-9]{1,}(\.[0-9]{2})?$
Possible values: [Credit, Debit]
grossPayOfWhichNatInsPayable objectFinancialGDPR
The cumulative National Insurance pay year-to-date.
ark:CurrencyValuePossible values: Value must match regular expression ^[0-9]{1,}(\.[0-9]{2})?$
Possible values: [Credit, Debit]
grossPayOfWhichPensionable objectFinancialGDPR
The cumulative pensionable pay year-to-date.
ark:CurrencyValuePossible values: Value must match regular expression ^[0-9]{1,}(\.[0-9]{2})?$
Possible values: [Credit, Debit]
taxPaid objectFinancialGDPR
The cumulative tax paid year-to-date.
ark:CurrencyValuePossible values: Value must match regular expression ^[0-9]{1,}(\.[0-9]{2})?$
Possible values: [Credit, Debit]
niPaid objectFinancialGDPR
The cumulative National Insurance contributions paid year-to-date.
ark:CurrencyValuePossible values: Value must match regular expression ^[0-9]{1,}(\.[0-9]{2})?$
Possible values: [Credit, Debit]
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:TaxCumulation",
"relatedTo": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"effectiveAt": "2026-01-31",
"grossPay": {
"amount": "string",
"currency": "string",
"direction": "Credit"
},
"grossPayOfWhichTaxPayable": {
"amount": "string",
"currency": "string",
"direction": "Credit"
},
"grossPayOfWhichNatInsPayable": {
"amount": "string",
"currency": "string",
"direction": "Credit"
},
"grossPayOfWhichPensionable": {
"amount": "string",
"currency": "string",
"direction": "Credit"
},
"taxPaid": {
"amount": "string",
"currency": "string",
"direction": "Credit"
},
"niPaid": {
"amount": "string",
"currency": "string",
"direction": "Credit"
}
}