Class EmployeePayrollHistoryYtd
Represents the historical set of information for an employee's payroll for the current tax year.
public record EmployeePayrollHistoryYtd : IEmployeePayrollHistoryYtd, IEquatable<EmployeePayrollHistoryYtd>
- Inheritance
-
EmployeePayrollHistoryYtd
- Implements
- Inherited Members
- Extension Methods
Constructors
EmployeePayrollHistoryYtd()
Initialises a new empty instance of EmployeePayrollHistoryYtd.
public EmployeePayrollHistoryYtd()
EmployeePayrollHistoryYtd(IEmployeePayRunResult)
Initialises a new instance of EmployeePayrollHistoryYtd with the supplied payrun result for a given employee. This constructor is intended for use to create the first history record from the first payrun of the tax year.
public EmployeePayrollHistoryYtd(IEmployeePayRunResult initialResult)
Parameters
initialResult
IEmployeePayRunResultPay run calculation result for the given employee.
Properties
DeductionHistoryYtd
Gets the employee's deduction history for the tax year to date.
public IDeductionHistoryYtd DeductionHistoryYtd { get; init; }
Property Value
EarningsHistoryYtd
Gets the employee's earnings history for the tax year to date.
public IEarningsHistoryYtd EarningsHistoryYtd { get; init; }
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.
public NiYtdHistory EmployeeNiHistoryEntries { get; init; }
Property Value
EmployeePensionContributionsUnderNpaYtd
Gets the total employee pension contributions made under a net pay arrangement to date this tax year.
public decimal EmployeePensionContributionsUnderNpaYtd { get; init; }
Property Value
EmployeePensionContributionsUnderRasYtd
Gets the total employee pension contributions made under relief at source to date this tax year.
public decimal EmployeePensionContributionsUnderRasYtd { get; init; }
Property Value
EmployerPensionContributionsYtd
Gets the total employer pension contributions made to date this tax year.
public decimal EmployerPensionContributionsYtd { get; init; }
Property Value
GraduateLoanRepaymentsYtd
Gets the graduate loan deductions made to date this tax year.
public decimal GraduateLoanRepaymentsYtd { get; init; }
Property Value
GrossPayYtd
Gets the gross pay paid to date this tax year.
public decimal GrossPayYtd { get; init; }
Property Value
NicablePayYtd
Gets the NI-able pay paid to date this tax year.
public decimal NicablePayYtd { get; init; }
Property Value
PayrolledBenefitsYtd
Gets the amount accrued against payrolled benefits to date this tax year.
public decimal PayrolledBenefitsYtd { get; init; }
Property Value
SharedParentalPayYtd
Gets any statutory shared parental pay paid to date this tax year.
public decimal SharedParentalPayYtd { get; init; }
Property Value
StatutoryAdoptionPayYtd
Gets any statutory adoption pay paid to date this tax year.
public decimal StatutoryAdoptionPayYtd { get; init; }
Property Value
StatutoryMaternityPayYtd
Gets any statutory maternity pay paid to date this tax year.
public decimal StatutoryMaternityPayYtd { get; init; }
Property Value
StatutoryParentalBereavementPayYtd
Gets any statutory parental bereavement pay paid to date this tax year.
public decimal StatutoryParentalBereavementPayYtd { get; init; }
Property Value
StatutoryPaternityPayYtd
Gets any statutory paternity pay paid to date this tax year.
public decimal StatutoryPaternityPayYtd { get; init; }
Property Value
StatutorySickPayYtd
Gets any statutory sickness pay paid to date this tax year.
public decimal StatutorySickPayYtd { get; init; }
Property Value
StudentLoanRepaymentsYtd
Gets the student loan deductions made to date this tax year.
public decimal StudentLoanRepaymentsYtd { get; init; }
Property Value
TaxPaidYtd
Gets the income tax paid to date this tax year.
public decimal TaxPaidYtd { get; init; }
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.
public decimal TaxUnpaidDueToRegulatoryLimit { get; init; }
Property Value
TaxablePayYtd
Gets the taxable pay paid to date this tax year.
public decimal TaxablePayYtd { get; init; }