Class NiEmployeeRatesEntry
- Namespace
- Payetools.ReferenceData.NationalInsurance
- Assembly
- Payetools.ReferenceData.dll
Record that represents the employee NI rates to be applied at various earnings thresholds.
public record NiEmployeeRatesEntry : IEquatable<NiEmployeeRatesEntry>
- Inheritance
-
NiEmployeeRatesEntry
- Implements
- Inherited Members
Properties
ForEarningsAbovePTUpToAndIncludingUEL
Gets the employee rate applicable for earnings between the Primary Threshold and the Upper Earnings Limit.
public decimal ForEarningsAbovePTUpToAndIncludingUEL { get; init; }
Property Value
ForEarningsAboveUEL
Gets the employee rate applicable for earnings above the Upper Earnings Limit.
public decimal ForEarningsAboveUEL { get; init; }
Property Value
ForEarningsAtOrAboveLELUpTAndIncludingPT
Gets the employee rate applicable for earnings between the Lower Earnings Limit and the Primary Threshold.
public decimal ForEarningsAtOrAboveLELUpTAndIncludingPT { get; init; }
Property Value
NiCategories
Gets the list of applicable NI categories for this rates entry.
public ImmutableList<NiCategory> NiCategories { get; init; }