StatutoryPay

Part of the TaxYearConfig that our engine uses to calculate Statutory Pay.
It is used internally when our engine performs calculations.
You do not need to do anything with this model, it's provided purely for informational purposes.

Name / Description Type / Format Example
previousEmploymentPay number double 0.0
previousEmploymentTax number double 0.0
thisEmploymentPay number double 0.0
thisEmploymentTax number double 0.0
totalPayForYear number double 0.0
totalTaxForYear number double 0.0
{
  "previousEmploymentPay": 0.0,
  "previousEmploymentTax": 0.0,
  "thisEmploymentPay": 0.0,
  "thisEmploymentTax": 0.0,
  "totalPayForYear": 0.0,
  "totalTaxForYear": 0.0
}
Contained in Models
P11Detailed
Consumed by Operations

- none -

Returned by Operations

- none -