Part of the TaxYearConfig that our engine uses to calculate tiered pension contributions.
It is used internally when our engine performs calculations.
You do not need to do anything with this model, it's provided purely for informational purposes.
Name / Description | Type / Format | Example | |
---|---|---|---|
name
|
string
|
"string"
|
|
description
|
string
|
"string"
|
|
rangeStart
|
number
double
|
0.0
|
|
rate
|
number
double
|
0.0
|
{
"name": "string",
"description": "string",
"rangeStart": 0.0,
"rate": 0.0
}
- none -
- none -