LoanInterestRateEntry
Represents individual interest rate entries within a loan interest rate, capturing the rate value, effective start date, and supporting notes.
Columns
| Name | Type | ReadOnly | Description |
| attachment_Id | String | True |
The Id of the attachment associated with this interest rate entry. |
| attachment_Key | String | False |
The system-assigned key of the attachment associated with this interest rate entry. |
| attachment_Name | String | True |
The name of the attachment associated with this interest rate entry. |
| id | String | True |
The unique identifier of the loan interest rate entry record. |
| interestRateKey | Int | True |
The system-assigned key of the loan interest rate associated with this entry. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the loan interest rate entry record. |
| loanInterestRate_Id | String | True |
The Id of the loan interest rate associated with this entry. |
| loanInterestRate_Key | String | False |
The system-assigned key of the loan interest rate associated with this entry. |
| notes | String | False |
The notes or comments for this loan interest rate entry. |
| rate | Decimal | False |
The interest rate value for this entry. |
| startDate | Date | False |
The date on which this interest rate entry becomes effective. |