Table of Contents

Interface INmwReferenceDataProvider

Namespace
Payetools.NationalMinimumWage.ReferenceData
Assembly
Payetools.NationalMinimumWage.dll

Interface that classes implement in order to provide access to National Minimum/Living Wage reference data.

public interface INmwReferenceDataProvider

Methods

GetNmwLevelsForTaxYearAndPeriod(TaxYear, PayFrequency, int)

Gets the NMW/NLW levels for the specified tax year and tax period, as denoted by the supplied pay frequency and pay period.

INmwLevelSet GetNmwLevelsForTaxYearAndPeriod(TaxYear taxYear, PayFrequency payFrequency, int taxPeriod)

Parameters

taxYear TaxYear

Applicable tax year.

payFrequency PayFrequency

Applicable pay frequency.

taxPeriod int

Applicable tax period.

Returns

INmwLevelSet

An instance of INmwLevelSet containing the levels for the specified point in time.