Trace Middle246770 Thomas
Loan ID: #37, customer from September 07, 2024
Loan Information
Details pertaining to the origination of the loan.
- Loan ID
- 37
- Loan Amount
- $50,000.00
- Interest Rate
- 10%
- Loan Period
- 1
- Loan Disbursement
- October 04, 2024
- Repayment Start Date
- October 31, 2024
- End Date
- October 31, 2024
- Status
- ACTIVE
- Principal Repayment
- $50,000.00
- Interest Repayment
- $5,000.00
- Monthly Repayment
- $55,000.00
- Total Interest Repayment
- $5,000.00
- Credit Assessment
- Feature coming soon
Payment Information
List and detail of all loan data for the client.
PID | Opening Prin | Opening Int | Opening Bal | Int Accrl | Prin Payment | Int Payment | Ttl Payment | Closing Prin | Closing Int | Closing Bal | Date | Period | Edit |
---|
92 | $50,000.00 | $0.00 | $50,000.00 | $5,000.00 | $50,000.00 | $5,000.00 | $55,000.00 | $0.00 | $0.00 | $0.00 | Oct 22, 2024 | Oct-24 | Edit |
{
"id": 37,
"client_id": 17,
"amount": "50000",
"interest_rate": 10,
"repayment": "5000",
"start_date": "2024-10-04T00:00:00.000Z",
"period": 1,
"status": "ACTIVE",
"createdAt": "2024-10-03T19:42:29.279Z",
"updatedAt": "2024-10-03T19:42:29.279Z",
"type": "PRINCIPAL_MONTHLY",
"interest_paid": "0",
"interest_accrued": "0",
"principal_outstanding": "50000",
"last_payment_date": null,
"last_interest_accrual": null,
"client": {
"id": 17,
"first_name": "Trace",
"middle_name": "Middle246770",
"last_name": "Thomas",
"email": "
[email protected]",
"phone_number": "8412422799",
"dob": "2000-10-05T00:00:00.000Z",
"trn": "442783903",
"createdAt": "2024-09-07T01:11:49.933Z",
"active": true,
"updatedAt": "2024-09-07T01:11:49.933Z",
"full_name": "Trace Middle246770 Thomas"
},
"payments": [
{
"id": 92,
"loan_id": 37,
"payment_date": "2024-10-22T00:00:00.000Z",
"amount": "55000",
"createdAt": "2024-10-23T15:37:06.809Z",
"updatedAt": "2024-10-23T15:37:06.809Z",
"opening_balance": 50000,
"opening_interest": 0,
"interest_paid": 5000,
"interest_outstanding": 5000,
"principal_paid": 50000,
"closing_balance": 0,
"interest_accrual": 5000,
"period": "Thu Oct 31 2024",
"interestRunning": 0,
"closing_interest": 0,
"principalRunning": 0,
"principalBalance": 0
}
]
}