| LoanProductId | FName | ID of the loan product this loan is based on. | Category: B1ExecutedLoan |
| LoanState | EB1LoanState | Current state of this loan (Normal, Overdue, ForcedCollection, Repossession). | Category: B1ExecutedLoan |
| OriginalAmount | int64 | The original amount borrowed at the time of loan issuance. | Category: B1ExecutedLoan |
| StartDate | FDateTime | The date this loan was started. | Category: B1ExecutedLoan |
| MaturityDay | FDateTime | The maturity date of this loan. | Category: B1ExecutedLoan |
| Rate | float | The interest rate applied to this loan. | Category: B1ExecutedLoan |
| RepaymentAmount | int64 | Total amount repaid on this loan so far. | Category: B1ExecutedLoan |
| NextRepaymentDate | FDateTime | The next scheduled repayment date. | Category: B1ExecutedLoan |
| InterestAmount | int64 | Accumulated interest amount on this loan. | Category: B1ExecutedLoan |
| ForcedSaleAmount | int32 | Amount of debt repaid through forced asset sales. | Category: B1ExecutedLoan |
| OverdueCount | int32 | Number of times this loan has been overdue. | Category: B1ExecutedLoan |
| ForcedCollectionCount | int32 | Number of forced collection (debt collection) visits made. | Category: B1ExecutedLoan |