ixbrl-viewer 1.4.1__py3-none-any.whl → 1.4.86__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) hide show
  1. iXBRLViewerPlugin/__init__.py +231 -127
  2. iXBRLViewerPlugin/_version.py +33 -3
  3. iXBRLViewerPlugin/constants.py +96 -2
  4. iXBRLViewerPlugin/featureConfig.py +8 -1
  5. iXBRLViewerPlugin/iXBRLViewer.py +356 -214
  6. iXBRLViewerPlugin/plugin.py +12 -0
  7. iXBRLViewerPlugin/ui.py +81 -50
  8. iXBRLViewerPlugin/viewer/dist/ixbrlviewer.js +1 -1
  9. iXBRLViewerPlugin/viewer/dist/ixbrlviewer.js.LICENSE.txt +12 -5
  10. iXBRLViewerPlugin/viewer/i18next-parser.config.js +1 -1
  11. iXBRLViewerPlugin/viewer/src/data/utr.json +1244 -0
  12. iXBRLViewerPlugin/viewer/src/html/fact-details.html +69 -38
  13. iXBRLViewerPlugin/viewer/src/html/footer-logo.html +4 -0
  14. iXBRLViewerPlugin/viewer/src/html/footnote-details.html +2 -2
  15. iXBRLViewerPlugin/viewer/src/html/inspector.html +352 -197
  16. iXBRLViewerPlugin/viewer/src/i18n/cy/balancetypes.json +1 -0
  17. iXBRLViewerPlugin/viewer/src/i18n/cy/currencies.json +13 -0
  18. iXBRLViewerPlugin/viewer/src/i18n/cy/datatypes.json +9 -0
  19. iXBRLViewerPlugin/viewer/src/i18n/cy/labelroles.json +24 -0
  20. iXBRLViewerPlugin/viewer/src/i18n/cy/referenceparts.json +10 -0
  21. iXBRLViewerPlugin/viewer/src/i18n/cy/scale.json +16 -0
  22. iXBRLViewerPlugin/viewer/src/i18n/cy/tooltips.json +17 -0
  23. iXBRLViewerPlugin/viewer/src/i18n/cy/translation.json +179 -0
  24. iXBRLViewerPlugin/viewer/src/i18n/da/balancetypes.json +4 -0
  25. iXBRLViewerPlugin/viewer/src/i18n/da/currencies.json +13 -0
  26. iXBRLViewerPlugin/viewer/src/i18n/da/datatypes.json +9 -0
  27. iXBRLViewerPlugin/viewer/src/i18n/da/labelroles.json +24 -0
  28. iXBRLViewerPlugin/viewer/src/i18n/da/referenceparts.json +10 -0
  29. iXBRLViewerPlugin/viewer/src/i18n/da/scale.json +15 -0
  30. iXBRLViewerPlugin/viewer/src/i18n/da/tooltips.json +17 -0
  31. iXBRLViewerPlugin/viewer/src/i18n/da/translation.json +179 -0
  32. iXBRLViewerPlugin/viewer/src/i18n/de/balancetypes.json +4 -0
  33. iXBRLViewerPlugin/viewer/src/i18n/de/currencies.json +13 -0
  34. iXBRLViewerPlugin/viewer/src/i18n/de/datatypes.json +9 -0
  35. iXBRLViewerPlugin/viewer/src/i18n/de/labelroles.json +24 -0
  36. iXBRLViewerPlugin/viewer/src/i18n/de/referenceparts.json +10 -0
  37. iXBRLViewerPlugin/viewer/src/i18n/de/scale.json +15 -0
  38. iXBRLViewerPlugin/viewer/src/i18n/de/tooltips.json +17 -0
  39. iXBRLViewerPlugin/viewer/src/i18n/de/translation.json +179 -0
  40. iXBRLViewerPlugin/viewer/src/i18n/en/balancetypes.json +4 -0
  41. iXBRLViewerPlugin/viewer/src/i18n/en/datatypes.json +10 -0
  42. iXBRLViewerPlugin/viewer/src/i18n/en/labelroles.json +4 -0
  43. iXBRLViewerPlugin/viewer/src/i18n/en/scale.json +16 -0
  44. iXBRLViewerPlugin/viewer/src/i18n/en/tooltips.json +17 -0
  45. iXBRLViewerPlugin/viewer/src/i18n/en/translation.json +73 -23
  46. iXBRLViewerPlugin/viewer/src/i18n/es/balancetypes.json +4 -0
  47. iXBRLViewerPlugin/viewer/src/i18n/es/datatypes.json +10 -0
  48. iXBRLViewerPlugin/viewer/src/i18n/es/labelroles.json +24 -0
  49. iXBRLViewerPlugin/viewer/src/i18n/es/scale.json +16 -0
  50. iXBRLViewerPlugin/viewer/src/i18n/es/tooltips.json +17 -0
  51. iXBRLViewerPlugin/viewer/src/i18n/es/translation.json +87 -37
  52. iXBRLViewerPlugin/viewer/src/i18n/fr/balancetypes.json +4 -0
  53. iXBRLViewerPlugin/viewer/src/i18n/fr/currencies.json +13 -0
  54. iXBRLViewerPlugin/viewer/src/i18n/fr/datatypes.json +9 -0
  55. iXBRLViewerPlugin/viewer/src/i18n/fr/labelroles.json +24 -0
  56. iXBRLViewerPlugin/viewer/src/i18n/fr/referenceparts.json +10 -0
  57. iXBRLViewerPlugin/viewer/src/i18n/fr/scale.json +15 -0
  58. iXBRLViewerPlugin/viewer/src/i18n/fr/tooltips.json +17 -0
  59. iXBRLViewerPlugin/viewer/src/i18n/fr/translation.json +179 -0
  60. iXBRLViewerPlugin/viewer/src/i18n/nl/balancetypes.json +4 -0
  61. iXBRLViewerPlugin/viewer/src/i18n/nl/currencies.json +13 -0
  62. iXBRLViewerPlugin/viewer/src/i18n/nl/datatypes.json +9 -0
  63. iXBRLViewerPlugin/viewer/src/i18n/nl/labelroles.json +24 -0
  64. iXBRLViewerPlugin/viewer/src/i18n/nl/referenceparts.json +10 -0
  65. iXBRLViewerPlugin/viewer/src/i18n/nl/scale.json +15 -0
  66. iXBRLViewerPlugin/viewer/src/i18n/nl/tooltips.json +17 -0
  67. iXBRLViewerPlugin/viewer/src/i18n/nl/translation.json +179 -0
  68. iXBRLViewerPlugin/viewer/src/i18n/uk/balancetypes.json +4 -0
  69. iXBRLViewerPlugin/viewer/src/i18n/uk/currencies.json +13 -0
  70. iXBRLViewerPlugin/viewer/src/i18n/uk/datatypes.json +9 -0
  71. iXBRLViewerPlugin/viewer/src/i18n/uk/labelroles.json +24 -0
  72. iXBRLViewerPlugin/viewer/src/i18n/uk/referenceparts.json +10 -0
  73. iXBRLViewerPlugin/viewer/src/i18n/uk/scale.json +15 -0
  74. iXBRLViewerPlugin/viewer/src/i18n/uk/tooltips.json +17 -0
  75. iXBRLViewerPlugin/viewer/src/i18n/uk/translation.json +179 -0
  76. iXBRLViewerPlugin/viewer/src/icons/calculator.svg +13 -0
  77. iXBRLViewerPlugin/viewer/src/icons/circle-cross.svg +11 -0
  78. iXBRLViewerPlugin/viewer/src/icons/circle-tick.svg +11 -0
  79. iXBRLViewerPlugin/viewer/src/icons/dark-mode.svg +4 -0
  80. iXBRLViewerPlugin/viewer/src/icons/dimension.svg +1 -5
  81. iXBRLViewerPlugin/viewer/src/icons/member.svg +2 -5
  82. iXBRLViewerPlugin/viewer/src/icons/multi-tag.svg +10 -0
  83. iXBRLViewerPlugin/viewer/src/img/arelle-dark.svg +179 -0
  84. iXBRLViewerPlugin/viewer/src/img/inline-viewer-dark.svg +59 -0
  85. iXBRLViewerPlugin/viewer/src/js/accordian.js +5 -4
  86. iXBRLViewerPlugin/viewer/src/js/aspect.js +29 -10
  87. iXBRLViewerPlugin/viewer/src/js/aspect.test.js +40 -31
  88. iXBRLViewerPlugin/viewer/src/js/balance.js +14 -0
  89. iXBRLViewerPlugin/viewer/src/js/calculation.js +213 -0
  90. iXBRLViewerPlugin/viewer/src/js/calculation.test.js +306 -0
  91. iXBRLViewerPlugin/viewer/src/js/calculationInspector.js +187 -0
  92. iXBRLViewerPlugin/viewer/src/js/chart.js +26 -24
  93. iXBRLViewerPlugin/viewer/src/js/chart.test.js +10 -9
  94. iXBRLViewerPlugin/viewer/src/js/concept.js +37 -4
  95. iXBRLViewerPlugin/viewer/src/js/concept.test.js +30 -6
  96. iXBRLViewerPlugin/viewer/src/js/datatype.js +20 -0
  97. iXBRLViewerPlugin/viewer/src/js/datatype.test.js +62 -0
  98. iXBRLViewerPlugin/viewer/src/js/dialog.js +6 -4
  99. iXBRLViewerPlugin/viewer/src/js/docOrderIndex.js +7 -7
  100. iXBRLViewerPlugin/viewer/src/js/fact.js +156 -59
  101. iXBRLViewerPlugin/viewer/src/js/fact.test.js +160 -29
  102. iXBRLViewerPlugin/viewer/src/js/factset.js +64 -15
  103. iXBRLViewerPlugin/viewer/src/js/factset.test.js +102 -31
  104. iXBRLViewerPlugin/viewer/src/js/footnote.js +8 -2
  105. iXBRLViewerPlugin/viewer/src/js/index.js +11 -3
  106. iXBRLViewerPlugin/viewer/src/js/inspector.js +747 -221
  107. iXBRLViewerPlugin/viewer/src/js/inspector.test.js +143 -25
  108. iXBRLViewerPlugin/viewer/src/js/interval.js +70 -0
  109. iXBRLViewerPlugin/viewer/src/js/interval.test.js +153 -0
  110. iXBRLViewerPlugin/viewer/src/js/ixbrlviewer.js +391 -262
  111. iXBRLViewerPlugin/viewer/src/js/ixbrlviewer.test.js +134 -20
  112. iXBRLViewerPlugin/viewer/src/js/ixnode.js +1 -1
  113. iXBRLViewerPlugin/viewer/src/js/menu.js +25 -7
  114. iXBRLViewerPlugin/viewer/src/js/number-matcher.js +7 -3
  115. iXBRLViewerPlugin/viewer/src/js/number-matcher.test.js +4 -0
  116. iXBRLViewerPlugin/viewer/src/js/outline.js +34 -13
  117. iXBRLViewerPlugin/viewer/src/js/outline.test.js +97 -91
  118. iXBRLViewerPlugin/viewer/src/js/period.js +0 -1
  119. iXBRLViewerPlugin/viewer/src/js/report.js +260 -351
  120. iXBRLViewerPlugin/viewer/src/js/report.test.js +95 -27
  121. iXBRLViewerPlugin/viewer/src/js/reportset.js +264 -0
  122. iXBRLViewerPlugin/viewer/src/js/reportset.test.js +357 -0
  123. iXBRLViewerPlugin/viewer/src/js/search.js +72 -38
  124. iXBRLViewerPlugin/viewer/src/js/search.test.js +184 -84
  125. iXBRLViewerPlugin/viewer/src/js/summary.js +34 -8
  126. iXBRLViewerPlugin/viewer/src/js/summary.test.js +69 -25
  127. iXBRLViewerPlugin/viewer/src/js/tableExport.js +9 -9
  128. iXBRLViewerPlugin/viewer/src/js/taxonomynamer.js +34 -0
  129. iXBRLViewerPlugin/viewer/src/js/taxonomynamer.test.js +32 -0
  130. iXBRLViewerPlugin/viewer/src/js/test-utils.js +46 -0
  131. iXBRLViewerPlugin/viewer/src/js/theme.js +50 -0
  132. iXBRLViewerPlugin/viewer/src/js/unit.js +90 -32
  133. iXBRLViewerPlugin/viewer/src/js/unit.test.js +62 -25
  134. iXBRLViewerPlugin/viewer/src/js/util.js +94 -0
  135. iXBRLViewerPlugin/viewer/src/js/util.test.js +33 -1
  136. iXBRLViewerPlugin/viewer/src/js/utr.js +27 -0
  137. iXBRLViewerPlugin/viewer/src/js/viewer.js +205 -181
  138. iXBRLViewerPlugin/viewer/src/js/viewerOptions.js +0 -2
  139. iXBRLViewerPlugin/viewer/src/less/accordian.less +10 -6
  140. iXBRLViewerPlugin/viewer/src/less/block-list.less +16 -5
  141. iXBRLViewerPlugin/viewer/src/less/calculation-inspector.less +83 -0
  142. iXBRLViewerPlugin/viewer/src/less/chart.less +8 -5
  143. iXBRLViewerPlugin/viewer/src/less/colours-dark-mode.less +40 -0
  144. iXBRLViewerPlugin/viewer/src/less/colours.less +32 -20
  145. iXBRLViewerPlugin/viewer/src/less/common.less +3 -3
  146. iXBRLViewerPlugin/viewer/src/less/components.less +6 -4
  147. iXBRLViewerPlugin/viewer/src/less/core.less +2 -0
  148. iXBRLViewerPlugin/viewer/src/less/dialog.less +21 -14
  149. iXBRLViewerPlugin/viewer/src/less/form-controls.less +33 -11
  150. iXBRLViewerPlugin/viewer/src/less/inspector.less +1045 -726
  151. iXBRLViewerPlugin/viewer/src/less/loader.less +2 -2
  152. iXBRLViewerPlugin/viewer/src/less/menu.less +33 -15
  153. iXBRLViewerPlugin/viewer/src/less/summary.less +16 -6
  154. iXBRLViewerPlugin/viewer/src/less/tabs.less +9 -9
  155. iXBRLViewerPlugin/viewer/src/less/text-block-viewer.less +2 -0
  156. iXBRLViewerPlugin/viewer/src/less/text-mixins.less +2 -1
  157. iXBRLViewerPlugin/viewer/src/less/validation-report.less +2 -3
  158. iXBRLViewerPlugin/viewer/src/less/viewer.less +105 -74
  159. iXBRLViewerPlugin/viewer/webpack.common.js +19 -9
  160. iXBRLViewerPlugin/xhtmlserialize.py +59 -45
  161. {ixbrl_viewer-1.4.1.dist-info → ixbrl_viewer-1.4.86.dist-info}/METADATA +181 -50
  162. ixbrl_viewer-1.4.86.dist-info/RECORD +217 -0
  163. {ixbrl_viewer-1.4.1.dist-info → ixbrl_viewer-1.4.86.dist-info}/WHEEL +1 -1
  164. ixbrl_viewer-1.4.1.dist-info/LICENSE → ixbrl_viewer-1.4.86.dist-info/licenses/LICENSE.md +8 -14
  165. {ixbrl_viewer-1.4.1.dist-info → ixbrl_viewer-1.4.86.dist-info}/top_level.txt +0 -1
  166. iXBRLViewerPlugin/viewer/src/js/calculations.js +0 -111
  167. iXBRLViewerPlugin/viewer/src/js/interact.min.js +0 -6
  168. ixbrl_viewer-1.4.1.dist-info/RECORD +0 -155
  169. tests/__init__.py +0 -0
  170. tests/puppeteer/framework/core_elements.js +0 -117
  171. tests/puppeteer/framework/page_objects/doc_frame.js +0 -105
  172. tests/puppeteer/framework/page_objects/fact_details_panel.js +0 -80
  173. tests/puppeteer/framework/page_objects/search_panel.js +0 -76
  174. tests/puppeteer/framework/page_objects/toolbar.js +0 -18
  175. tests/puppeteer/framework/utils.js +0 -3
  176. tests/puppeteer/framework/viewer_page.js +0 -103
  177. tests/puppeteer/puppeteer_test_run_via_intellij.jpg +0 -0
  178. tests/puppeteer/test_filings/filing_documents_smoke_test.zip +0 -0
  179. tests/puppeteer/test_filings/highlights.zip +0 -0
  180. tests/puppeteer/tests/fact_properties.test.js +0 -78
  181. tests/puppeteer/tests/highlight.test.js +0 -186
  182. tests/puppeteer/tests/search.test.js +0 -86
  183. tests/puppeteer/tools/generate.sh +0 -15
  184. tests/unit_tests/__init__.py +0 -0
  185. tests/unit_tests/iXBRLViewerPlugin/__init__.py +0 -0
  186. tests/unit_tests/iXBRLViewerPlugin/mock_arelle.py +0 -39
  187. tests/unit_tests/iXBRLViewerPlugin/test_iXBRLViewer.py +0 -641
  188. tests/unit_tests/iXBRLViewerPlugin/test_xhtmlserialize.py +0 -310
  189. {ixbrl_viewer-1.4.1.dist-info → ixbrl_viewer-1.4.86.dist-info}/entry_points.txt +0 -0
  190. {ixbrl_viewer-1.4.1.dist-info → ixbrl_viewer-1.4.86.dist-info/licenses}/NOTICE +0 -0
@@ -0,0 +1,1244 @@
1
+ {
2
+ "_source": {
3
+ "sha256": "0236426fa29a1c1bca4b6088f65dc75d01df7c3fa716e5c5ae3f0702d0ba9002",
4
+ "timestamp": "2025-11-12T20:05:25+00:00",
5
+ "url": "https://www.xbrl.org/utr/utr.xml"
6
+ },
7
+ "http://www.xbrl.org/2003/instance": {
8
+ "pure": {
9
+ "n": "pure"
10
+ },
11
+ "shares": {
12
+ "n": "Share"
13
+ }
14
+ },
15
+ "http://www.xbrl.org/2003/iso4217": {
16
+ "AED": {
17
+ "n": "U.A.E. dirham",
18
+ "s": "\u062f.\u0625"
19
+ },
20
+ "AFN": {
21
+ "n": "Afghan afghani",
22
+ "s": "\u060b"
23
+ },
24
+ "ALL": {
25
+ "n": "Albanian lek",
26
+ "s": "L"
27
+ },
28
+ "AMD": {
29
+ "n": "Armenian dram",
30
+ "s": "\u058f"
31
+ },
32
+ "ANG": {
33
+ "n": "Netherlands Antillean guilder",
34
+ "s": "NA\u0192"
35
+ },
36
+ "AOA": {
37
+ "n": "Angolan kwanza",
38
+ "s": "Kz"
39
+ },
40
+ "ARS": {
41
+ "n": "Argentine peso",
42
+ "s": "$"
43
+ },
44
+ "AUD": {
45
+ "n": "Australian dollar",
46
+ "s": "$"
47
+ },
48
+ "AWG": {
49
+ "n": "Aruban florin",
50
+ "s": "\u0192"
51
+ },
52
+ "AZN": {
53
+ "n": "Azerbaijani manat",
54
+ "s": "\u20bc"
55
+ },
56
+ "BAM": {
57
+ "n": "Bosnia and Herzegovina convertible mark",
58
+ "s": "KM"
59
+ },
60
+ "BBD": {
61
+ "n": "Barbados dollar",
62
+ "s": "$"
63
+ },
64
+ "BDT": {
65
+ "n": "Bangladeshi taka",
66
+ "s": "\u09f3"
67
+ },
68
+ "BGN": {
69
+ "n": "Bulgarian lev",
70
+ "s": "\u043b\u0432"
71
+ },
72
+ "BHD": {
73
+ "n": "Bahraini dinar",
74
+ "s": ".\u062f.\u0628"
75
+ },
76
+ "BIF": {
77
+ "n": "Burundian franc",
78
+ "s": "FBu"
79
+ },
80
+ "BMD": {
81
+ "n": "Bermuda Dollar",
82
+ "s": "$"
83
+ },
84
+ "BND": {
85
+ "n": "Brunei dollar",
86
+ "s": "$"
87
+ },
88
+ "BOB": {
89
+ "n": "Boliviano",
90
+ "s": "Bs."
91
+ },
92
+ "BOV": {
93
+ "n": "Bolivian Mvdol"
94
+ },
95
+ "BRL": {
96
+ "n": "Brazilian real",
97
+ "s": "R$"
98
+ },
99
+ "BSD": {
100
+ "n": "Bahamian dollar",
101
+ "s": "$"
102
+ },
103
+ "BTN": {
104
+ "n": "Bhutanese ngultrum",
105
+ "s": "Ch."
106
+ },
107
+ "BWP": {
108
+ "n": "Botswana pula",
109
+ "s": "P"
110
+ },
111
+ "BYN": {
112
+ "n": "Belarusian ruble",
113
+ "s": "Br"
114
+ },
115
+ "BYR": {
116
+ "n": "Belarusian ruble",
117
+ "s": "Br"
118
+ },
119
+ "BZD": {
120
+ "n": "Belize dollar",
121
+ "s": "$"
122
+ },
123
+ "CAD": {
124
+ "n": "Canadian dollar",
125
+ "s": "$"
126
+ },
127
+ "CDF": {
128
+ "n": "Congolese franc",
129
+ "s": "CF"
130
+ },
131
+ "CHE": {
132
+ "n": "WIR Bank"
133
+ },
134
+ "CHF": {
135
+ "n": "Swiss franc",
136
+ "s": "SFr"
137
+ },
138
+ "CHW": {
139
+ "n": "WIR Bank"
140
+ },
141
+ "CLF": {
142
+ "n": "Unidad de Fomento"
143
+ },
144
+ "CLP": {
145
+ "n": "Chilean peso",
146
+ "s": "$"
147
+ },
148
+ "CNY": {
149
+ "n": "Chinese yuan",
150
+ "s": "\u00a5"
151
+ },
152
+ "COP": {
153
+ "n": "Colombian peso",
154
+ "s": "$"
155
+ },
156
+ "COU": {
157
+ "n": "Unidad de Valor Real"
158
+ },
159
+ "CRC": {
160
+ "n": "Costa Rican colon",
161
+ "s": "\u20a1"
162
+ },
163
+ "CUC": {
164
+ "n": "Cuban convertible peso",
165
+ "s": "CUC$"
166
+ },
167
+ "CUP": {
168
+ "n": "Cuban peso",
169
+ "s": "$MN"
170
+ },
171
+ "CVE": {
172
+ "n": "Cape Verde escudo",
173
+ "s": "Esc"
174
+ },
175
+ "CZK": {
176
+ "n": "Czech koruna",
177
+ "s": "K\u010d"
178
+ },
179
+ "DJF": {
180
+ "n": "Djiboutian franc",
181
+ "s": "Fdj"
182
+ },
183
+ "DKK": {
184
+ "n": "Danish krone",
185
+ "s": "kr"
186
+ },
187
+ "DOP": {
188
+ "n": "Dominican peso",
189
+ "s": "$"
190
+ },
191
+ "DZD": {
192
+ "n": "Algerian dinar",
193
+ "s": "\u062f\u062c"
194
+ },
195
+ "EEK": {
196
+ "n": "Estonian kroon"
197
+ },
198
+ "EGP": {
199
+ "n": "Egyptian pound",
200
+ "s": "\u062c.\u0645."
201
+ },
202
+ "ERN": {
203
+ "n": "Eritrean nakfa",
204
+ "s": "Nfk"
205
+ },
206
+ "ETB": {
207
+ "n": "Ethiopian birr",
208
+ "s": "Br"
209
+ },
210
+ "EUR": {
211
+ "n": "Euro",
212
+ "s": "\u20ac"
213
+ },
214
+ "FJD": {
215
+ "n": "Fiji dollar",
216
+ "s": "$"
217
+ },
218
+ "FKP": {
219
+ "n": "Falkland Islands pound",
220
+ "s": "\u00a3"
221
+ },
222
+ "GBP": {
223
+ "n": "Pound sterling",
224
+ "s": "\u00a3"
225
+ },
226
+ "GEL": {
227
+ "n": "Georgian lari",
228
+ "s": "\u10da"
229
+ },
230
+ "GHS": {
231
+ "n": "Ghanaian cedi",
232
+ "s": "GH\u20b5"
233
+ },
234
+ "GIP": {
235
+ "n": "Gibraltar pound",
236
+ "s": "\u00a3"
237
+ },
238
+ "GMD": {
239
+ "n": "Gambian dalasi",
240
+ "s": "D"
241
+ },
242
+ "GNF": {
243
+ "n": "Guinean franc",
244
+ "s": "FG"
245
+ },
246
+ "GTQ": {
247
+ "n": "Guatemalan quetzal",
248
+ "s": "Q"
249
+ },
250
+ "GYD": {
251
+ "n": "Guyanese dollar",
252
+ "s": "$"
253
+ },
254
+ "HKD": {
255
+ "n": "Hong Kong dollar",
256
+ "s": "$"
257
+ },
258
+ "HNL": {
259
+ "n": "Honduran lempira",
260
+ "s": "L"
261
+ },
262
+ "HRK": {
263
+ "n": "Croatian kuna",
264
+ "s": "kn"
265
+ },
266
+ "HTG": {
267
+ "n": "Haitian gourde",
268
+ "s": "G"
269
+ },
270
+ "HUF": {
271
+ "n": "Hungarian forint",
272
+ "s": "Ft"
273
+ },
274
+ "IDR": {
275
+ "n": "Indonesian rupiah",
276
+ "s": "Rp"
277
+ },
278
+ "ILS": {
279
+ "n": "Israeli new sheqel",
280
+ "s": "\u20aa"
281
+ },
282
+ "INR": {
283
+ "n": "Indian rupee",
284
+ "s": "\u20a8"
285
+ },
286
+ "IQD": {
287
+ "n": "Iraqi dinar",
288
+ "s": "\u062f.\u0639"
289
+ },
290
+ "IRR": {
291
+ "n": "Iranian rial",
292
+ "s": "\ufdfc"
293
+ },
294
+ "ISK": {
295
+ "n": "Icelandic kr\u00f3na",
296
+ "s": "kr"
297
+ },
298
+ "JMD": {
299
+ "n": "Jamaican dollar",
300
+ "s": "$"
301
+ },
302
+ "JOD": {
303
+ "n": "Jordanian dinar",
304
+ "s": "JD"
305
+ },
306
+ "JPY": {
307
+ "n": "Japanese yen",
308
+ "s": "\u00a5"
309
+ },
310
+ "KES": {
311
+ "n": "Kenyan shilling",
312
+ "s": "Ksh"
313
+ },
314
+ "KGS": {
315
+ "n": "Kyrgyzstani som",
316
+ "s": "\u0441\u043e\u043c"
317
+ },
318
+ "KHR": {
319
+ "n": "Cambodian riel",
320
+ "s": "\u17db"
321
+ },
322
+ "KMF": {
323
+ "n": "Comoro franc",
324
+ "s": "\u20a3"
325
+ },
326
+ "KPW": {
327
+ "n": "North Korean won",
328
+ "s": "\u20a9"
329
+ },
330
+ "KRW": {
331
+ "n": "South Korean won",
332
+ "s": "\u20a9"
333
+ },
334
+ "KWD": {
335
+ "n": "Kuwaiti dinar",
336
+ "s": "\u062f.\u0643"
337
+ },
338
+ "KYD": {
339
+ "n": "Cayman Islands dollar",
340
+ "s": "$"
341
+ },
342
+ "KZT": {
343
+ "n": "Kazakhstani tenge",
344
+ "s": "\u20b8"
345
+ },
346
+ "LAK": {
347
+ "n": "Lao kip",
348
+ "s": "\u20ad"
349
+ },
350
+ "LBP": {
351
+ "n": "Lebanese pound",
352
+ "s": "LL"
353
+ },
354
+ "LKR": {
355
+ "n": "Sri Lanka rupee",
356
+ "s": "\u0dbb\u0dd4"
357
+ },
358
+ "LRD": {
359
+ "n": "Liberian dollar",
360
+ "s": "$"
361
+ },
362
+ "LSL": {
363
+ "n": "Lesotho loti",
364
+ "s": "M"
365
+ },
366
+ "LTL": {
367
+ "n": "Lithuanian litas",
368
+ "s": "Lt"
369
+ },
370
+ "LVL": {
371
+ "n": "Latvian lats",
372
+ "s": "Ls"
373
+ },
374
+ "LYD": {
375
+ "n": "Libyan dinar",
376
+ "s": "\u0644.\u062f"
377
+ },
378
+ "MAD": {
379
+ "n": "Moroccan dirham",
380
+ "s": "\u062f.\u0645."
381
+ },
382
+ "MDL": {
383
+ "n": "Moldovan leu"
384
+ },
385
+ "MGA": {
386
+ "n": "Malagasy ariary",
387
+ "s": "Ar"
388
+ },
389
+ "MKD": {
390
+ "n": "Macedonian denar",
391
+ "s": "\u0434\u0435\u043d"
392
+ },
393
+ "MMK": {
394
+ "n": "Myanma kyat",
395
+ "s": "K"
396
+ },
397
+ "MNT": {
398
+ "n": "Mongolian tugrik",
399
+ "s": "\u20ae"
400
+ },
401
+ "MOP": {
402
+ "n": "Macanese pataca",
403
+ "s": "MOP$"
404
+ },
405
+ "MRO": {
406
+ "n": "Mauritanian ouguiya",
407
+ "s": "UM"
408
+ },
409
+ "MRU": {
410
+ "n": "Mauritanian ouguiya",
411
+ "s": "UM"
412
+ },
413
+ "MUR": {
414
+ "n": "Mauritian rupee",
415
+ "s": "\u20a8"
416
+ },
417
+ "MVR": {
418
+ "n": "Maldivian rufiyaa",
419
+ "s": "Rf."
420
+ },
421
+ "MWK": {
422
+ "n": "Malawian kwacha",
423
+ "s": "MK"
424
+ },
425
+ "MXN": {
426
+ "n": "Mexican peso",
427
+ "s": "$"
428
+ },
429
+ "MXV": {
430
+ "n": "Mexican UDI"
431
+ },
432
+ "MYR": {
433
+ "n": "Malaysian ringgit",
434
+ "s": "RM"
435
+ },
436
+ "MZN": {
437
+ "n": "Mozambican metical",
438
+ "s": "MT"
439
+ },
440
+ "NAD": {
441
+ "n": "Namibian dollar",
442
+ "s": "$"
443
+ },
444
+ "NGN": {
445
+ "n": "Nigerian naira",
446
+ "s": "\u20a6"
447
+ },
448
+ "NIO": {
449
+ "n": "Cordoba oro",
450
+ "s": "C$"
451
+ },
452
+ "NOK": {
453
+ "n": "Norwegian krone",
454
+ "s": "kr"
455
+ },
456
+ "NPR": {
457
+ "n": "Nepalese rupee",
458
+ "s": "\u20a8"
459
+ },
460
+ "NZD": {
461
+ "n": "New Zealand dollar",
462
+ "s": "$"
463
+ },
464
+ "OMR": {
465
+ "n": "Omani rial",
466
+ "s": "\u0631.\u0639."
467
+ },
468
+ "PAB": {
469
+ "n": "Panamanian balboa",
470
+ "s": "B/."
471
+ },
472
+ "PEN": {
473
+ "n": "Peruvian nuevo sol",
474
+ "s": "S/"
475
+ },
476
+ "PGK": {
477
+ "n": "Papua New Guinean kina",
478
+ "s": "K"
479
+ },
480
+ "PHP": {
481
+ "n": "Philippine peso",
482
+ "s": "\u20b1"
483
+ },
484
+ "PKR": {
485
+ "n": "Pakistani rupee",
486
+ "s": "\u20a8"
487
+ },
488
+ "PLN": {
489
+ "n": "Polish z\u0142oty",
490
+ "s": "z\u0142"
491
+ },
492
+ "PYG": {
493
+ "n": "Paraguayan guaran\u00ed",
494
+ "s": "\u20b2"
495
+ },
496
+ "QAR": {
497
+ "n": "Qatari rial",
498
+ "s": "\u0631.\u0642"
499
+ },
500
+ "RON": {
501
+ "n": "Romanian new leu"
502
+ },
503
+ "RSD": {
504
+ "n": "Serbian dinar",
505
+ "s": "\u0434\u0438\u043d"
506
+ },
507
+ "RUB": {
508
+ "n": "Rouble",
509
+ "s": "\u20bd"
510
+ },
511
+ "RWF": {
512
+ "n": "Rwandan franc",
513
+ "s": "FRw"
514
+ },
515
+ "SAR": {
516
+ "n": "Riyal",
517
+ "s": "\u0631.\u0633"
518
+ },
519
+ "SBD": {
520
+ "n": "Solomon Islands dollar",
521
+ "s": "$"
522
+ },
523
+ "SCR": {
524
+ "n": "Seychelles rupee",
525
+ "s": "SRe"
526
+ },
527
+ "SDG": {
528
+ "n": "Sudanese pound"
529
+ },
530
+ "SEK": {
531
+ "n": "Swedish krona",
532
+ "s": "kr"
533
+ },
534
+ "SGD": {
535
+ "n": "Singapore dollar",
536
+ "s": "$"
537
+ },
538
+ "SHP": {
539
+ "n": "Saint Helena pound",
540
+ "s": "\u00a3"
541
+ },
542
+ "SLE": {
543
+ "n": "Leone",
544
+ "s": "Le"
545
+ },
546
+ "SLL": {
547
+ "n": "Leone",
548
+ "s": "Le"
549
+ },
550
+ "SOS": {
551
+ "n": "Somali shilling",
552
+ "s": "Sh.So"
553
+ },
554
+ "SRD": {
555
+ "n": "Surinamese dollar",
556
+ "s": "$"
557
+ },
558
+ "SSP": {
559
+ "n": "South Sudanese pound"
560
+ },
561
+ "STD": {
562
+ "n": "S\u00e3o Tom\u00e9 and Pr\u00edncipe dobra",
563
+ "s": "Db"
564
+ },
565
+ "STN": {
566
+ "n": "Dobra",
567
+ "s": "Db"
568
+ },
569
+ "SVC": {
570
+ "n": "Salvadoran col\u00f3n",
571
+ "s": "\u20a1"
572
+ },
573
+ "SYP": {
574
+ "n": "Syrian pound",
575
+ "s": "LS"
576
+ },
577
+ "SZL": {
578
+ "n": "Lilangeni",
579
+ "s": "E"
580
+ },
581
+ "THB": {
582
+ "n": "Baht",
583
+ "s": "\u0e3f"
584
+ },
585
+ "TJS": {
586
+ "n": "Tajikistani somoni"
587
+ },
588
+ "TMT": {
589
+ "n": "Turkmenistani manat"
590
+ },
591
+ "TND": {
592
+ "n": "Tunisian dinar",
593
+ "s": "\u062f.\u062a"
594
+ },
595
+ "TOP": {
596
+ "n": "Pa'anga",
597
+ "s": "T$"
598
+ },
599
+ "TRY": {
600
+ "n": "Turkish lira",
601
+ "s": "\u20ba"
602
+ },
603
+ "TTD": {
604
+ "n": "Trinidad and Tobago dollar",
605
+ "s": "$"
606
+ },
607
+ "TWD": {
608
+ "n": "New Taiwan dollar",
609
+ "s": "$"
610
+ },
611
+ "TZS": {
612
+ "n": "Tanzanian shilling",
613
+ "s": "Tsh"
614
+ },
615
+ "UAH": {
616
+ "n": "Hryvnia",
617
+ "s": "\u20b4"
618
+ },
619
+ "UGX": {
620
+ "n": "Ugandan shilling",
621
+ "s": "USh"
622
+ },
623
+ "USD": {
624
+ "n": "US Dollar",
625
+ "s": "$"
626
+ },
627
+ "USN": {
628
+ "n": "Next Day US Dollar",
629
+ "s": "$"
630
+ },
631
+ "USS": {
632
+ "n": "Same Day US Dollar",
633
+ "s": "$"
634
+ },
635
+ "UYI": {
636
+ "n": "Uruguay Peso en Unidades Indexadas"
637
+ },
638
+ "UYU": {
639
+ "n": "Uruguayan peso",
640
+ "s": "$"
641
+ },
642
+ "UYW": {
643
+ "n": "Unidad Previsional",
644
+ "s": "UP"
645
+ },
646
+ "UZS": {
647
+ "n": "Som"
648
+ },
649
+ "VEB": {
650
+ "n": "Venezualan Bolivar",
651
+ "s": "Bs."
652
+ },
653
+ "VED": {
654
+ "n": "Bol\u00edvar Soberano",
655
+ "s": "Bs.D"
656
+ },
657
+ "VEF": {
658
+ "n": "Venezuelan Bolivar Fuerte",
659
+ "s": "Bs.F"
660
+ },
661
+ "VES": {
662
+ "n": "Bol\u00edvar Soberano",
663
+ "s": "Bs.S"
664
+ },
665
+ "VND": {
666
+ "n": "\u0111\u1ed3ng",
667
+ "s": "\u20ab"
668
+ },
669
+ "VUV": {
670
+ "n": "Vanuatu vatu",
671
+ "s": "VT"
672
+ },
673
+ "WST": {
674
+ "n": "Samoan tala",
675
+ "s": "WS$"
676
+ },
677
+ "XAF": {
678
+ "n": "CFA Franc BEAC"
679
+ },
680
+ "XAG": {
681
+ "n": "Silver"
682
+ },
683
+ "XAU": {
684
+ "n": "Gold"
685
+ },
686
+ "XBA": {
687
+ "n": "EURCO"
688
+ },
689
+ "XBB": {
690
+ "n": "E.M.U.-6"
691
+ },
692
+ "XBC": {
693
+ "n": "E.U.A.-9"
694
+ },
695
+ "XBD": {
696
+ "n": "E.U.A.-17"
697
+ },
698
+ "XCD": {
699
+ "n": "East Caribbean dollar",
700
+ "s": "$"
701
+ },
702
+ "XDR": {
703
+ "n": "Special Drawing Rights"
704
+ },
705
+ "XFU": {
706
+ "n": "UIC Franc"
707
+ },
708
+ "XOF": {
709
+ "n": "CFA Franc BCEAO"
710
+ },
711
+ "XPD": {
712
+ "n": "Palladium"
713
+ },
714
+ "XPF": {
715
+ "n": "CFP Franc"
716
+ },
717
+ "XPT": {
718
+ "n": "Platinum"
719
+ },
720
+ "XSU": {
721
+ "n": "SUCRE",
722
+ "s": "Sucre"
723
+ },
724
+ "XUA": {
725
+ "n": "ADB Unit of Account"
726
+ },
727
+ "YER": {
728
+ "n": "Yemeni rial"
729
+ },
730
+ "ZAR": {
731
+ "n": "South African rand",
732
+ "s": "R"
733
+ },
734
+ "ZMK": {
735
+ "n": "Zambian kwacha",
736
+ "s": "ZK"
737
+ },
738
+ "ZMW": {
739
+ "n": "Zambian kwacha",
740
+ "s": "ZK"
741
+ },
742
+ "ZWG": {
743
+ "n": "Zimbabwe Gold",
744
+ "s": "ZiG"
745
+ },
746
+ "ZWL": {
747
+ "n": "Zimbabwe dollar",
748
+ "s": "$"
749
+ }
750
+ },
751
+ "http://www.xbrl.org/2009/utr": {
752
+ "A": {
753
+ "n": "Ampere",
754
+ "s": "A"
755
+ },
756
+ "Ah": {
757
+ "n": "Ampere Hours",
758
+ "s": "Ah"
759
+ },
760
+ "B": {
761
+ "n": "Byte",
762
+ "s": "B"
763
+ },
764
+ "Bar": {
765
+ "n": "Bar",
766
+ "s": "bar"
767
+ },
768
+ "Bcf": {
769
+ "n": "Billions of cubic feet",
770
+ "s": "Bcf"
771
+ },
772
+ "Bcfe": {
773
+ "n": "Billion Cubic Foot Equivalent",
774
+ "s": "Bcfe"
775
+ },
776
+ "Boe": {
777
+ "n": "Barrel of Oil Equivalent",
778
+ "s": "Boe"
779
+ },
780
+ "Btu": {
781
+ "n": "British Thermal Unit",
782
+ "s": "BTU"
783
+ },
784
+ "C": {
785
+ "n": "Coulomb",
786
+ "s": "C"
787
+ },
788
+ "Cal": {
789
+ "n": "Calorie",
790
+ "s": "Cal"
791
+ },
792
+ "Celsius": {
793
+ "n": "Celsius",
794
+ "s": "\u00b0C"
795
+ },
796
+ "D": {
797
+ "n": "Day",
798
+ "s": "d"
799
+ },
800
+ "Degree": {
801
+ "n": "Degree",
802
+ "s": "\u00b0"
803
+ },
804
+ "F": {
805
+ "n": "Fahrenheit",
806
+ "s": "\u00b0F"
807
+ },
808
+ "GB": {
809
+ "n": "Gigabyte",
810
+ "s": "GB"
811
+ },
812
+ "GJ": {
813
+ "n": "Gigajoule",
814
+ "s": "GJ"
815
+ },
816
+ "GT": {
817
+ "n": "Billion Tons",
818
+ "s": "GT"
819
+ },
820
+ "GV": {
821
+ "n": "Gigavolt",
822
+ "s": "GV"
823
+ },
824
+ "GW": {
825
+ "n": "Gigawatt",
826
+ "s": "GW"
827
+ },
828
+ "GWM": {
829
+ "n": "Gigawatt-Month",
830
+ "s": "GW-M"
831
+ },
832
+ "GWh": {
833
+ "n": "Gigawatt-Hour",
834
+ "s": "GWh"
835
+ },
836
+ "Gt": {
837
+ "n": "Gigatonne",
838
+ "s": "Gt"
839
+ },
840
+ "GtCO2e": {
841
+ "n": "Thousand million metric tonnes of CO2 equivalent",
842
+ "s": "GtCO2e"
843
+ },
844
+ "H": {
845
+ "n": "Hour",
846
+ "s": "h"
847
+ },
848
+ "Hz": {
849
+ "n": "Hertz",
850
+ "s": "Hz"
851
+ },
852
+ "J": {
853
+ "n": "Joule",
854
+ "s": "J"
855
+ },
856
+ "K": {
857
+ "n": "Kelvin",
858
+ "s": "K"
859
+ },
860
+ "M": {
861
+ "n": "Month",
862
+ "s": "mo"
863
+ },
864
+ "MB": {
865
+ "n": "Megabyte",
866
+ "s": "MB"
867
+ },
868
+ "MBbls": {
869
+ "n": "Thousand Barrels",
870
+ "s": "MBbls"
871
+ },
872
+ "MBoe": {
873
+ "n": "Thousand Barrels of Oil Equivalent",
874
+ "s": "MBoe"
875
+ },
876
+ "MJ": {
877
+ "n": "Megajoule",
878
+ "s": "MJ"
879
+ },
880
+ "MM": {
881
+ "n": "Minute",
882
+ "s": "m"
883
+ },
884
+ "MMBTU": {
885
+ "n": "Millions of BTU",
886
+ "s": "MMBTU"
887
+ },
888
+ "MMBbls": {
889
+ "n": "Million Barrels",
890
+ "s": "MMBbls"
891
+ },
892
+ "MMBoe": {
893
+ "n": "Millions of Barrels of Oil Equivalent",
894
+ "s": "MMBoe"
895
+ },
896
+ "MMcf": {
897
+ "n": "Millions Cubic Feet",
898
+ "s": "MMcf"
899
+ },
900
+ "MMcfe": {
901
+ "n": "Million Cubic Foot Equivalent",
902
+ "s": "MMcfe"
903
+ },
904
+ "MT": {
905
+ "n": "Million Tons",
906
+ "s": "MT"
907
+ },
908
+ "MV": {
909
+ "n": "Megavolt",
910
+ "s": "MV"
911
+ },
912
+ "MVA": {
913
+ "n": "MegaVolt-ampere",
914
+ "s": "MVA"
915
+ },
916
+ "MW": {
917
+ "n": "Megawatt",
918
+ "s": "MW"
919
+ },
920
+ "MWM": {
921
+ "n": "Megawatt-Month",
922
+ "s": "MW-M"
923
+ },
924
+ "MWd": {
925
+ "n": "Megawatt-Day",
926
+ "s": "MWd"
927
+ },
928
+ "MWh": {
929
+ "n": "Megawatt-Hour",
930
+ "s": "MWh"
931
+ },
932
+ "Mcf": {
933
+ "n": "Thousands Cubic Feet",
934
+ "s": "Mcf"
935
+ },
936
+ "Mcfe": {
937
+ "n": "Thousand Cubic Foot Equivalent",
938
+ "s": "Mcfe"
939
+ },
940
+ "Mhl": {
941
+ "n": "Millions of hectolitres",
942
+ "s": "Mhl"
943
+ },
944
+ "Ml": {
945
+ "n": "Megalitre",
946
+ "s": "Ml"
947
+ },
948
+ "Mm3": {
949
+ "n": "Thousand cubic metres",
950
+ "s": "Mm\u00b3"
951
+ },
952
+ "Mt": {
953
+ "n": "Megatonne",
954
+ "s": "Mt"
955
+ },
956
+ "MtCO2e": {
957
+ "n": "Million metric tonnes of CO2 equivalent",
958
+ "s": "MtCO2e"
959
+ },
960
+ "Mvar": {
961
+ "n": "Million Volt-ampere reactive",
962
+ "s": "Mvar"
963
+ },
964
+ "N": {
965
+ "n": "Newton",
966
+ "s": "N"
967
+ },
968
+ "PB": {
969
+ "n": "Petabyte",
970
+ "s": "PB"
971
+ },
972
+ "Pa": {
973
+ "n": "Pascal",
974
+ "s": "Pa"
975
+ },
976
+ "Q": {
977
+ "n": "Quarter",
978
+ "s": "qtr"
979
+ },
980
+ "Rate": {
981
+ "n": "Rate"
982
+ },
983
+ "S": {
984
+ "n": "Second",
985
+ "s": "s"
986
+ },
987
+ "T": {
988
+ "n": "Ton",
989
+ "s": "T"
990
+ },
991
+ "TB": {
992
+ "n": "Terabyte",
993
+ "s": "TB"
994
+ },
995
+ "TEU": {
996
+ "n": "Twenty-foot equivalent unit",
997
+ "s": "TEU"
998
+ },
999
+ "TJ": {
1000
+ "n": "Terajoule",
1001
+ "s": "TJ"
1002
+ },
1003
+ "TW": {
1004
+ "n": "Terawatt",
1005
+ "s": "TW"
1006
+ },
1007
+ "TWh": {
1008
+ "n": "Terawatt-Hour",
1009
+ "s": "TWh"
1010
+ },
1011
+ "Tcf": {
1012
+ "n": "Trillions of cubic feet",
1013
+ "s": "Tcf"
1014
+ },
1015
+ "Tcfe": {
1016
+ "n": "Trillion Cubic Foot Equivalent",
1017
+ "s": "Tcfe"
1018
+ },
1019
+ "V": {
1020
+ "n": "Volt",
1021
+ "s": "V"
1022
+ },
1023
+ "VA": {
1024
+ "n": "Volt-ampere",
1025
+ "s": "VA"
1026
+ },
1027
+ "VAh": {
1028
+ "n": "Volt-ampere-hours",
1029
+ "s": "VAh"
1030
+ },
1031
+ "W": {
1032
+ "n": "Watt",
1033
+ "s": "W"
1034
+ },
1035
+ "WK": {
1036
+ "n": "Week",
1037
+ "s": "wk"
1038
+ },
1039
+ "Wh": {
1040
+ "n": "Watt-Hours",
1041
+ "s": "Wh"
1042
+ },
1043
+ "Y": {
1044
+ "n": "Year",
1045
+ "s": "yr"
1046
+ },
1047
+ "acre": {
1048
+ "n": "Acre",
1049
+ "s": "a"
1050
+ },
1051
+ "aft": {
1052
+ "n": "Acre-Foot",
1053
+ "s": "acre ft"
1054
+ },
1055
+ "atm": {
1056
+ "n": "Standard Atmosphere",
1057
+ "s": "atm"
1058
+ },
1059
+ "bbl": {
1060
+ "n": "Barrel",
1061
+ "s": "bbl"
1062
+ },
1063
+ "bu": {
1064
+ "n": "Bushel",
1065
+ "s": "bu"
1066
+ },
1067
+ "cm": {
1068
+ "n": "Centimetre",
1069
+ "s": "cm"
1070
+ },
1071
+ "dm": {
1072
+ "n": "Decimetre",
1073
+ "s": "dm"
1074
+ },
1075
+ "dth": {
1076
+ "n": "Dekatherm",
1077
+ "s": "dth"
1078
+ },
1079
+ "ft": {
1080
+ "n": "Foot",
1081
+ "s": "ft"
1082
+ },
1083
+ "ft3": {
1084
+ "n": "Cubic Foot",
1085
+ "s": "ft\u00b3"
1086
+ },
1087
+ "ft_lb": {
1088
+ "n": "Foot-Pound",
1089
+ "s": "ft-lb"
1090
+ },
1091
+ "g": {
1092
+ "n": "Gram",
1093
+ "s": "g"
1094
+ },
1095
+ "gCO2e": {
1096
+ "n": "Grams of CO2 equivalent",
1097
+ "s": "gCO2e"
1098
+ },
1099
+ "gal": {
1100
+ "n": "Gallon",
1101
+ "s": "gal"
1102
+ },
1103
+ "ha": {
1104
+ "n": "Hectare",
1105
+ "s": "ha"
1106
+ },
1107
+ "hl": {
1108
+ "n": "Hectolitre",
1109
+ "s": "hl"
1110
+ },
1111
+ "hp": {
1112
+ "n": "Horsepower",
1113
+ "s": "hp"
1114
+ },
1115
+ "in": {
1116
+ "n": "Inch",
1117
+ "s": "in"
1118
+ },
1119
+ "kB": {
1120
+ "n": "Kilobyte",
1121
+ "s": "kB"
1122
+ },
1123
+ "kJ": {
1124
+ "n": "Kilojoule",
1125
+ "s": "kJ"
1126
+ },
1127
+ "kT": {
1128
+ "n": "Thousand Tons",
1129
+ "s": "kT"
1130
+ },
1131
+ "kV": {
1132
+ "n": "Kilovolt",
1133
+ "s": "kV"
1134
+ },
1135
+ "kW": {
1136
+ "n": "Kilowatt",
1137
+ "s": "kW"
1138
+ },
1139
+ "kWh": {
1140
+ "n": "Kilowatt-Hours",
1141
+ "s": "kWh"
1142
+ },
1143
+ "kg": {
1144
+ "n": "Kilogram",
1145
+ "s": "kg"
1146
+ },
1147
+ "km": {
1148
+ "n": "Kilometre",
1149
+ "s": "km"
1150
+ },
1151
+ "kt": {
1152
+ "n": "Kilotonne",
1153
+ "s": "kt"
1154
+ },
1155
+ "ktCO2e": {
1156
+ "n": "Thousand metric tonnes of CO2 equivalent",
1157
+ "s": "ktCO2e"
1158
+ },
1159
+ "l": {
1160
+ "n": "Litre",
1161
+ "s": "l"
1162
+ },
1163
+ "lb": {
1164
+ "n": "Pound",
1165
+ "s": "lb"
1166
+ },
1167
+ "m": {
1168
+ "n": "Metre",
1169
+ "s": "m"
1170
+ },
1171
+ "m3": {
1172
+ "n": "Cubic Metre",
1173
+ "s": "m\u00b3"
1174
+ },
1175
+ "mJ": {
1176
+ "n": "mJ",
1177
+ "s": "mJ"
1178
+ },
1179
+ "mi": {
1180
+ "n": "Mile",
1181
+ "s": "mi"
1182
+ },
1183
+ "mm": {
1184
+ "n": "Millimetre",
1185
+ "s": "mm"
1186
+ },
1187
+ "nmi": {
1188
+ "n": "Nautical Mile",
1189
+ "s": "nmi"
1190
+ },
1191
+ "oz": {
1192
+ "n": "Ounce",
1193
+ "s": "oz"
1194
+ },
1195
+ "ozt": {
1196
+ "n": "Troy Ounce",
1197
+ "s": "ozt"
1198
+ },
1199
+ "psi": {
1200
+ "n": "Pounds Per Square Inch",
1201
+ "s": "psi"
1202
+ },
1203
+ "rad": {
1204
+ "n": "Radian",
1205
+ "s": "rad"
1206
+ },
1207
+ "sqft": {
1208
+ "n": "Square Foot",
1209
+ "s": "ft\u00b2"
1210
+ },
1211
+ "sqkm": {
1212
+ "n": "Square km",
1213
+ "s": "km\u00b2"
1214
+ },
1215
+ "sqm": {
1216
+ "n": "Square metre",
1217
+ "s": "m\u00b2"
1218
+ },
1219
+ "sqmi": {
1220
+ "n": "Square Mile",
1221
+ "s": "mi\u00b2"
1222
+ },
1223
+ "sqyd": {
1224
+ "n": "Square Yard",
1225
+ "s": "yd\u00b2"
1226
+ },
1227
+ "t": {
1228
+ "n": "Tonne",
1229
+ "s": "t"
1230
+ },
1231
+ "tCO2e": {
1232
+ "n": "Metric tonnes of CO2 equivalent",
1233
+ "s": "tCO2e"
1234
+ },
1235
+ "var": {
1236
+ "n": "Volt-ampere reactive",
1237
+ "s": "var"
1238
+ },
1239
+ "yd": {
1240
+ "n": "Yard",
1241
+ "s": "yd"
1242
+ }
1243
+ }
1244
+ }