Interface IPensionScheme
Interface for types that represent pension schemes.
public interface IPensionScheme
Remarks
A IPensionScheme instance refers to a pension scheme with a specific provider, with specific tax treatment and earnings basis. Whilst it is not common for pension schemes to change tax treatment, it is quite possible for an employer to operate more than one type of earnings basis across its employee base. In this case, two (or more) instances of this type would be required, one for each earnings basis in use, even though all contributions might be flowing to a single scheme with the same provider.
Properties
EarningsBasis
Gets the earnings basis for this pension scheme.
PensionsEarningsBasis EarningsBasis { get; }
Property Value
TaxTreatment
Gets the tax treatment for this pension scheme.
PensionTaxTreatment TaxTreatment { get; }