-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgoldDistribution.json
More file actions
74 lines (74 loc) · 1.79 KB
/
goldDistribution.json
File metadata and controls
74 lines (74 loc) · 1.79 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
68
69
70
71
72
73
74
{
"goldVaultDistribution": {
"lastUpdated": "December 2024",
"totalGlobalReserves": 1500,
"unit": "tonnes",
"vaults": [
{
"id": "brinks-london-001",
"name": "Brinks London Vault",
"location": {
"city": "London",
"country": "United Kingdom",
"coordinates": {
"lat": 51.5074,
"lng": -0.1278
}
},
"holdings": 1200,
"operator": "Brinks Limited",
"type": "Commercial",
"securityLevel": "Class II",
"established": 1995,
"capacity": 1500,
"accessType": "Commercial/Private Storage",
"lastUpdated": "December 2024"
},
{
"id": "brinks-dubai-001",
"name": "Brinks Dubai Vault",
"location": {
"city": "Dubai",
"country": "UAE",
"coordinates": {
"lat": 25.2048,
"lng": 55.2708
}
},
"holdings": 300,
"operator": "Brinks UAE",
"type": "Commercial",
"securityLevel": "Class II",
"established": 2010,
"capacity": 500,
"accessType": "Commercial/Private Storage",
"lastUpdated": "December 2024"
}
],
"summary": {
"totalVaults": 2,
"totalHoldings": 1500,
"averageHoldingsPerVault": 750,
"largestVault": {
"name": "Brinks London Vault",
"holdings": 1200
},
"smallestVault": {
"name": "Brinks Dubai Vault",
"holdings": 300
},
"vaultsByType": {
"commercial": 2,
"government": 0
},
"vaultsByCountry": {
"United Kingdom": 1,
"UAE": 1
},
"dataFreshness": {
"mostRecent": "December 2024",
"oldestUpdate": "December 2024"
}
}
}
}