Interface IStudentLoanReferenceDataProvider
- Namespace
- Payetools.StudentLoans.ReferenceData
- Assembly
- Payetools.StudentLoans.dll
Interface that classes implement in order to provide access to student loan reference data.
public interface IStudentLoanReferenceDataProvider
Methods
GetStudentLoanRatesForTaxYearAndPeriod(TaxYear, PayFrequency, int)
Gets the student and post graduate deduction rates for the specified tax year and tax period, as denoted by the supplied pay frequency. and pay period.
IStudentLoanRateSet GetStudentLoanRatesForTaxYearAndPeriod(TaxYear taxYear, PayFrequency payFrequency, int taxPeriod)
Parameters
taxYear
TaxYearApplicable tax year.
payFrequency
PayFrequencyApplicable pay frequency.
taxPeriod
intApplicable tax period.
Returns
- IStudentLoanRateSet
An instance of IStudentLoanRateSet containing the rates for the specified point in time.
GetStudentLoanThresholdsForTaxYearAndPeriod(TaxYear, PayFrequency, int)
Gets the set of annual thresholds to be applied for a given tax year and tax period.
IStudentLoanThresholdSet GetStudentLoanThresholdsForTaxYearAndPeriod(TaxYear taxYear, PayFrequency payFrequency, int taxPeriod)
Parameters
taxYear
TaxYearApplicable tax year.
payFrequency
PayFrequencyApplicable pay frequency.
taxPeriod
intApplicable tax period.
Returns
- IStudentLoanThresholdSet
An implementation of IStudentLoanThresholdSet that provides the appropriate set of annual thresholds for the specified point.