# PreviewLoanAccountSchedule

Payload structure to preview loan account schedule.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**disbursementDetails** | [**DisbursementDetailsForSchedulePreview**](DisbursementDetailsForSchedulePreview.md) |  | [optional] [default to undefined]
**feeRateSettings** | [**FeesSettingsForSchedulePreview**](FeesSettingsForSchedulePreview.md) |  | [optional] [default to undefined]
**interestCommission** | **number** | The value of the interest booked by the organization from the accounts funded by investors. Null if the funds are not enable | [optional] [default to undefined]
**interestSettings** | [**InterestSettingsForSchedulePreview**](InterestSettingsForSchedulePreview.md) |  | [optional] [default to undefined]
**loanAmount** | **number** | The loan amount | [default to undefined]
**plannedInstallmentFees** | [**Array&lt;PlannedInstallmentFee&gt;**](PlannedInstallmentFee.md) | A list with planned manual fees to be applied on the installments for schedule preview. | [optional] [default to undefined]
**productTypeKey** | **string** | The key to the type of product that this account is based on. | [default to undefined]
**scheduleSettings** | [**ScheduleSettingsForSchedulePreview**](ScheduleSettingsForSchedulePreview.md) |  | [optional] [default to undefined]
**topUpAmount** | **number** | The top up amount in case of a refinanced account | [optional] [default to undefined]
**tranches** | [**Array&lt;LoanTranche&gt;**](LoanTranche.md) | List of tranches to be considered for schedule preview. | [optional] [default to undefined]

## Example

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

const instance: PreviewLoanAccountSchedule = {
    disbursementDetails,
    feeRateSettings,
    interestCommission,
    interestSettings,
    loanAmount,
    plannedInstallmentFees,
    productTypeKey,
    scheduleSettings,
    topUpAmount,
    tranches,
};
```

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