ark:PayDeduction
idstring<uri>required
URI format identifier used to refer to this node within the graph.
Example:
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000typestringrequired
A type identifier used to indicate the data model that the node conforms to.
Constant value:
ark:PayDeductionExample:
ark:PayDeductionrelatedTostring<uri>required
The pay period to which this deduction belongs.
Example:
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000descriptionstring
SensitiveGDPR
A description of the deduction (e.g., income tax, National Insurance, pension contribution).
Example:
Income TaxtotalAmount objectFinancialGDPR
The total amount deducted. Credit direction indicates a refund.
type
Constant value:
ark:CurrencyValueamountstringrequired
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"
}
}