Skip to main content

Indexrateapiv1

encodedKeystring

the automatically generated encoded ID for this item

Example: 8a19b7057471f4af017472dc0fd80472
notesstring

any notes relating to this index rate

ratenumber

the percentage rate for this tax or interest rate

rateSource object

Description for rateSource in IndexRateApiV1

encodedKeystring

the automatically generated encoded ID for this item

Example: 8a19b7057471f4af017472dc0fd80472
namestring

the name of this index rate source, eg. LIBOR

notesstring

any notes relating to this index rate

typestring

what kind of rate this source provides, eg. tax, interest, withholding tax

Possible values: [TAX_RATE, INTEREST_RATE, WITHHOLDING_TAX_RATE]

startDatestring

the first day on which this rate is considered valid

userKeystring

the encoded key of the user who added this index rate

Indexrateapiv1
{
"encodedKey": "8a19b7057471f4af017472dc0fd80472",
"notes": "string",
"rate": 0,
"rateSource": {
"encodedKey": "8a19b7057471f4af017472dc0fd80472",
"name": "string",
"notes": "string",
"type": "TAX_RATE"
},
"startDate": "string",
"userKey": "string"
}