ark:PayPeriod
URI format identifier used to refer to this node within the graph.
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000A type identifier used to indicate the data model that the node conforms to.
ark:PayPeriodark:PayPeriodThe employment or contract that this pay period is related to.
https://graph.datawollet.com/.draft-nodes/employment-contract-1234567890The start date of the pay period.
2026-01-01The end date of the pay period.
2026-01-31The date the payment was made.
2026-01-25grossPay objectFinancialGDPR
ark:CurrencyValue
The currency of the gross pay amount, in ISO 4217 format.
taxablePay objectFinancialGDPR
ark:CurrencyValue
The currency of the taxable pay amount, in ISO 4217 format.
pensionablePay objectFinancialGDPR
ark:CurrencyValue
The currency of the pensionable pay amount, in ISO 4217 format.
nonTaxablePay objectFinancialGDPR
ark:CurrencyValue
The currency of the non-taxable pay amount, in ISO 4217 format.
totalDeductions objectFinancialGDPR
ark:CurrencyValue
The currency of the total deductions amount, in ISO 4217 format.
netPay objectFinancialGDPR
ark:CurrencyValue
The currency of the net pay amount, in ISO 4217 format.
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:PayPeriod",
"relatedTo": "https://graph.datawollet.com/.draft-nodes/employment-contract-1234567890",
"startDate": "2026-01-01",
"endDate": "2026-01-31",
"paymentDate": "2026-01-25",
"grossPay": {
"name": "ark:CurrencyValue",
"currency": "GBP",
"amount": "2500.58"
},
"taxablePay": {
"name": "ark:CurrencyValue",
"currency": "GBP",
"amount": "1200.00"
},
"pensionablePay": {
"name": "ark:CurrencyValue",
"currency": "GBP",
"amount": "800.00"
},
"nonTaxablePay": {
"name": "ark:CurrencyValue",
"currency": "GBP",
"amount": "1300.58"
},
"totalDeductions": {
"name": "ark:CurrencyValue",
"currency": "GBP",
"amount": "500.00"
},
"netPay": {
"name": "ark:CurrencyValue",
"currency": "GBP",
"amount": "2000.58"
}
}