Indexratesource
Represents an index rate source.
creationDatestring<date-time>
The creation date of the index rate source
Example:
2016-09-06T13:37:50+03:00encodedKeystring
The encoded key of the index rate source, which is auto generated, and unique.
idstring
The ID of the index rate source, which can be generated and customized, and must be unique.
lastModifiedDatestring<date-time>
The last date this rate source was modified
Example:
2016-09-06T13:37:50+03:00namestring
The name of the index rate source.
notesstring
The notes about the the index rate source.
typestring
The type of index rate source.
Possible values: [INTEREST_RATE, TAX_RATE, WITHHOLDING_TAX_RATE, PRINCIPAL_TAX_RATE]
Indexratesource
{
"creationDate": "2016-09-06T13:37:50+03:00",
"encodedKey": "string",
"id": "string",
"lastModifiedDate": "2016-09-06T13:37:50+03:00",
"name": "string",
"notes": "string",
"type": "INTEREST_RATE"
}