Raymond NHT Henry
Loan ID: #7, customer from April 27, 2023
Loan Information
Details pertaining to the origination of the loan.
- Loan ID
- 7
- Loan Amount
- $50,000.00
- Interest Rate
- 10%
- Loan Period
- 1
- Loan Disbursement
- June 16, 2023
- Repayment Start Date
- July 31, 2023
- End Date
- July 31, 2023
- Status
- CLOSED
- 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 |
---|
20 | $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 | Jul 31, 2023 | Jul-23 | Edit |
{
"id": 7,
"client_id": 3,
"amount": "50000",
"interest_rate": 10,
"repayment": "5000",
"start_date": "2023-06-16T00:00:00.000Z",
"period": 1,
"status": "CLOSED",
"createdAt": "2023-06-16T16:08:04.482Z",
"updatedAt": "2023-06-16T16:08:04.482Z",
"type": "PRINCIPAL_MONTHLY",
"interest_paid": "0",
"interest_accrued": "0",
"principal_outstanding": "50000",
"last_payment_date": null,
"last_interest_accrual": null,
"client": {
"id": 3,
"first_name": "Raymond",
"middle_name": "NHT",
"last_name": "Henry",
"email": "
[email protected]",
"phone_number": "4511710922",
"dob": "1964-06-04T00:00:00.000Z",
"trn": "721991034",
"createdAt": "2023-04-27T03:37:32.945Z",
"active": true,
"updatedAt": "2023-04-27T03:37:32.945Z",
"full_name": "Raymond NHT Henry"
},
"payments": [
{
"id": 20,
"loan_id": 7,
"payment_date": "2023-07-31T00:00:00.000Z",
"amount": "55000",
"createdAt": "2023-08-20T16:12:41.917Z",
"updatedAt": "2023-08-20T16:12:41.917Z",
"opening_balance": 50000,
"opening_interest": 0,
"interest_paid": 5000,
"interest_outstanding": 5000,
"principal_paid": 50000,
"closing_balance": 0,
"interest_accrual": 5000,
"period": "Mon Jul 31 2023",
"interestRunning": 0,
"closing_interest": 0,
"principalRunning": 0,
"principalBalance": 0
}
]
}