Interface IEmployeePayrollHistoryYtd
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
EarningsHistoryYtd
Gets the employee's earnings history for the tax year to date.
IEarningsHistoryYtd EarningsHistoryYtd { get; }
Property Value
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
EmployeePensionContributionsUnderNpaYtd
Gets the total employee pension contributions made under a net pay arrangement to date this tax year.
decimal EmployeePensionContributionsUnderNpaYtd { get; }
Property Value
EmployeePensionContributionsUnderRasYtd
Gets the total employee pension contributions made under relief at source to date this tax year.
decimal EmployeePensionContributionsUnderRasYtd { get; }
Property Value
EmployerPensionContributionsYtd
Gets the total employer pension contributions made to date this tax year.
decimal EmployerPensionContributionsYtd { get; }
Property Value
GraduateLoanRepaymentsYtd
Gets the graduate loan deductions made to date this tax year.
decimal GraduateLoanRepaymentsYtd { get; }
Property Value
GrossPayYtd
Gets the gross pay paid to date this tax year.
decimal GrossPayYtd { get; }
Property Value
NicablePayYtd
Gets the NI-able pay paid to date this tax year.
decimal NicablePayYtd { get; }
Property Value
PayrolledBenefitsYtd
Gets the amount accrued against payrolled benefits to date this tax year.
decimal PayrolledBenefitsYtd { get; }
Property Value
SharedParentalPayYtd
Gets any statutory parental pay paid to date this tax year.
decimal SharedParentalPayYtd { get; }
Property Value
StatutoryAdoptionPayYtd
Gets any statutory adoption pay paid to date this tax year.
decimal StatutoryAdoptionPayYtd { get; }
Property Value
StatutoryMaternityPayYtd
Gets any statutory maternity pay paid to date this tax year.
decimal StatutoryMaternityPayYtd { get; }
Property Value
StatutoryParentalBereavementPayYtd
Gets any statutory parental bereavement pay paid to date this tax year.
decimal StatutoryParentalBereavementPayYtd { get; }
Property Value
StatutoryPaternityPayYtd
Gets any statutory paternity pay paid to date this tax year.
decimal StatutoryPaternityPayYtd { get; }
Property Value
StatutorySickPayYtd
Gets any statutory sickness pay paid to date this tax year.
decimal StatutorySickPayYtd { get; }
Property Value
StudentLoanRepaymentsYtd
Gets the student loan deductions made to date this tax year.
decimal StudentLoanRepaymentsYtd { get; }
Property Value
TaxPaidYtd
Gets the income tax paid to date this tax year.
decimal TaxPaidYtd { get; }
Property Value
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
TaxablePayYtd
Gets the taxable pay paid to date this tax year.
decimal TaxablePayYtd { get; }