Table of Contents

Interface IPensionContributionLevels

Namespace
Payetools.Pensions.Model
Assembly
Payetools.Pensions.dll

Interface that defines the levels to be applied for contributions into an employee's pension.

public interface IPensionContributionLevels

Properties

AvcForPeriod

Gets any Additional Voluntary Contribution (AVC) on the part of the employee.

decimal? AvcForPeriod { get; }

Property Value

decimal?

EmployeeContribution

Gets the employee contribution level, either expressed in percentage points (i.e., 5% = 5.0m) or as a fixed amount (i.e. £500.00), as indicated by EmployeeContributionIsFixedAmount.

decimal EmployeeContribution { get; }

Property Value

decimal

EmployeeContributionIsFixedAmount

Gets a value indicating whether EmployeeContribution should be treated as a fixed amount. True if the employee contribution figure sshould be treated as a fixed amount; false if it should be treated as a percentage.

bool EmployeeContributionIsFixedAmount { get; }

Property Value

bool

EmployerContribution

Gets the employer contribution percentage, either expressed in percentage points (i.e., 5% = 5.0m) or as a fixed amount (i.e. £500.00), as indicated by EmployerContributionIsFixedAmount.

decimal EmployerContribution { get; }

Property Value

decimal

EmployerContributionIsFixedAmount

Gets a value indicating whether EmployerContribution should be treated as a fixed amount. True if the employer contribution figure sshould be treated as a fixed amount; false if it should be treated as a percentage.

bool EmployerContributionIsFixedAmount { get; }

Property Value

bool

EmployersNiReinvestmentPercentage

Gets the percentage of employer's NI saving to be re-invested into the employee's pension as an employer-only contribution, expressed in percentage points, i.e., 50% = 50.0m. Only applies under salary exchange.

decimal? EmployersNiReinvestmentPercentage { get; }

Property Value

decimal?

SalaryExchangeApplied

Gets a value indicating whether salary exchange should be applied.

bool SalaryExchangeApplied { get; }

Property Value

bool

SalaryForMaternityPurposes

Gets the value used to override the employer contribution when an individual is on maternity leave and should be paid employer contributions based on their contracted salary rather than their pensionable pay.

decimal? SalaryForMaternityPurposes { get; }

Property Value

decimal?