Table of Contents

Class EmployeePayrollHistoryYtd

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

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 IEmployeePayRunResult

Pay 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

IDeductionHistoryYtd

EarningsHistoryYtd

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

public IEarningsHistoryYtd EarningsHistoryYtd { get; init; }

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.

public NiYtdHistory EmployeeNiHistoryEntries { get; init; }

Property Value

NiYtdHistory

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

decimal

EmployeePensionContributionsUnderRasYtd

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

public decimal EmployeePensionContributionsUnderRasYtd { get; init; }

Property Value

decimal

EmployerPensionContributionsYtd

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

public decimal EmployerPensionContributionsYtd { get; init; }

Property Value

decimal

GraduateLoanRepaymentsYtd

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

public decimal GraduateLoanRepaymentsYtd { get; init; }

Property Value

decimal

GrossPayYtd

Gets the gross pay paid to date this tax year.

public decimal GrossPayYtd { get; init; }

Property Value

decimal

NicablePayYtd

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

public decimal NicablePayYtd { get; init; }

Property Value

decimal

PayrolledBenefitsYtd

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

public decimal PayrolledBenefitsYtd { get; init; }

Property Value

decimal

SharedParentalPayYtd

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

public decimal SharedParentalPayYtd { get; init; }

Property Value

decimal

StatutoryAdoptionPayYtd

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

public decimal StatutoryAdoptionPayYtd { get; init; }

Property Value

decimal

StatutoryMaternityPayYtd

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

public decimal StatutoryMaternityPayYtd { get; init; }

Property Value

decimal

StatutoryParentalBereavementPayYtd

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

public decimal StatutoryParentalBereavementPayYtd { get; init; }

Property Value

decimal

StatutoryPaternityPayYtd

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

public decimal StatutoryPaternityPayYtd { get; init; }

Property Value

decimal

StatutorySickPayYtd

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

public decimal StatutorySickPayYtd { get; init; }

Property Value

decimal

StudentLoanRepaymentsYtd

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

public decimal StudentLoanRepaymentsYtd { get; init; }

Property Value

decimal

TaxPaidYtd

Gets the income tax paid to date this tax year.

public decimal TaxPaidYtd { get; init; }

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.

public decimal TaxUnpaidDueToRegulatoryLimit { get; init; }

Property Value

decimal

TaxablePayYtd

Gets the taxable pay paid to date this tax year.

public decimal TaxablePayYtd { get; init; }

Property Value

decimal