1{
2 "companies_score": [
3 {
4 "name": "value",
5 "value": 3,
6 "description": "Does the company pay a good, reliable and sustainable dividend?",
7 "section": [
8 true,
9 true,
10 false,
11 false,
12 false,
13 false
14 ]
15 },
16 {
17 "name": "future",
18 "value": 7,
19 "description": "How is the company forecast to perform in the next 1-3 years?",
20 "section": [
21 true,
22 true,
23 true,
24 true,
25 true,
26 true
27 ]
28 },
29 {
30 "name": "past",
31 "value": 5,
32 "description": "Does the company have strong financial health and manageable debt?",
33 "section": [
34 false,
35 true,
36 true,
37 true,
38 false,
39 true
40 ]
41 },
42 {
43 "name": "health",
44 "value": 7,
45 "description": "How has the company performed over the past 5 years?",
46 "section": [
47 true,
48 true,
49 true,
50 true,
51 true,
52 true
53 ]
54 },
55 {
56 "name": "dividend",
57 "value": 1,
58 "description": "Is the company undervalued compared to its peers, industry and forecasted cash flows?",
59 "section": [
60 false,
61 false,
62 false,
63 false,
64 false,
65 false
66 ]
67 }
68 ]
69}