# FeeAmortizationConfiguration

The settings for defining period intervals.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**amortizationProfile** | **string** | Type of amortization profile used for fee | [optional] [default to undefined]
**amortizationRescheduleConfiguration** | **string** | Flag for signaling if fee amortization should be continued or finished at account reschedule | [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 { FeeAmortizationConfiguration } from './api';

const instance: FeeAmortizationConfiguration = {
    amortizationProfile,
    amortizationRescheduleConfiguration,
    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)
