Table of Contents

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

decimal

Age21To22Level

Gets the NMW level for employees aged between 21 and 22.

public decimal Age21To22Level { get; init; }

Property Value

decimal

Age23AndAboveLevel

Gets the NLW (rather than NMW) level for employees aged 23 and over.

public decimal Age23AndAboveLevel { get; init; }

Property Value

decimal

ApplicableFrom

Gets the start date (i.e., the first full day) for applicability.

public DateOnly ApplicableFrom { get; init; }

Property Value

DateOnly

ApplicableTill

Gets the end date (i.e., the last full day) for applicability.

public DateOnly ApplicableTill { get; init; }

Property Value

DateOnly

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

decimal

Under18Level

Gets the NMW level for employees under the age of 18 (but over the school leaving age).

public decimal Under18Level { get; init; }

Property Value

decimal