Jodi-Ann A French
Loan ID: #13, customer from November 27, 2023
Loan Information
Details pertaining to the origination of the loan.
- Loan ID
- 13
- Loan Amount
- $100,000.00
- Interest Rate
- 5%
- Loan Period
- 1
- Loan Disbursement
- November 15, 2023
- Repayment Start Date
- December 31, 2023
- End Date
- December 31, 2023
- Status
- ACTIVE
- Principal Repayment
- $100,000.00
- Interest Repayment
- $5,000.00
- Monthly Repayment
- $105,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 |
---|
21 | $100,000.00 | $0.00 | $100,000.00 | $5,000.00 | $100,000.00 | $5,000.00 | $105,000.00 | $0.00 | $0.00 | $0.00 | Nov 24, 2023 | Dec-23 | Edit |
{
"id": 13,
"client_id": 6,
"amount": "100000",
"interest_rate": 5,
"repayment": "5000",
"start_date": "2023-11-15T00:00:00.000Z",
"period": 1,
"status": "ACTIVE",
"createdAt": "2023-11-27T18:38:06.041Z",
"updatedAt": "2023-11-27T18:38:06.041Z",
"type": "PRINCIPAL_MONTHLY",
"interest_paid": "0",
"interest_accrued": "0",
"principal_outstanding": "100000",
"last_payment_date": null,
"last_interest_accrual": null,
"client": {
"id": 6,
"first_name": "Jodi-Ann",
"middle_name": "A",
"last_name": "French",
"email": "
[email protected]",
"phone_number": "2843859883",
"dob": "1957-03-21T00:00:00.000Z",
"trn": "164293658",
"createdAt": "2023-11-27T18:36:51.833Z",
"active": true,
"updatedAt": "2023-11-27T18:36:51.833Z",
"full_name": "Jodi-Ann A French"
},
"payments": [
{
"id": 21,
"loan_id": 13,
"payment_date": "2023-11-24T00:00:00.000Z",
"amount": "105000",
"createdAt": "2023-11-27T18:39:26.005Z",
"updatedAt": "2023-11-27T18:39:26.005Z",
"opening_balance": 100000,
"opening_interest": 0,
"interest_paid": 5000,
"interest_outstanding": 5000,
"principal_paid": 100000,
"closing_balance": 0,
"interest_accrual": 5000,
"period": "Sun Dec 31 2023",
"interestRunning": 0,
"closing_interest": 0,
"principalRunning": 0,
"principalBalance": 0
}
]
}