# InterestSettingsForSchedulePreview

The interest settings, holds all the properties regarding interests for the loan account.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accountInterestRateSettings** | [**Array&lt;AccountInterestRateSettings&gt;**](AccountInterestRateSettings.md) | The interest settings details for schedule preview. | [optional] [default to undefined]
**interestRate** | **number** | The interest rate. Represents the interest rate for the loan account. The interest on loans is accrued on a daily basis, which allows charging the clients only for the days they actually used the loan amount. | [optional] [default to undefined]
**interestSpread** | **number** | Interest to be added to active organization index interest rate in order to find out actual interest rate | [optional] [default to undefined]

## Example

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

const instance: InterestSettingsForSchedulePreview = {
    accountInterestRateSettings,
    interestRate,
    interestSpread,
};
```

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