我无法为--disclosureSystem下载efm-extended-pragmatic-all-years插件

我在安装方面没有任何麻烦,我的问题主要围绕在Arelle中安装/下载插件而进行。

我正在使用的库是Arelle

我的终端输入

python arelleCmdLine.py -f ../0000050863/2016/10-K/0000050863-16-000105-xbrl.zip --plugins EdgarRendererAllReports --disclosureSystem efm-extended-pragmatic-all-years -r ../0000050863/


我得到的输出:

[info] Activation of plug-in Edgar Renderer All Reports supplement successful, version 0.9. - EdgarRendererAllReports
[arelle:disclosureSystemName] Disclosure System "efm-extended-pragmatic-all-years" not recognized (a plug-in may be needed). -
[info] loaded in 3.07 secs at 2019-06-05T06:20:30 - /home/ubuntu/0000050863/2016/10-K/0000050863-16-000105-xbrl.zip/intc-20151226.xml


基本上,使用上面的公开系统插件,我应该得到一个名为Financial_report.xlsx的XLSX文件。而且,我正在使用python3.6。

最佳答案

我相信您也需要EFM验证插件。尝试将--plugins选项更改为:

--plugins 'EdgarRendererAllReports|validate/EFM'

09-25 21:44