LoanInterestRate
Represents loan interest rate configurations that define the amortization type and interest rate entries used for calculating loan payments.
Columns
| Name | Type | ReadOnly | Description |
| amortizationType | String | False |
The amortization type for this loan interest rate, such as fixed or variable. |
| auditCreatedBy | String | True |
The user who created the loan interest rate. |
| auditCreatedDateTime | Datetime | True |
The date and time when the loan interest rate was created. |
| auditModifiedBy | String | True |
The user who last modified the loan interest rate. |
| auditModifiedDateTime | Datetime | True |
The date and time when the loan interest rate was last modified. |
| entity_Id | String | True |
The Id of the entity associated with this loan interest rate. |
| entity_Key | String | True |
The system-assigned key of the entity associated with this loan interest rate. |
| entity_Name | String | True |
The name of the entity associated with this loan interest rate. |
| id | String | True |
The unique identifier of the loan interest rate record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the loan interest rate record. |
| name | String | False |
The name of the loan interest rate. |
| status | String | False |
The current status of the loan interest rate, such as active or inactive. |
| ListAggregate_LoanInterestRateEntries | String | False |
The aggregate list of interest rate entries associated with this loan interest rate. |