Part of the TaxYearConfig that our engine uses to enable calculation of Tax and NI.
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 | |
---|---|---|---|
code
|
string
|
"string"
|
|
rate
|
number
double
|
0.0
|
{
"code": "string",
"rate": 0.0
}