Table of Contents

Interface IPensionsThresholdEntry

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

Interface for types that provide access to a given set of pensions threshold values.

public interface IPensionsThresholdEntry

Properties

ThresholdValuePerFourWeeks

Gets the per 4-week value of the threshold.

decimal ThresholdValuePerFourWeeks { get; }

Property Value

decimal

ThresholdValuePerHalfYear

Gets the per half-year value of the threshold.

decimal ThresholdValuePerHalfYear { get; }

Property Value

decimal

ThresholdValuePerMonth

Gets the per month value of the threshold.

decimal ThresholdValuePerMonth { get; }

Property Value

decimal

ThresholdValuePerQuarter

Gets the per quarter value of the threshold.

decimal ThresholdValuePerQuarter { get; }

Property Value

decimal

ThresholdValuePerTwoWeeks

Gets the per 2-week value of the threshold.

decimal ThresholdValuePerTwoWeeks { get; }

Property Value

decimal

ThresholdValuePerWeek

Gets the per week value of the threshold.

decimal ThresholdValuePerWeek { get; }

Property Value

decimal

ThresholdValuePerYear

Gets the per annum value of the threshold.

decimal ThresholdValuePerYear { get; }

Property Value

decimal