Indexrateconfiguration
Represents the configuration for an index rate.
idstringrequired
The ID of the index rate, which must be unique.
notesstring
The notes or description attached to this object.
ratenumberrequired
The percentage value of the index rate.
startDatestring<date-time>required
The date when the index rate starts being the active rate for its source.
Example:
2016-09-06T13:37:50+03:00Indexrateconfiguration
{
"id": "string",
"notes": "string",
"rate": 0,
"startDate": "2016-09-06T13:37:50+03:00"
}