# RoundingSettings

Defines the rounding settings used in the loan computation.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**repaymentCurrencyRounding** | **string** | Specifies the repayment currency rounding method. | [default to undefined]
**repaymentElementsRoundingMethod** | **string** | Determines how the repayment currency rounding is handled on each element from the schedule. | [default to undefined]
**roundingRepaymentScheduleMethod** | **string** | Specifies the rounding repayment schedule method. | [default to undefined]

## Example

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

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