Indexinterestrate.v1
encodedKeystring
the unique ID for this item
ratestring
the percentage charged for this interest or tax rate
rateSource object
the type of rate, ie. an interest or tax rate
encodedKeystring
the automatically generated encoded ID for this item
Example:
8a19b7057471f4af017472dc0fd80472namestring
the name of this rate source
notesstring
any notes relating to the source of this rate
typestring
Possible values: [INTEREST_RATE, WITHHOLDING_TAX_RATE, TAX_RATE]
startDatestring<date-time>
the first day on which this rate was valid
userkeystring
the encoded key of the user who added this index rate
Indexinterestrate.v1
{
"encodedKey": "string",
"rate": "string",
"rateSource": {
"encodedKey": "8a19b7057471f4af017472dc0fd80472",
"name": "string",
"notes": "string",
"type": "INTEREST_RATE"
},
"startDate": "2024-07-29T15:51:28.071Z",
"userkey": "string"
}