Rule function
This rule tests that the ending date used with Document and Entity Information elements (except the elements Entity Common Stock, Shares Outstanding and Entity Public Float) matches the ending context date for the value of the Document and Entity Information element Document Period End Date.
This rule will not run if the context date for the Document Period End Date is different by more than 3 days from the value of that element.
Basis for rule
EDGAR Filer Manual 6.5.19
Problem solved by the rule
Filers apply incorrect reporting dates to elements. This error impacts the consumption of the elements because users will extract the data based on the expected reporting period. Using an incorrect date will mean that facts about the company will be in the wrong reporting period.
Example rule message1
The ending date of 2014-11-30 used for Document Type must be the same as the Document Period End Date, 2014-12-31. Revise either the date of the Document Type or the date of the Document Period End Date.
The properties of this dei:DocumentType fact are:
Period: 2014-01-01 to 2014-11-30
Dimensions: none
Unit: none
Rule version: 1.0
For Developers
The Global Rule Logic document contains general guidelines for implementation of rules. The rule message template contains text and parametric reference to arguments of the rule operation, using the syntax ${parameter} to indicate that insertion of a parameter’s value is to occur.
Message template
The ending date of ${fact1.period.endDate} used for ${fact1.label} must be the same as the Document Period End Date, ${dei:DocumentPeriodEndDate.fact.period.endDate}. Revise either the date of the ${fact1.label} or the date of the Document Period End Date.
The properties of this ${fact1.name} fact are:
Period: ${fact1.period}
Dimensions: ${fact1.dimensions}
Unit: ${fact1.unit}
Rule version: ${ruleVersion}
Rule element ID index
Rule (no element ID) | Element tested (fact 1) |
DQC_0033 | All DEI elements in the instance are tested except for EntityCommonStockSharesOutstanding, EntityPublicFloat and DocumentPeriodEndDate. |
1 Presentation style of rule messages may differ among software implementations of the rules.
The value of dei:DocumentPeriodEndDate, the value of the “endDate” of the context of that concept, and the current balance sheet date should all be the same. I would propose taking this rule one step further to include the notion that these two dates should also be consistent with the current balance sheet date.
We agree with the feedback and recommendation to verify that the endDate of the context of dei_DocumentPeriodEndDate and balance sheet date are consistent.