Table of Contents

Interface IPensionsReferenceDataSet

Namespace
Payetools.Pensions.ReferenceData
Assembly
Payetools.Pensions.dll

Interface that classes must implement to provide access to pensions reference data, for example, lower and upper thesholds for Qualifying Earnings.

public interface IPensionsReferenceDataSet

Properties

EarningsTriggerForAutoEnrolment

Gets the earnings trigger for Auto-Enrolment for each pay frequency.

IPensionsThresholdEntry EarningsTriggerForAutoEnrolment { get; }

Property Value

IPensionsThresholdEntry

LowerLevelForQualifyingEarnings

Gets the lower level for Qualifying Earnings for each pay frequency.

IPensionsThresholdEntry LowerLevelForQualifyingEarnings { get; }

Property Value

IPensionsThresholdEntry

UpperLevelForQualifyingEarnings

Gets the upper level for Qualifying Earnings for each pay frequency.

IPensionsThresholdEntry UpperLevelForQualifyingEarnings { get; }

Property Value

IPensionsThresholdEntry