Table of Contents

Interface IEmployeePayrollHistoryYtd

Namespace
Payetools.Payroll.Model
Assembly
Payetools.Payroll.dll

Interface for types that represent the historical set of information for an employee's payroll for the current tax year.

public interface IEmployeePayrollHistoryYtd
Extension Methods

Properties

DeductionHistoryYtd

Gets the employee's deduction history for the tax year to date.

IDeductionHistoryYtd DeductionHistoryYtd { get; }

Property Value

IDeductionHistoryYtd

EarningsHistoryYtd

Gets the employee's earnings history for the tax year to date.

IEarningsHistoryYtd EarningsHistoryYtd { get; }

Property Value

IEarningsHistoryYtd

EmployeeNiHistoryEntries

Gets the National Insurance payment history for the current tax year. Employees may transition between NI categories during the tax year and each NI category's payment record must be retained.

NiYtdHistory EmployeeNiHistoryEntries { get; }

Property Value

NiYtdHistory

EmployeePensionContributionsUnderNpaYtd

Gets the total employee pension contributions made under a net pay arrangement to date this tax year.

decimal EmployeePensionContributionsUnderNpaYtd { get; }

Property Value

decimal

EmployeePensionContributionsUnderRasYtd

Gets the total employee pension contributions made under relief at source to date this tax year.

decimal EmployeePensionContributionsUnderRasYtd { get; }

Property Value

decimal

EmployerPensionContributionsYtd

Gets the total employer pension contributions made to date this tax year.

decimal EmployerPensionContributionsYtd { get; }

Property Value

decimal

GraduateLoanRepaymentsYtd

Gets the graduate loan deductions made to date this tax year.

decimal GraduateLoanRepaymentsYtd { get; }

Property Value

decimal

GrossPayYtd

Gets the gross pay paid to date this tax year.

decimal GrossPayYtd { get; }

Property Value

decimal

NicablePayYtd

Gets the NI-able pay paid to date this tax year.

decimal NicablePayYtd { get; }

Property Value

decimal

PayrolledBenefitsYtd

Gets the amount accrued against payrolled benefits to date this tax year.

decimal PayrolledBenefitsYtd { get; }

Property Value

decimal

SharedParentalPayYtd

Gets any statutory parental pay paid to date this tax year.

decimal SharedParentalPayYtd { get; }

Property Value

decimal

StatutoryAdoptionPayYtd

Gets any statutory adoption pay paid to date this tax year.

decimal StatutoryAdoptionPayYtd { get; }

Property Value

decimal

StatutoryMaternityPayYtd

Gets any statutory maternity pay paid to date this tax year.

decimal StatutoryMaternityPayYtd { get; }

Property Value

decimal

StatutoryParentalBereavementPayYtd

Gets any statutory parental bereavement pay paid to date this tax year.

decimal StatutoryParentalBereavementPayYtd { get; }

Property Value

decimal

StatutoryPaternityPayYtd

Gets any statutory paternity pay paid to date this tax year.

decimal StatutoryPaternityPayYtd { get; }

Property Value

decimal

StatutorySickPayYtd

Gets any statutory sickness pay paid to date this tax year.

decimal StatutorySickPayYtd { get; }

Property Value

decimal

StudentLoanRepaymentsYtd

Gets the student loan deductions made to date this tax year.

decimal StudentLoanRepaymentsYtd { get; }

Property Value

decimal

TaxPaidYtd

Gets the income tax paid to date this tax year.

decimal TaxPaidYtd { get; }

Property Value

decimal

TaxUnpaidDueToRegulatoryLimit

Gets the tax that it has not been possible to collect so far this tax year due to the regulatory limit on income tax deductions.

decimal TaxUnpaidDueToRegulatoryLimit { get; }

Property Value

decimal

TaxablePayYtd

Gets the taxable pay paid to date this tax year.

decimal TaxablePayYtd { get; }

Property Value

decimal