Skip to content

v3.0.0 - Fails to extract facts for Older FIlings #168

@rj3185

Description

@rj3185

XBRL document
The issue is observed with multiple older filings, as an example please look at 0001104659-23-073356 Also, while iterating consider it as an inline XBRL .. hence reference .. filing/0001104659-23-073356\\vod-20230331x20f_htm.xml

Describe the bug
This process fails at the line highlighted ..

Image

with the error
` root: ET.Element | None = parse_file(instance_path).getroot()
if root is None:
raise InstanceParseException("Could not parse instance file!")
# get the link to the taxonomy schema and parse it
schema_ref: ET.Element | None = root.find(LINK_NS + "schemaRef")
if schema_ref is None:

      raise InstanceParseException("Document does not import any taxonomy schema")

E xbrl.InstanceParseException: Document does not import any taxonomy schema`

@manusimidt - Please look into this issue :) Thanks so much

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions