Payroll Schema
TaxRate Element
Payroll Schema > Payslip Complex Type : TaxRate Element
Description
Details of Rate Cut Offs. At least one TaxRate (with Index value of 1) is mandatory when the RPN is not used.
Namespace http://www.ros.ie/schemas/paye-employers/v1/payroll/
Type
TaxRate Complex Type
Diagram
RateCutOff Element Index Element Sequence TaxRate Element
Overview
TaxRate 0..∞ TaxRate Complex Type
Details of Rate Cut Offs. At least one TaxRate (with Index value of 1) is mandatory when the RPN is not used.
Sequence
Index xs:unsignedShort
Data Item Ref: N/A. Index of the tax rate. For example, Index of 1 would refer to tax rate 1.
RateCutOff defaultDecimal Simple Type
Data Item Ref: 20. Amount of Cut Off Point available for use in the PAYE calculation for selected rate. Where the employee is taxed on a week 1 basis, this will be the cut off point for the pay period. If the employee is taxed on the cumulative basis, this will be the cumulative cut off point for the pay period. This is mandatory when the RPN is not used.
Source
<xs:element name="TaxRate" type="pp:TaxRate" minOccurs="0" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Details of Rate Cut Offs. At least one TaxRate (with Index value of 1) is mandatory when the RPN is not used.</xs:documentation>
  </xs:annotation>
</xs:element>
See Also
Payslip Complex TypePayroll Schema