Thank you for the wonderful product Arelle.
When I hit this url
I get results. In the results if I go under consolidated balance sheet I see.
<linkRole role="
http://www.forestargroup.com/role/ConsolidatedBalanceSheets">
<facts concept="us-gaap:StatementOfFinancialPositionAbstract">
<facts concept="us-gaap:AssetsAbstract">
<facts concept="us-gaap:CashAndCashEquivalentsAtCarryingValue">
<fI2018Q4>318,800,000</fI2018Q4>
<
fI2019Q4>382,800,000</fI2019Q4>
</facts> . . .
if we see fI2019Q4 shouldn't this be resolved to appropriate date. If we look at file for-20190930.xml within the xbrl zip file. We see that fI2019Q4 is defined as follows.
<xbrli:context id="FI2019Q4">
<xbrli:entity>
<xbrli:identifier scheme="http://www.sec.gov/CIK">0001406587</xbrli:identifier>
</xbrli:entity>
<xbrli:period>
<xbrli:instant>2019-09-30</xbrli:instant>
</xbrli:period>
</xbrli:context>
Shouldn't this date be used on factTable view consolidatedbalancesheet.
<linkRole role="http://www.forestargroup.com/role/ConsolidatedBalanceSheets"> <facts concept="us-gaap:StatementOfFinancialPositionAbstract"> <facts concept="us-gaap:AssetsAbstract"> <facts concept="us-gaap:CashAndCashEquivalentsAtCarryingValue"> <fI2018Q4>318,800,000</fI2018Q4> <2019-09-30>382,800,000</2019-09-30> </facts> . . .
I might be wrong but in my humble opinion this makes coding simpler on the consumer end.