LoanType
Represents loan types that define the amortization method, interest calculation approach, and associated items used for creating and processing loan accounts.
Columns
| Name | Type | ReadOnly | Description |
| amortizationType | String | False |
The amortization type for this loan type, such as fixed or variable. |
| auditCreatedBy | String | True |
The user who created the loan type. |
| auditCreatedDateTime | Datetime | True |
The date and time when the loan type was created. |
| auditModifiedBy | String | True |
The user who last modified the loan type. |
| auditModifiedDateTime | Datetime | True |
The date and time when the loan type was last modified. |
| calculationMethod | String | False |
The interest calculation method used for this loan type, such as simple or compound. |
| description | String | False |
The description of this loan type. |
| id | String | True |
The unique identifier of the loan type record. |
| interestItem_Id | String | False |
The Id of the item used to record interest charges for this loan type. |
| interestItem_Key | String | False |
The system-assigned key of the item used to record interest charges for this loan type. |
| interestItem_Name | String | True |
The name of the item used to record interest charges for this loan type. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the loan type record. |
| name | String | False |
The name of the loan type. |
| principalItem_Id | String | False |
The Id of the item used to record principal payments for this loan type. |
| principalItem_Key | String | False |
The system-assigned key of the item used to record principal payments for this loan type. |
| principalItem_Name | String | True |
The name of the item used to record principal payments for this loan type. |
| status | String | False |
The current status of the loan type, such as active or inactive. |
| txnDefinition_Id | String | False |
The Id of the transaction definition associated with this loan type. |
| txnDefinition_Key | String | False |
The system-assigned key of the transaction definition associated with this loan type. |
| ListAggregate_LoanInvoiceOrders | String | False |
The aggregate list of invoice line orders associated with this loan type. |