LoanSchedule
Represents repayment schedules for loan accounts, tracking the associated loan account and the current schedule status.
Columns
| Name | Type | ReadOnly | Description |
| id | String | True |
The unique identifier of the loan schedule record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the loan schedule record. |
| loanAccount_Id | String | True |
The Id of the loan account associated with this schedule. |
| loanAccount_Key | String | False |
The system-assigned key of the loan account associated with this schedule. |
| loanAccount_Name | String | True |
The name of the loan account associated with this schedule. |
| status | String | False |
The current status of the loan schedule, such as active or inactive. |