Raymond NHT Henry
Loan ID: #3, customer from April 27, 2023
Loan Information
Details pertaining to the origination of the loan.
- Loan ID
- 3
- Loan Amount
- $50,000.00
- Interest Rate
- 10%
- Loan Period
- 1
- Loan Disbursement
- April 27, 2023
- Repayment Start Date
- May 31, 2023
- End Date
- May 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 |
---|
3 | $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 | May 22, 2023 | May-23 | Edit |
{
"id": 3,
"client_id": 3,
"amount": "50000",
"interest_rate": 10,
"repayment": "5000",
"start_date": "2023-04-27T00:00:00.000Z",
"period": 1,
"status": "CLOSED",
"createdAt": "2023-04-27T03:37:45.212Z",
"updatedAt": "2023-04-27T03:37:45.212Z",
"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": 3,
"loan_id": 3,
"payment_date": "2023-05-22T00:00:00.000Z",
"amount": "55000",
"createdAt": "2023-05-23T01:20:10.069Z",
"updatedAt": "2023-05-23T01:20:10.069Z",
"opening_balance": 50000,
"opening_interest": 0,
"interest_paid": 5000,
"interest_outstanding": 5000,
"principal_paid": 50000,
"closing_balance": 0,
"interest_accrual": 5000,
"period": "Wed May 31 2023",
"interestRunning": 0,
"closing_interest": 0,
"principalRunning": 0,
"principalBalance": 0
}
]
}