LoanTransactionDetails
Documentation for the LoanTransactionDetails database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| loanId | String | Unique reference to loan. |
| headId | ObjectId | Unique reference to head. |
| loanAmount | Decimal128 | Monetary or numeric value. |
| balanceAmount | Decimal128 | Monetary or numeric value. |
| numberOfInstalments | Number | Stores the number of instalments data. |
| instalmentAmount | Decimal128 | Monetary or numeric value. |
| remainingInstalments | Number | Stores the remaining instalments data. |
| updatedBy | ObjectId | Timestamp/Date for updatedBy. |
| updatedDateId | ObjectId | Unique reference to updated Date. |