# CarryForwardOptions

The carry forward options that indicates which fields will be carried forward to new account on the loan account reschedule/refinance

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Choose_whether_to_capitalise_Principal_In_Arrears_from_the_initial_account** | **boolean** |  | [optional] [default to undefined]
**Choose_whether_to_capitalise_accruedInterestBalance_from_the_initial_account** | **boolean** |  | [optional] [default to undefined]
**Choose_whether_to_capitalise_accruedInterestFromArrearsBalance_from_the_initial_account** | **boolean** |  | [optional] [default to undefined]
**Choose_whether_to_capitalise_interestBalance_from_the_initial_account** | **boolean** |  | [optional] [default to undefined]
**Choose_whether_to_capitalise_interestFromArrearsBalance_from_the_initial_account** | **boolean** |  | [optional] [default to undefined]
**Choose_whether_to_carry_forward_Principal_In_Arrears_from_the_initial_account** | **boolean** |  | [optional] [default to undefined]
**Choose_whether_to_carry_forward_accruedInterestBalance_from_the_initial_account** | **boolean** |  | [optional] [default to undefined]
**Choose_whether_to_carry_forward_accruedInterestFromArrearsBalance_from_the_initial_account** | **boolean** |  | [optional] [default to undefined]
**Choose_whether_to_carry_forward_accruedInterestFromArrearsBalance_from_the_originating_account** | **boolean** |  | [optional] [default to undefined]
**Choose_whether_to_carry_forward_interestBalance_from_the_initial_account** | **boolean** |  | [optional] [default to undefined]
**Choose_whether_to_carry_forward_interestBalance_from_the_originating_account** | **boolean** |  | [optional] [default to undefined]
**Choose_whether_to_carry_forward_interestFromArrearsBalance_from_the_initial_account** | **boolean** |  | [optional] [default to undefined]
**Choose_whether_to_carry_forward_interestFromArrearsBalance_from_the_originating_account** | **boolean** |  | [optional] [default to undefined]
**Choose_whether_to_carry_forward_loanAccountState_from_the_originating_account** | **boolean** |  | [optional] [default to undefined]
**Choose_whether_to_carry_forward_the_interest_on_interest_bearing_fees_balance_from_the_initial_account** | **boolean** |  | [optional] [default to undefined]
**Choose_whether_to_carry_forward_the_interest_bearing_fees_balance_from_the_initial_account** | **boolean** |  | [optional] [default to undefined]
**Choose_whether_to_carry_forward_the_non_scheduled_fee_balance_from_the_initial_account** | **boolean** |  | [optional] [default to undefined]
**Choose_whether_to_carry_forward_the_redraw_balance_from_the_originating_account** | **boolean** |  | [optional] [default to undefined]
**Choose_whether_to_carry_forward_the_schedule_allocated_fee_balance_from_the_initial_account** | **boolean** |  | [optional] [default to undefined]
**Choose_whether_to_maintain_PMT_for_the_first_installment** | **boolean** |  | [optional] [default to undefined]
**Choose_whether_to_write_off_Principal_In_Arrears_from_the_initial_account** | **boolean** |  | [optional] [default to undefined]
**Choose_whether_to_write_off_accruedInterestBalance_from_the_initial_account** | **boolean** |  | [optional] [default to undefined]
**Choose_whether_to_write_off_accruedInterestFromArrearsBalance_from_the_initial_account** | **boolean** |  | [optional] [default to undefined]
**Choose_whether_to_write_off_interestBalance_from_the_initial_account** | **boolean** |  | [optional] [default to undefined]
**Choose_whether_to_write_off_interestFromArrearsBalance_from_the_initial_account** | **boolean** |  | [optional] [default to undefined]
**accruedInterestBalance** | **boolean** | Choose whether to carry forward accruedInterestBalance from the originating account | [optional] [default to undefined]

## Example

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

const instance: CarryForwardOptions = {
    Choose_whether_to_capitalise_Principal_In_Arrears_from_the_initial_account,
    Choose_whether_to_capitalise_accruedInterestBalance_from_the_initial_account,
    Choose_whether_to_capitalise_accruedInterestFromArrearsBalance_from_the_initial_account,
    Choose_whether_to_capitalise_interestBalance_from_the_initial_account,
    Choose_whether_to_capitalise_interestFromArrearsBalance_from_the_initial_account,
    Choose_whether_to_carry_forward_Principal_In_Arrears_from_the_initial_account,
    Choose_whether_to_carry_forward_accruedInterestBalance_from_the_initial_account,
    Choose_whether_to_carry_forward_accruedInterestFromArrearsBalance_from_the_initial_account,
    Choose_whether_to_carry_forward_accruedInterestFromArrearsBalance_from_the_originating_account,
    Choose_whether_to_carry_forward_interestBalance_from_the_initial_account,
    Choose_whether_to_carry_forward_interestBalance_from_the_originating_account,
    Choose_whether_to_carry_forward_interestFromArrearsBalance_from_the_initial_account,
    Choose_whether_to_carry_forward_interestFromArrearsBalance_from_the_originating_account,
    Choose_whether_to_carry_forward_loanAccountState_from_the_originating_account,
    Choose_whether_to_carry_forward_the_interest_on_interest_bearing_fees_balance_from_the_initial_account,
    Choose_whether_to_carry_forward_the_interest_bearing_fees_balance_from_the_initial_account,
    Choose_whether_to_carry_forward_the_non_scheduled_fee_balance_from_the_initial_account,
    Choose_whether_to_carry_forward_the_redraw_balance_from_the_originating_account,
    Choose_whether_to_carry_forward_the_schedule_allocated_fee_balance_from_the_initial_account,
    Choose_whether_to_maintain_PMT_for_the_first_installment,
    Choose_whether_to_write_off_Principal_In_Arrears_from_the_initial_account,
    Choose_whether_to_write_off_accruedInterestBalance_from_the_initial_account,
    Choose_whether_to_write_off_accruedInterestFromArrearsBalance_from_the_initial_account,
    Choose_whether_to_write_off_interestBalance_from_the_initial_account,
    Choose_whether_to_write_off_interestFromArrearsBalance_from_the_initial_account,
    accruedInterestBalance,
};
```

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