Interface INiPeriodThresholdSet
- Namespace
- Payetools.NationalInsurance.ReferenceData
- Assembly
- Payetools.NationalInsurance.dll
Interface that represents a set of NI thresholds that have been adjusted to a proportion of the tax year.
public interface INiPeriodThresholdSet : INiThresholdSet, IEnumerable<INiThresholdEntry>, IEnumerable
- Inherited Members
- Extension Methods
Methods
GetThreshold1(NiThresholdType)
Gets the modified threshold for the period (as distinct from the value returned by GetThreshold1(NiThresholdType)) where rounding is applied based on whether the pay frequency is weekly or monthly, or otherwise. As detailed in HMRC's NI calculation documentation as 'p1'.
decimal GetThreshold1(NiThresholdType thresholdType)
Parameters
thresholdType
NiThresholdTypeApplicable threshold (e.g., LEL, UEL, PT).
Returns
- decimal
Pro-rata threshold value applicable to the period and threshold type.