Class NiCategoryRateSet
- Namespace
- Payetools.ReferenceData.NationalInsurance
- Assembly
- Payetools.ReferenceData.dll
Represents a set of National Insurance rates across all NI categories. Each NI category specifies its own set rate of rates across the various NI thresholds.
public record NiCategoryRateSet : IEquatable<NiCategoryRateSet>
- Inheritance
-
NiCategoryRateSet
- Implements
- Inherited Members
Constructors
NiCategoryRateSet()
Initialises a new instance of NiCategoryRateSet.
public NiCategoryRateSet()
Methods
GetRatesForCategory(NiCategory)
Gets the set of NI rates applicable to the specified NiCategory.
public INiCategoryRatesEntry GetRatesForCategory(NiCategory category)
Parameters
category
NiCategoryNI category to retrieve the applicable rates for.
Returns
- INiCategoryRatesEntry
Set of rates applicable to the specified NI category.