# IndexRate

Represents an index rate.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**assignedIndexRateSourceKey** | **string** | The index rate source that the index rate belongs to. | [optional] [readonly] [default to undefined]
**encodedKey** | **string** | The encoded key of the index rate, which is auto generated, and unique. | [optional] [readonly] [default to undefined]
**id** | **string** | The ID of the index rate, which can be generated and customized, and must be unique. | [optional] [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. | [optional] [default to undefined]
**startDate** | **string** | The date when the index rate starts being the active rate for its source. | [optional] [default to undefined]
**userKey** | **string** | The key for the user that last modified the index rate. | [optional] [readonly] [default to undefined]

## Example

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

const instance: IndexRate = {
    assignedIndexRateSourceKey,
    encodedKey,
    id,
    notes,
    rate,
    startDate,
    userKey,
};
```

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