-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.js
More file actions
33 lines (32 loc) · 698 Bytes
/
Copy pathdata.js
File metadata and controls
33 lines (32 loc) · 698 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
var productList = [
{
productTitle: 'LIQID Wealth',
amount: '500.000 €',
flag: 'surplus',
percent: '25.3%'
},
{
productTitle: 'LIQID Cash',
amount: '260.000 €',
flag: 'surplus',
percent: '15.3%'
},
{
productTitle: 'LIQID Venture',
amount: '928.000 €',
flag: 'deficit',
percent: '0.13%'
},
{
productTitle: 'LIQID Private Equity',
amount: '850.000 €',
flag: 'surplus',
percent: '50.8%'
},
{
productTitle: 'LIQID Real State',
amount: '799.000 €',
flag: 'surplus',
percent: '25.6%'
}
];