Skip to main content

ark:PayDeduction

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

The pay period to which this deduction belongs.

Example: https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
descriptionstring
SensitiveGDPR

A description of the deduction (e.g., income tax, National Insurance, pension contribution).

Example: Income Tax
totalAmount object
FinancialGDPR

The total amount deducted. Credit direction indicates a refund.

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:PayDeduction
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:PayDeduction",
"relatedTo": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"description": "Income Tax",
"totalAmount": {
"amount": "string",
"currency": "string",
"direction": "Credit"
}
}