ark:PayItem
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:PayItemExample:
ark:PayItemrelatedTostring<uri>required
The pay period to which this pay item belongs.
Example:
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000descriptionstring
SensitiveGDPR
A description of the pay item (e.g., basic salary, overtime, allowance).
Example:
Basic SalaryworkAmountnumber
The amount worked or earned (e.g., hours worked, units earned).
Example:
160payAmountnumber
The amount paid for this item (e.g., hours paid).
Example:
160rateAmountnumber
FinancialGDPR
The rate at which this pay item is calculated (e.g., hourly rate).
Example:
15.5totalAmount objectFinancialGDPR
The total amount for this pay item.
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:PayItem
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:PayItem",
"relatedTo": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"description": "Basic Salary",
"workAmount": 160,
"payAmount": 160,
"rateAmount": 15.5,
"totalAmount": {
"amount": "string",
"currency": "string",
"direction": "Credit"
}
}