# DepositAccountInterestAvailabilitySettings

Interest Rate Settings for Deposit Account Interest Availability

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**interestRate** | **number** | The interest rate for the deposit account | [optional] [default to undefined]
**interestRateTiers** | [**Array&lt;DepositAccountInterestRateTier&gt;**](DepositAccountInterestRateTier.md) | The list of interest rate tiers. An interest rate tier holds the values to define how the interest is computed | [optional] [default to undefined]
**interestSpread** | **number** | The rate based on which the interest is accrued and applied for accounts with InterestRateSource#INDEX_INTEREST_RATE | [optional] [default to undefined]

## Example

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

const instance: DepositAccountInterestAvailabilitySettings = {
    interestRate,
    interestRateTiers,
    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)
