xbrl.PeriodType
¶
The xbrl.PeriodType
enumeration represents the various possible choices how date intervals can be represented in an XBRL instance. See here for more details.
Constants¶
- xbrl.PeriodType.INSTANT
The period contains an instant child element.
- xbrl.PeriodType.START_END
The period contains startDate and endDate child elements.
- xbrl.PeriodType.FOREVER
The period contains a forever child element.