xbrl.ReportInfo

An xbrl.ReportInfo object represents an XBRL report within a report package.

class xbrl.ReportInfo

Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a NotImplementedError exception.

Attributes

xbrl.ReportInfo.document_urls

Returns a list of URLs to the documents of this report.

xbrl.ReportInfo.json_document_type

Returns the value of the /documentInfo/documentType property of this JSON-rooted report.

xbrl.ReportInfo.name

Returns the name of this report.

xbrl.ReportInfo.report_type

Returns the xbrl.ReportType of this report. See here for more details.

Special methods

__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__