xbrl.formula.PeriodRuleType

The xbrl.formula.PeriodRuleType enumeration determines how the RAV for the period rule is the calculated. See here for more details.

Constants

xbrl.formula.PeriodRuleType.INSTANT

The RAV is an instant period determined by evaluating the XPath expression on the <formula:instant> element.

xbrl.formula.PeriodRuleType.DURATION

The RAV is a duration period determined by evaluating the XPath expressions on the <formula:duration> element.

xbrl.formula.PeriodRuleType.FOREVER

The RAV is a forever period.

xbrl.formula.PeriodRuleType.SOURCE

The RAV is determined from the SAV.