Enum TaxTreatment
Enum representing the tax treatment aspect of the tax code.
public enum TaxTreatment
- Extension Methods
Fields
BR = 2
BR - basic rate tax to be applied to all taxable earnings.
D0 = 3
D0 - next highest rate above BR to be applied to all taxable earnings.
D1 = 4
D1 - next highest rate above D0 to be applied to all taxable earnings.
D2 = 5
D2 - next highest rate above D1 to be applied to all taxable earnings.
K = 7
Additional notional taxable income must be applied to existing taxable earnings.
L = 8
Tax payer is entitled to the standard Personal Allowance.
M = 9
Married Allowance where individual has received a transfer of 10% of their partner’s Personal Allowance.
N = 10
Married Allowance where individual has transferred 10% of their Personal Allowance to their partner.
NT = 1
NT - no tax payable.
Unspecified = 0
Not specified.
_0T = 6
Zero personal allowance to be applied.