forked from StellarLend/stellarlend-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuser_report.json
More file actions
45 lines (45 loc) · 1.19 KB
/
user_report.json
File metadata and controls
45 lines (45 loc) · 1.19 KB
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
41
42
43
44
45
{
"user": "GCAZYE3EB54VKP3UQBX3H73VQO3SIWTZNR7NJQKJFZZ6XLADWA4C3SOC",
"analytics": {
"total_deposits": 1000000,
"total_borrows": 400000,
"total_withdrawals": 100000,
"total_repayments": 250000,
"collateral_value": 950000,
"debt_value": 380000,
"collateralization_ratio": 2500000,
"activity_score": 620,
"transaction_count": 12,
"first_interaction": 1000,
"last_activity": 1200,
"risk_level": 350000,
"loyalty_tier": 3
},
"recent_activities": [
{
"timestamp": 1200,
"user": "GCAZYE3EB54VKP3UQBX3H73VQO3SIWTZNR7NJQKJFZZ6XLADWA4C3SOC",
"activity_type": "repay",
"amount": 50000,
"asset": null,
"metadata": {}
},
{
"timestamp": 1100,
"user": "GCAZYE3EB54VKP3UQBX3H73VQO3SIWTZNR7NJQKJFZZ6XLADWA4C3SOC",
"activity_type": "borrow",
"amount": 200000,
"asset": "CCONTRACTADDRTEST000000000000000000000000000000000000",
"metadata": {}
},
{
"timestamp": 1000,
"user": "GCAZYE3EB54VKP3UQBX3H73VQO3SIWTZNR7NJQKJFZZ6XLADWA4C3SOC",
"activity_type": "deposit",
"amount": 1000000,
"asset": null,
"metadata": {}
}
],
"generated_at": 1200
}