Class PensionScheme
Represents a workplace pension scheme.
public record PensionScheme : IPensionScheme, IEquatable<PensionScheme>
- Inheritance
-
PensionScheme
- Implements
- Inherited Members
Properties
EarningsBasis
Gets the earnings basis for this pension scheme.
public PensionsEarningsBasis EarningsBasis { get; init; }
Property Value
TaxTreatment
Gets the tax treatment for this pension scheme.
public PensionTaxTreatment TaxTreatment { get; init; }