Table of Contents

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

NiCategory

EmployeeRateAboveUEL

Gets the employee rate for balance of earnings above upper earnings limit.

decimal EmployeeRateAboveUEL { get; }

Property Value

decimal

EmployeeRatePTToUEL

Gets the employee rate for earnings above the primary threshold up to and including upper earnings limit.

decimal EmployeeRatePTToUEL { get; }

Property Value

decimal

EmployeeRateToPT

Gets the employee rate for earnings at or above lower earnings limit up to and including primary threshold.

decimal EmployeeRateToPT { get; }

Property Value

decimal

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

decimal

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

decimal

EmployerRateLELtoST

Gets the employer rate for earnings at or above lower earnings limit up to and including secondary threshold.

decimal EmployerRateLELtoST { get; }

Property Value

decimal

EmployerRateSTtoFUST

Gets the employer rate for earnings above secondary threshold up to and including Freeport upper secondary threshold.

decimal EmployerRateSTtoFUST { get; }

Property Value

decimal