Skip to main content

ark:TaxBasis

idurirequired

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:TaxBasis
Example: ark:TaxBasis
relatedTourirequired

The tax record to which this tax basis applies.

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

The employment to which this tax basis applies.

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

The taxation scheme being applied (e.g., GB_PAY_AS_YOU_EARN).

Possible values: [GB_PAY_AS_YOU_EARN, GB_NATIONAL_INSURANCE]

Example: GB_PAY_AS_YOU_EARN
parameters object
LinkableGDPR

Scheme-specific parameters such as tax code and NI letter.

taxCodestring

The tax code applicable to this employment.

Possible values: Value must match regular expression ^([CS]?[0-9]{1,4}[LPTYKMNSX]{0,2}1?|BR|D0|D1|NT|0T)

niLetterstring

The National Insurance letter category.

Possible values: [A, B, C, D, E, F, G, H, J, L, M, S, X, Z]

property name*any
LinkableGDPR

Scheme-specific parameters such as tax code and NI letter.

effectiveAtdate

The date from which this tax basis is effective.

Example: 2026-01-01
ark:TaxBasis
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:TaxBasis",
"relatedTo": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"appliesTo": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"scheme": "GB_PAY_AS_YOU_EARN",
"parameters": {
"taxCode": "string",
"niLetter": "A"
},
"effectiveAt": "2026-01-01"
}