xbrl.Context.Period.EndDate
¶
An xbrl.Context.Period.EndDate
class represents a <xbrli:endDate> element with an XBRL context in the XBRL instance.
-
class
xbrl.Context.Period.
EndDate
¶ Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedError
exception.
Attributes¶
-
xbrl.Context.Period.EndDate.
element
¶ Returns an
xml.ElementInformationItem
object which represents the <xbrli:endDate> element information item.
-
xbrl.Context.Period.EndDate.
value
¶ Returns the effective value as datetime.datetime according to the rules specified in http://www.xbrl.org/Specification/XBRL-2.1/REC-2003-12-31/XBRL-2.1-REC-2003-12-31+corrected-errata-2013-02-20.html#_4.7.2.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__