Skip to main content

ark:PayItem

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

The pay period to which this pay item belongs.

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

A description of the pay item (e.g., basic salary, overtime, allowance).

Example: Basic Salary
workAmountnumber

The amount worked or earned (e.g., hours worked, units earned).

Example: 160
payAmountnumber

The amount paid for this item (e.g., hours paid).

Example: 160
rateAmountnumber
FinancialGDPR

The rate at which this pay item is calculated (e.g., hourly rate).

Example: 15.5
totalAmount object
FinancialGDPR

The total amount for this pay item.

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: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"
}
}