Table of Contents

Class StudentLoanCalculatorFactory

Namespace
Payetools.StudentLoans
Assembly
Payetools.StudentLoans.dll

Factory to generate IStudentLoanCalculator implementations that are for a given pay date.

public class StudentLoanCalculatorFactory : IStudentLoanCalculatorFactory
Inheritance
StudentLoanCalculatorFactory
Implements
Inherited Members

Constructors

StudentLoanCalculatorFactory(IStudentLoanReferenceDataProvider)

Initialises a new instance of StudentLoanCalculator using the supplied reference data provider.

public StudentLoanCalculatorFactory(IStudentLoanReferenceDataProvider referenceDataProvider)

Parameters

referenceDataProvider IStudentLoanReferenceDataProvider

Reference data provider that provides access to HMRC-published thresholds and rates for student loan deductions.

Methods

GetCalculator(PayDate)

Gets a new IStudentLoanCalculator based on the specified pay date and number of tax periods. The pay date is provided in order to determine which set of levels to use, noting that these may (but rarely do) change in-year.

public IStudentLoanCalculator GetCalculator(PayDate payDate)

Parameters

payDate PayDate

Applicable pay date.

Returns

IStudentLoanCalculator

A new calculator instance.