# IndexRatesConfiguration

Represents the index rates configuration.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**indexRateSources** | [**Array&lt;IndexRateSourceConfiguration&gt;**](IndexRateSourceConfiguration.md) | List of all index rate sources. | [default to undefined]

## Example

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

const instance: IndexRatesConfiguration = {
    indexRateSources,
};
```

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