ark:PayDeductionPattern
URI format identifier used to refer to this node within the graph.
https://graph.onteric.com/.draft-nodes/a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4A type identifier used to indicate the data model that the node conforms to.
ark:PayDeductionPatternark:PayDeductionPatternThe employment that this pay deduction pattern is related to.
https://graph.onteric.com/.draft-nodes/employment-1234567890A representative description shared by the deductions in this pattern (e.g., Income Tax, National Insurance, pension contribution).
Income TaxThe start date of the first pay period in which this deduction appears.
2026-01-01The end date of the last pay period in which this deduction appears.
2026-03-31Whether the deduction appears in every pay period (REGULAR) or only some of them (IRREGULAR).
Possible values: [REGULAR, IRREGULAR]
REGULARWhether the deduction subtracts from (Debit, the usual case) or adds to (Credit, e.g. a refund) net pay.
Possible values: [Credit, Debit]
Debitamount objectrequired
Summary statistics for the deduction amount across the pay periods it appears in.
minimum objectrequired
The smallest amount observed for this deduction.
ark:CurrencyValuePossible values: Value must match regular expression ^[A-Z]{3}$
Possible values: Value must match regular expression ^[0-9]+(\.[0-9]{2})?$
maximum objectrequired
The largest amount observed for this deduction.
ark:CurrencyValuePossible values: Value must match regular expression ^[A-Z]{3}$
Possible values: Value must match regular expression ^[0-9]+(\.[0-9]{2})?$
average objectrequired
The mean amount observed for this deduction.
ark:CurrencyValuePossible values: Value must match regular expression ^[A-Z]{3}$
Possible values: Value must match regular expression ^[0-9]+(\.[0-9]{2})?$
The pay deduction nodes summarised by this pattern.
["https://graph.onteric.com/.draft-nodes/paydeduction1","https://graph.onteric.com/.draft-nodes/paydeduction2"]{
"id": "https://graph.onteric.com/.draft-nodes/a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4",
"type": "ark:PayDeductionPattern",
"relatedTo": "https://graph.onteric.com/.draft-nodes/employment-1234567890",
"description": "Income Tax",
"startDate": "2026-01-01",
"endDate": "2026-03-31",
"occurrence": "REGULAR",
"direction": "Debit",
"amount": {
"minimum": {
"type": "ark:CurrencyValue",
"currency": "GBP",
"amount": "300.00"
},
"maximum": {
"type": "ark:CurrencyValue",
"currency": "GBP",
"amount": "360.00"
},
"average": {
"type": "ark:CurrencyValue",
"currency": "GBP",
"amount": "330.00"
}
},
"payDeductions": [
"https://graph.onteric.com/.draft-nodes/paydeduction1",
"https://graph.onteric.com/.draft-nodes/paydeduction2"
]
}