Class NmwReferenceDataEntry
- Namespace
- Payetools.ReferenceData.NationalMinimumWage
- Assembly
- Payetools.ReferenceData.dll
Represents the set of NMW/NLW levels for a given tax year (and potentially pay frequency/pay period combination.
public class NmwReferenceDataEntry : INmwLevelSet, IApplicableFromTill
- Inheritance
-
NmwReferenceDataEntry
- Implements
- Inherited Members
Properties
Age18To20Level
Gets the NMW level for employees aged between 18 and 20.
public decimal Age18To20Level { get; init; }
Property Value
Age21To22Level
Gets the NMW level for employees aged between 21 and 22.
public decimal Age21To22Level { get; init; }
Property Value
Age23AndAboveLevel
Gets the NLW (rather than NMW) level for employees aged 23 and over.
public decimal Age23AndAboveLevel { get; init; }
Property Value
ApplicableFrom
Gets the start date (i.e., the first full day) for applicability.
public DateOnly ApplicableFrom { get; init; }
Property Value
ApplicableTill
Gets the end date (i.e., the last full day) for applicability.
public DateOnly ApplicableTill { get; init; }
Property Value
ApprenticeLevel
Gets the NMW level for apprentices under 19 or apprentices aged 19 and over in the first year of their apprenticeship.
public decimal ApprenticeLevel { get; init; }
Property Value
Under18Level
Gets the NMW level for employees under the age of 18 (but over the school leaving age).
public decimal Under18Level { get; init; }