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
ThresholdValuePerHalfYear
Gets the per half-year value of the threshold.
decimal ThresholdValuePerHalfYear { get; }
Property Value
ThresholdValuePerMonth
Gets the per month value of the threshold.
decimal ThresholdValuePerMonth { get; }
Property Value
ThresholdValuePerQuarter
Gets the per quarter value of the threshold.
decimal ThresholdValuePerQuarter { get; }
Property Value
ThresholdValuePerTwoWeeks
Gets the per 2-week value of the threshold.
decimal ThresholdValuePerTwoWeeks { get; }
Property Value
ThresholdValuePerWeek
Gets the per week value of the threshold.
decimal ThresholdValuePerWeek { get; }
Property Value
ThresholdValuePerYear
Gets the per annum value of the threshold.
decimal ThresholdValuePerYear { get; }