Charmaine Trust Scarlett
Loan ID: #18, customer from April 08, 2023
Loan Information
Details pertaining to the origination of the loan.
- Loan ID
- 18
- Loan Amount
- $50,000.00
- Interest Rate
- 10%
- Loan Period
- 2
- Loan Disbursement
- January 31, 2024
- Repayment Start Date
- February 29, 2024
- End Date
- March 31, 2024
- Status
- ACTIVE
- Principal Repayment
- $25,000.00
- Interest Repayment
- $5,000.00
- Monthly Repayment
- $30,000.00
- Total Interest Repayment
- $10,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 |
---|
30 | $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 | Feb 23, 2024 | Feb-24 | Edit |
{
"id": 18,
"client_id": 1,
"amount": "50000",
"interest_rate": 10,
"repayment": "5000",
"start_date": "2024-01-31T00:00:00.000Z",
"period": 2,
"status": "ACTIVE",
"createdAt": "2024-02-04T01:33:21.960Z",
"updatedAt": "2024-02-04T01:33:21.960Z",
"type": "PRINCIPAL_MONTHLY",
"interest_paid": "0",
"interest_accrued": "0",
"principal_outstanding": "50000",
"last_payment_date": null,
"last_interest_accrual": null,
"client": {
"id": 1,
"first_name": "Charmaine",
"middle_name": "Trust",
"last_name": "Scarlett",
"email": "
[email protected]",
"phone_number": "6276680227",
"dob": "1970-08-19T00:00:00.000Z",
"trn": "606144052",
"createdAt": "2023-04-08T19:45:46.849Z",
"active": true,
"updatedAt": "2023-04-08T19:45:46.849Z",
"full_name": "Charmaine Trust Scarlett"
},
"payments": [
{
"id": 30,
"loan_id": 18,
"payment_date": "2024-02-23T00:00:00.000Z",
"amount": "55000",
"createdAt": "2024-02-23T19:14:26.846Z",
"updatedAt": "2024-02-23T19:14:26.846Z",
"opening_balance": 50000,
"opening_interest": 0,
"interest_paid": 5000,
"interest_outstanding": 5000,
"principal_paid": 50000,
"closing_balance": 0,
"interest_accrual": 5000,
"period": "Thu Feb 29 2024",
"interestRunning": 0,
"closing_interest": 0,
"principalRunning": 0,
"principalBalance": 0
}
]
}