Table of Contents

Class NiCategoryRatesEntry

Namespace
Payetools.ReferenceData.NationalInsurance
Assembly
Payetools.ReferenceData.dll

Represents a set of National Insurance rates applicable to a specific NI category.

public record NiCategoryRatesEntry : INiCategoryRatesEntry, IEquatable<NiCategoryRatesEntry>
Inheritance
NiCategoryRatesEntry
Implements
Inherited Members

Constructors

NiCategoryRatesEntry(NiCategory)

Initialises a new instance of NiCategoryRatesEntry for the specified NI category.

public NiCategoryRatesEntry(NiCategory category)

Parameters

category NiCategory

NI category for this NiCategoryRatesEntry.

Properties

Category

Gets the applicable National Insurance Category.

public NiCategory Category { get; }

Property Value

NiCategory

EmployeeRateAboveUEL

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

public decimal EmployeeRateAboveUEL { get; set; }

Property Value

decimal

EmployeeRatePTToUEL

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

public decimal EmployeeRatePTToUEL { get; set; }

Property Value

decimal

EmployeeRateToPT

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

public decimal EmployeeRateToPT { get; set; }

Property Value

decimal

EmployerRateAboveUEL

Gets or sets the employer rate for balance of earnings above upper earnings limit, upper secondary thresholds for under 21s, apprentices and veterans.

public decimal EmployerRateAboveUEL { get; set; }

Property Value

decimal

EmployerRateFUSTtoUEL

Gets or sets 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.

public decimal EmployerRateFUSTtoUEL { get; set; }

Property Value

decimal

EmployerRateLELtoST

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

public decimal EmployerRateLELtoST { get; set; }

Property Value

decimal

EmployerRateSTtoFUST

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

public decimal EmployerRateSTtoFUST { get; set; }

Property Value

decimal

Methods

ToString()

Gets a string representation of this NiCategoryRatesEntry.

public override string ToString()

Returns

string

String representation of this instance.