arelle-release 2.17.1__py3-none-any.whl → 2.37.71__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 (893) hide show
  1. arelle/Aspect.py +6 -3
  2. arelle/BetaFeatures.py +3 -0
  3. arelle/Cntlr.py +117 -413
  4. arelle/CntlrCmdLine.py +364 -227
  5. arelle/CntlrQuickBooks.py +4 -2
  6. arelle/CntlrWebMain.py +179 -119
  7. arelle/CntlrWinMain.py +342 -124
  8. arelle/DialogAbout.py +1 -1
  9. arelle/DialogArcroleGroup.py +1 -1
  10. arelle/DialogFind.py +1 -1
  11. arelle/DialogFormulaParameters.py +2 -2
  12. arelle/DialogLanguage.py +45 -36
  13. arelle/DialogNewFactItem.py +1 -1
  14. arelle/DialogOpenArchive.py +30 -34
  15. arelle/DialogPackageManager.py +11 -8
  16. arelle/DialogPluginManager.py +43 -89
  17. arelle/DialogRssWatch.py +2 -2
  18. arelle/DialogURL.py +1 -1
  19. arelle/DialogUserPassword.py +1 -1
  20. arelle/DisclosureSystem.py +69 -1
  21. arelle/ErrorManager.py +321 -0
  22. arelle/FileSource.py +201 -99
  23. arelle/FunctionFn.py +44 -5
  24. arelle/FunctionIxt.py +16 -13
  25. arelle/FunctionUtil.py +1 -1
  26. arelle/FunctionXfi.py +68 -24
  27. arelle/FunctionXs.py +1 -1
  28. arelle/HtmlUtil.py +5 -4
  29. arelle/LeiUtil.py +63 -43
  30. arelle/LinkbaseType.py +94 -0
  31. arelle/LocalViewer.py +8 -2
  32. arelle/Locale.py +239 -79
  33. arelle/ModelDocument.py +180 -48
  34. arelle/ModelDtsObject.py +32 -27
  35. arelle/ModelFormulaObject.py +14 -6
  36. arelle/ModelInstanceObject.py +43 -14
  37. arelle/ModelManager.py +6 -1
  38. arelle/ModelObject.py +12 -8
  39. arelle/ModelObjectFactory.py +18 -2
  40. arelle/ModelRelationshipSet.py +46 -3
  41. arelle/ModelRenderingObject.py +899 -951
  42. arelle/ModelRssItem.py +2 -4
  43. arelle/ModelTestcaseObject.py +41 -4
  44. arelle/ModelValue.py +42 -14
  45. arelle/ModelVersReport.py +1 -1
  46. arelle/ModelXbrl.py +133 -273
  47. arelle/PackageManager.py +202 -176
  48. arelle/PluginManager.py +551 -239
  49. arelle/PluginUtils.py +54 -0
  50. arelle/PrototypeInstanceObject.py +53 -12
  51. arelle/PythonUtil.py +166 -25
  52. arelle/RuntimeOptions.py +32 -18
  53. arelle/SocketUtils.py +3 -0
  54. arelle/SystemInfo.py +1 -1
  55. arelle/TkTableWrapper.py +33 -5
  56. arelle/UITkTable.py +27 -21
  57. arelle/Updater.py +7 -3
  58. arelle/UrlUtil.py +6 -2
  59. arelle/Validate.py +596 -402
  60. arelle/ValidateDuplicateFacts.py +584 -0
  61. arelle/ValidateFileSource.py +38 -0
  62. arelle/ValidateFilingText.py +46 -29
  63. arelle/ValidateInfoset.py +104 -32
  64. arelle/ValidateUtr.py +31 -4
  65. arelle/ValidateXbrl.py +144 -120
  66. arelle/ValidateXbrlCalcs.py +51 -66
  67. arelle/ValidateXbrlDTS.py +98 -29
  68. arelle/Version.py +2 -7
  69. arelle/ViewFile.py +2 -0
  70. arelle/ViewFileDTS.py +7 -2
  71. arelle/ViewFileFactList.py +1 -1
  72. arelle/ViewFileFactTable.py +4 -4
  73. arelle/ViewFileRelationshipSet.py +36 -19
  74. arelle/ViewFileRenderedGrid.py +164 -753
  75. arelle/ViewFileRenderedLayout.py +174 -0
  76. arelle/ViewFileRenderedStructure.py +108 -0
  77. arelle/ViewWinDTS.py +4 -1
  78. arelle/ViewWinFactList.py +1 -1
  79. arelle/ViewWinFactTable.py +1 -1
  80. arelle/ViewWinRelationshipSet.py +14 -8
  81. arelle/ViewWinRenderedGrid.py +397 -287
  82. arelle/ViewWinRssFeed.py +4 -0
  83. arelle/ViewWinTree.py +15 -9
  84. arelle/ViewWinXml.py +1 -1
  85. arelle/WebCache.py +510 -272
  86. arelle/XbrlConst.py +202 -196
  87. arelle/XbrlUtil.py +2 -1
  88. arelle/XhtmlValidate.py +9 -23
  89. arelle/XmlUtil.py +24 -19
  90. arelle/XmlValidate.py +95 -67
  91. arelle/XmlValidateParticles.py +4 -4
  92. arelle/_version.py +33 -3
  93. arelle/api/Session.py +183 -0
  94. arelle/config/creationSoftwareNames.json +24 -10
  95. arelle/config/disclosuresystems.xml +1 -1
  96. arelle/config/disclosuresystems.xsd +3 -0
  97. arelle/config/sbr-text-formatting.xsd +737 -0
  98. arelle/conformance/CSVTestcaseLoader.py +102 -0
  99. arelle/formula/FactAspectsCache.py +10 -4
  100. arelle/formula/ValidateFormula.py +82 -194
  101. arelle/formula/XPathContext.py +42 -28
  102. arelle/formula/XPathParser.py +15 -9
  103. arelle/locale/ar_EG/LC_MESSAGES/ar_EG.po +3 -4
  104. arelle/locale/messages.pot +1 -2
  105. arelle/locale/ru/LC_MESSAGES/ru.po +2 -2
  106. arelle/logging/formatters/LogFormatter.py +47 -0
  107. arelle/logging/handlers/LogHandlerWithXml.py +94 -0
  108. arelle/logging/handlers/LogToBufferHandler.py +20 -0
  109. arelle/logging/handlers/LogToPrintHandler.py +41 -0
  110. arelle/logging/handlers/LogToXmlHandler.py +244 -0
  111. arelle/logging/handlers/StructuredMessageLogHandler.py +74 -0
  112. arelle/model/CommentBase.py +3 -0
  113. arelle/model/ElementBase.py +3 -0
  114. arelle/model/PIBase.py +3 -0
  115. arelle/model/__init__.py +3 -0
  116. arelle/oim/Load.py +2869 -0
  117. arelle/oim/Validate.py +155 -0
  118. arelle/oim/xml/Save.py +21 -0
  119. arelle/packages/PackageConst.py +7 -0
  120. arelle/packages/PackageType.py +13 -0
  121. arelle/packages/PackageUtils.py +22 -0
  122. arelle/packages/PackageValidation.py +200 -0
  123. arelle/packages/report/DetectReportPackage.py +13 -0
  124. arelle/packages/report/ReportPackage.py +265 -0
  125. arelle/packages/report/ReportPackageConst.py +79 -0
  126. arelle/packages/report/ReportPackageValidator.py +207 -0
  127. arelle/plugin/EdgarRendererAllReports.py +12 -12
  128. arelle/plugin/OimTaxonomy/ModelValueMore.py +15 -0
  129. arelle/plugin/OimTaxonomy/ValidateDTS.py +484 -0
  130. arelle/plugin/OimTaxonomy/ViewXbrlTxmyObj.py +239 -0
  131. arelle/plugin/OimTaxonomy/XbrlAbstract.py +16 -0
  132. arelle/plugin/OimTaxonomy/XbrlConcept.py +68 -0
  133. arelle/plugin/OimTaxonomy/XbrlConst.py +261 -0
  134. arelle/plugin/OimTaxonomy/XbrlCube.py +91 -0
  135. arelle/plugin/OimTaxonomy/XbrlDimension.py +38 -0
  136. arelle/plugin/OimTaxonomy/XbrlDts.py +152 -0
  137. arelle/plugin/OimTaxonomy/XbrlEntity.py +16 -0
  138. arelle/plugin/OimTaxonomy/XbrlGroup.py +22 -0
  139. arelle/plugin/OimTaxonomy/XbrlImportedTaxonomy.py +22 -0
  140. arelle/plugin/OimTaxonomy/XbrlLabel.py +31 -0
  141. arelle/plugin/OimTaxonomy/XbrlNetwork.py +100 -0
  142. arelle/plugin/OimTaxonomy/XbrlProperty.py +28 -0
  143. arelle/plugin/OimTaxonomy/XbrlReference.py +33 -0
  144. arelle/plugin/OimTaxonomy/XbrlReport.py +24 -0
  145. arelle/plugin/OimTaxonomy/XbrlTableTemplate.py +35 -0
  146. arelle/plugin/OimTaxonomy/XbrlTaxonomy.py +93 -0
  147. arelle/plugin/OimTaxonomy/XbrlTaxonomyObject.py +154 -0
  148. arelle/plugin/OimTaxonomy/XbrlTransform.py +17 -0
  149. arelle/plugin/OimTaxonomy/XbrlTypes.py +23 -0
  150. arelle/plugin/OimTaxonomy/XbrlUnit.py +17 -0
  151. arelle/plugin/OimTaxonomy/__init__.py +1037 -0
  152. arelle/plugin/OimTaxonomy/resources/iso4217.json +4479 -0
  153. arelle/plugin/OimTaxonomy/resources/oim-taxonomy-schema.json +935 -0
  154. arelle/plugin/OimTaxonomy/resources/ref.json +333 -0
  155. arelle/plugin/OimTaxonomy/resources/transform-types.json +2481 -0
  156. arelle/plugin/OimTaxonomy/resources/types.json +727 -0
  157. arelle/plugin/OimTaxonomy/resources/utr.json +3046 -0
  158. arelle/plugin/OimTaxonomy/resources/xbrlSpec.json +1082 -0
  159. arelle/plugin/formulaLoader.py +3 -3
  160. arelle/plugin/formulaSaver.py +4 -4
  161. arelle/plugin/inlineXbrlDocumentSet.py +331 -102
  162. arelle/plugin/internet/proxyNTLM/HTTPNtlmAuthHandler.py +1 -1
  163. arelle/plugin/loadFromExcel.py +13 -10
  164. arelle/plugin/loadFromOIM.py +16 -3096
  165. arelle/plugin/logging/saveMessages.py +1 -1
  166. arelle/plugin/saveHtmlEBAtables.py +293 -213
  167. arelle/plugin/saveLoadableOIM.py +652 -361
  168. arelle/plugin/saveOIMTaxonomy.py +311 -0
  169. arelle/plugin/streamingExtensions.py +1 -1
  170. arelle/plugin/systemInfo.py +46 -0
  171. arelle/plugin/transforms/tester.py +4 -4
  172. arelle/plugin/validate/CIPC/Const.py +18 -0
  173. arelle/plugin/validate/CIPC/__init__.py +34 -13
  174. arelle/plugin/validate/DBA/DisclosureSystems.py +12 -0
  175. arelle/plugin/validate/DBA/PluginValidationDataExtension.py +165 -0
  176. arelle/plugin/validate/DBA/ValidationPluginExtension.py +545 -0
  177. arelle/plugin/validate/DBA/__init__.py +49 -0
  178. arelle/plugin/validate/DBA/resources/config.xml +21 -0
  179. arelle/plugin/validate/DBA/rules/__init__.py +323 -0
  180. arelle/plugin/validate/DBA/rules/fr.py +1377 -0
  181. arelle/plugin/validate/DBA/rules/tc.py +45 -0
  182. arelle/plugin/validate/DBA/rules/th.py +172 -0
  183. arelle/plugin/validate/DBA/rules/tm.py +351 -0
  184. arelle/plugin/validate/DBA/rules/tr.py +373 -0
  185. arelle/plugin/validate/EBA/__init__.py +11 -12
  186. arelle/plugin/validate/EDINET/Constants.py +208 -0
  187. arelle/plugin/validate/EDINET/ContextRequirement.py +58 -0
  188. arelle/plugin/validate/EDINET/ControllerPluginData.py +298 -0
  189. arelle/plugin/validate/EDINET/CoverItemRequirements.py +42 -0
  190. arelle/plugin/validate/EDINET/DeiRequirements.py +118 -0
  191. arelle/plugin/validate/EDINET/DisclosureSystems.py +1 -0
  192. arelle/plugin/validate/EDINET/FilingFormat.py +275 -0
  193. arelle/plugin/validate/EDINET/FormType.py +134 -0
  194. arelle/plugin/validate/EDINET/ManifestInstance.py +236 -0
  195. arelle/plugin/validate/EDINET/PluginValidationDataExtension.py +640 -0
  196. arelle/plugin/validate/EDINET/ReportFolderType.py +162 -0
  197. arelle/plugin/validate/EDINET/Statement.py +139 -0
  198. arelle/plugin/validate/EDINET/TableOfContentsBuilder.py +493 -0
  199. arelle/plugin/validate/EDINET/UploadContents.py +48 -0
  200. arelle/plugin/validate/EDINET/ValidationPluginExtension.py +64 -0
  201. arelle/plugin/validate/EDINET/__init__.py +109 -0
  202. arelle/plugin/validate/EDINET/resources/config.xml +22 -0
  203. arelle/plugin/validate/EDINET/resources/cover-item-requirements.json +793 -0
  204. arelle/plugin/validate/EDINET/resources/dei-requirements.csv +27 -0
  205. arelle/plugin/validate/EDINET/resources/edinet-taxonomies.xml +62 -0
  206. arelle/plugin/validate/EDINET/rules/contexts.py +547 -0
  207. arelle/plugin/validate/EDINET/rules/edinet.py +1991 -0
  208. arelle/plugin/validate/EDINET/rules/frta.py +301 -0
  209. arelle/plugin/validate/EDINET/rules/gfm.py +2394 -0
  210. arelle/plugin/validate/EDINET/rules/manifests.py +88 -0
  211. arelle/plugin/validate/EDINET/rules/upload.py +1370 -0
  212. arelle/plugin/validate/ESEF/Const.py +16 -75
  213. arelle/plugin/validate/ESEF/Dimensions.py +2 -2
  214. arelle/plugin/validate/ESEF/ESEF_2021/DTS.py +6 -1
  215. arelle/plugin/validate/ESEF/ESEF_2021/Image.py +7 -4
  216. arelle/plugin/validate/ESEF/ESEF_2021/ValidateXbrlFinally.py +80 -57
  217. arelle/plugin/validate/ESEF/ESEF_Current/DTS.py +60 -22
  218. arelle/plugin/validate/ESEF/ESEF_Current/ValidateXbrlFinally.py +272 -133
  219. arelle/plugin/validate/ESEF/Util.py +5 -19
  220. arelle/plugin/validate/ESEF/__init__.py +61 -46
  221. arelle/plugin/validate/ESEF/resources/authority-validations.json +120 -10
  222. arelle/plugin/validate/ESEF/resources/config.xml +44 -3
  223. arelle/plugin/validate/FERC/__init__.py +31 -18
  224. arelle/plugin/validate/FERC/config.xml +18 -18
  225. arelle/plugin/validate/NL/DisclosureSystems.py +19 -3
  226. arelle/plugin/validate/NL/PluginValidationDataExtension.py +710 -7
  227. arelle/plugin/validate/NL/ValidationPluginExtension.py +117 -12
  228. arelle/plugin/validate/NL/__init__.py +21 -10
  229. arelle/plugin/validate/NL/resources/config.xml +27 -6
  230. arelle/plugin/validate/NL/rules/br_kvk.py +81 -21
  231. arelle/plugin/validate/NL/rules/fg_nl.py +292 -0
  232. arelle/plugin/validate/NL/rules/fr_kvk.py +60 -7
  233. arelle/plugin/validate/NL/rules/fr_nl.py +705 -24
  234. arelle/plugin/validate/NL/rules/nl_kvk.py +2182 -0
  235. arelle/plugin/validate/ROS/DisclosureSystems.py +1 -0
  236. arelle/plugin/validate/ROS/PluginValidationDataExtension.py +109 -0
  237. arelle/plugin/validate/ROS/ValidationPluginExtension.py +27 -0
  238. arelle/plugin/validate/ROS/__init__.py +28 -341
  239. arelle/plugin/validate/ROS/resources/config.xml +20 -0
  240. arelle/plugin/validate/ROS/rules/__init__.py +56 -0
  241. arelle/plugin/validate/ROS/rules/ros.py +393 -0
  242. arelle/plugin/validate/UK/ValidateUK.py +1372 -0
  243. arelle/plugin/validate/{HMRC → UK}/__init__.py +195 -189
  244. arelle/plugin/validate/{HMRC → UK}/config.xml +1 -1
  245. arelle/plugin/xbrlDB/SqlDb.py +1 -1
  246. arelle/plugin/xbrlDB/XbrlOpenSqlDB.py +5 -5
  247. arelle/plugin/xbrlDB/XbrlPublicPostgresDB.py +1 -1
  248. arelle/plugin/xbrlDB/XbrlSemanticJsonDB.py +1 -1
  249. arelle/plugin/xbrlDB/XbrlSemanticRdfDB.py +1 -1
  250. arelle/plugin/xbrlDB/__init__.py +4 -1
  251. arelle/{RenderingEvaluator.py → rendering/RenderingEvaluator.py} +120 -99
  252. arelle/rendering/RenderingLayout.py +476 -0
  253. arelle/rendering/RenderingResolution.py +814 -0
  254. arelle/resources/cache/http/www.eurofiling.info/eu/fr/xbrl/ext/filing-indicators.xsd +20 -0
  255. arelle/resources/cache/http/www.w3.org/2001/03/xml.xsd +117 -0
  256. arelle/resources/cache/http/www.w3.org/2001/XMLSchema.xsd +2534 -0
  257. arelle/resources/cache/http/www.w3.org/2001/xml.xsd +287 -0
  258. arelle/resources/cache/http/www.xbrl.org/2003/xbrl-instance-2003-12-31.xsd +779 -0
  259. arelle/resources/cache/http/www.xbrl.org/2003/xbrl-linkbase-2003-12-31.xsd +486 -0
  260. arelle/resources/cache/http/www.xbrl.org/2003/xl-2003-12-31.xsd +251 -0
  261. arelle/resources/cache/http/www.xbrl.org/2003/xlink-2003-12-31.xsd +121 -0
  262. arelle/resources/cache/http/www.xbrl.org/2004/ref-2004-08-10.xsd +129 -0
  263. arelle/resources/cache/http/www.xbrl.org/2005/xbrldt-2005.xsd +53 -0
  264. arelle/resources/cache/http/www.xbrl.org/2006/ref-2006-02-27.xsd +120 -0
  265. arelle/resources/cache/http/www.xbrl.org/2006/xbrldi-2006.xsd +41 -0
  266. arelle/resources/cache/http/www.xbrl.org/2008/boolean-filter.xsd +51 -0
  267. arelle/resources/cache/http/www.xbrl.org/2008/concept-filter.xsd +127 -0
  268. arelle/resources/cache/http/www.xbrl.org/2008/conformance.xsd +116 -0
  269. arelle/resources/cache/http/www.xbrl.org/2008/conformanceFunction.xsd +51 -0
  270. arelle/resources/cache/http/www.xbrl.org/2008/consistency-assertion.xsd +66 -0
  271. arelle/resources/cache/http/www.xbrl.org/2008/dimension-filter.xsd +86 -0
  272. arelle/resources/cache/http/www.xbrl.org/2008/entity-filter.xsd +92 -0
  273. arelle/resources/cache/http/www.xbrl.org/2008/existence-assertion.xsd +44 -0
  274. arelle/resources/cache/http/www.xbrl.org/2008/formula.xsd +261 -0
  275. arelle/resources/cache/http/www.xbrl.org/2008/function.xsd +90 -0
  276. arelle/resources/cache/http/www.xbrl.org/2008/general-filter.xsd +38 -0
  277. arelle/resources/cache/http/www.xbrl.org/2008/generic-label.xsd +80 -0
  278. arelle/resources/cache/http/www.xbrl.org/2008/generic-link.xsd +81 -0
  279. arelle/resources/cache/http/www.xbrl.org/2008/generic-reference.xsd +63 -0
  280. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xbrl/xbrl-instance-2003-12-31-ixmod.xsd +788 -0
  281. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xbrl/xbrl-linkbase-2003-12-31-ixmod.xsd +488 -0
  282. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xbrl/xl-2003-12-31.xsd +248 -0
  283. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xbrl/xlink-2003-12-31.xsd +117 -0
  284. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xframes-1.xsd +166 -0
  285. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-applet-1.xsd +66 -0
  286. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-attribs-1.xsd +72 -0
  287. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-base-1.xsd +36 -0
  288. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-basic-form-1.xsd +195 -0
  289. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-basic-table-1.xsd +169 -0
  290. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-basic10-model-1.xsd +376 -0
  291. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-basic10-module-redefines-1.xsd +61 -0
  292. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-basic10-modules-1.xsd +259 -0
  293. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-basic10.xsd +98 -0
  294. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-bdo-1.xsd +78 -0
  295. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-blkphras-1.xsd +161 -0
  296. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-blkpres-1.xsd +37 -0
  297. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-blkstruct-1.xsd +49 -0
  298. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-charent-1.xsd +38 -0
  299. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-copyright-1.xsd +29 -0
  300. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-csismap-1.xsd +96 -0
  301. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-datatypes-1.xsd +128 -0
  302. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-edit-1.xsd +39 -0
  303. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-events-1.xsd +130 -0
  304. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-form-1.xsd +326 -0
  305. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-frames-1.xsd +113 -0
  306. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-framework-1.xsd +66 -0
  307. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-hypertext-1.xsd +47 -0
  308. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-iframe-1.xsd +68 -0
  309. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-image-1.xsd +45 -0
  310. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-inlphras-1.xsd +163 -0
  311. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-inlpres-1.xsd +39 -0
  312. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-inlstruct-1.xsd +50 -0
  313. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-inlstyle-1.xsd +27 -0
  314. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-legacy-1.xsd +97 -0
  315. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-link-1.xsd +45 -0
  316. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-list-1.xsd +99 -0
  317. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-meta-1.xsd +42 -0
  318. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-misc-1.xsd +441 -0
  319. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-nameident-1.xsd +63 -0
  320. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-notations-1.xsd +69 -0
  321. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-object-1.xsd +76 -0
  322. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-param-1.xsd +51 -0
  323. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-pres-1.xsd +51 -0
  324. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-ruby-1.xsd +171 -0
  325. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-ruby-basic-1.xsd +89 -0
  326. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-script-1.xsd +70 -0
  327. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-ssismap-1.xsd +43 -0
  328. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-struct-1.xsd +112 -0
  329. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-style-1.xsd +52 -0
  330. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-table-1.xsd +272 -0
  331. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-target-1.xsd +53 -0
  332. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-text-1.xsd +67 -0
  333. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml11-model-1.xsd +677 -0
  334. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml11-module-redefines-1.xsd +335 -0
  335. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml11-modules-1.xsd +528 -0
  336. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml11.xsd +104 -0
  337. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml2.xsd +21 -0
  338. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xml-events-1.xsd +73 -0
  339. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xml-events-2.xsd +74 -0
  340. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xml-events-attribs-1.xsd +73 -0
  341. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xml-events-attribs-2.xsd +75 -0
  342. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xml-events-copyright-1.xsd +34 -0
  343. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xml-events-copyright-2.xsd +34 -0
  344. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xml-handlers-2.xsd +98 -0
  345. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml-inlinexbrl-1_0-definitions.xsd +225 -0
  346. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml-inlinexbrl-1_0-model.xsd +681 -0
  347. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml-inlinexbrl-1_0-modules.xsd +535 -0
  348. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml-inlinexbrl-1_0.xsd +40 -0
  349. arelle/resources/cache/http/www.xbrl.org/2008/match-filter.xsd +94 -0
  350. arelle/resources/cache/http/www.xbrl.org/2008/period-filter.xsd +86 -0
  351. arelle/resources/cache/http/www.xbrl.org/2008/registry.xsd +145 -0
  352. arelle/resources/cache/http/www.xbrl.org/2008/relative-filter.xsd +38 -0
  353. arelle/resources/cache/http/www.xbrl.org/2008/segment-scenario-filter.xsd +41 -0
  354. arelle/resources/cache/http/www.xbrl.org/2008/tuple-filter.xsd +83 -0
  355. arelle/resources/cache/http/www.xbrl.org/2008/unit-filter.xsd +58 -0
  356. arelle/resources/cache/http/www.xbrl.org/2008/validation.xsd +78 -0
  357. arelle/resources/cache/http/www.xbrl.org/2008/value-assertion.xsd +43 -0
  358. arelle/resources/cache/http/www.xbrl.org/2008/value-filter.xsd +43 -0
  359. arelle/resources/cache/http/www.xbrl.org/2008/variable.xsd +240 -0
  360. arelle/resources/cache/http/www.xbrl.org/2010/aspect-cover-filter.xsd +67 -0
  361. arelle/resources/cache/http/www.xbrl.org/2010/concept-relation-filter.xsd +108 -0
  362. arelle/resources/cache/http/www.xbrl.org/2010/custom-function-implementation.xsd +71 -0
  363. arelle/resources/cache/http/www.xbrl.org/2010/generic-message.xsd +68 -0
  364. arelle/resources/cache/http/www.xbrl.org/2010/validation-message.xsd +50 -0
  365. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xbrl/xbrl-instance-2003-12-31-ixmod.xsd +788 -0
  366. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xbrl/xbrl-linkbase-2003-12-31-ixmod.xsd +488 -0
  367. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xbrl/xl-2003-12-31.xsd +248 -0
  368. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xbrl/xlink-2003-12-31.xsd +117 -0
  369. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xframes-1.xsd +166 -0
  370. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-applet-1.xsd +66 -0
  371. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-attribs-1.xsd +72 -0
  372. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-base-1.xsd +36 -0
  373. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-basic-form-1.xsd +195 -0
  374. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-basic-table-1.xsd +169 -0
  375. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-basic10-model-1.xsd +376 -0
  376. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-basic10-module-redefines-1.xsd +61 -0
  377. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-basic10-modules-1.xsd +259 -0
  378. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-basic10.xsd +98 -0
  379. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-bdo-1.xsd +78 -0
  380. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-blkphras-1.xsd +161 -0
  381. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-blkpres-1.xsd +37 -0
  382. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-blkstruct-1.xsd +49 -0
  383. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-charent-1.xsd +38 -0
  384. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-copyright-1.xsd +29 -0
  385. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-csismap-1.xsd +96 -0
  386. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-datatypes-1.xsd +128 -0
  387. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-edit-1.xsd +39 -0
  388. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-events-1.xsd +130 -0
  389. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-form-1.xsd +326 -0
  390. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-frames-1.xsd +113 -0
  391. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-framework-1.xsd +66 -0
  392. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-hypertext-1.xsd +47 -0
  393. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-iframe-1.xsd +68 -0
  394. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-image-1.xsd +45 -0
  395. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-inlphras-1.xsd +163 -0
  396. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-inlpres-1.xsd +39 -0
  397. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-inlstruct-1.xsd +50 -0
  398. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-inlstyle-1.xsd +27 -0
  399. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-legacy-1.xsd +97 -0
  400. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-link-1.xsd +45 -0
  401. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-list-1.xsd +99 -0
  402. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-meta-1.xsd +42 -0
  403. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-misc-1.xsd +441 -0
  404. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-nameident-1.xsd +63 -0
  405. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-notations-1.xsd +69 -0
  406. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-object-1.xsd +76 -0
  407. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-param-1.xsd +51 -0
  408. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-pres-1.xsd +51 -0
  409. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-ruby-1.xsd +171 -0
  410. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-ruby-basic-1.xsd +89 -0
  411. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-script-1.xsd +70 -0
  412. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-ssismap-1.xsd +43 -0
  413. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-struct-1.xsd +112 -0
  414. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-style-1.xsd +52 -0
  415. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-table-1.xsd +272 -0
  416. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-target-1.xsd +53 -0
  417. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-text-1.xsd +67 -0
  418. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml11-model-1.xsd +677 -0
  419. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml11-module-redefines-1.xsd +335 -0
  420. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml11-modules-1.xsd +528 -0
  421. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml11.xsd +104 -0
  422. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml2.xsd +21 -0
  423. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xml-events-1.xsd +73 -0
  424. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xml-events-2.xsd +74 -0
  425. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xml-events-attribs-1.xsd +73 -0
  426. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xml-events-attribs-2.xsd +75 -0
  427. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xml-events-copyright-1.xsd +34 -0
  428. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xml-events-copyright-2.xsd +34 -0
  429. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xml-handlers-2.xsd +98 -0
  430. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml-inlinexbrl-1_1-definitions.xsd +252 -0
  431. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml-inlinexbrl-1_1-model.xsd +681 -0
  432. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml-inlinexbrl-1_1-modules.xsd +535 -0
  433. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml-inlinexbrl-1_1.xsd +40 -0
  434. arelle/resources/cache/http/www.xbrl.org/2013/match-filter.xsd +94 -0
  435. arelle/resources/cache/http/www.xbrl.org/2013/preferred-label.xsd +12 -0
  436. arelle/resources/cache/http/www.xbrl.org/2013/versioning-base.xsd +142 -0
  437. arelle/resources/cache/http/www.xbrl.org/2013/versioning-concept-details.xsd +143 -0
  438. arelle/resources/cache/http/www.xbrl.org/2013/versioning-concept-use.xsd +64 -0
  439. arelle/resources/cache/http/www.xbrl.org/2013/versioning-dimensions.xsd +162 -0
  440. arelle/resources/cache/http/www.xbrl.org/2014/extensible-enumerations.xsd +27 -0
  441. arelle/resources/cache/http/www.xbrl.org/2014/table.xsd +356 -0
  442. arelle/resources/cache/http/www.xbrl.org/2014/tablemodel.xsd +156 -0
  443. arelle/resources/cache/http/www.xbrl.org/2016/assertion-severity.xsd +29 -0
  444. arelle/resources/cache/http/www.xbrl.org/2016/severities.xml +21 -0
  445. arelle/resources/cache/http/www.xbrl.org/2016/taxonomy-package-catalog.xsd +38 -0
  446. arelle/resources/cache/http/www.xbrl.org/2016/taxonomy-package.xsd +154 -0
  447. arelle/resources/cache/http/www.xbrl.org/2022/assertion-severity.xsd +43 -0
  448. arelle/resources/cache/http/www.xbrl.org/2022/severities.xml +21 -0
  449. arelle/resources/cache/http/www.xbrl.org/dtr/type/nonNumeric-2009-12-16.xsd +76 -0
  450. arelle/resources/cache/http/www.xbrl.org/dtr/type/numeric-2009-12-16.xsd +78 -0
  451. arelle/resources/cache/http/www.xbrl.org/lrr/arcrole/accounting-arcrole-2023-01-04.xsd +39 -0
  452. arelle/resources/cache/http/www.xbrl.org/lrr/arcrole/deprecated-2009-12-16.xsd +29 -0
  453. arelle/resources/cache/http/www.xbrl.org/lrr/arcrole/esma-arcrole-2018-11-21.xsd +14 -0
  454. arelle/resources/cache/http/www.xbrl.org/lrr/arcrole/factExplanatory-2009-12-16.xsd +13 -0
  455. arelle/resources/cache/http/www.xbrl.org/lrr/arcrole/jpfr-arcrole-2007-11-07.xsd +27 -0
  456. arelle/resources/cache/http/www.xbrl.org/lrr/arcrole/parent-child-2013-09-19.xsd +12 -0
  457. arelle/resources/cache/http/www.xbrl.org/lrr/role/deprecated-2009-12-16.xsd +17 -0
  458. arelle/resources/cache/http/www.xbrl.org/lrr/role/jpfr-role-2007-11-07.xsd +47 -0
  459. arelle/resources/cache/http/www.xbrl.org/lrr/role/negated-2008-03-31.xsd +30 -0
  460. arelle/resources/cache/http/www.xbrl.org/lrr/role/negated-2009-12-16.xsd +33 -0
  461. arelle/resources/cache/http/www.xbrl.org/lrr/role/negative-2009-12-16.xsd +25 -0
  462. arelle/resources/cache/http/www.xbrl.org/lrr/role/net-2009-12-16.xsd +13 -0
  463. arelle/resources/cache/http/www.xbrl.org/lrr/role/positive-2009-12-16.xsd +25 -0
  464. arelle/resources/cache/http/www.xbrl.org/lrr/role/property-2022-09-28.xsd +15 -0
  465. arelle/resources/cache/http/www.xbrl.org/lrr/role/reference-2009-12-16.xsd +21 -0
  466. arelle/resources/cache/http/www.xbrl.org/lrr/role/restated-2006-02-21.xsd +19 -0
  467. arelle/resources/cache/http/www.xbrl.org/utr/2012-01-30/utr.xml +4543 -0
  468. arelle/resources/cache/http/www.xbrl.org/utr/2012-10-31/utr.xml +4510 -0
  469. arelle/resources/cache/http/www.xbrl.org/utr/2012-11-30/utr.xml +4567 -0
  470. arelle/resources/cache/http/www.xbrl.org/utr/2013-02-28/utr.xml +5180 -0
  471. arelle/resources/cache/http/www.xbrl.org/utr/2013-05-17/utr.xml +5349 -0
  472. arelle/resources/cache/http/www.xbrl.org/utr/2016-08-10/utr.xml +5363 -0
  473. arelle/resources/cache/http/www.xbrl.org/utr/2017-07-12/utr.xml +6164 -0
  474. arelle/resources/cache/http/www.xbrl.org/utr/2021-02-16/utr.xml +6370 -0
  475. arelle/resources/cache/http/www.xbrl.org/utr/2021-12-08/utr.xml +6493 -0
  476. arelle/resources/cache/http/www.xbrl.org/utr/2022-02-16/utr.xml +6551 -0
  477. arelle/resources/cache/http/www.xbrl.org/utr/2022-07-20/utr.xml +6638 -0
  478. arelle/resources/cache/http/www.xbrl.org/utr/2023-12-20/utr.xml +6680 -0
  479. arelle/resources/cache/http/www.xbrl.org/utr/2024-01-31/utr.xml +6680 -0
  480. arelle/resources/cache/http/www.xbrl.org/utr/2024-10-22/utr.xml +6693 -0
  481. arelle/resources/cache/http/www.xbrl.org/utr/utr.xml +6693 -0
  482. arelle/resources/cache/https/www.xbrl.org/2005/conformance.xsd +87 -0
  483. arelle/resources/cache/https/www.xbrl.org/2020/extensible-enumerations-2.0.xsd +51 -0
  484. arelle/resources/cache/https/www.xbrl.org/2023/calculation-1.1.xsd +27 -0
  485. arelle/resources/cache/https/www.xbrl.org/dtr/type/2020-01-21/types.xsd +812 -0
  486. arelle/resources/cache/https/www.xbrl.org/dtr/type/2022-03-31/types.xsd +847 -0
  487. arelle/resources/cache/https/www.xbrl.org/dtr/type/2024-01-31/types.xsd +897 -0
  488. arelle/resources/cache/https/www.xbrl.org/taxonomy/int/filing-indicators/REC/2021-02-03/filing-indicators-def.xml +68 -0
  489. arelle/resources/cache/https/www.xbrl.org/taxonomy/int/filing-indicators/REC/2021-02-03/filing-indicators-label.xml +84 -0
  490. arelle/resources/cache/https/www.xbrl.org/taxonomy/int/filing-indicators/REC/2021-02-03/filing-indicators.xsd +67 -0
  491. arelle/resources/libs/Tktable2.11/linux-x86_64/README.txt +149 -0
  492. arelle/resources/libs/Tktable2.11/linux-x86_64/html/tkTable.html +2039 -0
  493. arelle/resources/libs/Tktable2.11/linux-x86_64/libTktable2.11.so +0 -0
  494. arelle/resources/libs/Tktable2.11/linux-x86_64/license.txt +51 -0
  495. arelle/resources/libs/Tktable2.11/linux-x86_64/pkgIndex.tcl +3 -0
  496. arelle/resources/libs/Tktable2.11/linux-x86_64/tkTable.tcl +825 -0
  497. arelle/resources/libs/Tktable2.11/linux-x86_64/tktable.py +674 -0
  498. arelle/resources/libs/Tktable2.11/macos-arm64/README.txt +149 -0
  499. arelle/resources/libs/Tktable2.11/macos-arm64/html/tkTable.html +2039 -0
  500. arelle/resources/libs/Tktable2.11/macos-arm64/libTktable2.11.dylib +0 -0
  501. arelle/resources/libs/Tktable2.11/macos-arm64/license.txt +51 -0
  502. arelle/resources/libs/Tktable2.11/macos-arm64/pkgIndex.tcl +2 -0
  503. arelle/resources/libs/Tktable2.11/macos-arm64/tkTable.tcl +825 -0
  504. arelle/resources/libs/Tktable2.11/macos-arm64/tktable.py +674 -0
  505. arelle/resources/libs/Tktable2.11/macos-x86_64/README.txt +149 -0
  506. arelle/resources/libs/Tktable2.11/macos-x86_64/html/tkTable.html +2039 -0
  507. arelle/resources/libs/Tktable2.11/macos-x86_64/libTktable2.11.dylib +0 -0
  508. arelle/resources/libs/Tktable2.11/macos-x86_64/license.txt +51 -0
  509. arelle/resources/libs/Tktable2.11/macos-x86_64/pkgIndex.tcl +2 -0
  510. arelle/resources/libs/Tktable2.11/macos-x86_64/tkTable.tcl +825 -0
  511. arelle/resources/libs/Tktable2.11/macos-x86_64/tktable.py +674 -0
  512. arelle/resources/libs/Tktable2.11/win-x86_64/Tktable.dll +0 -0
  513. arelle/resources/libs/Tktable2.11/win-x86_64/pkgIndex.tcl +2 -0
  514. arelle/resources/libs/Tktable2.11/win-x86_64/tkTable.tcl +825 -0
  515. arelle/typing.py +9 -4
  516. arelle/utils/Contexts.py +38 -0
  517. arelle/utils/EntryPointDetection.py +139 -0
  518. arelle/utils/Equivalence.py +22 -0
  519. arelle/utils/{validate/PluginValidationData.py → PluginData.py} +5 -2
  520. arelle/utils/PluginHooks.py +256 -5
  521. arelle/utils/Units.py +36 -0
  522. arelle/utils/validate/Decorator.py +5 -3
  523. arelle/utils/validate/DetectScriptsInXhtml.py +99 -0
  524. arelle/utils/validate/ESEFImage.py +283 -0
  525. arelle/utils/validate/Validation.py +9 -1
  526. arelle/utils/validate/ValidationPlugin.py +74 -11
  527. arelle/utils/validate/ValidationUtil.py +55 -0
  528. arelle/webserver/bottle.py +5 -4424
  529. {arelle_release-2.17.1.dist-info → arelle_release-2.37.71.dist-info}/METADATA +51 -42
  530. arelle_release-2.37.71.dist-info/RECORD +697 -0
  531. {arelle_release-2.17.1.dist-info → arelle_release-2.37.71.dist-info}/WHEEL +1 -1
  532. {arelle_release-2.17.1.dist-info → arelle_release-2.37.71.dist-info/licenses}/LICENSE.md +1 -4
  533. {arelle_release-2.17.1.dist-info → arelle_release-2.37.71.dist-info}/top_level.txt +0 -1
  534. arelle/DialogOpenTaxonomyPackage.py +0 -1
  535. arelle/RenderingResolver.py +0 -624
  536. arelle/examples/.pydevproject +0 -5
  537. arelle/examples/CustomLogger.py +0 -43
  538. arelle/examples/LoadEFMvalidate.py +0 -32
  539. arelle/examples/LoadSavePreLbCsv.py +0 -26
  540. arelle/examples/LoadValidate.cs +0 -31
  541. arelle/examples/LoadValidate.py +0 -36
  542. arelle/examples/LoadValidateCmdLine.java +0 -69
  543. arelle/examples/LoadValidatePostedZip.java +0 -57
  544. arelle/examples/LoadValidateWebService.java +0 -34
  545. arelle/examples/SaveTableToExelle.py +0 -140
  546. arelle/examples/TR3toTR4.py +0 -88
  547. arelle/examples/plugin/bigInstance.py +0 -394
  548. arelle/examples/plugin/cmdWebServerExtension.py +0 -42
  549. arelle/examples/plugin/crashTest.py +0 -38
  550. arelle/examples/plugin/formulaSuiteConverter.py +0 -212
  551. arelle/examples/plugin/functionsCustom.py +0 -59
  552. arelle/examples/plugin/hello_dolly.py +0 -64
  553. arelle/examples/plugin/hello_i18n.pot +0 -26
  554. arelle/examples/plugin/hello_i18n.py +0 -32
  555. arelle/examples/plugin/importTestChild1.py +0 -21
  556. arelle/examples/plugin/importTestChild2.py +0 -22
  557. arelle/examples/plugin/importTestGrandchild1.py +0 -21
  558. arelle/examples/plugin/importTestGrandchild2.py +0 -21
  559. arelle/examples/plugin/importTestImported1.py +0 -23
  560. arelle/examples/plugin/importTestImported11.py +0 -22
  561. arelle/examples/plugin/importTestParent.py +0 -48
  562. arelle/examples/plugin/locale/fr/LC_MESSAGES/hello_i18n.po +0 -25
  563. arelle/examples/plugin/packagedImportTest/__init__.py +0 -47
  564. arelle/examples/plugin/packagedImportTest/importTestChild1.py +0 -21
  565. arelle/examples/plugin/packagedImportTest/importTestChild2.py +0 -22
  566. arelle/examples/plugin/packagedImportTest/importTestGrandchild1.py +0 -21
  567. arelle/examples/plugin/packagedImportTest/importTestGrandchild2.py +0 -21
  568. arelle/examples/plugin/packagedImportTest/importTestImported1.py +0 -24
  569. arelle/examples/plugin/packagedImportTest/importTestImported11.py +0 -21
  570. arelle/examples/plugin/packagedImportTest/subdir/importTestImported111.py +0 -21
  571. arelle/examples/plugin/packagedImportTest/subdir/subsubdir/importTestImported1111.py +0 -21
  572. arelle/examples/plugin/sakaCalendar.py +0 -215
  573. arelle/examples/plugin/saveInstanceInfoset.py +0 -121
  574. arelle/examples/plugin/streamingExtensions.py +0 -335
  575. arelle/examples/plugin/testcaseCalc11ValidateSetup.py +0 -32
  576. arelle/examples/plugin/testcaseIxExpectedHtmlFixup.py +0 -45
  577. arelle/examples/plugin/updateTableLB.py +0 -242
  578. arelle/examples/plugin/validate/XYZ/DisclosureSystems.py +0 -2
  579. arelle/examples/plugin/validate/XYZ/PluginValidationDataExtension.py +0 -10
  580. arelle/examples/plugin/validate/XYZ/ValidationPluginExtension.py +0 -49
  581. arelle/examples/plugin/validate/XYZ/__init__.py +0 -75
  582. arelle/examples/plugin/validate/XYZ/resources/config.xml +0 -16
  583. arelle/examples/plugin/validate/XYZ/rules/rules01.py +0 -109
  584. arelle/examples/plugin/validate/XYZ/rules/rules02.py +0 -58
  585. arelle/examples/plugin/validateSchemaLxml.py +0 -156
  586. arelle/examples/plugin/validateTableInfoset.py +0 -52
  587. arelle/examples/us-gaap-dei-docType-extraction-frm.xml +0 -90
  588. arelle/examples/us-gaap-dei-ratio-cash-frm.xml +0 -150
  589. arelle/plugin/functionsXmlCreation.py +0 -106
  590. arelle/plugin/instanceInfo.py +0 -306
  591. arelle/plugin/loadFromOIM-2018.py +0 -1282
  592. arelle/plugin/objectmaker.py +0 -285
  593. arelle/plugin/sphinx/FormulaGenerator.py +0 -823
  594. arelle/plugin/sphinx/SphinxContext.py +0 -404
  595. arelle/plugin/sphinx/SphinxEvaluator.py +0 -783
  596. arelle/plugin/sphinx/SphinxMethods.py +0 -1287
  597. arelle/plugin/sphinx/SphinxParser.py +0 -1093
  598. arelle/plugin/sphinx/SphinxValidator.py +0 -163
  599. arelle/plugin/sphinx/US-GAAP Ratios Example.xsr +0 -52
  600. arelle/plugin/sphinx/__init__.py +0 -285
  601. arelle/plugin/transforms/SEC/__init__.py +0 -308
  602. arelle/plugin/transforms/SEC/conf/README.md +0 -39
  603. arelle/plugin/transforms/SEC/conf/extractTestcase.sh +0 -2
  604. arelle/plugin/transforms/SEC/conf/extractTestcase.xsl +0 -109
  605. arelle/plugin/transforms/SEC/conf/runIxtSecTests.sh +0 -16
  606. arelle/plugin/transforms/SEC/conf/saxon9.jar +0 -0
  607. arelle/plugin/transforms/SEC/conf/testcase.xml +0 -7117
  608. arelle/plugin/transforms/SEC/conf/tests.xml +0 -848
  609. arelle/plugin/transforms/SEC/text2num.py +0 -110
  610. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-boolballotbox.xml +0 -66
  611. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-countrynameen.xml +0 -65
  612. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-datequarterend.xml +0 -66
  613. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-durday.xml +0 -61
  614. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-durhour.xml +0 -69
  615. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-durmonth.xml +0 -71
  616. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-durweek.xml +0 -70
  617. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-durwordsen.xml +0 -56
  618. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-duryear.xml +0 -64
  619. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-edgarprovcountryen.xml +0 -65
  620. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-entityfilercategoryen.xml +0 -63
  621. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-exchnameen.xml +0 -86
  622. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-numwordsen.xml +0 -55
  623. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-stateprovnameen.xml +0 -64
  624. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-yesnoballotbox.xml +0 -66
  625. arelle/plugin/transforms/SEC/transformationRegistry/registry/transform-registry.xml +0 -314
  626. arelle/plugin/transforms/SEC/transformationRegistry/schema/inlinexbrl-sec-transformation.xsd +0 -418
  627. arelle/plugin/validate/EFM/Consts.py +0 -362
  628. arelle/plugin/validate/EFM/DTS.py +0 -569
  629. arelle/plugin/validate/EFM/Dimensions.py +0 -264
  630. arelle/plugin/validate/EFM/Document.py +0 -206
  631. arelle/plugin/validate/EFM/Filing.py +0 -4383
  632. arelle/plugin/validate/EFM/IsolateSeparateIXDSes.py +0 -19
  633. arelle/plugin/validate/EFM/MessageNumericId.py +0 -142
  634. arelle/plugin/validate/EFM/PreCalAlignment.py +0 -324
  635. arelle/plugin/validate/EFM/Util.py +0 -688
  636. arelle/plugin/validate/EFM/__init__.py +0 -843
  637. arelle/plugin/validate/EFM/config.xml +0 -333
  638. arelle/plugin/validate/EFM/resources/README.md +0 -57
  639. arelle/plugin/validate/EFM/resources/axiswarnings.json +0 -27
  640. arelle/plugin/validate/EFM/resources/cef-deprecated-concepts.json +0 -8
  641. arelle/plugin/validate/EFM/resources/country-deprecated-concepts.json +0 -19
  642. arelle/plugin/validate/EFM/resources/currency-deprecated-concepts.json +0 -7
  643. arelle/plugin/validate/EFM/resources/dei-deprecated-concepts.json +0 -8
  644. arelle/plugin/validate/EFM/resources/dei-validations.json +0 -2884
  645. arelle/plugin/validate/EFM/resources/dqc-us-rules.json +0 -1389
  646. arelle/plugin/validate/EFM/resources/ecd-deprecated-concepts.json +0 -1
  647. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-16-4.xml +0 -115
  648. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-17-0-4.xml +0 -300
  649. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-17-1.xml +0 -304
  650. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-17-2.xml +0 -290
  651. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-17-3-1.xml +0 -294
  652. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-18.1.xml +0 -549
  653. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-18.2.xml +0 -506
  654. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-18.3.xml +0 -496
  655. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-19-1.xml +0 -662
  656. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-19-2.xml +0 -3761
  657. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-19-3.xml +0 -3577
  658. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-20-1.xml +0 -4020
  659. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-20-2.xml +0 -3320
  660. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-20-3.xml +0 -2998
  661. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-2012.xml +0 -957
  662. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-2013.xml +0 -982
  663. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-2014.xml +0 -1001
  664. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-2015.xml +0 -1076
  665. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-2016.xml +0 -120
  666. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-21-1.xml +0 -3329
  667. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-21-2.xml +0 -1230
  668. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-21-3.xml +0 -1113
  669. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-21-4.xml +0 -1321
  670. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-22-1-preview.xml +0 -1721
  671. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-22-1.xml +0 -1841
  672. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-22-2-2.xml +0 -1450
  673. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-22-2.xml +0 -1429
  674. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-22-4.xml +0 -1527
  675. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-23-1-1.xml +0 -2049
  676. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-23-1.xml +0 -2065
  677. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-23-2.xml +0 -1674
  678. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-23-3.xml +0 -1715
  679. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-all-years.xml +0 -10671
  680. arelle/plugin/validate/EFM/resources/edgartaxonomies/erxl.xsd +0 -69
  681. arelle/plugin/validate/EFM/resources/edgartaxonomies/extendedtaxonomies-all-years.xml +0 -18
  682. arelle/plugin/validate/EFM/resources/edgartaxonomies/ifrs-taxonomies.xml +0 -3126
  683. arelle/plugin/validate/EFM/resources/edgartaxonomies/ifrstaxonomies-all-years.xml +0 -22
  684. arelle/plugin/validate/EFM/resources/ex26-validations.json +0 -255
  685. arelle/plugin/validate/EFM/resources/exch-deprecated-concepts.json +0 -163
  686. arelle/plugin/validate/EFM/resources/ifrs-full-deprecated-concepts.json +0 -204
  687. arelle/plugin/validate/EFM/resources/invest-deprecated-concepts.json +0 -99
  688. arelle/plugin/validate/EFM/resources/ixbrl-transform-registries.json +0 -16
  689. arelle/plugin/validate/EFM/resources/naics-deprecated-concepts.json +0 -295
  690. arelle/plugin/validate/EFM/resources/oef-deprecated-concepts.json +0 -59
  691. arelle/plugin/validate/EFM/resources/other-standard-taxonomies.json +0 -12
  692. arelle/plugin/validate/EFM/resources/rr-deprecated-concepts.json +0 -14
  693. arelle/plugin/validate/EFM/resources/rxp-deprecated-concepts.json +0 -1
  694. arelle/plugin/validate/EFM/resources/shr-deprecated-concepts.json +0 -1
  695. arelle/plugin/validate/EFM/resources/sic-deprecated-concepts.json +0 -1
  696. arelle/plugin/validate/EFM/resources/signwarnings.json +0 -112
  697. arelle/plugin/validate/EFM/resources/srt-deprecated-concepts.json +0 -1
  698. arelle/plugin/validate/EFM/resources/stpr-deprecated-concepts.json +0 -1
  699. arelle/plugin/validate/EFM/resources/taxonomy-compatibility.json +0 -79
  700. arelle/plugin/validate/EFM/resources/us-gaap-deprecated-concepts.json +0 -2886
  701. arelle/plugin/validate/EFM/resources/us-gaap-rels-2020.json +0 -29068
  702. arelle/plugin/validate/EFM/resources/us-gaap-rels-2021.json +0 -29598
  703. arelle/plugin/validate/EFM/resources/us-gaap-rels-2022.json +0 -29141
  704. arelle/plugin/validate/EFM/resources/us-gaap-rels-2023.json +0 -29400
  705. arelle/plugin/validate/EFM/resources/vip-deprecated-concepts.json +0 -1
  706. arelle/plugin/validate/EFM/tools/CheckTxmyRefs.py +0 -180
  707. arelle/plugin/validate/EFM-htm/Const.py +0 -205
  708. arelle/plugin/validate/EFM-htm/__init__.py +0 -217
  709. arelle/plugin/validate/EFM-htm/config.xml +0 -17
  710. arelle/plugin/validate/EFM-htm/resources/efm-htm.dtd +0 -664
  711. arelle/plugin/validate/ESEF/ESEF_Current/Image.py +0 -199
  712. arelle/plugin/validate/ESEF_2022/__init__.py +0 -47
  713. arelle/plugin/validate/GFM/__init__.py +0 -59
  714. arelle/plugin/validate/GFM/config.xml +0 -82
  715. arelle/plugin/validate/SBRnl/CustomLoader.py +0 -19
  716. arelle/plugin/validate/SBRnl/DTS.py +0 -305
  717. arelle/plugin/validate/SBRnl/Dimensions.py +0 -357
  718. arelle/plugin/validate/SBRnl/Document.py +0 -799
  719. arelle/plugin/validate/SBRnl/Filing.py +0 -467
  720. arelle/plugin/validate/SBRnl/__init__.py +0 -75
  721. arelle/plugin/validate/SBRnl/config.xml +0 -26
  722. arelle/plugin/validate/SBRnl/sbr-nl-taxonomies.xml +0 -754
  723. arelle/plugin/validate/USBestPractices.py +0 -570
  724. arelle/plugin/validate/USCorpAction.py +0 -557
  725. arelle/plugin/validate/USSecTagging.py +0 -337
  726. arelle/plugin/validate/XDC/__init__.py +0 -77
  727. arelle/plugin/validate/XDC/config.xml +0 -20
  728. arelle/plugin/validate/XFsyntax/__init__.py +0 -64
  729. arelle/plugin/validate/XFsyntax/xf.py +0 -2227
  730. arelle/plugin/validate/__init__.py +0 -20
  731. arelle/plugin/validate/calc2.py +0 -536
  732. arelle/plugin/validateSBRnl.py +0 -530
  733. arelle/scripts-macOS/startWebServer.command +0 -3
  734. arelle/scripts-unix/startWebServer.sh +0 -1
  735. arelle/scripts-windows/startWebServer.bat +0 -5
  736. arelle_release-2.17.1.dist-info/RECORD +0 -676
  737. tests/__init__.py +0 -0
  738. tests/integration_tests/ui_tests/ArelleGUITest/ArelleGUITest/ArelleGUITest.csproj +0 -30
  739. tests/integration_tests/ui_tests/ArelleGUITest/ArelleGUITest/Tests.cs +0 -381
  740. tests/integration_tests/ui_tests/ArelleGUITest/ArelleGUITest/Usings.cs +0 -1
  741. tests/integration_tests/ui_tests/ArelleGUITest/ArelleGUITest.sln +0 -31
  742. tests/integration_tests/ui_tests/resources/workiva.zip +0 -0
  743. tests/integration_tests/validation/README.md +0 -50
  744. tests/integration_tests/validation/conformance_suite_config.py +0 -59
  745. tests/integration_tests/validation/conformance_suite_configs.py +0 -63
  746. tests/integration_tests/validation/conformance_suite_configurations/efm_current.py +0 -261
  747. tests/integration_tests/validation/conformance_suite_configurations/esef_ixbrl_2021.py +0 -85
  748. tests/integration_tests/validation/conformance_suite_configurations/esef_ixbrl_2022.py +0 -90
  749. tests/integration_tests/validation/conformance_suite_configurations/esef_xhtml_2021.py +0 -15
  750. tests/integration_tests/validation/conformance_suite_configurations/esef_xhtml_2022.py +0 -15
  751. tests/integration_tests/validation/conformance_suite_configurations/nl_nt16.py +0 -13
  752. tests/integration_tests/validation/conformance_suite_configurations/nl_nt17.py +0 -13
  753. tests/integration_tests/validation/conformance_suite_configurations/nl_nt18.py +0 -13
  754. tests/integration_tests/validation/conformance_suite_configurations/xbrl_2_1.py +0 -34
  755. tests/integration_tests/validation/conformance_suite_configurations/xbrl_calculations_1_1.py +0 -40
  756. tests/integration_tests/validation/conformance_suite_configurations/xbrl_dimensions_1_0.py +0 -28
  757. tests/integration_tests/validation/conformance_suite_configurations/xbrl_extensible_enumerations_1_0.py +0 -10
  758. tests/integration_tests/validation/conformance_suite_configurations/xbrl_extensible_enumerations_2_0.py +0 -10
  759. tests/integration_tests/validation/conformance_suite_configurations/xbrl_formula_1_0.py +0 -9
  760. tests/integration_tests/validation/conformance_suite_configurations/xbrl_formula_1_0_assertion_severity_2_0.py +0 -9
  761. tests/integration_tests/validation/conformance_suite_configurations/xbrl_formula_1_0_function_registry.py +0 -14
  762. tests/integration_tests/validation/conformance_suite_configurations/xbrl_ixbrl_1_1.py +0 -22
  763. tests/integration_tests/validation/conformance_suite_configurations/xbrl_link_role_registry_1_0.py +0 -11
  764. tests/integration_tests/validation/conformance_suite_configurations/xbrl_oim_1_0.py +0 -19
  765. tests/integration_tests/validation/conformance_suite_configurations/xbrl_table_linkbase_1_0.py +0 -296
  766. tests/integration_tests/validation/conformance_suite_configurations/xbrl_taxonomy_packages_1_0.py +0 -13
  767. tests/integration_tests/validation/conformance_suite_configurations/xbrl_transformation_registry_3.py +0 -13
  768. tests/integration_tests/validation/conformance_suite_configurations/xbrl_transformation_registry_4.py +0 -13
  769. tests/integration_tests/validation/conformance_suite_configurations/xbrl_transformation_registry_5.py +0 -13
  770. tests/integration_tests/validation/conformance_suite_configurations/xbrl_utr_malformed_1_0.py +0 -31
  771. tests/integration_tests/validation/conformance_suite_configurations/xbrl_utr_registry_1_0.py +0 -22
  772. tests/integration_tests/validation/conformance_suite_configurations/xbrl_utr_structure_1_0.py +0 -18
  773. tests/integration_tests/validation/conftest.py +0 -24
  774. tests/integration_tests/validation/discover_tests.py +0 -22
  775. tests/integration_tests/validation/download_conformance_suites.py +0 -47
  776. tests/integration_tests/validation/run_conformance_suites.py +0 -175
  777. tests/integration_tests/validation/test_conformance_suites.py +0 -14
  778. tests/integration_tests/validation/validation_util.py +0 -271
  779. tests/resources/conformance_suites/nl_nt16/br_kvk/2-04-invalid-period.xbrl +0 -63
  780. tests/resources/conformance_suites/nl_nt16/br_kvk/2-04-testcase.xml +0 -22
  781. tests/resources/conformance_suites/nl_nt16/br_kvk/3-01-missing.xbrl +0 -53
  782. tests/resources/conformance_suites/nl_nt16/br_kvk/3-01-multiple.xbrl +0 -60
  783. tests/resources/conformance_suites/nl_nt16/br_kvk/3-01-testcase.xml +0 -33
  784. tests/resources/conformance_suites/nl_nt16/br_kvk/4-07-invalid.xbrl +0 -57
  785. tests/resources/conformance_suites/nl_nt16/br_kvk/4-07-testcase.xml +0 -22
  786. tests/resources/conformance_suites/nl_nt16/br_kvk/4-10-invalid.xbrl +0 -58
  787. tests/resources/conformance_suites/nl_nt16/br_kvk/4-10-testcase.xml +0 -22
  788. tests/resources/conformance_suites/nl_nt16/br_kvk/4-12-invalid.xbrl +0 -63
  789. tests/resources/conformance_suites/nl_nt16/br_kvk/4-12-testcase.xml +0 -22
  790. tests/resources/conformance_suites/nl_nt16/br_kvk/4-16-missing.xbrl +0 -61
  791. tests/resources/conformance_suites/nl_nt16/br_kvk/4-16-testcase.xml +0 -22
  792. tests/resources/conformance_suites/nl_nt16/br_kvk/4-20-invalid-date.xbrl +0 -89
  793. tests/resources/conformance_suites/nl_nt16/br_kvk/4-20-testcase.xml +0 -22
  794. tests/resources/conformance_suites/nl_nt16/fr_kvk/1-01-invalid-file-extension.xml +0 -56
  795. tests/resources/conformance_suites/nl_nt16/fr_kvk/1-01-testcase.xml +0 -22
  796. tests/resources/conformance_suites/nl_nt16/fr_kvk/2-01-invalid-lang.xbrl +0 -56
  797. tests/resources/conformance_suites/nl_nt16/fr_kvk/2-01-missing-lang.xbrl +0 -55
  798. tests/resources/conformance_suites/nl_nt16/fr_kvk/2-01-testcase.xml +0 -33
  799. tests/resources/conformance_suites/nl_nt16/fr_kvk/2-03-entrypoint.xsd +0 -6
  800. tests/resources/conformance_suites/nl_nt16/fr_kvk/2-03-invalid-entrypoint.xbrl +0 -63
  801. tests/resources/conformance_suites/nl_nt16/fr_kvk/2-03-testcase.xml +0 -22
  802. tests/resources/conformance_suites/nl_nt16/fr_kvk/5-01-invalid-decimals.xbrl +0 -49
  803. tests/resources/conformance_suites/nl_nt16/fr_kvk/5-01-testcase.xml +0 -22
  804. tests/resources/conformance_suites/nl_nt16/fr_kvk/5-02-invalid-decimals.xbrl +0 -49
  805. tests/resources/conformance_suites/nl_nt16/fr_kvk/5-02-testcase.xml +0 -22
  806. tests/resources/conformance_suites/nl_nt16/fr_nl/1-01-invalid-file.xbrl +0 -2
  807. tests/resources/conformance_suites/nl_nt16/fr_nl/1-01-invalid-zip.zip +0 -0
  808. tests/resources/conformance_suites/nl_nt16/fr_nl/1-01-testcase.xml +0 -33
  809. tests/resources/conformance_suites/nl_nt16/fr_nl/1-03-invalid-doctype.xbrl +0 -4
  810. tests/resources/conformance_suites/nl_nt16/fr_nl/1-03-testcase.xml +0 -22
  811. tests/resources/conformance_suites/nl_nt16/fr_nl/1-05-invalid-encoding.xbrl +0 -0
  812. tests/resources/conformance_suites/nl_nt16/fr_nl/1-05-testcase.xml +0 -22
  813. tests/resources/conformance_suites/nl_nt16/fr_nl/1-06-testcase.xml +0 -22
  814. tests/resources/conformance_suites/nl_nt16/fr_nl/1-06.invalid.xbrl +0 -2
  815. tests/resources/conformance_suites/nl_nt16/fr_nl/2-06-invalid-file.xbrl +0 -8
  816. tests/resources/conformance_suites/nl_nt16/fr_nl/2-06-invalid-zip.zip +0 -0
  817. tests/resources/conformance_suites/nl_nt16/fr_nl/2-06-testcase.xml +0 -33
  818. tests/resources/conformance_suites/nl_nt16/index.xml +0 -20
  819. tests/resources/conformance_suites/nl_nt17/br_kvk/2-04-invalid-period.xbrl +0 -63
  820. tests/resources/conformance_suites/nl_nt17/br_kvk/2-04-testcase.xml +0 -22
  821. tests/resources/conformance_suites/nl_nt17/br_kvk/3-01-missing.xbrl +0 -53
  822. tests/resources/conformance_suites/nl_nt17/br_kvk/3-01-multiple.xbrl +0 -60
  823. tests/resources/conformance_suites/nl_nt17/br_kvk/3-01-testcase.xml +0 -33
  824. tests/resources/conformance_suites/nl_nt17/br_kvk/4-07-invalid.xbrl +0 -57
  825. tests/resources/conformance_suites/nl_nt17/br_kvk/4-07-testcase.xml +0 -22
  826. tests/resources/conformance_suites/nl_nt17/br_kvk/4-10-invalid.xbrl +0 -58
  827. tests/resources/conformance_suites/nl_nt17/br_kvk/4-10-testcase.xml +0 -22
  828. tests/resources/conformance_suites/nl_nt17/br_kvk/4-12-invalid.xbrl +0 -63
  829. tests/resources/conformance_suites/nl_nt17/br_kvk/4-12-testcase.xml +0 -22
  830. tests/resources/conformance_suites/nl_nt17/br_kvk/4-16-missing.xbrl +0 -61
  831. tests/resources/conformance_suites/nl_nt17/br_kvk/4-16-testcase.xml +0 -22
  832. tests/resources/conformance_suites/nl_nt17/br_kvk/4-20-invalid-date.xbrl +0 -89
  833. tests/resources/conformance_suites/nl_nt17/br_kvk/4-20-testcase.xml +0 -22
  834. tests/resources/conformance_suites/nl_nt17/fr_kvk/1-01-invalid-file-extension.xml +0 -56
  835. tests/resources/conformance_suites/nl_nt17/fr_kvk/1-01-testcase.xml +0 -22
  836. tests/resources/conformance_suites/nl_nt17/fr_kvk/2-01-invalid-lang.xbrl +0 -56
  837. tests/resources/conformance_suites/nl_nt17/fr_kvk/2-01-missing-lang.xbrl +0 -55
  838. tests/resources/conformance_suites/nl_nt17/fr_kvk/2-01-testcase.xml +0 -33
  839. tests/resources/conformance_suites/nl_nt17/fr_kvk/2-03-entrypoint.xsd +0 -6
  840. tests/resources/conformance_suites/nl_nt17/fr_kvk/2-03-invalid-entrypoint.xbrl +0 -63
  841. tests/resources/conformance_suites/nl_nt17/fr_kvk/2-03-testcase.xml +0 -22
  842. tests/resources/conformance_suites/nl_nt17/fr_kvk/5-01-invalid-decimals.xbrl +0 -49
  843. tests/resources/conformance_suites/nl_nt17/fr_kvk/5-01-testcase.xml +0 -22
  844. tests/resources/conformance_suites/nl_nt17/fr_kvk/5-02-invalid-decimals.xbrl +0 -49
  845. tests/resources/conformance_suites/nl_nt17/fr_kvk/5-02-testcase.xml +0 -22
  846. tests/resources/conformance_suites/nl_nt17/fr_nl/1-01-invalid-file.xbrl +0 -2
  847. tests/resources/conformance_suites/nl_nt17/fr_nl/1-01-invalid-zip.zip +0 -0
  848. tests/resources/conformance_suites/nl_nt17/fr_nl/1-01-testcase.xml +0 -33
  849. tests/resources/conformance_suites/nl_nt17/fr_nl/1-03-invalid-doctype.xbrl +0 -4
  850. tests/resources/conformance_suites/nl_nt17/fr_nl/1-03-testcase.xml +0 -22
  851. tests/resources/conformance_suites/nl_nt17/fr_nl/1-05-invalid-encoding.xbrl +0 -0
  852. tests/resources/conformance_suites/nl_nt17/fr_nl/1-05-testcases.xml +0 -22
  853. tests/resources/conformance_suites/nl_nt17/fr_nl/1-06-testcase.xml +0 -22
  854. tests/resources/conformance_suites/nl_nt17/fr_nl/1-06.invalid.xbrl +0 -2
  855. tests/resources/conformance_suites/nl_nt17/fr_nl/2-06-invalid-file.xbrl +0 -8
  856. tests/resources/conformance_suites/nl_nt17/fr_nl/2-06-invalid-zip.zip +0 -0
  857. tests/resources/conformance_suites/nl_nt17/fr_nl/2-06-testcase.xml +0 -33
  858. tests/resources/conformance_suites/nl_nt17/index.xml +0 -20
  859. tests/resources/conformance_suites/nl_nt18/fr_nl/1-03-invalid-doctype.xbrl +0 -4
  860. tests/resources/conformance_suites/nl_nt18/fr_nl/1-03-testcase.xml +0 -22
  861. tests/resources/conformance_suites/nl_nt18/fr_nl/1-05-invalid-encoding.xbrl +0 -0
  862. tests/resources/conformance_suites/nl_nt18/fr_nl/1-05-testcases.xml +0 -22
  863. tests/resources/conformance_suites/nl_nt18/fr_nl/1-06-testcase.xml +0 -22
  864. tests/resources/conformance_suites/nl_nt18/fr_nl/1-06.invalid.xbrl +0 -2
  865. tests/resources/conformance_suites/nl_nt18/fr_nl/1.01-invalid-file.xbrl +0 -2
  866. tests/resources/conformance_suites/nl_nt18/fr_nl/1.01-invalid-zip.zip +0 -0
  867. tests/resources/conformance_suites/nl_nt18/fr_nl/1.01-testcase.xml +0 -33
  868. tests/resources/conformance_suites/nl_nt18/fr_nl/2-06-invalid-file.xbrl +0 -8
  869. tests/resources/conformance_suites/nl_nt18/fr_nl/2-06-invalid-zip.zip +0 -0
  870. tests/resources/conformance_suites/nl_nt18/fr_nl/2-06-testcase.xml +0 -33
  871. tests/resources/conformance_suites/nl_nt18/index.xml +0 -8
  872. tests/unit_tests/arelle/conftest.py +0 -16
  873. tests/unit_tests/arelle/formula/test_fact_aspects_cache.py +0 -170
  874. tests/unit_tests/arelle/plugin/test_loadfromoim.py +0 -40
  875. tests/unit_tests/arelle/plugin/test_plugin_imports.py +0 -27
  876. tests/unit_tests/arelle/test_betafeatures.py +0 -81
  877. tests/unit_tests/arelle/test_cntlr.py +0 -28
  878. tests/unit_tests/arelle/test_import.py +0 -40
  879. tests/unit_tests/arelle/test_locale.py +0 -73
  880. tests/unit_tests/arelle/test_modelmanager.py +0 -15
  881. tests/unit_tests/arelle/test_packagemanager.py +0 -65
  882. tests/unit_tests/arelle/test_pluginmanager.py +0 -176
  883. tests/unit_tests/arelle/test_qname.py +0 -140
  884. tests/unit_tests/arelle/test_runtimeoptions.py +0 -56
  885. tests/unit_tests/arelle/test_system_info.py +0 -26
  886. tests/unit_tests/arelle/test_updater.py +0 -507
  887. tests/unit_tests/arelle/test_urlutil.py +0 -49
  888. tests/unit_tests/arelle/test_version.py +0 -46
  889. tests/unit_tests/arelle/utils/validate/test_decorator.py +0 -59
  890. /arelle/{examples/plugin/validate/XYZ → plugin/validate/EDINET}/rules/__init__.py +0 -0
  891. /arelle/plugin/validate/{HMRC → UK}/consistencyChecksByName.json +0 -0
  892. /arelle/plugin/validate/{HMRC → UK}/hmrc-taxonomies.xml +0 -0
  893. {arelle_release-2.17.1.dist-info → arelle_release-2.37.71.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,4479 @@
1
+ {
2
+ "$schema": "./oim-schema.json",
3
+ "documentInfo": {
4
+ "documentType": "https://xbrl.org/2025/taxonomy",
5
+ "namespaces": {
6
+ "xbrl": "https://xbrl.org/2025",
7
+ "xbrli":"https://xbrl.org/2025/instance",
8
+ "xs": "http://www.w3.org/2001/XMLSchema",
9
+ "iso4217": "http://www.xbrl.org/2003/iso4217",
10
+ "utr": "https://xbrl.org/2025/utr"
11
+ },
12
+ "documentNamespace":"iso4217"
13
+ },
14
+ "taxonomy": {
15
+ "resolved" : false,
16
+ "frameworkName": "iso4217",
17
+ "name": "iso4217:iso4217TaxonomyModule",
18
+ "version": "2025",
19
+ "importedTaxonomies": [
20
+ {
21
+ "taxonomyName" :"utr:UnitsTaxonomyModule",
22
+ "includeObjectTypes": ["xbrl:propertyObject", "xbrl:referenceTypeObject"]
23
+ }
24
+ ],
25
+ "units": [
26
+ {
27
+ "dataType": "xbrli:monetary",
28
+ "name": "iso4217:AED"
29
+ },
30
+ {
31
+ "dataType": "xbrli:monetary",
32
+ "name": "iso4217:AFN"
33
+ },
34
+ {
35
+ "dataType": "xbrli:monetary",
36
+ "name": "iso4217:ALL"
37
+ },
38
+ {
39
+ "dataType": "xbrli:monetary",
40
+ "name": "iso4217:AMD"
41
+ },
42
+ {
43
+ "dataType": "xbrli:monetary",
44
+ "name": "iso4217:ANG"
45
+ },
46
+ {
47
+ "dataType": "xbrli:monetary",
48
+ "name": "iso4217:AOA"
49
+ },
50
+ {
51
+ "dataType": "xbrli:monetary",
52
+ "name": "iso4217:ARS"
53
+ },
54
+ {
55
+ "dataType": "xbrli:monetary",
56
+ "name": "iso4217:AUD"
57
+ },
58
+ {
59
+ "dataType": "xbrli:monetary",
60
+ "name": "iso4217:AWG"
61
+ },
62
+ {
63
+ "dataType": "xbrli:monetary",
64
+ "name": "iso4217:AZN"
65
+ },
66
+ {
67
+ "dataType": "xbrli:monetary",
68
+ "name": "iso4217:BAM"
69
+ },
70
+ {
71
+ "dataType": "xbrli:monetary",
72
+ "name": "iso4217:BBD"
73
+ },
74
+ {
75
+ "dataType": "xbrli:monetary",
76
+ "name": "iso4217:BDT"
77
+ },
78
+ {
79
+ "dataType": "xbrli:monetary",
80
+ "name": "iso4217:BGN"
81
+ },
82
+ {
83
+ "dataType": "xbrli:monetary",
84
+ "name": "iso4217:BHD"
85
+ },
86
+ {
87
+ "dataType": "xbrli:monetary",
88
+ "name": "iso4217:BIF"
89
+ },
90
+ {
91
+ "dataType": "xbrli:monetary",
92
+ "name": "iso4217:BMD"
93
+ },
94
+ {
95
+ "dataType": "xbrli:monetary",
96
+ "name": "iso4217:BND"
97
+ },
98
+ {
99
+ "dataType": "xbrli:monetary",
100
+ "name": "iso4217:BOB"
101
+ },
102
+ {
103
+ "dataType": "xbrli:monetary",
104
+ "name": "iso4217:BOV"
105
+ },
106
+ {
107
+ "dataType": "xbrli:monetary",
108
+ "name": "iso4217:BRL"
109
+ },
110
+ {
111
+ "dataType": "xbrli:monetary",
112
+ "name": "iso4217:BSD"
113
+ },
114
+ {
115
+ "dataType": "xbrli:monetary",
116
+ "name": "iso4217:BTN"
117
+ },
118
+ {
119
+ "dataType": "xbrli:monetary",
120
+ "name": "iso4217:BWP"
121
+ },
122
+ {
123
+ "dataType": "xbrli:monetary",
124
+ "name": "iso4217:BYN"
125
+ },
126
+ {
127
+ "dataType": "xbrli:monetary",
128
+ "name": "iso4217:BYR"
129
+ },
130
+ {
131
+ "dataType": "xbrli:monetary",
132
+ "name": "iso4217:BZD"
133
+ },
134
+ {
135
+ "dataType": "xbrli:monetary",
136
+ "name": "iso4217:CAD"
137
+ },
138
+ {
139
+ "dataType": "xbrli:monetary",
140
+ "name": "iso4217:CDF"
141
+ },
142
+ {
143
+ "dataType": "xbrli:monetary",
144
+ "name": "iso4217:CHE"
145
+ },
146
+ {
147
+ "dataType": "xbrli:monetary",
148
+ "name": "iso4217:CHF"
149
+ },
150
+ {
151
+ "dataType": "xbrli:monetary",
152
+ "name": "iso4217:CHW"
153
+ },
154
+ {
155
+ "dataType": "xbrli:monetary",
156
+ "name": "iso4217:CLF"
157
+ },
158
+ {
159
+ "dataType": "xbrli:monetary",
160
+ "name": "iso4217:CLP"
161
+ },
162
+ {
163
+ "dataType": "xbrli:monetary",
164
+ "name": "iso4217:CNY"
165
+ },
166
+ {
167
+ "dataType": "xbrli:monetary",
168
+ "name": "iso4217:COP"
169
+ },
170
+ {
171
+ "dataType": "xbrli:monetary",
172
+ "name": "iso4217:COU"
173
+ },
174
+ {
175
+ "dataType": "xbrli:monetary",
176
+ "name": "iso4217:CRC"
177
+ },
178
+ {
179
+ "dataType": "xbrli:monetary",
180
+ "name": "iso4217:CUC"
181
+ },
182
+ {
183
+ "dataType": "xbrli:monetary",
184
+ "name": "iso4217:CUP"
185
+ },
186
+ {
187
+ "dataType": "xbrli:monetary",
188
+ "name": "iso4217:CVE"
189
+ },
190
+ {
191
+ "dataType": "xbrli:monetary",
192
+ "name": "iso4217:CZK"
193
+ },
194
+ {
195
+ "dataType": "xbrli:monetary",
196
+ "name": "iso4217:DJF"
197
+ },
198
+ {
199
+ "dataType": "xbrli:monetary",
200
+ "name": "iso4217:DKK"
201
+ },
202
+ {
203
+ "dataType": "xbrli:monetary",
204
+ "name": "iso4217:DOP"
205
+ },
206
+ {
207
+ "dataType": "xbrli:monetary",
208
+ "name": "iso4217:DZD"
209
+ },
210
+ {
211
+ "dataType": "xbrli:monetary",
212
+ "name": "iso4217:EEK"
213
+ },
214
+ {
215
+ "dataType": "xbrli:monetary",
216
+ "name": "iso4217:EGP"
217
+ },
218
+ {
219
+ "dataType": "xbrli:monetary",
220
+ "name": "iso4217:ERN"
221
+ },
222
+ {
223
+ "dataType": "xbrli:monetary",
224
+ "name": "iso4217:ETB"
225
+ },
226
+ {
227
+ "dataType": "xbrli:monetary",
228
+ "name": "iso4217:EUR"
229
+ },
230
+ {
231
+ "dataType": "xbrli:monetary",
232
+ "name": "iso4217:FJD"
233
+ },
234
+ {
235
+ "dataType": "xbrli:monetary",
236
+ "name": "iso4217:FKP"
237
+ },
238
+ {
239
+ "dataType": "xbrli:monetary",
240
+ "name": "iso4217:GBP"
241
+ },
242
+ {
243
+ "dataType": "xbrli:monetary",
244
+ "name": "iso4217:GEL"
245
+ },
246
+ {
247
+ "dataType": "xbrli:monetary",
248
+ "name": "iso4217:GHS"
249
+ },
250
+ {
251
+ "dataType": "xbrli:monetary",
252
+ "name": "iso4217:GIP"
253
+ },
254
+ {
255
+ "dataType": "xbrli:monetary",
256
+ "name": "iso4217:GMD"
257
+ },
258
+ {
259
+ "dataType": "xbrli:monetary",
260
+ "name": "iso4217:GNF"
261
+ },
262
+ {
263
+ "dataType": "xbrli:monetary",
264
+ "name": "iso4217:GTQ"
265
+ },
266
+ {
267
+ "dataType": "xbrli:monetary",
268
+ "name": "iso4217:GYD"
269
+ },
270
+ {
271
+ "dataType": "xbrli:monetary",
272
+ "name": "iso4217:HKD"
273
+ },
274
+ {
275
+ "dataType": "xbrli:monetary",
276
+ "name": "iso4217:HNL"
277
+ },
278
+ {
279
+ "dataType": "xbrli:monetary",
280
+ "name": "iso4217:HRK"
281
+ },
282
+ {
283
+ "dataType": "xbrli:monetary",
284
+ "name": "iso4217:HTG"
285
+ },
286
+ {
287
+ "dataType": "xbrli:monetary",
288
+ "name": "iso4217:HUF"
289
+ },
290
+ {
291
+ "dataType": "xbrli:monetary",
292
+ "name": "iso4217:IDR"
293
+ },
294
+ {
295
+ "dataType": "xbrli:monetary",
296
+ "name": "iso4217:ILS"
297
+ },
298
+ {
299
+ "dataType": "xbrli:monetary",
300
+ "name": "iso4217:INR"
301
+ },
302
+ {
303
+ "dataType": "xbrli:monetary",
304
+ "name": "iso4217:IQD"
305
+ },
306
+ {
307
+ "dataType": "xbrli:monetary",
308
+ "name": "iso4217:IRR"
309
+ },
310
+ {
311
+ "dataType": "xbrli:monetary",
312
+ "name": "iso4217:ISK"
313
+ },
314
+ {
315
+ "dataType": "xbrli:monetary",
316
+ "name": "iso4217:JMD"
317
+ },
318
+ {
319
+ "dataType": "xbrli:monetary",
320
+ "name": "iso4217:JOD"
321
+ },
322
+ {
323
+ "dataType": "xbrli:monetary",
324
+ "name": "iso4217:JPY"
325
+ },
326
+ {
327
+ "dataType": "xbrli:monetary",
328
+ "name": "iso4217:KES"
329
+ },
330
+ {
331
+ "dataType": "xbrli:monetary",
332
+ "name": "iso4217:KGS"
333
+ },
334
+ {
335
+ "dataType": "xbrli:monetary",
336
+ "name": "iso4217:KHR"
337
+ },
338
+ {
339
+ "dataType": "xbrli:monetary",
340
+ "name": "iso4217:KMF"
341
+ },
342
+ {
343
+ "dataType": "xbrli:monetary",
344
+ "name": "iso4217:KPW"
345
+ },
346
+ {
347
+ "dataType": "xbrli:monetary",
348
+ "name": "iso4217:KRW"
349
+ },
350
+ {
351
+ "dataType": "xbrli:monetary",
352
+ "name": "iso4217:KWD"
353
+ },
354
+ {
355
+ "dataType": "xbrli:monetary",
356
+ "name": "iso4217:KYD"
357
+ },
358
+ {
359
+ "dataType": "xbrli:monetary",
360
+ "name": "iso4217:KZT"
361
+ },
362
+ {
363
+ "dataType": "xbrli:monetary",
364
+ "name": "iso4217:LAK"
365
+ },
366
+ {
367
+ "dataType": "xbrli:monetary",
368
+ "name": "iso4217:LBP"
369
+ },
370
+ {
371
+ "dataType": "xbrli:monetary",
372
+ "name": "iso4217:LKR"
373
+ },
374
+ {
375
+ "dataType": "xbrli:monetary",
376
+ "name": "iso4217:LRD"
377
+ },
378
+ {
379
+ "dataType": "xbrli:monetary",
380
+ "name": "iso4217:LSL"
381
+ },
382
+ {
383
+ "dataType": "xbrli:monetary",
384
+ "name": "iso4217:LTL"
385
+ },
386
+ {
387
+ "dataType": "xbrli:monetary",
388
+ "name": "iso4217:LVL"
389
+ },
390
+ {
391
+ "dataType": "xbrli:monetary",
392
+ "name": "iso4217:LYD"
393
+ },
394
+ {
395
+ "dataType": "xbrli:monetary",
396
+ "name": "iso4217:MAD"
397
+ },
398
+ {
399
+ "dataType": "xbrli:monetary",
400
+ "name": "iso4217:MDL"
401
+ },
402
+ {
403
+ "dataType": "xbrli:monetary",
404
+ "name": "iso4217:MGA"
405
+ },
406
+ {
407
+ "dataType": "xbrli:monetary",
408
+ "name": "iso4217:MKD"
409
+ },
410
+ {
411
+ "dataType": "xbrli:monetary",
412
+ "name": "iso4217:MMK"
413
+ },
414
+ {
415
+ "dataType": "xbrli:monetary",
416
+ "name": "iso4217:MNT"
417
+ },
418
+ {
419
+ "dataType": "xbrli:monetary",
420
+ "name": "iso4217:MOP"
421
+ },
422
+ {
423
+ "dataType": "xbrli:monetary",
424
+ "name": "iso4217:MRO"
425
+ },
426
+ {
427
+ "dataType": "xbrli:monetary",
428
+ "name": "iso4217:MRU"
429
+ },
430
+ {
431
+ "dataType": "xbrli:monetary",
432
+ "name": "iso4217:MUR"
433
+ },
434
+ {
435
+ "dataType": "xbrli:monetary",
436
+ "name": "iso4217:MVR"
437
+ },
438
+ {
439
+ "dataType": "xbrli:monetary",
440
+ "name": "iso4217:MWK"
441
+ },
442
+ {
443
+ "dataType": "xbrli:monetary",
444
+ "name": "iso4217:MXN"
445
+ },
446
+ {
447
+ "dataType": "xbrli:monetary",
448
+ "name": "iso4217:MXV"
449
+ },
450
+ {
451
+ "dataType": "xbrli:monetary",
452
+ "name": "iso4217:MYR"
453
+ },
454
+ {
455
+ "dataType": "xbrli:monetary",
456
+ "name": "iso4217:MZN"
457
+ },
458
+ {
459
+ "dataType": "xbrli:monetary",
460
+ "name": "iso4217:NAD"
461
+ },
462
+ {
463
+ "dataType": "xbrli:monetary",
464
+ "name": "iso4217:NGN"
465
+ },
466
+ {
467
+ "dataType": "xbrli:monetary",
468
+ "name": "iso4217:NIO"
469
+ },
470
+ {
471
+ "dataType": "xbrli:monetary",
472
+ "name": "iso4217:NOK"
473
+ },
474
+ {
475
+ "dataType": "xbrli:monetary",
476
+ "name": "iso4217:NPR"
477
+ },
478
+ {
479
+ "dataType": "xbrli:monetary",
480
+ "name": "iso4217:NZD"
481
+ },
482
+ {
483
+ "dataType": "xbrli:monetary",
484
+ "name": "iso4217:OMR"
485
+ },
486
+ {
487
+ "dataType": "xbrli:monetary",
488
+ "name": "iso4217:PAB"
489
+ },
490
+ {
491
+ "dataType": "xbrli:monetary",
492
+ "name": "iso4217:PEN"
493
+ },
494
+ {
495
+ "dataType": "xbrli:monetary",
496
+ "name": "iso4217:PGK"
497
+ },
498
+ {
499
+ "dataType": "xbrli:monetary",
500
+ "name": "iso4217:PHP"
501
+ },
502
+ {
503
+ "dataType": "xbrli:monetary",
504
+ "name": "iso4217:PKR"
505
+ },
506
+ {
507
+ "dataType": "xbrli:monetary",
508
+ "name": "iso4217:PLN"
509
+ },
510
+ {
511
+ "dataType": "xbrli:monetary",
512
+ "name": "iso4217:PYG"
513
+ },
514
+ {
515
+ "dataType": "xbrli:monetary",
516
+ "name": "iso4217:QAR"
517
+ },
518
+ {
519
+ "dataType": "xbrli:monetary",
520
+ "name": "iso4217:RON"
521
+ },
522
+ {
523
+ "dataType": "xbrli:monetary",
524
+ "name": "iso4217:RSD"
525
+ },
526
+ {
527
+ "dataType": "xbrli:monetary",
528
+ "name": "iso4217:RUB"
529
+ },
530
+ {
531
+ "dataType": "xbrli:monetary",
532
+ "name": "iso4217:RWF"
533
+ },
534
+ {
535
+ "dataType": "xbrli:monetary",
536
+ "name": "iso4217:SAR"
537
+ },
538
+ {
539
+ "dataType": "xbrli:monetary",
540
+ "name": "iso4217:SBD"
541
+ },
542
+ {
543
+ "dataType": "xbrli:monetary",
544
+ "name": "iso4217:SCR"
545
+ },
546
+ {
547
+ "dataType": "xbrli:monetary",
548
+ "name": "iso4217:SDG"
549
+ },
550
+ {
551
+ "dataType": "xbrli:monetary",
552
+ "name": "iso4217:SEK"
553
+ },
554
+ {
555
+ "dataType": "xbrli:monetary",
556
+ "name": "iso4217:SGD"
557
+ },
558
+ {
559
+ "dataType": "xbrli:monetary",
560
+ "name": "iso4217:SHP"
561
+ },
562
+ {
563
+ "dataType": "xbrli:monetary",
564
+ "name": "iso4217:SLL"
565
+ },
566
+ {
567
+ "dataType": "xbrli:monetary",
568
+ "name": "iso4217:SLE"
569
+ },
570
+ {
571
+ "dataType": "xbrli:monetary",
572
+ "name": "iso4217:SOS"
573
+ },
574
+ {
575
+ "dataType": "xbrli:monetary",
576
+ "name": "iso4217:SRD"
577
+ },
578
+ {
579
+ "dataType": "xbrli:monetary",
580
+ "name": "iso4217:SSP"
581
+ },
582
+ {
583
+ "dataType": "xbrli:monetary",
584
+ "name": "iso4217:STD"
585
+ },
586
+ {
587
+ "dataType": "xbrli:monetary",
588
+ "name": "iso4217:STN"
589
+ },
590
+ {
591
+ "dataType": "xbrli:monetary",
592
+ "name": "iso4217:SVC"
593
+ },
594
+ {
595
+ "dataType": "xbrli:monetary",
596
+ "name": "iso4217:SYP"
597
+ },
598
+ {
599
+ "dataType": "xbrli:monetary",
600
+ "name": "iso4217:SZL"
601
+ },
602
+ {
603
+ "dataType": "xbrli:monetary",
604
+ "name": "iso4217:THB"
605
+ },
606
+ {
607
+ "dataType": "xbrli:monetary",
608
+ "name": "iso4217:TJS"
609
+ },
610
+ {
611
+ "dataType": "xbrli:monetary",
612
+ "name": "iso4217:TMT"
613
+ },
614
+ {
615
+ "dataType": "xbrli:monetary",
616
+ "name": "iso4217:TND"
617
+ },
618
+ {
619
+ "dataType": "xbrli:monetary",
620
+ "name": "iso4217:TOP"
621
+ },
622
+ {
623
+ "dataType": "xbrli:monetary",
624
+ "name": "iso4217:TRY"
625
+ },
626
+ {
627
+ "dataType": "xbrli:monetary",
628
+ "name": "iso4217:TTD"
629
+ },
630
+ {
631
+ "dataType": "xbrli:monetary",
632
+ "name": "iso4217:TWD"
633
+ },
634
+ {
635
+ "dataType": "xbrli:monetary",
636
+ "name": "iso4217:TZS"
637
+ },
638
+ {
639
+ "dataType": "xbrli:monetary",
640
+ "name": "iso4217:UAH"
641
+ },
642
+ {
643
+ "dataType": "xbrli:monetary",
644
+ "name": "iso4217:UGX"
645
+ },
646
+ {
647
+ "dataType": "xbrli:monetary",
648
+ "name": "iso4217:USD"
649
+ },
650
+ {
651
+ "dataType": "xbrli:monetary",
652
+ "name": "iso4217:USN"
653
+ },
654
+ {
655
+ "dataType": "xbrli:monetary",
656
+ "name": "iso4217:USS"
657
+ },
658
+ {
659
+ "dataType": "xbrli:monetary",
660
+ "name": "iso4217:UYI"
661
+ },
662
+ {
663
+ "dataType": "xbrli:monetary",
664
+ "name": "iso4217:UYU"
665
+ },
666
+ {
667
+ "dataType": "xbrli:monetary",
668
+ "name": "iso4217:UYW"
669
+ },
670
+ {
671
+ "dataType": "xbrli:monetary",
672
+ "name": "iso4217:UZS"
673
+ },
674
+ {
675
+ "dataType": "xbrli:monetary",
676
+ "name": "iso4217:VEB"
677
+ },
678
+ {
679
+ "dataType": "xbrli:monetary",
680
+ "name": "iso4217:VEF"
681
+ },
682
+ {
683
+ "dataType": "xbrli:monetary",
684
+ "name": "iso4217:VES"
685
+ },
686
+ {
687
+ "dataType": "xbrli:monetary",
688
+ "name": "iso4217:VED"
689
+ },
690
+ {
691
+ "dataType": "xbrli:monetary",
692
+ "name": "iso4217:VND"
693
+ },
694
+ {
695
+ "dataType": "xbrli:monetary",
696
+ "name": "iso4217:VUV"
697
+ },
698
+ {
699
+ "dataType": "xbrli:monetary",
700
+ "name": "iso4217:WST"
701
+ },
702
+ {
703
+ "dataType": "xbrli:monetary",
704
+ "name": "iso4217:XAF"
705
+ },
706
+ {
707
+ "dataType": "xbrli:monetary",
708
+ "name": "iso4217:XAG"
709
+ },
710
+ {
711
+ "dataType": "xbrli:monetary",
712
+ "name": "iso4217:XAU"
713
+ },
714
+ {
715
+ "dataType": "xbrli:monetary",
716
+ "name": "iso4217:XBA"
717
+ },
718
+ {
719
+ "dataType": "xbrli:monetary",
720
+ "name": "iso4217:XBB"
721
+ },
722
+ {
723
+ "dataType": "xbrli:monetary",
724
+ "name": "iso4217:XBC"
725
+ },
726
+ {
727
+ "dataType": "xbrli:monetary",
728
+ "name": "iso4217:XBD"
729
+ },
730
+ {
731
+ "dataType": "xbrli:monetary",
732
+ "name": "iso4217:XCD"
733
+ },
734
+ {
735
+ "dataType": "xbrli:monetary",
736
+ "name": "iso4217:XDR"
737
+ },
738
+ {
739
+ "dataType": "xbrli:monetary",
740
+ "name": "iso4217:XFU"
741
+ },
742
+ {
743
+ "dataType": "xbrli:monetary",
744
+ "name": "iso4217:XOF"
745
+ },
746
+ {
747
+ "dataType": "xbrli:monetary",
748
+ "name": "iso4217:XPD"
749
+ },
750
+ {
751
+ "dataType": "xbrli:monetary",
752
+ "name": "iso4217:XPF"
753
+ },
754
+ {
755
+ "dataType": "xbrli:monetary",
756
+ "name": "iso4217:XPT"
757
+ },
758
+ {
759
+ "dataType": "xbrli:monetary",
760
+ "name": "iso4217:XSU"
761
+ },
762
+ {
763
+ "dataType": "xbrli:monetary",
764
+ "name": "iso4217:XUA"
765
+ },
766
+ {
767
+ "dataType": "xbrli:monetary",
768
+ "name": "iso4217:YER"
769
+ },
770
+ {
771
+ "dataType": "xbrli:monetary",
772
+ "name": "iso4217:ZAR"
773
+ },
774
+ {
775
+ "dataType": "xbrli:monetary",
776
+ "name": "iso4217:ZMK"
777
+ },
778
+ {
779
+ "dataType": "xbrli:monetary",
780
+ "name": "iso4217:ZMW"
781
+ },
782
+ {
783
+ "dataType": "xbrli:monetary",
784
+ "name": "iso4217:ZWG"
785
+ },
786
+ {
787
+ "dataType": "xbrli:monetary",
788
+ "name": "iso4217:ZWL"
789
+ }
790
+ ],
791
+ "labels": [
792
+ {
793
+ "labelType": "xbrl:label",
794
+ "language": "en",
795
+ "relatedName": "iso4217:AED",
796
+ "value": "U.A.E. dirham"
797
+ },
798
+ {
799
+ "labelType": "xbrl:symbolLabel",
800
+ "language": "en",
801
+ "relatedName": "iso4217:AED",
802
+ "value": "د.إ"
803
+ },
804
+ {
805
+ "labelType": "xbrl:documentation",
806
+ "language": "en",
807
+ "relatedName": "iso4217:AED",
808
+ "value": "United Arab Emirates dirham"
809
+ },
810
+ {
811
+ "labelType": "xbrl:label",
812
+ "language": "en",
813
+ "relatedName": "iso4217:AFN",
814
+ "value": "Afghan afghani"
815
+ },
816
+ {
817
+ "labelType": "xbrl:symbolLabel",
818
+ "language": "en",
819
+ "relatedName": "iso4217:AFN",
820
+ "value": "؋"
821
+ },
822
+ {
823
+ "labelType": "xbrl:documentation",
824
+ "language": "en",
825
+ "relatedName": "iso4217:AFN",
826
+ "value": "Afghan afghani"
827
+ },
828
+ {
829
+ "labelType": "xbrl:label",
830
+ "language": "en",
831
+ "relatedName": "iso4217:ALL",
832
+ "value": "Albanian lek"
833
+ },
834
+ {
835
+ "labelType": "xbrl:symbolLabel",
836
+ "language": "en",
837
+ "relatedName": "iso4217:ALL",
838
+ "value": "L"
839
+ },
840
+ {
841
+ "labelType": "xbrl:documentation",
842
+ "language": "en",
843
+ "relatedName": "iso4217:ALL",
844
+ "value": "Albanian lek"
845
+ },
846
+ {
847
+ "labelType": "xbrl:label",
848
+ "language": "en",
849
+ "relatedName": "iso4217:AMD",
850
+ "value": "Armenian dram"
851
+ },
852
+ {
853
+ "labelType": "xbrl:symbolLabel",
854
+ "language": "en",
855
+ "relatedName": "iso4217:AMD",
856
+ "value": "֏"
857
+ },
858
+ {
859
+ "labelType": "xbrl:documentation",
860
+ "language": "en",
861
+ "relatedName": "iso4217:AMD",
862
+ "value": "Armenian dram"
863
+ },
864
+ {
865
+ "labelType": "xbrl:label",
866
+ "language": "en",
867
+ "relatedName": "iso4217:ANG",
868
+ "value": "Netherlands Antillean guilder"
869
+ },
870
+ {
871
+ "labelType": "xbrl:symbolLabel",
872
+ "language": "en",
873
+ "relatedName": "iso4217:ANG",
874
+ "value": "NAƒ"
875
+ },
876
+ {
877
+ "labelType": "xbrl:documentation",
878
+ "language": "en",
879
+ "relatedName": "iso4217:ANG",
880
+ "value": "Netherlands Antillean guilder"
881
+ },
882
+ {
883
+ "labelType": "xbrl:label",
884
+ "language": "en",
885
+ "relatedName": "iso4217:AOA",
886
+ "value": "Angolan kwanza"
887
+ },
888
+ {
889
+ "labelType": "xbrl:symbolLabel",
890
+ "language": "en",
891
+ "relatedName": "iso4217:AOA",
892
+ "value": "Kz"
893
+ },
894
+ {
895
+ "labelType": "xbrl:documentation",
896
+ "language": "en",
897
+ "relatedName": "iso4217:AOA",
898
+ "value": "Angolan kwanza"
899
+ },
900
+ {
901
+ "labelType": "xbrl:label",
902
+ "language": "en",
903
+ "relatedName": "iso4217:ARS",
904
+ "value": "Argentine peso"
905
+ },
906
+ {
907
+ "labelType": "xbrl:symbolLabel",
908
+ "language": "en",
909
+ "relatedName": "iso4217:ARS",
910
+ "value": "$"
911
+ },
912
+ {
913
+ "labelType": "xbrl:documentation",
914
+ "language": "en",
915
+ "relatedName": "iso4217:ARS",
916
+ "value": "Argentine peso"
917
+ },
918
+ {
919
+ "labelType": "xbrl:label",
920
+ "language": "en",
921
+ "relatedName": "iso4217:AUD",
922
+ "value": "Australian dollar"
923
+ },
924
+ {
925
+ "labelType": "xbrl:symbolLabel",
926
+ "language": "en",
927
+ "relatedName": "iso4217:AUD",
928
+ "value": "$"
929
+ },
930
+ {
931
+ "labelType": "xbrl:documentation",
932
+ "language": "en",
933
+ "relatedName": "iso4217:AUD",
934
+ "value": "Australian dollar"
935
+ },
936
+ {
937
+ "labelType": "xbrl:label",
938
+ "language": "en",
939
+ "relatedName": "iso4217:AWG",
940
+ "value": "Aruban florin"
941
+ },
942
+ {
943
+ "labelType": "xbrl:symbolLabel",
944
+ "language": "en",
945
+ "relatedName": "iso4217:AWG",
946
+ "value": "ƒ"
947
+ },
948
+ {
949
+ "labelType": "xbrl:documentation",
950
+ "language": "en",
951
+ "relatedName": "iso4217:AWG",
952
+ "value": "Aruban florin"
953
+ },
954
+ {
955
+ "labelType": "xbrl:label",
956
+ "language": "en",
957
+ "relatedName": "iso4217:AZN",
958
+ "value": "Azerbaijani manat"
959
+ },
960
+ {
961
+ "labelType": "xbrl:symbolLabel",
962
+ "language": "en",
963
+ "relatedName": "iso4217:AZN",
964
+ "value": "₼"
965
+ },
966
+ {
967
+ "labelType": "xbrl:documentation",
968
+ "language": "en",
969
+ "relatedName": "iso4217:AZN",
970
+ "value": "Azerbaijani manat"
971
+ },
972
+ {
973
+ "labelType": "xbrl:label",
974
+ "language": "en",
975
+ "relatedName": "iso4217:BAM",
976
+ "value": "Bosnia and Herzegovina convertible mark"
977
+ },
978
+ {
979
+ "labelType": "xbrl:symbolLabel",
980
+ "language": "en",
981
+ "relatedName": "iso4217:BAM",
982
+ "value": "KM"
983
+ },
984
+ {
985
+ "labelType": "xbrl:documentation",
986
+ "language": "en",
987
+ "relatedName": "iso4217:BAM",
988
+ "value": "Bosnia and Herzegovina convertible mark"
989
+ },
990
+ {
991
+ "labelType": "xbrl:label",
992
+ "language": "en",
993
+ "relatedName": "iso4217:BBD",
994
+ "value": "Barbados dollar"
995
+ },
996
+ {
997
+ "labelType": "xbrl:symbolLabel",
998
+ "language": "en",
999
+ "relatedName": "iso4217:BBD",
1000
+ "value": "$"
1001
+ },
1002
+ {
1003
+ "labelType": "xbrl:documentation",
1004
+ "language": "en",
1005
+ "relatedName": "iso4217:BBD",
1006
+ "value": "Barbados dollar"
1007
+ },
1008
+ {
1009
+ "labelType": "xbrl:label",
1010
+ "language": "en",
1011
+ "relatedName": "iso4217:BDT",
1012
+ "value": "Bangladeshi taka"
1013
+ },
1014
+ {
1015
+ "labelType": "xbrl:symbolLabel",
1016
+ "language": "en",
1017
+ "relatedName": "iso4217:BDT",
1018
+ "value": "৳"
1019
+ },
1020
+ {
1021
+ "labelType": "xbrl:documentation",
1022
+ "language": "en",
1023
+ "relatedName": "iso4217:BDT",
1024
+ "value": "Bangladeshi taka"
1025
+ },
1026
+ {
1027
+ "labelType": "xbrl:label",
1028
+ "language": "en",
1029
+ "relatedName": "iso4217:BGN",
1030
+ "value": "Bulgarian lev"
1031
+ },
1032
+ {
1033
+ "labelType": "xbrl:symbolLabel",
1034
+ "language": "en",
1035
+ "relatedName": "iso4217:BGN",
1036
+ "value": "лв"
1037
+ },
1038
+ {
1039
+ "labelType": "xbrl:documentation",
1040
+ "language": "en",
1041
+ "relatedName": "iso4217:BGN",
1042
+ "value": "Bulgarian lev"
1043
+ },
1044
+ {
1045
+ "labelType": "xbrl:label",
1046
+ "language": "en",
1047
+ "relatedName": "iso4217:BHD",
1048
+ "value": "Bahraini dinar"
1049
+ },
1050
+ {
1051
+ "labelType": "xbrl:symbolLabel",
1052
+ "language": "en",
1053
+ "relatedName": "iso4217:BHD",
1054
+ "value": ".د.ب"
1055
+ },
1056
+ {
1057
+ "labelType": "xbrl:documentation",
1058
+ "language": "en",
1059
+ "relatedName": "iso4217:BHD",
1060
+ "value": "Bahraini dinar"
1061
+ },
1062
+ {
1063
+ "labelType": "xbrl:label",
1064
+ "language": "en",
1065
+ "relatedName": "iso4217:BIF",
1066
+ "value": "Burundian franc"
1067
+ },
1068
+ {
1069
+ "labelType": "xbrl:symbolLabel",
1070
+ "language": "en",
1071
+ "relatedName": "iso4217:BIF",
1072
+ "value": "FBu"
1073
+ },
1074
+ {
1075
+ "labelType": "xbrl:documentation",
1076
+ "language": "en",
1077
+ "relatedName": "iso4217:BIF",
1078
+ "value": "Burundian franc"
1079
+ },
1080
+ {
1081
+ "labelType": "xbrl:label",
1082
+ "language": "en",
1083
+ "relatedName": "iso4217:BMD",
1084
+ "value": "Bermuda Dollar"
1085
+ },
1086
+ {
1087
+ "labelType": "xbrl:symbolLabel",
1088
+ "language": "en",
1089
+ "relatedName": "iso4217:BMD",
1090
+ "value": "$"
1091
+ },
1092
+ {
1093
+ "labelType": "xbrl:documentation",
1094
+ "language": "en",
1095
+ "relatedName": "iso4217:BMD",
1096
+ "value": "Bermudian dollar (customarily known as Bermuda dollar)"
1097
+ },
1098
+ {
1099
+ "labelType": "xbrl:label",
1100
+ "language": "en",
1101
+ "relatedName": "iso4217:BND",
1102
+ "value": "Brunei dollar"
1103
+ },
1104
+ {
1105
+ "labelType": "xbrl:symbolLabel",
1106
+ "language": "en",
1107
+ "relatedName": "iso4217:BND",
1108
+ "value": "$"
1109
+ },
1110
+ {
1111
+ "labelType": "xbrl:documentation",
1112
+ "language": "en",
1113
+ "relatedName": "iso4217:BND",
1114
+ "value": "Brunei dollar"
1115
+ },
1116
+ {
1117
+ "labelType": "xbrl:label",
1118
+ "language": "en",
1119
+ "relatedName": "iso4217:BOB",
1120
+ "value": "Boliviano"
1121
+ },
1122
+ {
1123
+ "labelType": "xbrl:symbolLabel",
1124
+ "language": "en",
1125
+ "relatedName": "iso4217:BOB",
1126
+ "value": "Bs."
1127
+ },
1128
+ {
1129
+ "labelType": "xbrl:documentation",
1130
+ "language": "en",
1131
+ "relatedName": "iso4217:BOB",
1132
+ "value": "Boliviano"
1133
+ },
1134
+ {
1135
+ "labelType": "xbrl:label",
1136
+ "language": "en",
1137
+ "relatedName": "iso4217:BOV",
1138
+ "value": "Bolivian Mvdol"
1139
+ },
1140
+
1141
+ {
1142
+ "labelType": "xbrl:documentation",
1143
+ "language": "en",
1144
+ "relatedName": "iso4217:BOV",
1145
+ "value": "Bolivian Mvdol (funds code)"
1146
+ },
1147
+ {
1148
+ "labelType": "xbrl:label",
1149
+ "language": "en",
1150
+ "relatedName": "iso4217:BRL",
1151
+ "value": "Brazilian real"
1152
+ },
1153
+ {
1154
+ "labelType": "xbrl:symbolLabel",
1155
+ "language": "en",
1156
+ "relatedName": "iso4217:BRL",
1157
+ "value": "R$"
1158
+ },
1159
+ {
1160
+ "labelType": "xbrl:documentation",
1161
+ "language": "en",
1162
+ "relatedName": "iso4217:BRL",
1163
+ "value": "Brazilian real"
1164
+ },
1165
+ {
1166
+ "labelType": "xbrl:label",
1167
+ "language": "en",
1168
+ "relatedName": "iso4217:BSD",
1169
+ "value": "Bahamian dollar"
1170
+ },
1171
+ {
1172
+ "labelType": "xbrl:symbolLabel",
1173
+ "language": "en",
1174
+ "relatedName": "iso4217:BSD",
1175
+ "value": "$"
1176
+ },
1177
+ {
1178
+ "labelType": "xbrl:documentation",
1179
+ "language": "en",
1180
+ "relatedName": "iso4217:BSD",
1181
+ "value": "Bahamian dollar"
1182
+ },
1183
+ {
1184
+ "labelType": "xbrl:label",
1185
+ "language": "en",
1186
+ "relatedName": "iso4217:BTN",
1187
+ "value": "Bhutanese ngultrum"
1188
+ },
1189
+ {
1190
+ "labelType": "xbrl:symbolLabel",
1191
+ "language": "en",
1192
+ "relatedName": "iso4217:BTN",
1193
+ "value": "Ch."
1194
+ },
1195
+ {
1196
+ "labelType": "xbrl:documentation",
1197
+ "language": "en",
1198
+ "relatedName": "iso4217:BTN",
1199
+ "value": "Bhutanese ngultrum"
1200
+ },
1201
+ {
1202
+ "labelType": "xbrl:label",
1203
+ "language": "en",
1204
+ "relatedName": "iso4217:BWP",
1205
+ "value": "Botswana pula"
1206
+ },
1207
+ {
1208
+ "labelType": "xbrl:symbolLabel",
1209
+ "language": "en",
1210
+ "relatedName": "iso4217:BWP",
1211
+ "value": "P"
1212
+ },
1213
+ {
1214
+ "labelType": "xbrl:documentation",
1215
+ "language": "en",
1216
+ "relatedName": "iso4217:BWP",
1217
+ "value": "Botswana pula"
1218
+ },
1219
+ {
1220
+ "labelType": "xbrl:label",
1221
+ "language": "en",
1222
+ "relatedName": "iso4217:BYN",
1223
+ "value": "Belarusian ruble"
1224
+ },
1225
+ {
1226
+ "labelType": "xbrl:symbolLabel",
1227
+ "language": "en",
1228
+ "relatedName": "iso4217:BYN",
1229
+ "value": "Br"
1230
+ },
1231
+ {
1232
+ "labelType": "xbrl:documentation",
1233
+ "language": "en",
1234
+ "relatedName": "iso4217:BYN",
1235
+ "value": "Belarusian ruble"
1236
+ },
1237
+ {
1238
+ "labelType": "xbrl:label",
1239
+ "language": "en",
1240
+ "relatedName": "iso4217:BYR",
1241
+ "value": "Belarusian ruble"
1242
+ },
1243
+ {
1244
+ "labelType": "xbrl:symbolLabel",
1245
+ "language": "en",
1246
+ "relatedName": "iso4217:BYR",
1247
+ "value": "Br"
1248
+ },
1249
+ {
1250
+ "labelType": "xbrl:documentation",
1251
+ "language": "en",
1252
+ "relatedName": "iso4217:BYR",
1253
+ "value": "Belarusian ruble"
1254
+ },
1255
+ {
1256
+ "labelType": "xbrl:label",
1257
+ "language": "en",
1258
+ "relatedName": "iso4217:BZD",
1259
+ "value": "Belize dollar"
1260
+ },
1261
+ {
1262
+ "labelType": "xbrl:symbolLabel",
1263
+ "language": "en",
1264
+ "relatedName": "iso4217:BZD",
1265
+ "value": "$"
1266
+ },
1267
+ {
1268
+ "labelType": "xbrl:documentation",
1269
+ "language": "en",
1270
+ "relatedName": "iso4217:BZD",
1271
+ "value": "Belize dollar"
1272
+ },
1273
+ {
1274
+ "labelType": "xbrl:label",
1275
+ "language": "en",
1276
+ "relatedName": "iso4217:CAD",
1277
+ "value": "Canadian dollar"
1278
+ },
1279
+ {
1280
+ "labelType": "xbrl:symbolLabel",
1281
+ "language": "en",
1282
+ "relatedName": "iso4217:CAD",
1283
+ "value": "$"
1284
+ },
1285
+ {
1286
+ "labelType": "xbrl:documentation",
1287
+ "language": "en",
1288
+ "relatedName": "iso4217:CAD",
1289
+ "value": "Canadian dollar"
1290
+ },
1291
+ {
1292
+ "labelType": "xbrl:label",
1293
+ "language": "en",
1294
+ "relatedName": "iso4217:CDF",
1295
+ "value": "Congolese franc"
1296
+ },
1297
+ {
1298
+ "labelType": "xbrl:symbolLabel",
1299
+ "language": "en",
1300
+ "relatedName": "iso4217:CDF",
1301
+ "value": "CF"
1302
+ },
1303
+ {
1304
+ "labelType": "xbrl:documentation",
1305
+ "language": "en",
1306
+ "relatedName": "iso4217:CDF",
1307
+ "value": "Congolese franc"
1308
+ },
1309
+ {
1310
+ "labelType": "xbrl:label",
1311
+ "language": "en",
1312
+ "relatedName": "iso4217:CHE",
1313
+ "value": "WIR Bank"
1314
+ },
1315
+
1316
+ {
1317
+ "labelType": "xbrl:documentation",
1318
+ "language": "en",
1319
+ "relatedName": "iso4217:CHE",
1320
+ "value": "WIR Bank (complementary currency)"
1321
+ },
1322
+ {
1323
+ "labelType": "xbrl:label",
1324
+ "language": "en",
1325
+ "relatedName": "iso4217:CHF",
1326
+ "value": "Swiss franc"
1327
+ },
1328
+ {
1329
+ "labelType": "xbrl:symbolLabel",
1330
+ "language": "en",
1331
+ "relatedName": "iso4217:CHF",
1332
+ "value": "SFr"
1333
+ },
1334
+ {
1335
+ "labelType": "xbrl:documentation",
1336
+ "language": "en",
1337
+ "relatedName": "iso4217:CHF",
1338
+ "value": "Swiss franc"
1339
+ },
1340
+ {
1341
+ "labelType": "xbrl:label",
1342
+ "language": "en",
1343
+ "relatedName": "iso4217:CHW",
1344
+ "value": "WIR Bank"
1345
+ },
1346
+
1347
+ {
1348
+ "labelType": "xbrl:documentation",
1349
+ "language": "en",
1350
+ "relatedName": "iso4217:CHW",
1351
+ "value": "WIR Bank (complementary currency)"
1352
+ },
1353
+ {
1354
+ "labelType": "xbrl:label",
1355
+ "language": "en",
1356
+ "relatedName": "iso4217:CLF",
1357
+ "value": "Unidad de Fomento"
1358
+ },
1359
+
1360
+ {
1361
+ "labelType": "xbrl:documentation",
1362
+ "language": "en",
1363
+ "relatedName": "iso4217:CLF",
1364
+ "value": "Unidad de Fomento (funds code)"
1365
+ },
1366
+ {
1367
+ "labelType": "xbrl:label",
1368
+ "language": "en",
1369
+ "relatedName": "iso4217:CLP",
1370
+ "value": "Chilean peso"
1371
+ },
1372
+ {
1373
+ "labelType": "xbrl:symbolLabel",
1374
+ "language": "en",
1375
+ "relatedName": "iso4217:CLP",
1376
+ "value": "$"
1377
+ },
1378
+ {
1379
+ "labelType": "xbrl:documentation",
1380
+ "language": "en",
1381
+ "relatedName": "iso4217:CLP",
1382
+ "value": "Chilean peso"
1383
+ },
1384
+ {
1385
+ "labelType": "xbrl:label",
1386
+ "language": "en",
1387
+ "relatedName": "iso4217:CNY",
1388
+ "value": "Chinese yuan"
1389
+ },
1390
+ {
1391
+ "labelType": "xbrl:symbolLabel",
1392
+ "language": "en",
1393
+ "relatedName": "iso4217:CNY",
1394
+ "value": "¥"
1395
+ },
1396
+ {
1397
+ "labelType": "xbrl:documentation",
1398
+ "language": "en",
1399
+ "relatedName": "iso4217:CNY",
1400
+ "value": "Chinese yuan (renmibi)"
1401
+ },
1402
+ {
1403
+ "labelType": "xbrl:label",
1404
+ "language": "en",
1405
+ "relatedName": "iso4217:COP",
1406
+ "value": "Colombian peso"
1407
+ },
1408
+ {
1409
+ "labelType": "xbrl:symbolLabel",
1410
+ "language": "en",
1411
+ "relatedName": "iso4217:COP",
1412
+ "value": "$"
1413
+ },
1414
+ {
1415
+ "labelType": "xbrl:documentation",
1416
+ "language": "en",
1417
+ "relatedName": "iso4217:COP",
1418
+ "value": "Colombian peso"
1419
+ },
1420
+ {
1421
+ "labelType": "xbrl:label",
1422
+ "language": "en",
1423
+ "relatedName": "iso4217:COU",
1424
+ "value": "Unidad de Valor Real"
1425
+ },
1426
+
1427
+ {
1428
+ "labelType": "xbrl:documentation",
1429
+ "language": "en",
1430
+ "relatedName": "iso4217:COU",
1431
+ "value": "Unidad de Valor Real"
1432
+ },
1433
+ {
1434
+ "labelType": "xbrl:label",
1435
+ "language": "en",
1436
+ "relatedName": "iso4217:CRC",
1437
+ "value": "Costa Rican colon"
1438
+ },
1439
+ {
1440
+ "labelType": "xbrl:symbolLabel",
1441
+ "language": "en",
1442
+ "relatedName": "iso4217:CRC",
1443
+ "value": "₡"
1444
+ },
1445
+ {
1446
+ "labelType": "xbrl:documentation",
1447
+ "language": "en",
1448
+ "relatedName": "iso4217:CRC",
1449
+ "value": "Costa Rican colon"
1450
+ },
1451
+ {
1452
+ "labelType": "xbrl:label",
1453
+ "language": "en",
1454
+ "relatedName": "iso4217:CUC",
1455
+ "value": "Cuban convertible peso"
1456
+ },
1457
+ {
1458
+ "labelType": "xbrl:symbolLabel",
1459
+ "language": "en",
1460
+ "relatedName": "iso4217:CUC",
1461
+ "value": "CUC$"
1462
+ },
1463
+ {
1464
+ "labelType": "xbrl:documentation",
1465
+ "language": "en",
1466
+ "relatedName": "iso4217:CUC",
1467
+ "value": "Cuban convertible peso"
1468
+ },
1469
+ {
1470
+ "labelType": "xbrl:label",
1471
+ "language": "en",
1472
+ "relatedName": "iso4217:CUP",
1473
+ "value": "Cuban peso"
1474
+ },
1475
+ {
1476
+ "labelType": "xbrl:symbolLabel",
1477
+ "language": "en",
1478
+ "relatedName": "iso4217:CUP",
1479
+ "value": "$MN"
1480
+ },
1481
+ {
1482
+ "labelType": "xbrl:documentation",
1483
+ "language": "en",
1484
+ "relatedName": "iso4217:CUP",
1485
+ "value": "Cuban peso"
1486
+ },
1487
+ {
1488
+ "labelType": "xbrl:label",
1489
+ "language": "en",
1490
+ "relatedName": "iso4217:CVE",
1491
+ "value": "Cape Verde escudo"
1492
+ },
1493
+ {
1494
+ "labelType": "xbrl:symbolLabel",
1495
+ "language": "en",
1496
+ "relatedName": "iso4217:CVE",
1497
+ "value": "Esc"
1498
+ },
1499
+ {
1500
+ "labelType": "xbrl:documentation",
1501
+ "language": "en",
1502
+ "relatedName": "iso4217:CVE",
1503
+ "value": "Cape Verde escudo"
1504
+ },
1505
+ {
1506
+ "labelType": "xbrl:label",
1507
+ "language": "en",
1508
+ "relatedName": "iso4217:CZK",
1509
+ "value": "Czech koruna"
1510
+ },
1511
+ {
1512
+ "labelType": "xbrl:symbolLabel",
1513
+ "language": "en",
1514
+ "relatedName": "iso4217:CZK",
1515
+ "value": "Kč"
1516
+ },
1517
+ {
1518
+ "labelType": "xbrl:documentation",
1519
+ "language": "en",
1520
+ "relatedName": "iso4217:CZK",
1521
+ "value": "Czech koruna"
1522
+ },
1523
+ {
1524
+ "labelType": "xbrl:label",
1525
+ "language": "en",
1526
+ "relatedName": "iso4217:DJF",
1527
+ "value": "Djiboutian franc"
1528
+ },
1529
+ {
1530
+ "labelType": "xbrl:symbolLabel",
1531
+ "language": "en",
1532
+ "relatedName": "iso4217:DJF",
1533
+ "value": "Fdj"
1534
+ },
1535
+ {
1536
+ "labelType": "xbrl:documentation",
1537
+ "language": "en",
1538
+ "relatedName": "iso4217:DJF",
1539
+ "value": "Djiboutian franc"
1540
+ },
1541
+ {
1542
+ "labelType": "xbrl:label",
1543
+ "language": "en",
1544
+ "relatedName": "iso4217:DKK",
1545
+ "value": "Danish krone"
1546
+ },
1547
+ {
1548
+ "labelType": "xbrl:symbolLabel",
1549
+ "language": "en",
1550
+ "relatedName": "iso4217:DKK",
1551
+ "value": "kr"
1552
+ },
1553
+ {
1554
+ "labelType": "xbrl:documentation",
1555
+ "language": "en",
1556
+ "relatedName": "iso4217:DKK",
1557
+ "value": "Danish krone"
1558
+ },
1559
+ {
1560
+ "labelType": "xbrl:label",
1561
+ "language": "en",
1562
+ "relatedName": "iso4217:DOP",
1563
+ "value": "Dominican peso"
1564
+ },
1565
+ {
1566
+ "labelType": "xbrl:symbolLabel",
1567
+ "language": "en",
1568
+ "relatedName": "iso4217:DOP",
1569
+ "value": "$"
1570
+ },
1571
+ {
1572
+ "labelType": "xbrl:documentation",
1573
+ "language": "en",
1574
+ "relatedName": "iso4217:DOP",
1575
+ "value": "Dominican peso"
1576
+ },
1577
+ {
1578
+ "labelType": "xbrl:label",
1579
+ "language": "en",
1580
+ "relatedName": "iso4217:DZD",
1581
+ "value": "Algerian dinar"
1582
+ },
1583
+ {
1584
+ "labelType": "xbrl:symbolLabel",
1585
+ "language": "en",
1586
+ "relatedName": "iso4217:DZD",
1587
+ "value": "دج"
1588
+ },
1589
+ {
1590
+ "labelType": "xbrl:documentation",
1591
+ "language": "en",
1592
+ "relatedName": "iso4217:DZD",
1593
+ "value": "Algerian dinar"
1594
+ },
1595
+ {
1596
+ "labelType": "xbrl:label",
1597
+ "language": "en",
1598
+ "relatedName": "iso4217:EEK",
1599
+ "value": "Estonian kroon"
1600
+ },
1601
+
1602
+ {
1603
+ "labelType": "xbrl:documentation",
1604
+ "language": "en",
1605
+ "relatedName": "iso4217:EEK",
1606
+ "value": "Estonian kroon"
1607
+ },
1608
+ {
1609
+ "labelType": "xbrl:label",
1610
+ "language": "en",
1611
+ "relatedName": "iso4217:EGP",
1612
+ "value": "Egyptian pound"
1613
+ },
1614
+ {
1615
+ "labelType": "xbrl:symbolLabel",
1616
+ "language": "en",
1617
+ "relatedName": "iso4217:EGP",
1618
+ "value": "ج.م."
1619
+ },
1620
+ {
1621
+ "labelType": "xbrl:documentation",
1622
+ "language": "en",
1623
+ "relatedName": "iso4217:EGP",
1624
+ "value": "Egyptian pound"
1625
+ },
1626
+ {
1627
+ "labelType": "xbrl:label",
1628
+ "language": "en",
1629
+ "relatedName": "iso4217:ERN",
1630
+ "value": "Eritrean nakfa"
1631
+ },
1632
+ {
1633
+ "labelType": "xbrl:symbolLabel",
1634
+ "language": "en",
1635
+ "relatedName": "iso4217:ERN",
1636
+ "value": "Nfk"
1637
+ },
1638
+ {
1639
+ "labelType": "xbrl:documentation",
1640
+ "language": "en",
1641
+ "relatedName": "iso4217:ERN",
1642
+ "value": "Eritrean nakfa"
1643
+ },
1644
+ {
1645
+ "labelType": "xbrl:label",
1646
+ "language": "en",
1647
+ "relatedName": "iso4217:ETB",
1648
+ "value": "Ethiopian birr"
1649
+ },
1650
+ {
1651
+ "labelType": "xbrl:symbolLabel",
1652
+ "language": "en",
1653
+ "relatedName": "iso4217:ETB",
1654
+ "value": "Br"
1655
+ },
1656
+ {
1657
+ "labelType": "xbrl:documentation",
1658
+ "language": "en",
1659
+ "relatedName": "iso4217:ETB",
1660
+ "value": "Ethiopian birr"
1661
+ },
1662
+ {
1663
+ "labelType": "xbrl:label",
1664
+ "language": "en",
1665
+ "relatedName": "iso4217:EUR",
1666
+ "value": "Euro"
1667
+ },
1668
+ {
1669
+ "labelType": "xbrl:symbolLabel",
1670
+ "language": "en",
1671
+ "relatedName": "iso4217:EUR",
1672
+ "value": "€"
1673
+ },
1674
+ {
1675
+ "labelType": "xbrl:documentation",
1676
+ "language": "en",
1677
+ "relatedName": "iso4217:EUR",
1678
+ "value": "Euro"
1679
+ },
1680
+ {
1681
+ "labelType": "xbrl:label",
1682
+ "language": "en",
1683
+ "relatedName": "iso4217:FJD",
1684
+ "value": "Fiji dollar"
1685
+ },
1686
+ {
1687
+ "labelType": "xbrl:symbolLabel",
1688
+ "language": "en",
1689
+ "relatedName": "iso4217:FJD",
1690
+ "value": "$"
1691
+ },
1692
+ {
1693
+ "labelType": "xbrl:documentation",
1694
+ "language": "en",
1695
+ "relatedName": "iso4217:FJD",
1696
+ "value": "Fiji dollar"
1697
+ },
1698
+ {
1699
+ "labelType": "xbrl:label",
1700
+ "language": "en",
1701
+ "relatedName": "iso4217:FKP",
1702
+ "value": "Falkland Islands pound"
1703
+ },
1704
+ {
1705
+ "labelType": "xbrl:symbolLabel",
1706
+ "language": "en",
1707
+ "relatedName": "iso4217:FKP",
1708
+ "value": "£"
1709
+ },
1710
+ {
1711
+ "labelType": "xbrl:documentation",
1712
+ "language": "en",
1713
+ "relatedName": "iso4217:FKP",
1714
+ "value": "Falkland Islands pound"
1715
+ },
1716
+ {
1717
+ "labelType": "xbrl:label",
1718
+ "language": "en",
1719
+ "relatedName": "iso4217:GBP",
1720
+ "value": "Pound sterling"
1721
+ },
1722
+ {
1723
+ "labelType": "xbrl:symbolLabel",
1724
+ "language": "en",
1725
+ "relatedName": "iso4217:GBP",
1726
+ "value": "£"
1727
+ },
1728
+ {
1729
+ "labelType": "xbrl:documentation",
1730
+ "language": "en",
1731
+ "relatedName": "iso4217:GBP",
1732
+ "value": "Great Britain Pound sterling"
1733
+ },
1734
+ {
1735
+ "labelType": "xbrl:label",
1736
+ "language": "en",
1737
+ "relatedName": "iso4217:GEL",
1738
+ "value": "Georgian lari"
1739
+ },
1740
+ {
1741
+ "labelType": "xbrl:symbolLabel",
1742
+ "language": "en",
1743
+ "relatedName": "iso4217:GEL",
1744
+ "value": "ლ"
1745
+ },
1746
+ {
1747
+ "labelType": "xbrl:documentation",
1748
+ "language": "en",
1749
+ "relatedName": "iso4217:GEL",
1750
+ "value": "Georgian lari"
1751
+ },
1752
+ {
1753
+ "labelType": "xbrl:label",
1754
+ "language": "en",
1755
+ "relatedName": "iso4217:GHS",
1756
+ "value": "Ghanaian cedi"
1757
+ },
1758
+ {
1759
+ "labelType": "xbrl:symbolLabel",
1760
+ "language": "en",
1761
+ "relatedName": "iso4217:GHS",
1762
+ "value": "GH₵"
1763
+ },
1764
+ {
1765
+ "labelType": "xbrl:documentation",
1766
+ "language": "en",
1767
+ "relatedName": "iso4217:GHS",
1768
+ "value": "Ghanaian cedi"
1769
+ },
1770
+ {
1771
+ "labelType": "xbrl:label",
1772
+ "language": "en",
1773
+ "relatedName": "iso4217:GIP",
1774
+ "value": "Gibraltar pound"
1775
+ },
1776
+ {
1777
+ "labelType": "xbrl:symbolLabel",
1778
+ "language": "en",
1779
+ "relatedName": "iso4217:GIP",
1780
+ "value": "£"
1781
+ },
1782
+ {
1783
+ "labelType": "xbrl:documentation",
1784
+ "language": "en",
1785
+ "relatedName": "iso4217:GIP",
1786
+ "value": "Gibraltar pound"
1787
+ },
1788
+ {
1789
+ "labelType": "xbrl:label",
1790
+ "language": "en",
1791
+ "relatedName": "iso4217:GMD",
1792
+ "value": "Gambian dalasi"
1793
+ },
1794
+ {
1795
+ "labelType": "xbrl:symbolLabel",
1796
+ "language": "en",
1797
+ "relatedName": "iso4217:GMD",
1798
+ "value": "D"
1799
+ },
1800
+ {
1801
+ "labelType": "xbrl:documentation",
1802
+ "language": "en",
1803
+ "relatedName": "iso4217:GMD",
1804
+ "value": "Gambian dalasi"
1805
+ },
1806
+ {
1807
+ "labelType": "xbrl:label",
1808
+ "language": "en",
1809
+ "relatedName": "iso4217:GNF",
1810
+ "value": "Guinean franc"
1811
+ },
1812
+ {
1813
+ "labelType": "xbrl:symbolLabel",
1814
+ "language": "en",
1815
+ "relatedName": "iso4217:GNF",
1816
+ "value": "FG"
1817
+ },
1818
+ {
1819
+ "labelType": "xbrl:documentation",
1820
+ "language": "en",
1821
+ "relatedName": "iso4217:GNF",
1822
+ "value": "Guinean franc"
1823
+ },
1824
+ {
1825
+ "labelType": "xbrl:label",
1826
+ "language": "en",
1827
+ "relatedName": "iso4217:GTQ",
1828
+ "value": "Guatemalan quetzal"
1829
+ },
1830
+ {
1831
+ "labelType": "xbrl:symbolLabel",
1832
+ "language": "en",
1833
+ "relatedName": "iso4217:GTQ",
1834
+ "value": "Q"
1835
+ },
1836
+ {
1837
+ "labelType": "xbrl:documentation",
1838
+ "language": "en",
1839
+ "relatedName": "iso4217:GTQ",
1840
+ "value": "Guatemalan quetzal"
1841
+ },
1842
+ {
1843
+ "labelType": "xbrl:label",
1844
+ "language": "en",
1845
+ "relatedName": "iso4217:GYD",
1846
+ "value": "Guyanese dollar"
1847
+ },
1848
+ {
1849
+ "labelType": "xbrl:symbolLabel",
1850
+ "language": "en",
1851
+ "relatedName": "iso4217:GYD",
1852
+ "value": "$"
1853
+ },
1854
+ {
1855
+ "labelType": "xbrl:documentation",
1856
+ "language": "en",
1857
+ "relatedName": "iso4217:GYD",
1858
+ "value": "Guyanese dollar"
1859
+ },
1860
+ {
1861
+ "labelType": "xbrl:label",
1862
+ "language": "en",
1863
+ "relatedName": "iso4217:HKD",
1864
+ "value": "Hong Kong dollar"
1865
+ },
1866
+ {
1867
+ "labelType": "xbrl:symbolLabel",
1868
+ "language": "en",
1869
+ "relatedName": "iso4217:HKD",
1870
+ "value": "$"
1871
+ },
1872
+ {
1873
+ "labelType": "xbrl:documentation",
1874
+ "language": "en",
1875
+ "relatedName": "iso4217:HKD",
1876
+ "value": "Hong Kong dollar"
1877
+ },
1878
+ {
1879
+ "labelType": "xbrl:label",
1880
+ "language": "en",
1881
+ "relatedName": "iso4217:HNL",
1882
+ "value": "Honduran lempira"
1883
+ },
1884
+ {
1885
+ "labelType": "xbrl:symbolLabel",
1886
+ "language": "en",
1887
+ "relatedName": "iso4217:HNL",
1888
+ "value": "L"
1889
+ },
1890
+ {
1891
+ "labelType": "xbrl:documentation",
1892
+ "language": "en",
1893
+ "relatedName": "iso4217:HNL",
1894
+ "value": "Honduran lempira"
1895
+ },
1896
+ {
1897
+ "labelType": "xbrl:label",
1898
+ "language": "en",
1899
+ "relatedName": "iso4217:HRK",
1900
+ "value": "Croatian kuna"
1901
+ },
1902
+ {
1903
+ "labelType": "xbrl:symbolLabel",
1904
+ "language": "en",
1905
+ "relatedName": "iso4217:HRK",
1906
+ "value": "kn"
1907
+ },
1908
+ {
1909
+ "labelType": "xbrl:documentation",
1910
+ "language": "en",
1911
+ "relatedName": "iso4217:HRK",
1912
+ "value": "Croatian kuna"
1913
+ },
1914
+ {
1915
+ "labelType": "xbrl:label",
1916
+ "language": "en",
1917
+ "relatedName": "iso4217:HTG",
1918
+ "value": "Haitian gourde"
1919
+ },
1920
+ {
1921
+ "labelType": "xbrl:symbolLabel",
1922
+ "language": "en",
1923
+ "relatedName": "iso4217:HTG",
1924
+ "value": "G"
1925
+ },
1926
+ {
1927
+ "labelType": "xbrl:documentation",
1928
+ "language": "en",
1929
+ "relatedName": "iso4217:HTG",
1930
+ "value": "Haitian gourde"
1931
+ },
1932
+ {
1933
+ "labelType": "xbrl:label",
1934
+ "language": "en",
1935
+ "relatedName": "iso4217:HUF",
1936
+ "value": "Hungarian forint"
1937
+ },
1938
+ {
1939
+ "labelType": "xbrl:symbolLabel",
1940
+ "language": "en",
1941
+ "relatedName": "iso4217:HUF",
1942
+ "value": "Ft"
1943
+ },
1944
+ {
1945
+ "labelType": "xbrl:documentation",
1946
+ "language": "en",
1947
+ "relatedName": "iso4217:HUF",
1948
+ "value": "Hungarian forint"
1949
+ },
1950
+ {
1951
+ "labelType": "xbrl:label",
1952
+ "language": "en",
1953
+ "relatedName": "iso4217:IDR",
1954
+ "value": "Indonesian rupiah"
1955
+ },
1956
+ {
1957
+ "labelType": "xbrl:symbolLabel",
1958
+ "language": "en",
1959
+ "relatedName": "iso4217:IDR",
1960
+ "value": "Rp"
1961
+ },
1962
+ {
1963
+ "labelType": "xbrl:documentation",
1964
+ "language": "en",
1965
+ "relatedName": "iso4217:IDR",
1966
+ "value": "Indonesian rupiah"
1967
+ },
1968
+ {
1969
+ "labelType": "xbrl:label",
1970
+ "language": "en",
1971
+ "relatedName": "iso4217:ILS",
1972
+ "value": "Israeli new sheqel"
1973
+ },
1974
+ {
1975
+ "labelType": "xbrl:symbolLabel",
1976
+ "language": "en",
1977
+ "relatedName": "iso4217:ILS",
1978
+ "value": "₪"
1979
+ },
1980
+ {
1981
+ "labelType": "xbrl:documentation",
1982
+ "language": "en",
1983
+ "relatedName": "iso4217:ILS",
1984
+ "value": "Israeli new sheqel"
1985
+ },
1986
+ {
1987
+ "labelType": "xbrl:label",
1988
+ "language": "en",
1989
+ "relatedName": "iso4217:INR",
1990
+ "value": "Indian rupee"
1991
+ },
1992
+ {
1993
+ "labelType": "xbrl:symbolLabel",
1994
+ "language": "en",
1995
+ "relatedName": "iso4217:INR",
1996
+ "value": "₨"
1997
+ },
1998
+ {
1999
+ "labelType": "xbrl:documentation",
2000
+ "language": "en",
2001
+ "relatedName": "iso4217:INR",
2002
+ "value": "Indian rupee"
2003
+ },
2004
+ {
2005
+ "labelType": "xbrl:label",
2006
+ "language": "en",
2007
+ "relatedName": "iso4217:IQD",
2008
+ "value": "Iraqi dinar"
2009
+ },
2010
+ {
2011
+ "labelType": "xbrl:symbolLabel",
2012
+ "language": "en",
2013
+ "relatedName": "iso4217:IQD",
2014
+ "value": "د.ع"
2015
+ },
2016
+ {
2017
+ "labelType": "xbrl:documentation",
2018
+ "language": "en",
2019
+ "relatedName": "iso4217:IQD",
2020
+ "value": "Iraqi dinar"
2021
+ },
2022
+ {
2023
+ "labelType": "xbrl:label",
2024
+ "language": "en",
2025
+ "relatedName": "iso4217:IRR",
2026
+ "value": "Iranian rial"
2027
+ },
2028
+ {
2029
+ "labelType": "xbrl:symbolLabel",
2030
+ "language": "en",
2031
+ "relatedName": "iso4217:IRR",
2032
+ "value": "﷼"
2033
+ },
2034
+ {
2035
+ "labelType": "xbrl:documentation",
2036
+ "language": "en",
2037
+ "relatedName": "iso4217:IRR",
2038
+ "value": "Iranian rial"
2039
+ },
2040
+ {
2041
+ "labelType": "xbrl:label",
2042
+ "language": "en",
2043
+ "relatedName": "iso4217:ISK",
2044
+ "value": "Icelandic króna"
2045
+ },
2046
+ {
2047
+ "labelType": "xbrl:symbolLabel",
2048
+ "language": "en",
2049
+ "relatedName": "iso4217:ISK",
2050
+ "value": "kr"
2051
+ },
2052
+ {
2053
+ "labelType": "xbrl:documentation",
2054
+ "language": "en",
2055
+ "relatedName": "iso4217:ISK",
2056
+ "value": "Icelandic króna"
2057
+ },
2058
+ {
2059
+ "labelType": "xbrl:label",
2060
+ "language": "en",
2061
+ "relatedName": "iso4217:JMD",
2062
+ "value": "Jamaican dollar"
2063
+ },
2064
+ {
2065
+ "labelType": "xbrl:symbolLabel",
2066
+ "language": "en",
2067
+ "relatedName": "iso4217:JMD",
2068
+ "value": "$"
2069
+ },
2070
+ {
2071
+ "labelType": "xbrl:documentation",
2072
+ "language": "en",
2073
+ "relatedName": "iso4217:JMD",
2074
+ "value": "Jamaican dollar"
2075
+ },
2076
+ {
2077
+ "labelType": "xbrl:label",
2078
+ "language": "en",
2079
+ "relatedName": "iso4217:JOD",
2080
+ "value": "Jordanian dinar"
2081
+ },
2082
+ {
2083
+ "labelType": "xbrl:symbolLabel",
2084
+ "language": "en",
2085
+ "relatedName": "iso4217:JOD",
2086
+ "value": "JD"
2087
+ },
2088
+ {
2089
+ "labelType": "xbrl:documentation",
2090
+ "language": "en",
2091
+ "relatedName": "iso4217:JOD",
2092
+ "value": "Jordanian dinar"
2093
+ },
2094
+ {
2095
+ "labelType": "xbrl:label",
2096
+ "language": "en",
2097
+ "relatedName": "iso4217:JPY",
2098
+ "value": "Japanese yen"
2099
+ },
2100
+ {
2101
+ "labelType": "xbrl:symbolLabel",
2102
+ "language": "en",
2103
+ "relatedName": "iso4217:JPY",
2104
+ "value": "¥"
2105
+ },
2106
+ {
2107
+ "labelType": "xbrl:documentation",
2108
+ "language": "en",
2109
+ "relatedName": "iso4217:JPY",
2110
+ "value": "Japanese yen"
2111
+ },
2112
+ {
2113
+ "labelType": "xbrl:label",
2114
+ "language": "en",
2115
+ "relatedName": "iso4217:KES",
2116
+ "value": "Kenyan shilling"
2117
+ },
2118
+ {
2119
+ "labelType": "xbrl:symbolLabel",
2120
+ "language": "en",
2121
+ "relatedName": "iso4217:KES",
2122
+ "value": "Ksh"
2123
+ },
2124
+ {
2125
+ "labelType": "xbrl:documentation",
2126
+ "language": "en",
2127
+ "relatedName": "iso4217:KES",
2128
+ "value": "Kenyan shilling"
2129
+ },
2130
+ {
2131
+ "labelType": "xbrl:label",
2132
+ "language": "en",
2133
+ "relatedName": "iso4217:KGS",
2134
+ "value": "Kyrgyzstani som"
2135
+ },
2136
+ {
2137
+ "labelType": "xbrl:symbolLabel",
2138
+ "language": "en",
2139
+ "relatedName": "iso4217:KGS",
2140
+ "value": "сом"
2141
+ },
2142
+ {
2143
+ "labelType": "xbrl:documentation",
2144
+ "language": "en",
2145
+ "relatedName": "iso4217:KGS",
2146
+ "value": "Kyrgyzstani som"
2147
+ },
2148
+ {
2149
+ "labelType": "xbrl:label",
2150
+ "language": "en",
2151
+ "relatedName": "iso4217:KHR",
2152
+ "value": "Cambodian riel"
2153
+ },
2154
+ {
2155
+ "labelType": "xbrl:symbolLabel",
2156
+ "language": "en",
2157
+ "relatedName": "iso4217:KHR",
2158
+ "value": "៛"
2159
+ },
2160
+ {
2161
+ "labelType": "xbrl:documentation",
2162
+ "language": "en",
2163
+ "relatedName": "iso4217:KHR",
2164
+ "value": "Cambodian riel"
2165
+ },
2166
+ {
2167
+ "labelType": "xbrl:label",
2168
+ "language": "en",
2169
+ "relatedName": "iso4217:KMF",
2170
+ "value": "Comoro franc"
2171
+ },
2172
+ {
2173
+ "labelType": "xbrl:symbolLabel",
2174
+ "language": "en",
2175
+ "relatedName": "iso4217:KMF",
2176
+ "value": "₣"
2177
+ },
2178
+ {
2179
+ "labelType": "xbrl:documentation",
2180
+ "language": "en",
2181
+ "relatedName": "iso4217:KMF",
2182
+ "value": "Comoro franc"
2183
+ },
2184
+ {
2185
+ "labelType": "xbrl:label",
2186
+ "language": "en",
2187
+ "relatedName": "iso4217:KPW",
2188
+ "value": "North Korean won"
2189
+ },
2190
+ {
2191
+ "labelType": "xbrl:symbolLabel",
2192
+ "language": "en",
2193
+ "relatedName": "iso4217:KPW",
2194
+ "value": "₩"
2195
+ },
2196
+ {
2197
+ "labelType": "xbrl:documentation",
2198
+ "language": "en",
2199
+ "relatedName": "iso4217:KPW",
2200
+ "value": "North Korean won"
2201
+ },
2202
+ {
2203
+ "labelType": "xbrl:label",
2204
+ "language": "en",
2205
+ "relatedName": "iso4217:KRW",
2206
+ "value": "South Korean won"
2207
+ },
2208
+ {
2209
+ "labelType": "xbrl:symbolLabel",
2210
+ "language": "en",
2211
+ "relatedName": "iso4217:KRW",
2212
+ "value": "₩"
2213
+ },
2214
+ {
2215
+ "labelType": "xbrl:documentation",
2216
+ "language": "en",
2217
+ "relatedName": "iso4217:KRW",
2218
+ "value": "South Korean won"
2219
+ },
2220
+ {
2221
+ "labelType": "xbrl:label",
2222
+ "language": "en",
2223
+ "relatedName": "iso4217:KWD",
2224
+ "value": "Kuwaiti dinar"
2225
+ },
2226
+ {
2227
+ "labelType": "xbrl:symbolLabel",
2228
+ "language": "en",
2229
+ "relatedName": "iso4217:KWD",
2230
+ "value": "د.ك"
2231
+ },
2232
+ {
2233
+ "labelType": "xbrl:documentation",
2234
+ "language": "en",
2235
+ "relatedName": "iso4217:KWD",
2236
+ "value": "Kuwaiti dinar"
2237
+ },
2238
+ {
2239
+ "labelType": "xbrl:label",
2240
+ "language": "en",
2241
+ "relatedName": "iso4217:KYD",
2242
+ "value": "Cayman Islands dollar"
2243
+ },
2244
+ {
2245
+ "labelType": "xbrl:symbolLabel",
2246
+ "language": "en",
2247
+ "relatedName": "iso4217:KYD",
2248
+ "value": "$"
2249
+ },
2250
+ {
2251
+ "labelType": "xbrl:documentation",
2252
+ "language": "en",
2253
+ "relatedName": "iso4217:KYD",
2254
+ "value": "Cayman Islands dollar"
2255
+ },
2256
+ {
2257
+ "labelType": "xbrl:label",
2258
+ "language": "en",
2259
+ "relatedName": "iso4217:KZT",
2260
+ "value": "Kazakhstani tenge"
2261
+ },
2262
+ {
2263
+ "labelType": "xbrl:symbolLabel",
2264
+ "language": "en",
2265
+ "relatedName": "iso4217:KZT",
2266
+ "value": "₸"
2267
+ },
2268
+ {
2269
+ "labelType": "xbrl:documentation",
2270
+ "language": "en",
2271
+ "relatedName": "iso4217:KZT",
2272
+ "value": "Kazakhstani tenge"
2273
+ },
2274
+ {
2275
+ "labelType": "xbrl:label",
2276
+ "language": "en",
2277
+ "relatedName": "iso4217:LAK",
2278
+ "value": "Lao kip"
2279
+ },
2280
+ {
2281
+ "labelType": "xbrl:symbolLabel",
2282
+ "language": "en",
2283
+ "relatedName": "iso4217:LAK",
2284
+ "value": "₭"
2285
+ },
2286
+ {
2287
+ "labelType": "xbrl:documentation",
2288
+ "language": "en",
2289
+ "relatedName": "iso4217:LAK",
2290
+ "value": "Lao kip"
2291
+ },
2292
+ {
2293
+ "labelType": "xbrl:label",
2294
+ "language": "en",
2295
+ "relatedName": "iso4217:LBP",
2296
+ "value": "Lebanese pound"
2297
+ },
2298
+ {
2299
+ "labelType": "xbrl:symbolLabel",
2300
+ "language": "en",
2301
+ "relatedName": "iso4217:LBP",
2302
+ "value": "LL"
2303
+ },
2304
+ {
2305
+ "labelType": "xbrl:documentation",
2306
+ "language": "en",
2307
+ "relatedName": "iso4217:LBP",
2308
+ "value": "Lebanese pound"
2309
+ },
2310
+ {
2311
+ "labelType": "xbrl:label",
2312
+ "language": "en",
2313
+ "relatedName": "iso4217:LKR",
2314
+ "value": "Sri Lanka rupee"
2315
+ },
2316
+ {
2317
+ "labelType": "xbrl:symbolLabel",
2318
+ "language": "en",
2319
+ "relatedName": "iso4217:LKR",
2320
+ "value": "රු"
2321
+ },
2322
+ {
2323
+ "labelType": "xbrl:documentation",
2324
+ "language": "en",
2325
+ "relatedName": "iso4217:LKR",
2326
+ "value": "Sri Lanka rupee"
2327
+ },
2328
+ {
2329
+ "labelType": "xbrl:label",
2330
+ "language": "en",
2331
+ "relatedName": "iso4217:LRD",
2332
+ "value": "Liberian dollar"
2333
+ },
2334
+ {
2335
+ "labelType": "xbrl:symbolLabel",
2336
+ "language": "en",
2337
+ "relatedName": "iso4217:LRD",
2338
+ "value": "$"
2339
+ },
2340
+ {
2341
+ "labelType": "xbrl:documentation",
2342
+ "language": "en",
2343
+ "relatedName": "iso4217:LRD",
2344
+ "value": "Liberian dollar"
2345
+ },
2346
+ {
2347
+ "labelType": "xbrl:label",
2348
+ "language": "en",
2349
+ "relatedName": "iso4217:LSL",
2350
+ "value": "Lesotho loti"
2351
+ },
2352
+ {
2353
+ "labelType": "xbrl:symbolLabel",
2354
+ "language": "en",
2355
+ "relatedName": "iso4217:LSL",
2356
+ "value": "M"
2357
+ },
2358
+ {
2359
+ "labelType": "xbrl:documentation",
2360
+ "language": "en",
2361
+ "relatedName": "iso4217:LSL",
2362
+ "value": "Lesotho loti"
2363
+ },
2364
+ {
2365
+ "labelType": "xbrl:label",
2366
+ "language": "en",
2367
+ "relatedName": "iso4217:LTL",
2368
+ "value": "Lithuanian litas"
2369
+ },
2370
+ {
2371
+ "labelType": "xbrl:symbolLabel",
2372
+ "language": "en",
2373
+ "relatedName": "iso4217:LTL",
2374
+ "value": "Lt"
2375
+ },
2376
+ {
2377
+ "labelType": "xbrl:documentation",
2378
+ "language": "en",
2379
+ "relatedName": "iso4217:LTL",
2380
+ "value": "Lithuanian litas"
2381
+ },
2382
+ {
2383
+ "labelType": "xbrl:label",
2384
+ "language": "en",
2385
+ "relatedName": "iso4217:LVL",
2386
+ "value": "Latvian lats"
2387
+ },
2388
+ {
2389
+ "labelType": "xbrl:symbolLabel",
2390
+ "language": "en",
2391
+ "relatedName": "iso4217:LVL",
2392
+ "value": "Ls"
2393
+ },
2394
+ {
2395
+ "labelType": "xbrl:documentation",
2396
+ "language": "en",
2397
+ "relatedName": "iso4217:LVL",
2398
+ "value": "Latvian lats"
2399
+ },
2400
+ {
2401
+ "labelType": "xbrl:label",
2402
+ "language": "en",
2403
+ "relatedName": "iso4217:LYD",
2404
+ "value": "Libyan dinar"
2405
+ },
2406
+ {
2407
+ "labelType": "xbrl:symbolLabel",
2408
+ "language": "en",
2409
+ "relatedName": "iso4217:LYD",
2410
+ "value": "ل.د"
2411
+ },
2412
+ {
2413
+ "labelType": "xbrl:documentation",
2414
+ "language": "en",
2415
+ "relatedName": "iso4217:LYD",
2416
+ "value": "Libyan dinar"
2417
+ },
2418
+ {
2419
+ "labelType": "xbrl:label",
2420
+ "language": "en",
2421
+ "relatedName": "iso4217:MAD",
2422
+ "value": "Moroccan dirham"
2423
+ },
2424
+ {
2425
+ "labelType": "xbrl:symbolLabel",
2426
+ "language": "en",
2427
+ "relatedName": "iso4217:MAD",
2428
+ "value": "د.م."
2429
+ },
2430
+ {
2431
+ "labelType": "xbrl:documentation",
2432
+ "language": "en",
2433
+ "relatedName": "iso4217:MAD",
2434
+ "value": "Moroccan dirham"
2435
+ },
2436
+ {
2437
+ "labelType": "xbrl:label",
2438
+ "language": "en",
2439
+ "relatedName": "iso4217:MDL",
2440
+ "value": "Moldovan leu"
2441
+ },
2442
+
2443
+ {
2444
+ "labelType": "xbrl:documentation",
2445
+ "language": "en",
2446
+ "relatedName": "iso4217:MDL",
2447
+ "value": "Moldovan leu"
2448
+ },
2449
+ {
2450
+ "labelType": "xbrl:label",
2451
+ "language": "en",
2452
+ "relatedName": "iso4217:MGA",
2453
+ "value": "Malagasy ariary"
2454
+ },
2455
+ {
2456
+ "labelType": "xbrl:symbolLabel",
2457
+ "language": "en",
2458
+ "relatedName": "iso4217:MGA",
2459
+ "value": "Ar"
2460
+ },
2461
+ {
2462
+ "labelType": "xbrl:documentation",
2463
+ "language": "en",
2464
+ "relatedName": "iso4217:MGA",
2465
+ "value": "Malagasy ariary"
2466
+ },
2467
+ {
2468
+ "labelType": "xbrl:label",
2469
+ "language": "en",
2470
+ "relatedName": "iso4217:MKD",
2471
+ "value": "Macedonian denar"
2472
+ },
2473
+ {
2474
+ "labelType": "xbrl:symbolLabel",
2475
+ "language": "en",
2476
+ "relatedName": "iso4217:MKD",
2477
+ "value": "ден"
2478
+ },
2479
+ {
2480
+ "labelType": "xbrl:documentation",
2481
+ "language": "en",
2482
+ "relatedName": "iso4217:MKD",
2483
+ "value": "Macedonian denar"
2484
+ },
2485
+ {
2486
+ "labelType": "xbrl:label",
2487
+ "language": "en",
2488
+ "relatedName": "iso4217:MMK",
2489
+ "value": "Myanma kyat"
2490
+ },
2491
+ {
2492
+ "labelType": "xbrl:symbolLabel",
2493
+ "language": "en",
2494
+ "relatedName": "iso4217:MMK",
2495
+ "value": "K"
2496
+ },
2497
+ {
2498
+ "labelType": "xbrl:documentation",
2499
+ "language": "en",
2500
+ "relatedName": "iso4217:MMK",
2501
+ "value": "Myanma kyat"
2502
+ },
2503
+ {
2504
+ "labelType": "xbrl:label",
2505
+ "language": "en",
2506
+ "relatedName": "iso4217:MNT",
2507
+ "value": "Mongolian tugrik"
2508
+ },
2509
+ {
2510
+ "labelType": "xbrl:symbolLabel",
2511
+ "language": "en",
2512
+ "relatedName": "iso4217:MNT",
2513
+ "value": "₮"
2514
+ },
2515
+ {
2516
+ "labelType": "xbrl:documentation",
2517
+ "language": "en",
2518
+ "relatedName": "iso4217:MNT",
2519
+ "value": "Mongolian tugrik"
2520
+ },
2521
+ {
2522
+ "labelType": "xbrl:label",
2523
+ "language": "en",
2524
+ "relatedName": "iso4217:MOP",
2525
+ "value": "Macanese pataca"
2526
+ },
2527
+ {
2528
+ "labelType": "xbrl:symbolLabel",
2529
+ "language": "en",
2530
+ "relatedName": "iso4217:MOP",
2531
+ "value": "MOP$"
2532
+ },
2533
+ {
2534
+ "labelType": "xbrl:documentation",
2535
+ "language": "en",
2536
+ "relatedName": "iso4217:MOP",
2537
+ "value": "Macanese pataca"
2538
+ },
2539
+ {
2540
+ "labelType": "xbrl:label",
2541
+ "language": "en",
2542
+ "relatedName": "iso4217:MRO",
2543
+ "value": "Mauritanian ouguiya"
2544
+ },
2545
+ {
2546
+ "labelType": "xbrl:symbolLabel",
2547
+ "language": "en",
2548
+ "relatedName": "iso4217:MRO",
2549
+ "value": "UM"
2550
+ },
2551
+ {
2552
+ "labelType": "xbrl:documentation",
2553
+ "language": "en",
2554
+ "relatedName": "iso4217:MRO",
2555
+ "value": "Ouguiya (Mauritania)"
2556
+ },
2557
+ {
2558
+ "labelType": "xbrl:label",
2559
+ "language": "en",
2560
+ "relatedName": "iso4217:MRU",
2561
+ "value": "Mauritanian ouguiya"
2562
+ },
2563
+ {
2564
+ "labelType": "xbrl:symbolLabel",
2565
+ "language": "en",
2566
+ "relatedName": "iso4217:MRU",
2567
+ "value": "UM"
2568
+ },
2569
+ {
2570
+ "labelType": "xbrl:documentation",
2571
+ "language": "en",
2572
+ "relatedName": "iso4217:MRU",
2573
+ "value": "Ouguiya (Mauritania)"
2574
+ },
2575
+ {
2576
+ "labelType": "xbrl:label",
2577
+ "language": "en",
2578
+ "relatedName": "iso4217:MUR",
2579
+ "value": "Mauritian rupee"
2580
+ },
2581
+ {
2582
+ "labelType": "xbrl:symbolLabel",
2583
+ "language": "en",
2584
+ "relatedName": "iso4217:MUR",
2585
+ "value": "₨"
2586
+ },
2587
+ {
2588
+ "labelType": "xbrl:documentation",
2589
+ "language": "en",
2590
+ "relatedName": "iso4217:MUR",
2591
+ "value": "Mauritian rupee"
2592
+ },
2593
+ {
2594
+ "labelType": "xbrl:label",
2595
+ "language": "en",
2596
+ "relatedName": "iso4217:MVR",
2597
+ "value": "Maldivian rufiyaa"
2598
+ },
2599
+ {
2600
+ "labelType": "xbrl:symbolLabel",
2601
+ "language": "en",
2602
+ "relatedName": "iso4217:MVR",
2603
+ "value": "Rf."
2604
+ },
2605
+ {
2606
+ "labelType": "xbrl:documentation",
2607
+ "language": "en",
2608
+ "relatedName": "iso4217:MVR",
2609
+ "value": "Maldivian rufiyaa"
2610
+ },
2611
+ {
2612
+ "labelType": "xbrl:label",
2613
+ "language": "en",
2614
+ "relatedName": "iso4217:MWK",
2615
+ "value": "Malawian kwacha"
2616
+ },
2617
+ {
2618
+ "labelType": "xbrl:symbolLabel",
2619
+ "language": "en",
2620
+ "relatedName": "iso4217:MWK",
2621
+ "value": "MK"
2622
+ },
2623
+ {
2624
+ "labelType": "xbrl:documentation",
2625
+ "language": "en",
2626
+ "relatedName": "iso4217:MWK",
2627
+ "value": "Malawian kwacha"
2628
+ },
2629
+ {
2630
+ "labelType": "xbrl:label",
2631
+ "language": "en",
2632
+ "relatedName": "iso4217:MXN",
2633
+ "value": "Mexican peso"
2634
+ },
2635
+ {
2636
+ "labelType": "xbrl:symbolLabel",
2637
+ "language": "en",
2638
+ "relatedName": "iso4217:MXN",
2639
+ "value": "$"
2640
+ },
2641
+ {
2642
+ "labelType": "xbrl:documentation",
2643
+ "language": "en",
2644
+ "relatedName": "iso4217:MXN",
2645
+ "value": "Mexican peso"
2646
+ },
2647
+ {
2648
+ "labelType": "xbrl:label",
2649
+ "language": "en",
2650
+ "relatedName": "iso4217:MXV",
2651
+ "value": "Mexican UDI"
2652
+ },
2653
+
2654
+ {
2655
+ "labelType": "xbrl:documentation",
2656
+ "language": "en",
2657
+ "relatedName": "iso4217:MXV",
2658
+ "value": "Mexican Unidad de Inversion (UDI) (funds code)"
2659
+ },
2660
+ {
2661
+ "labelType": "xbrl:label",
2662
+ "language": "en",
2663
+ "relatedName": "iso4217:MYR",
2664
+ "value": "Malaysian ringgit"
2665
+ },
2666
+ {
2667
+ "labelType": "xbrl:symbolLabel",
2668
+ "language": "en",
2669
+ "relatedName": "iso4217:MYR",
2670
+ "value": "RM"
2671
+ },
2672
+ {
2673
+ "labelType": "xbrl:documentation",
2674
+ "language": "en",
2675
+ "relatedName": "iso4217:MYR",
2676
+ "value": "Malaysian ringgit"
2677
+ },
2678
+ {
2679
+ "labelType": "xbrl:label",
2680
+ "language": "en",
2681
+ "relatedName": "iso4217:MZN",
2682
+ "value": "Mozambican metical"
2683
+ },
2684
+ {
2685
+ "labelType": "xbrl:symbolLabel",
2686
+ "language": "en",
2687
+ "relatedName": "iso4217:MZN",
2688
+ "value": "MT"
2689
+ },
2690
+ {
2691
+ "labelType": "xbrl:documentation",
2692
+ "language": "en",
2693
+ "relatedName": "iso4217:MZN",
2694
+ "value": "Mozambican metical"
2695
+ },
2696
+ {
2697
+ "labelType": "xbrl:label",
2698
+ "language": "en",
2699
+ "relatedName": "iso4217:NAD",
2700
+ "value": "Namibian dollar"
2701
+ },
2702
+ {
2703
+ "labelType": "xbrl:symbolLabel",
2704
+ "language": "en",
2705
+ "relatedName": "iso4217:NAD",
2706
+ "value": "$"
2707
+ },
2708
+ {
2709
+ "labelType": "xbrl:documentation",
2710
+ "language": "en",
2711
+ "relatedName": "iso4217:NAD",
2712
+ "value": "Namibian dollar"
2713
+ },
2714
+ {
2715
+ "labelType": "xbrl:label",
2716
+ "language": "en",
2717
+ "relatedName": "iso4217:NGN",
2718
+ "value": "Nigerian naira"
2719
+ },
2720
+ {
2721
+ "labelType": "xbrl:symbolLabel",
2722
+ "language": "en",
2723
+ "relatedName": "iso4217:NGN",
2724
+ "value": "₦"
2725
+ },
2726
+ {
2727
+ "labelType": "xbrl:documentation",
2728
+ "language": "en",
2729
+ "relatedName": "iso4217:NGN",
2730
+ "value": "Nigerian naira"
2731
+ },
2732
+ {
2733
+ "labelType": "xbrl:label",
2734
+ "language": "en",
2735
+ "relatedName": "iso4217:NIO",
2736
+ "value": "Cordoba oro"
2737
+ },
2738
+ {
2739
+ "labelType": "xbrl:symbolLabel",
2740
+ "language": "en",
2741
+ "relatedName": "iso4217:NIO",
2742
+ "value": "C$"
2743
+ },
2744
+ {
2745
+ "labelType": "xbrl:documentation",
2746
+ "language": "en",
2747
+ "relatedName": "iso4217:NIO",
2748
+ "value": "Cordoba oro"
2749
+ },
2750
+ {
2751
+ "labelType": "xbrl:label",
2752
+ "language": "en",
2753
+ "relatedName": "iso4217:NOK",
2754
+ "value": "Norwegian krone"
2755
+ },
2756
+ {
2757
+ "labelType": "xbrl:symbolLabel",
2758
+ "language": "en",
2759
+ "relatedName": "iso4217:NOK",
2760
+ "value": "kr"
2761
+ },
2762
+ {
2763
+ "labelType": "xbrl:documentation",
2764
+ "language": "en",
2765
+ "relatedName": "iso4217:NOK",
2766
+ "value": "Norwegian krone"
2767
+ },
2768
+ {
2769
+ "labelType": "xbrl:label",
2770
+ "language": "en",
2771
+ "relatedName": "iso4217:NPR",
2772
+ "value": "Nepalese rupee"
2773
+ },
2774
+ {
2775
+ "labelType": "xbrl:symbolLabel",
2776
+ "language": "en",
2777
+ "relatedName": "iso4217:NPR",
2778
+ "value": "₨"
2779
+ },
2780
+ {
2781
+ "labelType": "xbrl:documentation",
2782
+ "language": "en",
2783
+ "relatedName": "iso4217:NPR",
2784
+ "value": "Nepalese rupee"
2785
+ },
2786
+ {
2787
+ "labelType": "xbrl:label",
2788
+ "language": "en",
2789
+ "relatedName": "iso4217:NZD",
2790
+ "value": "New Zealand dollar"
2791
+ },
2792
+ {
2793
+ "labelType": "xbrl:symbolLabel",
2794
+ "language": "en",
2795
+ "relatedName": "iso4217:NZD",
2796
+ "value": "$"
2797
+ },
2798
+ {
2799
+ "labelType": "xbrl:documentation",
2800
+ "language": "en",
2801
+ "relatedName": "iso4217:NZD",
2802
+ "value": "New Zealand dollar"
2803
+ },
2804
+ {
2805
+ "labelType": "xbrl:label",
2806
+ "language": "en",
2807
+ "relatedName": "iso4217:OMR",
2808
+ "value": "Omani rial"
2809
+ },
2810
+ {
2811
+ "labelType": "xbrl:symbolLabel",
2812
+ "language": "en",
2813
+ "relatedName": "iso4217:OMR",
2814
+ "value": "ر.ع."
2815
+ },
2816
+ {
2817
+ "labelType": "xbrl:documentation",
2818
+ "language": "en",
2819
+ "relatedName": "iso4217:OMR",
2820
+ "value": "Omani rial"
2821
+ },
2822
+ {
2823
+ "labelType": "xbrl:label",
2824
+ "language": "en",
2825
+ "relatedName": "iso4217:PAB",
2826
+ "value": "Panamanian balboa"
2827
+ },
2828
+ {
2829
+ "labelType": "xbrl:symbolLabel",
2830
+ "language": "en",
2831
+ "relatedName": "iso4217:PAB",
2832
+ "value": "B/."
2833
+ },
2834
+ {
2835
+ "labelType": "xbrl:documentation",
2836
+ "language": "en",
2837
+ "relatedName": "iso4217:PAB",
2838
+ "value": "Panamanian balboa"
2839
+ },
2840
+ {
2841
+ "labelType": "xbrl:label",
2842
+ "language": "en",
2843
+ "relatedName": "iso4217:PEN",
2844
+ "value": "Peruvian nuevo sol"
2845
+ },
2846
+ {
2847
+ "labelType": "xbrl:symbolLabel",
2848
+ "language": "en",
2849
+ "relatedName": "iso4217:PEN",
2850
+ "value": "S/"
2851
+ },
2852
+ {
2853
+ "labelType": "xbrl:documentation",
2854
+ "language": "en",
2855
+ "relatedName": "iso4217:PEN",
2856
+ "value": "Peruvian nuevo sol"
2857
+ },
2858
+ {
2859
+ "labelType": "xbrl:label",
2860
+ "language": "en",
2861
+ "relatedName": "iso4217:PGK",
2862
+ "value": "Papua New Guinean kina"
2863
+ },
2864
+ {
2865
+ "labelType": "xbrl:symbolLabel",
2866
+ "language": "en",
2867
+ "relatedName": "iso4217:PGK",
2868
+ "value": "K"
2869
+ },
2870
+ {
2871
+ "labelType": "xbrl:documentation",
2872
+ "language": "en",
2873
+ "relatedName": "iso4217:PGK",
2874
+ "value": "Papua New Guinean kina"
2875
+ },
2876
+ {
2877
+ "labelType": "xbrl:label",
2878
+ "language": "en",
2879
+ "relatedName": "iso4217:PHP",
2880
+ "value": "Philippine peso"
2881
+ },
2882
+ {
2883
+ "labelType": "xbrl:symbolLabel",
2884
+ "language": "en",
2885
+ "relatedName": "iso4217:PHP",
2886
+ "value": "₱"
2887
+ },
2888
+ {
2889
+ "labelType": "xbrl:documentation",
2890
+ "language": "en",
2891
+ "relatedName": "iso4217:PHP",
2892
+ "value": "Philippine peso"
2893
+ },
2894
+ {
2895
+ "labelType": "xbrl:label",
2896
+ "language": "en",
2897
+ "relatedName": "iso4217:PKR",
2898
+ "value": "Pakistani rupee"
2899
+ },
2900
+ {
2901
+ "labelType": "xbrl:symbolLabel",
2902
+ "language": "en",
2903
+ "relatedName": "iso4217:PKR",
2904
+ "value": "₨"
2905
+ },
2906
+ {
2907
+ "labelType": "xbrl:documentation",
2908
+ "language": "en",
2909
+ "relatedName": "iso4217:PKR",
2910
+ "value": "Pakistani rupee"
2911
+ },
2912
+ {
2913
+ "labelType": "xbrl:label",
2914
+ "language": "en",
2915
+ "relatedName": "iso4217:PLN",
2916
+ "value": "Polish złoty"
2917
+ },
2918
+ {
2919
+ "labelType": "xbrl:symbolLabel",
2920
+ "language": "en",
2921
+ "relatedName": "iso4217:PLN",
2922
+ "value": "zł"
2923
+ },
2924
+ {
2925
+ "labelType": "xbrl:documentation",
2926
+ "language": "en",
2927
+ "relatedName": "iso4217:PLN",
2928
+ "value": "Polish złoty"
2929
+ },
2930
+ {
2931
+ "labelType": "xbrl:label",
2932
+ "language": "en",
2933
+ "relatedName": "iso4217:PYG",
2934
+ "value": "Paraguayan guaraní"
2935
+ },
2936
+ {
2937
+ "labelType": "xbrl:symbolLabel",
2938
+ "language": "en",
2939
+ "relatedName": "iso4217:PYG",
2940
+ "value": "₲"
2941
+ },
2942
+ {
2943
+ "labelType": "xbrl:documentation",
2944
+ "language": "en",
2945
+ "relatedName": "iso4217:PYG",
2946
+ "value": "Paraguayan guaraní"
2947
+ },
2948
+ {
2949
+ "labelType": "xbrl:label",
2950
+ "language": "en",
2951
+ "relatedName": "iso4217:QAR",
2952
+ "value": "Qatari rial"
2953
+ },
2954
+ {
2955
+ "labelType": "xbrl:symbolLabel",
2956
+ "language": "en",
2957
+ "relatedName": "iso4217:QAR",
2958
+ "value": "ر.ق"
2959
+ },
2960
+ {
2961
+ "labelType": "xbrl:documentation",
2962
+ "language": "en",
2963
+ "relatedName": "iso4217:QAR",
2964
+ "value": "Qatari rial"
2965
+ },
2966
+ {
2967
+ "labelType": "xbrl:label",
2968
+ "language": "en",
2969
+ "relatedName": "iso4217:RON",
2970
+ "value": "Romanian new leu"
2971
+ },
2972
+
2973
+ {
2974
+ "labelType": "xbrl:documentation",
2975
+ "language": "en",
2976
+ "relatedName": "iso4217:RON",
2977
+ "value": "Romanian new leu"
2978
+ },
2979
+ {
2980
+ "labelType": "xbrl:label",
2981
+ "language": "en",
2982
+ "relatedName": "iso4217:RSD",
2983
+ "value": "Serbian dinar"
2984
+ },
2985
+ {
2986
+ "labelType": "xbrl:symbolLabel",
2987
+ "language": "en",
2988
+ "relatedName": "iso4217:RSD",
2989
+ "value": "дин"
2990
+ },
2991
+ {
2992
+ "labelType": "xbrl:documentation",
2993
+ "language": "en",
2994
+ "relatedName": "iso4217:RSD",
2995
+ "value": "Serbian dinar"
2996
+ },
2997
+ {
2998
+ "labelType": "xbrl:label",
2999
+ "language": "en",
3000
+ "relatedName": "iso4217:RUB",
3001
+ "value": "Rouble"
3002
+ },
3003
+ {
3004
+ "labelType": "xbrl:symbolLabel",
3005
+ "language": "en",
3006
+ "relatedName": "iso4217:RUB",
3007
+ "value": "₽"
3008
+ },
3009
+ {
3010
+ "labelType": "xbrl:documentation",
3011
+ "language": "en",
3012
+ "relatedName": "iso4217:RUB",
3013
+ "value": "Russian rouble"
3014
+ },
3015
+ {
3016
+ "labelType": "xbrl:label",
3017
+ "language": "en",
3018
+ "relatedName": "iso4217:RWF",
3019
+ "value": "Rwandan franc"
3020
+ },
3021
+ {
3022
+ "labelType": "xbrl:symbolLabel",
3023
+ "language": "en",
3024
+ "relatedName": "iso4217:RWF",
3025
+ "value": "FRw"
3026
+ },
3027
+ {
3028
+ "labelType": "xbrl:documentation",
3029
+ "language": "en",
3030
+ "relatedName": "iso4217:RWF",
3031
+ "value": "Rwandan franc"
3032
+ },
3033
+ {
3034
+ "labelType": "xbrl:label",
3035
+ "language": "en",
3036
+ "relatedName": "iso4217:SAR",
3037
+ "value": "Riyal"
3038
+ },
3039
+ {
3040
+ "labelType": "xbrl:symbolLabel",
3041
+ "language": "en",
3042
+ "relatedName": "iso4217:SAR",
3043
+ "value": "ر.س"
3044
+ },
3045
+ {
3046
+ "labelType": "xbrl:documentation",
3047
+ "language": "en",
3048
+ "relatedName": "iso4217:SAR",
3049
+ "value": "Saudi riyal"
3050
+ },
3051
+ {
3052
+ "labelType": "xbrl:label",
3053
+ "language": "en",
3054
+ "relatedName": "iso4217:SBD",
3055
+ "value": "Solomon Islands dollar"
3056
+ },
3057
+ {
3058
+ "labelType": "xbrl:symbolLabel",
3059
+ "language": "en",
3060
+ "relatedName": "iso4217:SBD",
3061
+ "value": "$"
3062
+ },
3063
+ {
3064
+ "labelType": "xbrl:documentation",
3065
+ "language": "en",
3066
+ "relatedName": "iso4217:SBD",
3067
+ "value": "Solomon Islands dollar"
3068
+ },
3069
+ {
3070
+ "labelType": "xbrl:label",
3071
+ "language": "en",
3072
+ "relatedName": "iso4217:SCR",
3073
+ "value": "Seychelles rupee"
3074
+ },
3075
+ {
3076
+ "labelType": "xbrl:symbolLabel",
3077
+ "language": "en",
3078
+ "relatedName": "iso4217:SCR",
3079
+ "value": "SRe"
3080
+ },
3081
+ {
3082
+ "labelType": "xbrl:documentation",
3083
+ "language": "en",
3084
+ "relatedName": "iso4217:SCR",
3085
+ "value": "Seychelles rupee"
3086
+ },
3087
+ {
3088
+ "labelType": "xbrl:label",
3089
+ "language": "en",
3090
+ "relatedName": "iso4217:SDG",
3091
+ "value": "Sudanese pound"
3092
+ },
3093
+
3094
+ {
3095
+ "labelType": "xbrl:documentation",
3096
+ "language": "en",
3097
+ "relatedName": "iso4217:SDG",
3098
+ "value": "Sudanese pound"
3099
+ },
3100
+ {
3101
+ "labelType": "xbrl:label",
3102
+ "language": "en",
3103
+ "relatedName": "iso4217:SEK",
3104
+ "value": "Swedish krona"
3105
+ },
3106
+ {
3107
+ "labelType": "xbrl:symbolLabel",
3108
+ "language": "en",
3109
+ "relatedName": "iso4217:SEK",
3110
+ "value": "kr"
3111
+ },
3112
+ {
3113
+ "labelType": "xbrl:documentation",
3114
+ "language": "en",
3115
+ "relatedName": "iso4217:SEK",
3116
+ "value": "Swedish krona/kronor"
3117
+ },
3118
+ {
3119
+ "labelType": "xbrl:label",
3120
+ "language": "en",
3121
+ "relatedName": "iso4217:SGD",
3122
+ "value": "Singapore dollar"
3123
+ },
3124
+ {
3125
+ "labelType": "xbrl:symbolLabel",
3126
+ "language": "en",
3127
+ "relatedName": "iso4217:SGD",
3128
+ "value": "$"
3129
+ },
3130
+ {
3131
+ "labelType": "xbrl:documentation",
3132
+ "language": "en",
3133
+ "relatedName": "iso4217:SGD",
3134
+ "value": "Singapore dollar"
3135
+ },
3136
+ {
3137
+ "labelType": "xbrl:label",
3138
+ "language": "en",
3139
+ "relatedName": "iso4217:SHP",
3140
+ "value": "Saint Helena pound"
3141
+ },
3142
+ {
3143
+ "labelType": "xbrl:symbolLabel",
3144
+ "language": "en",
3145
+ "relatedName": "iso4217:SHP",
3146
+ "value": "£"
3147
+ },
3148
+ {
3149
+ "labelType": "xbrl:documentation",
3150
+ "language": "en",
3151
+ "relatedName": "iso4217:SHP",
3152
+ "value": "Saint Helena pound"
3153
+ },
3154
+ {
3155
+ "labelType": "xbrl:label",
3156
+ "language": "en",
3157
+ "relatedName": "iso4217:SLL",
3158
+ "value": "Leone"
3159
+ },
3160
+ {
3161
+ "labelType": "xbrl:symbolLabel",
3162
+ "language": "en",
3163
+ "relatedName": "iso4217:SLL",
3164
+ "value": "Le"
3165
+ },
3166
+ {
3167
+ "labelType": "xbrl:documentation",
3168
+ "language": "en",
3169
+ "relatedName": "iso4217:SLL",
3170
+ "value": "Sierra Leonean leone"
3171
+ },
3172
+ {
3173
+ "labelType": "xbrl:label",
3174
+ "language": "en",
3175
+ "relatedName": "iso4217:SLE",
3176
+ "value": "Leone"
3177
+ },
3178
+ {
3179
+ "labelType": "xbrl:symbolLabel",
3180
+ "language": "en",
3181
+ "relatedName": "iso4217:SLE",
3182
+ "value": "Le"
3183
+ },
3184
+ {
3185
+ "labelType": "xbrl:documentation",
3186
+ "language": "en",
3187
+ "relatedName": "iso4217:SLE",
3188
+ "value": "Sierra Leonean leone"
3189
+ },
3190
+ {
3191
+ "labelType": "xbrl:label",
3192
+ "language": "en",
3193
+ "relatedName": "iso4217:SOS",
3194
+ "value": "Somali shilling"
3195
+ },
3196
+ {
3197
+ "labelType": "xbrl:symbolLabel",
3198
+ "language": "en",
3199
+ "relatedName": "iso4217:SOS",
3200
+ "value": "Sh.So"
3201
+ },
3202
+ {
3203
+ "labelType": "xbrl:documentation",
3204
+ "language": "en",
3205
+ "relatedName": "iso4217:SOS",
3206
+ "value": "Somali shilling"
3207
+ },
3208
+ {
3209
+ "labelType": "xbrl:label",
3210
+ "language": "en",
3211
+ "relatedName": "iso4217:SRD",
3212
+ "value": "Surinamese dollar"
3213
+ },
3214
+ {
3215
+ "labelType": "xbrl:symbolLabel",
3216
+ "language": "en",
3217
+ "relatedName": "iso4217:SRD",
3218
+ "value": "$"
3219
+ },
3220
+ {
3221
+ "labelType": "xbrl:documentation",
3222
+ "language": "en",
3223
+ "relatedName": "iso4217:SRD",
3224
+ "value": "Surinamese dollar"
3225
+ },
3226
+ {
3227
+ "labelType": "xbrl:label",
3228
+ "language": "en",
3229
+ "relatedName": "iso4217:SSP",
3230
+ "value": "South Sudanese pound"
3231
+ },
3232
+
3233
+ {
3234
+ "labelType": "xbrl:documentation",
3235
+ "language": "en",
3236
+ "relatedName": "iso4217:SSP",
3237
+ "value": "South Sudanese pound"
3238
+ },
3239
+ {
3240
+ "labelType": "xbrl:label",
3241
+ "language": "en",
3242
+ "relatedName": "iso4217:STD",
3243
+ "value": "São Tomé and Príncipe dobra"
3244
+ },
3245
+ {
3246
+ "labelType": "xbrl:symbolLabel",
3247
+ "language": "en",
3248
+ "relatedName": "iso4217:STD",
3249
+ "value": "Db"
3250
+ },
3251
+ {
3252
+ "labelType": "xbrl:documentation",
3253
+ "language": "en",
3254
+ "relatedName": "iso4217:STD",
3255
+ "value": "São Tomé and Príncipe dobra"
3256
+ },
3257
+ {
3258
+ "labelType": "xbrl:label",
3259
+ "language": "en",
3260
+ "relatedName": "iso4217:STN",
3261
+ "value": "Dobra"
3262
+ },
3263
+ {
3264
+ "labelType": "xbrl:symbolLabel",
3265
+ "language": "en",
3266
+ "relatedName": "iso4217:STN",
3267
+ "value": "Db"
3268
+ },
3269
+ {
3270
+ "labelType": "xbrl:documentation",
3271
+ "language": "en",
3272
+ "relatedName": "iso4217:STN",
3273
+ "value": "São Tomé and Príncipe dobra"
3274
+ },
3275
+ {
3276
+ "labelType": "xbrl:label",
3277
+ "language": "en",
3278
+ "relatedName": "iso4217:SVC",
3279
+ "value": "Salvadoran colón"
3280
+ },
3281
+ {
3282
+ "labelType": "xbrl:symbolLabel",
3283
+ "language": "en",
3284
+ "relatedName": "iso4217:SVC",
3285
+ "value": "₡"
3286
+ },
3287
+ {
3288
+ "labelType": "xbrl:documentation",
3289
+ "language": "en",
3290
+ "relatedName": "iso4217:SVC",
3291
+ "value": "Salvadoran colón"
3292
+ },
3293
+ {
3294
+ "labelType": "xbrl:label",
3295
+ "language": "en",
3296
+ "relatedName": "iso4217:SYP",
3297
+ "value": "Syrian pound"
3298
+ },
3299
+ {
3300
+ "labelType": "xbrl:symbolLabel",
3301
+ "language": "en",
3302
+ "relatedName": "iso4217:SYP",
3303
+ "value": "LS"
3304
+ },
3305
+ {
3306
+ "labelType": "xbrl:documentation",
3307
+ "language": "en",
3308
+ "relatedName": "iso4217:SYP",
3309
+ "value": "Syrian pound"
3310
+ },
3311
+ {
3312
+ "labelType": "xbrl:label",
3313
+ "language": "en",
3314
+ "relatedName": "iso4217:SZL",
3315
+ "value": "Lilangeni"
3316
+ },
3317
+ {
3318
+ "labelType": "xbrl:symbolLabel",
3319
+ "language": "en",
3320
+ "relatedName": "iso4217:SZL",
3321
+ "value": "E"
3322
+ },
3323
+ {
3324
+ "labelType": "xbrl:documentation",
3325
+ "language": "en",
3326
+ "relatedName": "iso4217:SZL",
3327
+ "value": "Swaziland Lilangeni"
3328
+ },
3329
+ {
3330
+ "labelType": "xbrl:label",
3331
+ "language": "en",
3332
+ "relatedName": "iso4217:THB",
3333
+ "value": "Baht"
3334
+ },
3335
+ {
3336
+ "labelType": "xbrl:symbolLabel",
3337
+ "language": "en",
3338
+ "relatedName": "iso4217:THB",
3339
+ "value": "฿"
3340
+ },
3341
+ {
3342
+ "labelType": "xbrl:documentation",
3343
+ "language": "en",
3344
+ "relatedName": "iso4217:THB",
3345
+ "value": "Thai baht"
3346
+ },
3347
+ {
3348
+ "labelType": "xbrl:label",
3349
+ "language": "en",
3350
+ "relatedName": "iso4217:TJS",
3351
+ "value": "Tajikistani somoni"
3352
+ },
3353
+
3354
+ {
3355
+ "labelType": "xbrl:documentation",
3356
+ "language": "en",
3357
+ "relatedName": "iso4217:TJS",
3358
+ "value": "Tajikistani somoni"
3359
+ },
3360
+ {
3361
+ "labelType": "xbrl:label",
3362
+ "language": "en",
3363
+ "relatedName": "iso4217:TMT",
3364
+ "value": "Turkmenistani manat"
3365
+ },
3366
+
3367
+ {
3368
+ "labelType": "xbrl:documentation",
3369
+ "language": "en",
3370
+ "relatedName": "iso4217:TMT",
3371
+ "value": "Turkmenistani manat"
3372
+ },
3373
+ {
3374
+ "labelType": "xbrl:label",
3375
+ "language": "en",
3376
+ "relatedName": "iso4217:TND",
3377
+ "value": "Tunisian dinar"
3378
+ },
3379
+ {
3380
+ "labelType": "xbrl:symbolLabel",
3381
+ "language": "en",
3382
+ "relatedName": "iso4217:TND",
3383
+ "value": "د.ت"
3384
+ },
3385
+ {
3386
+ "labelType": "xbrl:documentation",
3387
+ "language": "en",
3388
+ "relatedName": "iso4217:TND",
3389
+ "value": "Tunisian dinar"
3390
+ },
3391
+ {
3392
+ "labelType": "xbrl:label",
3393
+ "language": "en",
3394
+ "relatedName": "iso4217:TOP",
3395
+ "value": "Pa'anga"
3396
+ },
3397
+ {
3398
+ "labelType": "xbrl:symbolLabel",
3399
+ "language": "en",
3400
+ "relatedName": "iso4217:TOP",
3401
+ "value": "T$"
3402
+ },
3403
+ {
3404
+ "labelType": "xbrl:documentation",
3405
+ "language": "en",
3406
+ "relatedName": "iso4217:TOP",
3407
+ "value": "Tongan pa'anga"
3408
+ },
3409
+ {
3410
+ "labelType": "xbrl:label",
3411
+ "language": "en",
3412
+ "relatedName": "iso4217:TRY",
3413
+ "value": "Turkish lira"
3414
+ },
3415
+ {
3416
+ "labelType": "xbrl:symbolLabel",
3417
+ "language": "en",
3418
+ "relatedName": "iso4217:TRY",
3419
+ "value": "₺"
3420
+ },
3421
+ {
3422
+ "labelType": "xbrl:documentation",
3423
+ "language": "en",
3424
+ "relatedName": "iso4217:TRY",
3425
+ "value": "Turkish lira"
3426
+ },
3427
+ {
3428
+ "labelType": "xbrl:label",
3429
+ "language": "en",
3430
+ "relatedName": "iso4217:TTD",
3431
+ "value": "Trinidad and Tobago dollar"
3432
+ },
3433
+ {
3434
+ "labelType": "xbrl:symbolLabel",
3435
+ "language": "en",
3436
+ "relatedName": "iso4217:TTD",
3437
+ "value": "$"
3438
+ },
3439
+ {
3440
+ "labelType": "xbrl:documentation",
3441
+ "language": "en",
3442
+ "relatedName": "iso4217:TTD",
3443
+ "value": "Trinidad and Tobago dollar"
3444
+ },
3445
+ {
3446
+ "labelType": "xbrl:label",
3447
+ "language": "en",
3448
+ "relatedName": "iso4217:TWD",
3449
+ "value": "New Taiwan dollar"
3450
+ },
3451
+ {
3452
+ "labelType": "xbrl:symbolLabel",
3453
+ "language": "en",
3454
+ "relatedName": "iso4217:TWD",
3455
+ "value": "$"
3456
+ },
3457
+ {
3458
+ "labelType": "xbrl:documentation",
3459
+ "language": "en",
3460
+ "relatedName": "iso4217:TWD",
3461
+ "value": "New Taiwan dollar"
3462
+ },
3463
+ {
3464
+ "labelType": "xbrl:label",
3465
+ "language": "en",
3466
+ "relatedName": "iso4217:TZS",
3467
+ "value": "Tanzanian shilling"
3468
+ },
3469
+ {
3470
+ "labelType": "xbrl:symbolLabel",
3471
+ "language": "en",
3472
+ "relatedName": "iso4217:TZS",
3473
+ "value": "Tsh"
3474
+ },
3475
+ {
3476
+ "labelType": "xbrl:documentation",
3477
+ "language": "en",
3478
+ "relatedName": "iso4217:TZS",
3479
+ "value": "Tanzanian shilling"
3480
+ },
3481
+ {
3482
+ "labelType": "xbrl:label",
3483
+ "language": "en",
3484
+ "relatedName": "iso4217:UAH",
3485
+ "value": "Hryvnia"
3486
+ },
3487
+ {
3488
+ "labelType": "xbrl:symbolLabel",
3489
+ "language": "en",
3490
+ "relatedName": "iso4217:UAH",
3491
+ "value": "₴"
3492
+ },
3493
+ {
3494
+ "labelType": "xbrl:documentation",
3495
+ "language": "en",
3496
+ "relatedName": "iso4217:UAH",
3497
+ "value": "Ukrainian hryvnia"
3498
+ },
3499
+ {
3500
+ "labelType": "xbrl:label",
3501
+ "language": "en",
3502
+ "relatedName": "iso4217:UGX",
3503
+ "value": "Ugandan shilling"
3504
+ },
3505
+ {
3506
+ "labelType": "xbrl:symbolLabel",
3507
+ "language": "en",
3508
+ "relatedName": "iso4217:UGX",
3509
+ "value": "USh"
3510
+ },
3511
+ {
3512
+ "labelType": "xbrl:documentation",
3513
+ "language": "en",
3514
+ "relatedName": "iso4217:UGX",
3515
+ "value": "Ugandan shilling"
3516
+ },
3517
+ {
3518
+ "labelType": "xbrl:label",
3519
+ "language": "en",
3520
+ "relatedName": "iso4217:USD",
3521
+ "value": "US Dollar"
3522
+ },
3523
+ {
3524
+ "labelType": "xbrl:symbolLabel",
3525
+ "language": "en",
3526
+ "relatedName": "iso4217:USD",
3527
+ "value": "$"
3528
+ },
3529
+ {
3530
+ "labelType": "xbrl:documentation",
3531
+ "language": "en",
3532
+ "relatedName": "iso4217:USD",
3533
+ "value": "United States dollar"
3534
+ },
3535
+ {
3536
+ "labelType": "xbrl:label",
3537
+ "language": "en",
3538
+ "relatedName": "iso4217:USN",
3539
+ "value": "Next Day US Dollar"
3540
+ },
3541
+ {
3542
+ "labelType": "xbrl:symbolLabel",
3543
+ "language": "en",
3544
+ "relatedName": "iso4217:USN",
3545
+ "value": "$"
3546
+ },
3547
+ {
3548
+ "labelType": "xbrl:documentation",
3549
+ "language": "en",
3550
+ "relatedName": "iso4217:USN",
3551
+ "value": "United States dollar (next day) (funds code)"
3552
+ },
3553
+ {
3554
+ "labelType": "xbrl:label",
3555
+ "language": "en",
3556
+ "relatedName": "iso4217:USS",
3557
+ "value": "Same Day US Dollar"
3558
+ },
3559
+ {
3560
+ "labelType": "xbrl:symbolLabel",
3561
+ "language": "en",
3562
+ "relatedName": "iso4217:USS",
3563
+ "value": "$"
3564
+ },
3565
+ {
3566
+ "labelType": "xbrl:documentation",
3567
+ "language": "en",
3568
+ "relatedName": "iso4217:USS",
3569
+ "value": "United States dollar (same day) (funds code)"
3570
+ },
3571
+ {
3572
+ "labelType": "xbrl:label",
3573
+ "language": "en",
3574
+ "relatedName": "iso4217:UYI",
3575
+ "value": "Uruguay Peso en Unidades Indexadas"
3576
+ },
3577
+
3578
+ {
3579
+ "labelType": "xbrl:documentation",
3580
+ "language": "en",
3581
+ "relatedName": "iso4217:UYI",
3582
+ "value": "Uruguay Peso en Unidades Indexadas (URUIURUI) (funds code)"
3583
+ },
3584
+ {
3585
+ "labelType": "xbrl:label",
3586
+ "language": "en",
3587
+ "relatedName": "iso4217:UYU",
3588
+ "value": "Uruguayan peso"
3589
+ },
3590
+ {
3591
+ "labelType": "xbrl:symbolLabel",
3592
+ "language": "en",
3593
+ "relatedName": "iso4217:UYU",
3594
+ "value": "$"
3595
+ },
3596
+ {
3597
+ "labelType": "xbrl:documentation",
3598
+ "language": "en",
3599
+ "relatedName": "iso4217:UYU",
3600
+ "value": "Uruguayan peso"
3601
+ },
3602
+ {
3603
+ "labelType": "xbrl:label",
3604
+ "language": "en",
3605
+ "relatedName": "iso4217:UYW",
3606
+ "value": "Unidad Previsional"
3607
+ },
3608
+ {
3609
+ "labelType": "xbrl:symbolLabel",
3610
+ "language": "en",
3611
+ "relatedName": "iso4217:UYW",
3612
+ "value": "UP"
3613
+ },
3614
+ {
3615
+ "labelType": "xbrl:documentation",
3616
+ "language": "en",
3617
+ "relatedName": "iso4217:UYW",
3618
+ "value": "Unidad Previsional (Uruguay)"
3619
+ },
3620
+ {
3621
+ "labelType": "xbrl:label",
3622
+ "language": "en",
3623
+ "relatedName": "iso4217:UZS",
3624
+ "value": "Som"
3625
+ },
3626
+
3627
+ {
3628
+ "labelType": "xbrl:documentation",
3629
+ "language": "en",
3630
+ "relatedName": "iso4217:UZS",
3631
+ "value": "Uzbekistan som"
3632
+ },
3633
+ {
3634
+ "labelType": "xbrl:label",
3635
+ "language": "en",
3636
+ "relatedName": "iso4217:VEB",
3637
+ "value": "Venezualan Bolivar"
3638
+ },
3639
+ {
3640
+ "labelType": "xbrl:symbolLabel",
3641
+ "language": "en",
3642
+ "relatedName": "iso4217:VEB",
3643
+ "value": "Bs."
3644
+ },
3645
+ {
3646
+ "labelType": "xbrl:documentation",
3647
+ "language": "en",
3648
+ "relatedName": "iso4217:VEB",
3649
+ "value": "Bolívar (Bolivarian Republic Of Venezuela)"
3650
+ },
3651
+ {
3652
+ "labelType": "xbrl:label",
3653
+ "language": "en",
3654
+ "relatedName": "iso4217:VEF",
3655
+ "value": "Venezuelan Bolivar Fuerte"
3656
+ },
3657
+ {
3658
+ "labelType": "xbrl:symbolLabel",
3659
+ "language": "en",
3660
+ "relatedName": "iso4217:VEF",
3661
+ "value": "Bs.F"
3662
+ },
3663
+ {
3664
+ "labelType": "xbrl:documentation",
3665
+ "language": "en",
3666
+ "relatedName": "iso4217:VEF",
3667
+ "value": "Bolívar fuerte (Bolivarian Republic Of Venezuela)"
3668
+ },
3669
+ {
3670
+ "labelType": "xbrl:label",
3671
+ "language": "en",
3672
+ "relatedName": "iso4217:VES",
3673
+ "value": "Bolívar Soberano"
3674
+ },
3675
+ {
3676
+ "labelType": "xbrl:symbolLabel",
3677
+ "language": "en",
3678
+ "relatedName": "iso4217:VES",
3679
+ "value": "Bs.S"
3680
+ },
3681
+ {
3682
+ "labelType": "xbrl:documentation",
3683
+ "language": "en",
3684
+ "relatedName": "iso4217:VES",
3685
+ "value": "Bolívar Soberano (Bolivarian Republic Of Venezuela)"
3686
+ },
3687
+ {
3688
+ "labelType": "xbrl:label",
3689
+ "language": "en",
3690
+ "relatedName": "iso4217:VED",
3691
+ "value": "Bolívar Soberano"
3692
+ },
3693
+ {
3694
+ "labelType": "xbrl:symbolLabel",
3695
+ "language": "en",
3696
+ "relatedName": "iso4217:VED",
3697
+ "value": "Bs.D"
3698
+ },
3699
+ {
3700
+ "labelType": "xbrl:documentation",
3701
+ "language": "en",
3702
+ "relatedName": "iso4217:VED",
3703
+ "value": "Bolívar Soberano (Bolivarian Republic Of Venezuela)"
3704
+ },
3705
+ {
3706
+ "labelType": "xbrl:label",
3707
+ "language": "en",
3708
+ "relatedName": "iso4217:VND",
3709
+ "value": "đồng"
3710
+ },
3711
+ {
3712
+ "labelType": "xbrl:symbolLabel",
3713
+ "language": "en",
3714
+ "relatedName": "iso4217:VND",
3715
+ "value": "₫"
3716
+ },
3717
+ {
3718
+ "labelType": "xbrl:documentation",
3719
+ "language": "en",
3720
+ "relatedName": "iso4217:VND",
3721
+ "value": "Vietnamese đồng"
3722
+ },
3723
+ {
3724
+ "labelType": "xbrl:label",
3725
+ "language": "en",
3726
+ "relatedName": "iso4217:VUV",
3727
+ "value": "Vanuatu vatu"
3728
+ },
3729
+ {
3730
+ "labelType": "xbrl:symbolLabel",
3731
+ "language": "en",
3732
+ "relatedName": "iso4217:VUV",
3733
+ "value": "VT"
3734
+ },
3735
+ {
3736
+ "labelType": "xbrl:documentation",
3737
+ "language": "en",
3738
+ "relatedName": "iso4217:VUV",
3739
+ "value": "Vanuatu vatu"
3740
+ },
3741
+ {
3742
+ "labelType": "xbrl:label",
3743
+ "language": "en",
3744
+ "relatedName": "iso4217:WST",
3745
+ "value": "Samoan tala"
3746
+ },
3747
+ {
3748
+ "labelType": "xbrl:symbolLabel",
3749
+ "language": "en",
3750
+ "relatedName": "iso4217:WST",
3751
+ "value": "WS$"
3752
+ },
3753
+ {
3754
+ "labelType": "xbrl:documentation",
3755
+ "language": "en",
3756
+ "relatedName": "iso4217:WST",
3757
+ "value": "Samoan tala"
3758
+ },
3759
+ {
3760
+ "labelType": "xbrl:label",
3761
+ "language": "en",
3762
+ "relatedName": "iso4217:XAF",
3763
+ "value": "CFA Franc BEAC"
3764
+ },
3765
+
3766
+ {
3767
+ "labelType": "xbrl:documentation",
3768
+ "language": "en",
3769
+ "relatedName": "iso4217:XAF",
3770
+ "value": "CFA franc BEAC"
3771
+ },
3772
+ {
3773
+ "labelType": "xbrl:label",
3774
+ "language": "en",
3775
+ "relatedName": "iso4217:XAG",
3776
+ "value": "Silver"
3777
+ },
3778
+
3779
+ {
3780
+ "labelType": "xbrl:documentation",
3781
+ "language": "en",
3782
+ "relatedName": "iso4217:XAG",
3783
+ "value": "Silver (one troy ounce)"
3784
+ },
3785
+ {
3786
+ "labelType": "xbrl:label",
3787
+ "language": "en",
3788
+ "relatedName": "iso4217:XAU",
3789
+ "value": "Gold"
3790
+ },
3791
+
3792
+ {
3793
+ "labelType": "xbrl:documentation",
3794
+ "language": "en",
3795
+ "relatedName": "iso4217:XAU",
3796
+ "value": "Gold (one troy ounce)"
3797
+ },
3798
+ {
3799
+ "labelType": "xbrl:label",
3800
+ "language": "en",
3801
+ "relatedName": "iso4217:XBA",
3802
+ "value": "EURCO"
3803
+ },
3804
+
3805
+ {
3806
+ "labelType": "xbrl:documentation",
3807
+ "language": "en",
3808
+ "relatedName": "iso4217:XBA",
3809
+ "value": "European Composite Unit (EURCO) (bond market unit)"
3810
+ },
3811
+ {
3812
+ "labelType": "xbrl:label",
3813
+ "language": "en",
3814
+ "relatedName": "iso4217:XBB",
3815
+ "value": "E.M.U.-6"
3816
+ },
3817
+
3818
+ {
3819
+ "labelType": "xbrl:documentation",
3820
+ "language": "en",
3821
+ "relatedName": "iso4217:XBB",
3822
+ "value": "European Monetary Unit (E.M.U.-6) (bond market unit)"
3823
+ },
3824
+ {
3825
+ "labelType": "xbrl:label",
3826
+ "language": "en",
3827
+ "relatedName": "iso4217:XBC",
3828
+ "value": "E.U.A.-9"
3829
+ },
3830
+
3831
+ {
3832
+ "labelType": "xbrl:documentation",
3833
+ "language": "en",
3834
+ "relatedName": "iso4217:XBC",
3835
+ "value": "European Unit of Account 9 (E.U.A.-9) (bond market unit)"
3836
+ },
3837
+ {
3838
+ "labelType": "xbrl:label",
3839
+ "language": "en",
3840
+ "relatedName": "iso4217:XBD",
3841
+ "value": "E.U.A.-17"
3842
+ },
3843
+
3844
+ {
3845
+ "labelType": "xbrl:documentation",
3846
+ "language": "en",
3847
+ "relatedName": "iso4217:XBD",
3848
+ "value": "European Unit of Account 17 (E.U.A.-17) (bond market unit)"
3849
+ },
3850
+ {
3851
+ "labelType": "xbrl:label",
3852
+ "language": "en",
3853
+ "relatedName": "iso4217:XCD",
3854
+ "value": "East Caribbean dollar"
3855
+ },
3856
+ {
3857
+ "labelType": "xbrl:symbolLabel",
3858
+ "language": "en",
3859
+ "relatedName": "iso4217:XCD",
3860
+ "value": "$"
3861
+ },
3862
+ {
3863
+ "labelType": "xbrl:documentation",
3864
+ "language": "en",
3865
+ "relatedName": "iso4217:XCD",
3866
+ "value": "East Caribbean dollar"
3867
+ },
3868
+ {
3869
+ "labelType": "xbrl:label",
3870
+ "language": "en",
3871
+ "relatedName": "iso4217:XDR",
3872
+ "value": "Special Drawing Rights"
3873
+ },
3874
+
3875
+ {
3876
+ "labelType": "xbrl:documentation",
3877
+ "language": "en",
3878
+ "relatedName": "iso4217:XDR",
3879
+ "value": "Special Drawing Rights"
3880
+ },
3881
+ {
3882
+ "labelType": "xbrl:label",
3883
+ "language": "en",
3884
+ "relatedName": "iso4217:XFU",
3885
+ "value": "UIC Franc"
3886
+ },
3887
+
3888
+ {
3889
+ "labelType": "xbrl:documentation",
3890
+ "language": "en",
3891
+ "relatedName": "iso4217:XFU",
3892
+ "value": "UIC franc (special settlement currency)"
3893
+ },
3894
+ {
3895
+ "labelType": "xbrl:label",
3896
+ "language": "en",
3897
+ "relatedName": "iso4217:XOF",
3898
+ "value": "CFA Franc BCEAO"
3899
+ },
3900
+
3901
+ {
3902
+ "labelType": "xbrl:documentation",
3903
+ "language": "en",
3904
+ "relatedName": "iso4217:XOF",
3905
+ "value": "CFA Franc BCEAO"
3906
+ },
3907
+ {
3908
+ "labelType": "xbrl:label",
3909
+ "language": "en",
3910
+ "relatedName": "iso4217:XPD",
3911
+ "value": "Palladium"
3912
+ },
3913
+
3914
+ {
3915
+ "labelType": "xbrl:documentation",
3916
+ "language": "en",
3917
+ "relatedName": "iso4217:XPD",
3918
+ "value": "Palladium (one troy ounce)"
3919
+ },
3920
+ {
3921
+ "labelType": "xbrl:label",
3922
+ "language": "en",
3923
+ "relatedName": "iso4217:XPF",
3924
+ "value": "CFP Franc"
3925
+ },
3926
+
3927
+ {
3928
+ "labelType": "xbrl:documentation",
3929
+ "language": "en",
3930
+ "relatedName": "iso4217:XPF",
3931
+ "value": "CFP franc"
3932
+ },
3933
+ {
3934
+ "labelType": "xbrl:label",
3935
+ "language": "en",
3936
+ "relatedName": "iso4217:XPT",
3937
+ "value": "Platinum"
3938
+ },
3939
+
3940
+ {
3941
+ "labelType": "xbrl:documentation",
3942
+ "language": "en",
3943
+ "relatedName": "iso4217:XPT",
3944
+ "value": "Platinum (one troy ounce)"
3945
+ },
3946
+ {
3947
+ "labelType": "xbrl:label",
3948
+ "language": "en",
3949
+ "relatedName": "iso4217:XSU",
3950
+ "value": "SUCRE"
3951
+ },
3952
+ {
3953
+ "labelType": "xbrl:symbolLabel",
3954
+ "language": "en",
3955
+ "relatedName": "iso4217:XSU",
3956
+ "value": "Sucre"
3957
+ },
3958
+ {
3959
+ "labelType": "xbrl:documentation",
3960
+ "language": "en",
3961
+ "relatedName": "iso4217:XSU",
3962
+ "value": "Unified System for Regional Compensation (SUCRE)"
3963
+ },
3964
+ {
3965
+ "labelType": "xbrl:label",
3966
+ "language": "en",
3967
+ "relatedName": "iso4217:XUA",
3968
+ "value": "ADB Unit of Account"
3969
+ },
3970
+
3971
+ {
3972
+ "labelType": "xbrl:documentation",
3973
+ "language": "en",
3974
+ "relatedName": "iso4217:XUA",
3975
+ "value": "African Development Bank"
3976
+ },
3977
+ {
3978
+ "labelType": "xbrl:label",
3979
+ "language": "en",
3980
+ "relatedName": "iso4217:YER",
3981
+ "value": "Yemeni rial"
3982
+ },
3983
+
3984
+ {
3985
+ "labelType": "xbrl:documentation",
3986
+ "language": "en",
3987
+ "relatedName": "iso4217:YER",
3988
+ "value": "Yemeni rial"
3989
+ },
3990
+ {
3991
+ "labelType": "xbrl:label",
3992
+ "language": "en",
3993
+ "relatedName": "iso4217:ZAR",
3994
+ "value": "South African rand"
3995
+ },
3996
+ {
3997
+ "labelType": "xbrl:symbolLabel",
3998
+ "language": "en",
3999
+ "relatedName": "iso4217:ZAR",
4000
+ "value": "R"
4001
+ },
4002
+ {
4003
+ "labelType": "xbrl:documentation",
4004
+ "language": "en",
4005
+ "relatedName": "iso4217:ZAR",
4006
+ "value": "South African rand"
4007
+ },
4008
+ {
4009
+ "labelType": "xbrl:label",
4010
+ "language": "en",
4011
+ "relatedName": "iso4217:ZMK",
4012
+ "value": "Zambian kwacha"
4013
+ },
4014
+ {
4015
+ "labelType": "xbrl:symbolLabel",
4016
+ "language": "en",
4017
+ "relatedName": "iso4217:ZMK",
4018
+ "value": "ZK"
4019
+ },
4020
+ {
4021
+ "labelType": "xbrl:documentation",
4022
+ "language": "en",
4023
+ "relatedName": "iso4217:ZMK",
4024
+ "value": "Zambian kwacha"
4025
+ },
4026
+ {
4027
+ "labelType": "xbrl:label",
4028
+ "language": "en",
4029
+ "relatedName": "iso4217:ZMW",
4030
+ "value": "Zambian kwacha"
4031
+ },
4032
+ {
4033
+ "labelType": "xbrl:symbolLabel",
4034
+ "language": "en",
4035
+ "relatedName": "iso4217:ZMW",
4036
+ "value": "ZK"
4037
+ },
4038
+ {
4039
+ "labelType": "xbrl:documentation",
4040
+ "language": "en",
4041
+ "relatedName": "iso4217:ZMW",
4042
+ "value": "Zambian kwacha"
4043
+ },
4044
+ {
4045
+ "labelType": "xbrl:label",
4046
+ "language": "en",
4047
+ "relatedName": "iso4217:ZWG",
4048
+ "value": "Zimbabwe Gold"
4049
+ },
4050
+ {
4051
+ "labelType": "xbrl:symbolLabel",
4052
+ "language": "en",
4053
+ "relatedName": "iso4217:ZWG",
4054
+ "value": "ZiG"
4055
+ },
4056
+ {
4057
+ "labelType": "xbrl:documentation",
4058
+ "language": "en",
4059
+ "relatedName": "iso4217:ZWG",
4060
+ "value": "Zimbabwe Gold (ZIMBABWE)"
4061
+ },
4062
+ {
4063
+ "labelType": "xbrl:label",
4064
+ "language": "en",
4065
+ "relatedName": "iso4217:ZWL",
4066
+ "value": "Zimbabwe dollar"
4067
+ },
4068
+ {
4069
+ "labelType": "xbrl:symbolLabel",
4070
+ "language": "en",
4071
+ "relatedName": "iso4217:ZWL",
4072
+ "value": "$"
4073
+ },
4074
+ {
4075
+ "labelType": "xbrl:documentation",
4076
+ "language": "en",
4077
+ "relatedName": "iso4217:ZWL",
4078
+ "value": "Zimbabwe dollar"
4079
+ }
4080
+ ],
4081
+ "references": [
4082
+ {
4083
+ "name" : "iso4217:ISO4217UnitCreation",
4084
+ "relatedNames" : [ "iso4217:AED",
4085
+ "iso4217:AFN",
4086
+ "iso4217:ALL",
4087
+ "iso4217:AMD",
4088
+ "iso4217:ANG",
4089
+ "iso4217:AOA",
4090
+ "iso4217:ARS",
4091
+ "iso4217:AUD",
4092
+ "iso4217:AWG",
4093
+ "iso4217:AZN",
4094
+ "iso4217:BAM",
4095
+ "iso4217:BBD",
4096
+ "iso4217:BDT",
4097
+ "iso4217:BGN",
4098
+ "iso4217:BHD",
4099
+ "iso4217:BIF",
4100
+ "iso4217:BMD",
4101
+ "iso4217:BND",
4102
+ "iso4217:BOB",
4103
+ "iso4217:BOV",
4104
+ "iso4217:BRL",
4105
+ "iso4217:BSD",
4106
+ "iso4217:BTN",
4107
+ "iso4217:BWP",
4108
+ "iso4217:BYN",
4109
+ "iso4217:BYR",
4110
+ "iso4217:BZD",
4111
+ "iso4217:CAD",
4112
+ "iso4217:CDF",
4113
+ "iso4217:CHE",
4114
+ "iso4217:CHF",
4115
+ "iso4217:CHW",
4116
+ "iso4217:CLF",
4117
+ "iso4217:CLP",
4118
+ "iso4217:CNY",
4119
+ "iso4217:COP",
4120
+ "iso4217:COU",
4121
+ "iso4217:CRC",
4122
+ "iso4217:CUC",
4123
+ "iso4217:CUP",
4124
+ "iso4217:CVE",
4125
+ "iso4217:CZK",
4126
+ "iso4217:DJF",
4127
+ "iso4217:DKK",
4128
+ "iso4217:DOP",
4129
+ "iso4217:DZD",
4130
+ "iso4217:EEK",
4131
+ "iso4217:EGP",
4132
+ "iso4217:ERN",
4133
+ "iso4217:ETB",
4134
+ "iso4217:EUR",
4135
+ "iso4217:FJD",
4136
+ "iso4217:FKP",
4137
+ "iso4217:GBP",
4138
+ "iso4217:GEL",
4139
+ "iso4217:GHS",
4140
+ "iso4217:GIP",
4141
+ "iso4217:GMD",
4142
+ "iso4217:GNF",
4143
+ "iso4217:GTQ",
4144
+ "iso4217:GYD",
4145
+ "iso4217:HKD",
4146
+ "iso4217:HNL",
4147
+ "iso4217:HRK",
4148
+ "iso4217:HTG",
4149
+ "iso4217:HUF",
4150
+ "iso4217:IDR",
4151
+ "iso4217:ILS",
4152
+ "iso4217:INR",
4153
+ "iso4217:IQD",
4154
+ "iso4217:IRR",
4155
+ "iso4217:ISK",
4156
+ "iso4217:JMD",
4157
+ "iso4217:JOD",
4158
+ "iso4217:JPY",
4159
+ "iso4217:KES",
4160
+ "iso4217:KGS",
4161
+ "iso4217:KHR",
4162
+ "iso4217:KMF",
4163
+ "iso4217:KPW",
4164
+ "iso4217:KRW",
4165
+ "iso4217:KWD",
4166
+ "iso4217:KYD",
4167
+ "iso4217:KZT",
4168
+ "iso4217:LAK",
4169
+ "iso4217:LBP",
4170
+ "iso4217:LKR",
4171
+ "iso4217:LRD",
4172
+ "iso4217:LSL",
4173
+ "iso4217:LTL",
4174
+ "iso4217:LVL",
4175
+ "iso4217:LYD",
4176
+ "iso4217:MAD",
4177
+ "iso4217:MDL",
4178
+ "iso4217:MGA",
4179
+ "iso4217:MKD",
4180
+ "iso4217:MMK",
4181
+ "iso4217:MNT",
4182
+ "iso4217:MOP",
4183
+ "iso4217:MRO",
4184
+ "iso4217:MRU",
4185
+ "iso4217:MUR",
4186
+ "iso4217:MVR",
4187
+ "iso4217:MWK",
4188
+ "iso4217:MXN",
4189
+ "iso4217:MXV",
4190
+ "iso4217:MYR",
4191
+ "iso4217:MZN",
4192
+ "iso4217:NAD",
4193
+ "iso4217:NGN",
4194
+ "iso4217:NIO",
4195
+ "iso4217:NOK",
4196
+ "iso4217:NPR",
4197
+ "iso4217:NZD",
4198
+ "iso4217:OMR",
4199
+ "iso4217:PAB",
4200
+ "iso4217:PEN",
4201
+ "iso4217:PGK",
4202
+ "iso4217:PHP",
4203
+ "iso4217:PKR",
4204
+ "iso4217:PLN",
4205
+ "iso4217:PYG",
4206
+ "iso4217:QAR",
4207
+ "iso4217:RON",
4208
+ "iso4217:RSD",
4209
+ "iso4217:RUB",
4210
+ "iso4217:RWF",
4211
+ "iso4217:SAR",
4212
+ "iso4217:SBD",
4213
+ "iso4217:SCR",
4214
+ "iso4217:SDG",
4215
+ "iso4217:SEK",
4216
+ "iso4217:SGD",
4217
+ "iso4217:SHP",
4218
+ "iso4217:SLL",
4219
+ "iso4217:SLE",
4220
+ "iso4217:SOS",
4221
+ "iso4217:SRD",
4222
+ "iso4217:SSP",
4223
+ "iso4217:STD",
4224
+ "iso4217:STN",
4225
+ "iso4217:SVC",
4226
+ "iso4217:SYP",
4227
+ "iso4217:SZL",
4228
+ "iso4217:THB",
4229
+ "iso4217:TJS",
4230
+ "iso4217:TMT",
4231
+ "iso4217:TND",
4232
+ "iso4217:TOP",
4233
+ "iso4217:TRY",
4234
+ "iso4217:TTD",
4235
+ "iso4217:TWD",
4236
+ "iso4217:TZS",
4237
+ "iso4217:UAH",
4238
+ "iso4217:UGX",
4239
+ "iso4217:USD",
4240
+ "iso4217:USN",
4241
+ "iso4217:USS",
4242
+ "iso4217:UYI",
4243
+ "iso4217:UYU",
4244
+ "iso4217:UYW",
4245
+ "iso4217:UZS",
4246
+ "iso4217:VEB",
4247
+ "iso4217:VEF",
4248
+ "iso4217:VES",
4249
+ "iso4217:VED",
4250
+ "iso4217:VND",
4251
+ "iso4217:VUV",
4252
+ "iso4217:WST",
4253
+ "iso4217:XAF",
4254
+ "iso4217:XAG",
4255
+ "iso4217:XAU",
4256
+ "iso4217:XBA",
4257
+ "iso4217:XBB",
4258
+ "iso4217:XBC",
4259
+ "iso4217:XBD",
4260
+ "iso4217:XCD",
4261
+ "iso4217:XDR",
4262
+ "iso4217:XFU",
4263
+ "iso4217:XOF",
4264
+ "iso4217:XPD",
4265
+ "iso4217:XPF",
4266
+ "iso4217:XPT",
4267
+ "iso4217:XSU",
4268
+ "iso4217:XUA",
4269
+ "iso4217:YER",
4270
+ "iso4217:ZAR",
4271
+ "iso4217:ZMK",
4272
+ "iso4217:ZMW",
4273
+ "iso4217:ZWG",
4274
+ "iso4217:ZWL"
4275
+ ],
4276
+ "referenceType" : "utr:unitCreationDate",
4277
+
4278
+ "properties" : [{"property":"utr:dateUnitCreated", "value":"2012-10-31"}]
4279
+ },
4280
+ {
4281
+ "name" : "iso4217:IsoMonetaryUnitsRef",
4282
+ "relatedNames" : [ "iso4217:AED",
4283
+ "iso4217:AFN",
4284
+ "iso4217:ALL",
4285
+ "iso4217:AMD",
4286
+ "iso4217:ANG",
4287
+ "iso4217:AOA",
4288
+ "iso4217:ARS",
4289
+ "iso4217:AUD",
4290
+ "iso4217:AWG",
4291
+ "iso4217:AZN",
4292
+ "iso4217:BAM",
4293
+ "iso4217:BBD",
4294
+ "iso4217:BDT",
4295
+ "iso4217:BGN",
4296
+ "iso4217:BHD",
4297
+ "iso4217:BIF",
4298
+ "iso4217:BMD",
4299
+ "iso4217:BND",
4300
+ "iso4217:BOB",
4301
+ "iso4217:BOV",
4302
+ "iso4217:BRL",
4303
+ "iso4217:BSD",
4304
+ "iso4217:BTN",
4305
+ "iso4217:BWP",
4306
+ "iso4217:BYN",
4307
+ "iso4217:BYR",
4308
+ "iso4217:BZD",
4309
+ "iso4217:CAD",
4310
+ "iso4217:CDF",
4311
+ "iso4217:CHE",
4312
+ "iso4217:CHF",
4313
+ "iso4217:CHW",
4314
+ "iso4217:CLF",
4315
+ "iso4217:CLP",
4316
+ "iso4217:CNY",
4317
+ "iso4217:COP",
4318
+ "iso4217:COU",
4319
+ "iso4217:CRC",
4320
+ "iso4217:CUC",
4321
+ "iso4217:CUP",
4322
+ "iso4217:CVE",
4323
+ "iso4217:CZK",
4324
+ "iso4217:DJF",
4325
+ "iso4217:DKK",
4326
+ "iso4217:DOP",
4327
+ "iso4217:DZD",
4328
+ "iso4217:EEK",
4329
+ "iso4217:EGP",
4330
+ "iso4217:ERN",
4331
+ "iso4217:ETB",
4332
+ "iso4217:EUR",
4333
+ "iso4217:FJD",
4334
+ "iso4217:FKP",
4335
+ "iso4217:GBP",
4336
+ "iso4217:GEL",
4337
+ "iso4217:GHS",
4338
+ "iso4217:GIP",
4339
+ "iso4217:GMD",
4340
+ "iso4217:GNF",
4341
+ "iso4217:GTQ",
4342
+ "iso4217:GYD",
4343
+ "iso4217:HKD",
4344
+ "iso4217:HNL",
4345
+ "iso4217:HRK",
4346
+ "iso4217:HTG",
4347
+ "iso4217:HUF",
4348
+ "iso4217:IDR",
4349
+ "iso4217:ILS",
4350
+ "iso4217:INR",
4351
+ "iso4217:IQD",
4352
+ "iso4217:IRR",
4353
+ "iso4217:ISK",
4354
+ "iso4217:JMD",
4355
+ "iso4217:JOD",
4356
+ "iso4217:JPY",
4357
+ "iso4217:KES",
4358
+ "iso4217:KGS",
4359
+ "iso4217:KHR",
4360
+ "iso4217:KMF",
4361
+ "iso4217:KPW",
4362
+ "iso4217:KRW",
4363
+ "iso4217:KWD",
4364
+ "iso4217:KYD",
4365
+ "iso4217:KZT",
4366
+ "iso4217:LAK",
4367
+ "iso4217:LBP",
4368
+ "iso4217:LKR",
4369
+ "iso4217:LRD",
4370
+ "iso4217:LSL",
4371
+ "iso4217:LTL",
4372
+ "iso4217:LVL",
4373
+ "iso4217:LYD",
4374
+ "iso4217:MAD",
4375
+ "iso4217:MDL",
4376
+ "iso4217:MGA",
4377
+ "iso4217:MKD",
4378
+ "iso4217:MMK",
4379
+ "iso4217:MNT",
4380
+ "iso4217:MOP",
4381
+ "iso4217:MRO",
4382
+ "iso4217:MRU",
4383
+ "iso4217:MUR",
4384
+ "iso4217:MVR",
4385
+ "iso4217:MWK",
4386
+ "iso4217:MXN",
4387
+ "iso4217:MXV",
4388
+ "iso4217:MYR",
4389
+ "iso4217:MZN",
4390
+ "iso4217:NAD",
4391
+ "iso4217:NGN",
4392
+ "iso4217:NIO",
4393
+ "iso4217:NOK",
4394
+ "iso4217:NPR",
4395
+ "iso4217:NZD",
4396
+ "iso4217:OMR",
4397
+ "iso4217:PAB",
4398
+ "iso4217:PEN",
4399
+ "iso4217:PGK",
4400
+ "iso4217:PHP",
4401
+ "iso4217:PKR",
4402
+ "iso4217:PLN",
4403
+ "iso4217:PYG",
4404
+ "iso4217:QAR",
4405
+ "iso4217:RON",
4406
+ "iso4217:RSD",
4407
+ "iso4217:RUB",
4408
+ "iso4217:RWF",
4409
+ "iso4217:SAR",
4410
+ "iso4217:SBD",
4411
+ "iso4217:SCR",
4412
+ "iso4217:SDG",
4413
+ "iso4217:SEK",
4414
+ "iso4217:SGD",
4415
+ "iso4217:SHP",
4416
+ "iso4217:SLL",
4417
+ "iso4217:SLE",
4418
+ "iso4217:SOS",
4419
+ "iso4217:SRD",
4420
+ "iso4217:SSP",
4421
+ "iso4217:STD",
4422
+ "iso4217:STN",
4423
+ "iso4217:SVC",
4424
+ "iso4217:SYP",
4425
+ "iso4217:SZL",
4426
+ "iso4217:THB",
4427
+ "iso4217:TJS",
4428
+ "iso4217:TMT",
4429
+ "iso4217:TND",
4430
+ "iso4217:TOP",
4431
+ "iso4217:TRY",
4432
+ "iso4217:TTD",
4433
+ "iso4217:TWD",
4434
+ "iso4217:TZS",
4435
+ "iso4217:UAH",
4436
+ "iso4217:UGX",
4437
+ "iso4217:USD",
4438
+ "iso4217:USN",
4439
+ "iso4217:USS",
4440
+ "iso4217:UYI",
4441
+ "iso4217:UYU",
4442
+ "iso4217:UYW",
4443
+ "iso4217:UZS",
4444
+ "iso4217:VEB",
4445
+ "iso4217:VEF",
4446
+ "iso4217:VES",
4447
+ "iso4217:VED",
4448
+ "iso4217:VND",
4449
+ "iso4217:VUV",
4450
+ "iso4217:WST",
4451
+ "iso4217:XAF",
4452
+ "iso4217:XAG",
4453
+ "iso4217:XAU",
4454
+ "iso4217:XBA",
4455
+ "iso4217:XBB",
4456
+ "iso4217:XBC",
4457
+ "iso4217:XBD",
4458
+ "iso4217:XCD",
4459
+ "iso4217:XDR",
4460
+ "iso4217:XFU",
4461
+ "iso4217:XOF",
4462
+ "iso4217:XPD",
4463
+ "iso4217:XPF",
4464
+ "iso4217:XPT",
4465
+ "iso4217:XSU",
4466
+ "iso4217:XUA",
4467
+ "iso4217:YER",
4468
+ "iso4217:ZAR",
4469
+ "iso4217:ZMK",
4470
+ "iso4217:ZMW",
4471
+ "iso4217:ZWG",
4472
+ "iso4217:ZWL"
4473
+ ],
4474
+ "referenceType" : "utr:baseUnitsStandard",
4475
+ "properties" : [{"property":"utr:baseStandardIdentifier", "value":"iso4217"}]
4476
+ }
4477
+ ]
4478
+ }
4479
+ }