Table of Contents

Interface IPensionContributionCalculatorFactory

Namespace
Payetools.Pensions
Assembly
Payetools.Pensions.dll

Interface that represents factories that can generate IPensionContributionCalculator implementations.

public interface IPensionContributionCalculatorFactory

Methods

GetCalculator(PensionsEarningsBasis, PensionTaxTreatment, PayDate)

Gets a new IPensionContributionCalculator based on the specified pay date and number of tax periods. The pay date is provided in order to determine which set of thresholds (Qualifying Earnings only) and rates to use, noting that these may change in-year.

IPensionContributionCalculator GetCalculator(PensionsEarningsBasis earningsBasis, PensionTaxTreatment taxTreatment, PayDate payDate)

Parameters

earningsBasis PensionsEarningsBasis

Earnings basis for pension calculation (Qualifying Earnings vs Pensionable Pay Set x.

taxTreatment PensionTaxTreatment

Tax treatment (net pay arrangement vs relief at source).

payDate PayDate

Applicable pay date.

Returns

IPensionContributionCalculator

A new calculator instance.

GetCalculator(PensionsEarningsBasis, PensionTaxTreatment, TaxYear, PayFrequency, int)

Gets a new IPensionContributionCalculator based on the specified tax year, pay frequency and pay period, along with the applicable number of tax periods. The tax year, pay frequency and pay period are provided in order to determine which set of thresholds and rates to use, noting that these may change in-year.

IPensionContributionCalculator GetCalculator(PensionsEarningsBasis earningsBasis, PensionTaxTreatment taxTreatment, TaxYear taxYear, PayFrequency payFrequency, int taxPeriod)

Parameters

earningsBasis PensionsEarningsBasis

Earnings basis for pension calculation (Qualifying Earnings vs Pensionable Pay Set x.

taxTreatment PensionTaxTreatment

Tax treatment (net pay arrangement vs relief at source).

taxYear TaxYear

Applicable tax year.

payFrequency PayFrequency

Applicable pay frequency.

taxPeriod int

Applicable tax period.

Returns

IPensionContributionCalculator

A new calculator instance.