# PenaltySettings

The penalty settings, holds all the fields regarding penalties

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**loanPenaltyCalculationMethod** | **string** | The last penalty calculation method, represents on what amount are the penalties calculated. | [optional] [default to undefined]
**penaltyRate** | **number** | The penalty rate, represents the rate (in percent) which is charged as a penalty. | [optional] [default to undefined]

## Example

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

const instance: PenaltySettings = {
    loanPenaltyCalculationMethod,
    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)
