-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathloan-store.json
More file actions
40 lines (40 loc) · 929 Bytes
/
Copy pathloan-store.json
File metadata and controls
40 lines (40 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[
[
"loan-1774314510122-39x9jl",
{
"id": "loan-1774314510122-39x9jl",
"borrowerAccountId": "0.0.8321082",
"principalTinybar": 250000000000,
"collateralTinybar": 0,
"interestRatePct": 12,
"termMonths": 24,
"status": "APPLIED",
"guarantorAccountIds": [
"0.0.6501023",
"0.0.8330281",
"0.0.8328758",
"0.0.6494683"
],
"createdAt": "2026-03-24T01:08:30.167Z"
}
],
[
"loan-1774316581321-kyxcfm",
{
"id": "loan-1774316581321-kyxcfm",
"borrowerAccountId": "0.0.8321082",
"principalTinybar": 50000000000,
"collateralTinybar": 0,
"interestRatePct": 12,
"termMonths": 18,
"status": "APPLIED",
"guarantorAccountIds": [
"0.0.6501023",
"0.0.8330281",
"0.0.8329401",
"0.0.8328758"
],
"createdAt": "2026-03-24T01:43:01.371Z"
}
]
]