# IndexRateConfiguration

Represents the configuration for an index rate.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | The ID of the index rate, which must be unique. | [default to undefined]
**notes** | **string** | The notes or description attached to this object. | [optional] [default to undefined]
**rate** | **number** | The percentage value of the index rate. | [default to undefined]
**startDate** | **string** | The date when the index rate starts being the active rate for its source. | [default to undefined]

## Example

```typescript
import { IndexRateConfiguration } from './api';

const instance: IndexRateConfiguration = {
    id,
    notes,
    rate,
    startDate,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
