# IndexRateSourceConfiguration

Represents the configuration for an index rate source.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | The ID of the index rate source, which must be unique. | [default to undefined]
**indexRates** | [**Array&lt;IndexRateConfiguration&gt;**](IndexRateConfiguration.md) | The list of index rates associated with the index rate source. | [default to undefined]
**name** | **string** | The name of the index rate source. | [default to undefined]
**notes** | **string** | The notes or description attached to this object. | [optional] [default to undefined]
**type** | **string** | Model representation of the type of an index rate source. | [default to undefined]

## Example

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

const instance: IndexRateSourceConfiguration = {
    id,
    indexRates,
    name,
    notes,
    type,
};
```

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