# ProductAmortizationPeriod

It holds information about the loan product amortization period. The PMT is calculated as the loan would have [amortisationPeriod] instalments

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**defaultValue** | **number** | default value | [optional] [default to undefined]
**maxValue** | **number** | max value | [optional] [default to undefined]
**minValue** | **number** | min value | [optional] [default to undefined]

## Example

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

const instance: ProductAmortizationPeriod = {
    defaultValue,
    maxValue,
    minValue,
};
```

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