xbrl.formula.ConceptSubstitutionGroupFilter

An xbrl.formula.ConceptSubstitutionGroupFilter class represents a <cf:conceptSubstitutionGroup> resource in the formula linkbase.

Base class: xbrl.formula.Filter

Nested classes: xbrl.formula.ConceptSubstitutionGroupFilter.SubstitutionGroup

class xbrl.formula.ConceptSubstitutionGroupFilter

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

Attributes

xbrl.formula.ConceptSubstitutionGroupFilter.strict

Returns the ‘strict’ attribute value as a boolean.

xbrl.formula.ConceptSubstitutionGroupFilter.substitution_group

Returns an xbrl.formula.ConceptSubstitutionGroupFilter.SubstitutionGroup object which represent the child <cf:substitutionGroup> XML element.

Methods

Special methods

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