# PrepaymentSettings

The prepayment settings, holds all prepayment properties.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**applyInterestOnPrepaymentMethod** | **string** | The apply interest method type for pre-payments. | [optional] [default to undefined]
**elementsRecalculationMethod** | **string** | The elements recalculation method types | [optional] [default to undefined]
**ercFreeAllowanceAmount** | **number** |  | [optional] [default to undefined]
**ercFreeAllowancePercentage** | **number** | Early repayment charge fee free allowance in percentage per year | [optional] [default to undefined]
**prepaymentRecalculationMethod** | **string** | The prepayment recalculation method types. | [optional] [default to undefined]
**principalPaidInstallmentStatus** | **string** | The status of installment after the principal was paid off as part of an over-payment. | [optional] [default to undefined]

## Example

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

const instance: PrepaymentSettings = {
    applyInterestOnPrepaymentMethod,
    elementsRecalculationMethod,
    ercFreeAllowanceAmount,
    ercFreeAllowancePercentage,
    prepaymentRecalculationMethod,
    principalPaidInstallmentStatus,
};
```

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