Table of Contents

Class PensionsReferenceDataSet

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

Represents the reference data for pensions for a period; where there have been in-year changes, then there may be several such entries for a given tax year, although this is very uncommon.

public class PensionsReferenceDataSet : IApplicableFromTill
Inheritance
PensionsReferenceDataSet
Implements
Inherited Members

Properties

AeEarningsTrigger

Gets the set of earnings triggers for Automatic Enrolment (i.e., per week, per 2-weeks, etc.).

public PensionsThresholdEntry AeEarningsTrigger { get; init; }

Property Value

PensionsThresholdEntry

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

BasicRateOfTaxForTaxRelief

Gets the basic rate of tax applicable across all tax regimes for relief at source pension contributions, for the specified tax year. (As at the time of writing, one basic rate of tax is used across all jurisdictions in spite of the fact that some have a lower basic rate of tax.)

public decimal BasicRateOfTaxForTaxRelief { get; init; }

Property Value

decimal

QualifyingEarningsLowerLevel

Gets the lower set of earnings thresholds for Qualifying Earnings (i.e., per week, per 2-weeks, etc.).

public PensionsThresholdEntry QualifyingEarningsLowerLevel { get; init; }

Property Value

PensionsThresholdEntry

QualifyingEarningsUpperLevel

Gets the upper set of earnings thresholds for Qualifying Earnings (i.e., per week, per 2-weeks, etc.).

public PensionsThresholdEntry QualifyingEarningsUpperLevel { get; init; }

Property Value

PensionsThresholdEntry