forked from UK-BIS-Analysis/trademap
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreporters.json
72 lines (72 loc) · 1.03 KB
/
reporters.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
[
{
"id": "EA",
"mapNumerical": 6,
"text": "East"
},
{
"id": "EM",
"mapNumerical": 4,
"text": "East Midlands"
},
{
"id": "LO",
"mapNumerical": 7,
"text": "London"
},
{
"id": "NE",
"mapNumerical": 1,
"text": "North East"
},
{
"id": "NI",
"mapNumerical": 12,
"text": "Northern Ireland"
},
{
"id": "NW",
"mapNumerical": 2,
"text": "North West"
},
{
"id": "SC",
"mapNumerical": 11,
"text": "Scotland"
},
{
"id": "SE",
"mapNumerical": 8,
"text": "South East"
},
{
"id": "SW",
"mapNumerical": 9,
"text": "South West"
},
{
"id": "WA",
"mapNumerical": 10,
"text": "Wales"
},
{
"id": "WM",
"mapNumerical": 5,
"text": "West Midlands"
},
{
"id": "YH",
"mapNumerical": 3,
"text": "Yorkshire and the Humber"
},
{
"id": "ZA",
"mapNumerical": 0,
"text": "Unallocated-Known"
},
{
"id": "ZB",
"mapNumerical": 0,
"text": "Unallocated-Unknown"
}
]