# PenaltyConfiguration

Defines the penalty settings for the product that will be used by the loan accounts based on this product

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**loanPenaltyCalculationMethod** | **string** | The loan penalty calculation method types | [default to undefined]
**loanPenaltyGracePeriod** | **number** | Number of days to wait before applying the loan penalty amounts | [optional] [default to undefined]
**penaltyRate** | [**LoanProductDecimalConstraintsConfiguration**](LoanProductDecimalConstraintsConfiguration.md) |  | [optional] [default to undefined]

## Example

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

const instance: PenaltyConfiguration = {
    loanPenaltyCalculationMethod,
    loanPenaltyGracePeriod,
    penaltyRate,
};
```

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