SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 66355: The XBRL file that is generated by the EBA taxonomies should not contain fractions with zeros

DetailsHotfixAboutRate It

When you create an EBA taxonomies package in SAS® Risk and Finance Workbench, the XBRL file might contain fractions if it contains the Integer met type, which has a scale of 0 (decimals="0"). 

Click the Hot Fix tab in this note to access the hot fix for this issue.

Here is how the hot fix addresses the issue.

If the met type is xbrli:integerItemType and the fractions contain only zeros, the zeros are removed. For example, 1826.00 will be converted to 1826:

Here is what happens before you install the fix:
<eba:ii163 contextRef="c4548" unitRef="U-PURE" decimals="0">1826.00</eba:ii163>

Here is what happens after you install the fix:
<eba:ii163 contextRef="c4548" unitRef="U-PURE" decimals="0">1826</eba:ii163>

Note that if the fraction does not contain zeros (for example, 9.34), it will be kept as it is. This behavior occurs because 9.34 is invalid and it should fail the validation.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Risk and Finance WorkbenchMicrosoft® Windows® for x643.19.4 TS1M5
Linux for x643.19.4 TS1M5
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.