# PeriodIntervalSettings

The settings for defining period intervals.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**amortizationProfile** | **string** | Type of amortization profile used for fee | [optional] [default to undefined]
**encodedKey** | **string** | The encoded key of the period interval settings, auto generated, unique. | [optional] [readonly] [default to undefined]
**feeAmortizationUponRescheduleRefinanceOption** | **string** | Flag for signaling if fee amortization should be continued or finished at account reschedule/refinance | [optional] [default to undefined]
**frequency** | **string** | Frequency settings of the fee amortization | [optional] [default to undefined]
**intervalCount** | **number** | Total number of intervals | [optional] [default to undefined]
**intervalType** | **string** | Defines the options for an interval | [optional] [default to undefined]
**periodCount** | **number** | Period count used in conjunction with periodUnit to determine the next date of the interval | [optional] [default to undefined]
**periodUnit** | **string** | Amortization unit to determine the interval between amortizations | [optional] [default to undefined]

## Example

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

const instance: PeriodIntervalSettings = {
    amortizationProfile,
    encodedKey,
    feeAmortizationUponRescheduleRefinanceOption,
    frequency,
    intervalCount,
    intervalType,
    periodCount,
    periodUnit,
};
```

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