# LoanProductRoundingConfiguration

Defines the rounding settings used in the loan computation.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**repaymentCurrencyRounding** | **string** | Repayment currency rounding method | [default to undefined]
**repaymentElementsRoundingMethod** | **string** | Rounding options for principal, interest and penalties | [optional] [default to undefined]
**roundingRepaymentScheduleMethod** | **string** | Rounding method for repayment schedule | [default to undefined]

## Example

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

const instance: LoanProductRoundingConfiguration = {
    repaymentCurrencyRounding,
    repaymentElementsRoundingMethod,
    roundingRepaymentScheduleMethod,
};
```

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