P11NiAndStatPaymentsLine

Lines for the NI Contributions and Statutory Payments table in the P11 Detailed Report

Name / Description Type / Format Example
date string date "2024-03-19"
period string "string"
monthNumber string "string"
weekNumber string "string"
smp number double 0.0
spp number double 0.0
sap number double 0.0
shpp number double 0.0
ssp number double 0.0
spbp number double 0.0
class1a number double 0.0
niValues
Forms the NI Summary table in the P11 Detailed report.
P11DetailedNiValues {P11DetailedNiValues}
taxCode string "string"
{
  "date": "2024-03-19",
  "period": "string",
  "monthNumber": "string",
  "weekNumber": "string",
  "smp": 0.0,
  "spp": 0.0,
  "sap": 0.0,
  "shpp": 0.0,
  "ssp": 0.0,
  "spbp": 0.0,
  "class1a": 0.0,
  "niValues": {
    "table": "string",
    "earningsAtLel": 0.0,
    "earningsAboveLelToPt": 0.0,
    "earningsAbovePtToUap": 0.0,
    "earningsAboveUapToUel": 0.0,
    "earningsAbovePtToUel": 0.0,
    "employeeNics": 0.0,
    "employerNics": 0.0,
    "employeeAndEmployerNics": 0.0
  },
  "taxCode": "string"
}
Contained in Models
P11Detailed
Consumed by Operations

- none -

Returned by Operations

- none -