Interface INmwLevelSet
- Namespace
- Payetools.NationalMinimumWage.ReferenceData
- Assembly
- Payetools.NationalMinimumWage.dll
Interface for types that detail the various HMRC-published National Minimum/Living Wage (NMW/NLW) levels.
public interface INmwLevelSet
Properties
Age18To20Level
Gets the NMW level for employees aged between 18 and 20.
decimal Age18To20Level { get; }
Property Value
Age21To22Level
Gets the NMW level for employees aged between 21 and 22.
decimal Age21To22Level { get; }
Property Value
Age23AndAboveLevel
Gets the NLW (rather than NMW) level for employees aged 23 and over.
decimal Age23AndAboveLevel { get; }
Property Value
ApprenticeLevel
Gets the NMW level for apprentices under 19 or apprentices aged 19 and over in the first year of their apprenticeship.
decimal ApprenticeLevel { get; }
Property Value
Under18Level
Gets the NMW level for employees under the age of 18 (but over the school leaving age).
decimal Under18Level { get; }