-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
114 lines (114 loc) · 2.47 KB
/
db.json
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"allservices": [
{
"type": "Small Scale Business Loans",
"code": "SCB",
"description": "Providing loans which designed for your aspirations in starting a business",
"detail": [
{
"type": "DI Loan",
"min": 15000,
"max": 100000,
"rate": 0.05,
"tenure": 150
},
{
"type": "MI Loan",
"min": 100000,
"max": 300000,
"rate": 0.07,
"tenure": 34
}
]
},
{
"type": "Money Remittance",
"code": "MR",
"description": "Secure, simple and most exciting way of your transactions to inter and intra regions",
"detail": [
{
"type": "Domestic",
"min": 2500,
"max": 25000,
"rate": 0.02,
"tenure": "NA"
},
{
"type": "Inward",
"min": 5000,
"max": 10000,
"rate": 0.05,
"tenure": "NA"
}
]
},
{
"type": "Wealth Management",
"code": "WM",
"description": "We are providing significant services for your betterment of your wealth management by experts",
"detail": [
"DEMAT",
"PAN",
"NPS"
]
},
{
"type": "Micro Finance",
"code": "MF",
"description": "Motivate the entrepreneurs across all small villages and rural areas by providing them a better support",
"detail": [
{
"type": "NA",
"rate": 0.28,
"min": 1000,
"max": 3500,
"tenure": 2
}
]
}
],
"members": [
{
"userID": "user34",
"mobile": 9984056778,
"password": "user34@123",
"fullName": "Albert Rachael Pereira",
"id": 1
},
{
"userID": "user44",
"mobile": 9903456777,
"password": "user44@123",
"fullName": "Charlie Walter Moras",
"id": 2
},
{
"userID": "user84",
"mobile": 9903456771,
"password": "user84@123",
"fullName": "David Caral Gomez",
"id": 3
},
{
"userID": "user88",
"mobile": "9912345672",
"password": "user88@123",
"id": 4,
"fullName": "Sriharsha"
},
{
"userID": "2",
"mobile": "9912345678",
"password": "tadiparthi",
"id": 5,
"fullName": "Srihitha"
},
{
"userID": "4",
"mobile": "1234567830",
"password": "tadiparthi",
"id": 6,
"fullName": "Harsha"
}
]
}