Skip to main content

Indexratesourceconfiguration

Represents the configuration for an index rate source.

idstringrequired

The ID of the index rate source, which must be unique.

indexRates object[]required

The list of index rates associated with the index rate source.

  • Array [
  • 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:00
  • ]
  • namestringrequired

    The name of the index rate source.

    notesstring

    The notes or description attached to this object.

    typestringrequired

    Model representation of the type of an index rate source.

    Possible values: [INTEREST_RATE, TAX_RATE, WITHHOLDING_TAX_RATE]

    Indexratesourceconfiguration
    {
    "id": "string",
    "indexRates": [
    {
    "id": "string",
    "notes": "string",
    "rate": 0,
    "startDate": "2016-09-06T13:37:50+03:00"
    }
    ],
    "name": "string",
    "notes": "string",
    "type": "INTEREST_RATE"
    }