# IndexRateSource

Represents an index rate source.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**creationDate** | **string** | The creation date of the index rate source | [optional] [readonly] [default to undefined]
**encodedKey** | **string** | The encoded key of the index rate source, which is auto generated, and unique. | [optional] [readonly] [default to undefined]
**id** | **string** | The ID of the index rate source, which can be generated and customized, and must be unique. | [optional] [default to undefined]
**lastModifiedDate** | **string** | The last date this rate source was modified | [optional] [readonly] [default to undefined]
**name** | **string** | The name of the index rate source. | [optional] [default to undefined]
**notes** | **string** | The notes about the the index rate source. | [optional] [default to undefined]
**type** | **string** | The type of index rate source. | [optional] [default to undefined]

## Example

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

const instance: IndexRateSource = {
    creationDate,
    encodedKey,
    id,
    lastModifiedDate,
    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)
