Interface INiCategoryRatesEntry
- Namespace
- Payetools.NationalInsurance.ReferenceData
- Assembly
- Payetools.NationalInsurance.dll
Interface for types that detail the various HMRC-published National Insurance threshold levels.
public interface INiCategoryRatesEntry
Properties
Category
Gets the applicable National Insurance Category.
NiCategory Category { get; }
Property Value
EmployeeRateAboveUEL
Gets the employee rate for balance of earnings above upper earnings limit.
decimal EmployeeRateAboveUEL { get; }
Property Value
EmployeeRatePTToUEL
Gets the employee rate for earnings above the primary threshold up to and including upper earnings limit.
decimal EmployeeRatePTToUEL { get; }
Property Value
EmployeeRateToPT
Gets the employee rate for earnings at or above lower earnings limit up to and including primary threshold.
decimal EmployeeRateToPT { get; }
Property Value
EmployerRateAboveUEL
Gets the employer rate for balance of earnings above upper earnings limit, upper secondary thresholds for under 21s, apprentices and veterans.
decimal EmployerRateAboveUEL { get; }
Property Value
EmployerRateFUSTtoUEL
Gets the employer rate for earnings above Freeport upper secondary threshold up to and including upper earnings limit, upper secondary thresholds for under 21s, apprentices and veterans.
decimal EmployerRateFUSTtoUEL { get; }
Property Value
EmployerRateLELtoST
Gets the employer rate for earnings at or above lower earnings limit up to and including secondary threshold.
decimal EmployerRateLELtoST { get; }
Property Value
EmployerRateSTtoFUST
Gets the employer rate for earnings above secondary threshold up to and including Freeport upper secondary threshold.
decimal EmployerRateSTtoFUST { get; }