# ProductPenaltySettings

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 penalty calculation method | [default to undefined]
**loanPenaltyGracePeriod** | **number** | Number of days to wait before applying the loan penalty amounts | [optional] [default to undefined]
**penaltyRate** | [**DecimalConstraints**](DecimalConstraints.md) |  | [optional] [default to undefined]

## Example

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

const instance: ProductPenaltySettings = {
    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)
