Skip to main content

ark:TaxCumulation

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:TaxCumulation
Example: ark:TaxCumulation
relatedTostring<uri>required

The tax basis to which this cumulation applies.

Example: https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
effectiveAtstring<date>

The date at which this tax cumulation is effective.

Example: 2026-01-31
grossPay object
FinancialGDPR

The cumulative gross pay year-to-date.

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]

grossPayOfWhichTaxPayable object
FinancialGDPR

The cumulative taxable pay year-to-date.

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]

grossPayOfWhichNatInsPayable object
FinancialGDPR

The cumulative National Insurance pay year-to-date.

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]

grossPayOfWhichPensionable object
FinancialGDPR

The cumulative pensionable pay year-to-date.

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]

taxPaid object
FinancialGDPR

The cumulative tax paid year-to-date.

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]

niPaid object
FinancialGDPR

The cumulative National Insurance contributions paid year-to-date.

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]

ark:TaxCumulation
{
"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"
}
}