Table of Contents

Class TaxPeriodBandwidthSet

Namespace
Payetools.IncomeTax.ReferenceData
Assembly
Payetools.IncomeTax.dll

Represents a set of tax bandwidths for a given tax regime for a given tax year, pro-rated for a given tax period. For Example, for weekly payrolls and relating to tax period one, the cumulative thresholds and tax values are calculated as 1/52th of the annual amount.

public record TaxPeriodBandwidthSet : IEquatable<TaxPeriodBandwidthSet>
Inheritance
TaxPeriodBandwidthSet
Implements
Inherited Members

Constructors

TaxPeriodBandwidthSet(TaxBandwidthSet, PayFrequency, int)

Initialises a new instance of TaxPeriodBandwidthSet with the supplied parameters.

public TaxPeriodBandwidthSet(TaxBandwidthSet annualTaxBandwidthSet, PayFrequency payFrequency, int taxPeriod)

Parameters

annualTaxBandwidthSet TaxBandwidthSet

Tax bandwidth set for the full tax year.

payFrequency PayFrequency

Applicable pay frequency.

taxPeriod int

Relevant tax period.

Properties

PayFrequency

Gets the applicable pay frequency for this TaxPeriodBandwidthSet.

public PayFrequency PayFrequency { get; }

Property Value

PayFrequency

TaxBandwidthEntries

Gets the set of tax bandwidth entries for the given tax regime, tax year and tax period/pay frequency combination, as an array of TaxPeriodBandwidthEntry's.

public TaxPeriodBandwidthEntry[] TaxBandwidthEntries { get; }

Property Value

TaxPeriodBandwidthEntry[]

TaxPeriod

Gets the relevant tax period for this TaxPeriodBandwidthSet.

public int TaxPeriod { get; }

Property Value

int