xbrl.table.Breakdown

An xbrl.table.Breakdown class represents a <table:breakdown> resource in the table linkbase.

class xbrl.table.Breakdown

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

Attributes

xbrl.table.Breakdown.parent_child_order

Returns the value of the ‘parentChildOrder’ attribute as an xbrl.table.ParentChildOrder enumeration, or None if the ‘parentChildOrder’ attribute is absent.

xbrl.table.Breakdown.participating_aspects

Returns an xbrl.AspectSet object representing the set of participating aspects for this breakdown.

xbrl.table.Breakdown.tree_relationships

Returns an iterator of xbrl.table.BreakdownTreeRelationship objects which represent the breakdown-tree relationships from this <table:breakdown> resource.

Methods

Special methods

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