-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcrawled_data_raw.json
More file actions
67 lines (67 loc) · 1.75 KB
/
crawled_data_raw.json
File metadata and controls
67 lines (67 loc) · 1.75 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"loan_data": {
"EDUCATION": {
"default_rate": 10.1,
"default_rate_confidence": 0.0,
"avg_interest_rate": 16.732424242424244,
"interest_rate_confidence": 1.0,
"avg_loan_amount": 12313.086285714286,
"loan_amount_confidence": 1.0
},
"MEDICAL": {
"default_rate": 15.2,
"default_rate_confidence": 0.0,
"avg_interest_rate": 12.0,
"interest_rate_confidence": 0.0,
"avg_loan_amount": 15000,
"loan_amount_confidence": 0.0
},
"VENTURE": {
"default_rate": 20.0,
"default_rate_confidence": 0.0,
"avg_interest_rate": 15.0,
"interest_rate_confidence": 0.0,
"avg_loan_amount": 50000,
"loan_amount_confidence": 0.0
},
"HOMEIMPROVEMENT": {
"default_rate": 8.5,
"default_rate_confidence": 0.0,
"avg_interest_rate": 9.0,
"interest_rate_confidence": 0.0,
"avg_loan_amount": 25000,
"loan_amount_confidence": 0.0
},
"DEBTCONSOLIDATION": {
"default_rate": 12.0,
"default_rate_confidence": 0.0,
"avg_interest_rate": 11.0,
"interest_rate_confidence": 0.0,
"avg_loan_amount": 28248.863940122967,
"loan_amount_confidence": 1.0
},
"PERSONAL": {
"default_rate": 10.5,
"default_rate_confidence": 0.0,
"avg_interest_rate": 4.610000000000001,
"interest_rate_confidence": 1.0,
"avg_loan_amount": 12160.744579354123,
"loan_amount_confidence": 1.0
}
},
"ownership_data": {
"RENT": {
"stability_score": 60.0,
"default_rate": 5.0
},
"MORTGAGE": {
"stability_score": 75.0,
"default_rate": 3.5
},
"OWN": {
"stability_score": 85.0,
"default_rate": 2.0
}
},
"timestamp": "2025-06-25T19:45:39.319473"
}