Control Accuracy of Cells
You can control the accuracy of monetary and other numeric values in the XBRL report by setting the accuracy of monetary cells, numeric cells, and percentage cells. These properties are available in the EBA Filing Pane in the Properties section.

Accuracy of monetary cells
The property Accuracy of Monetary Cells applies to numeric cells that represent a monetary value. For example, if you select entry point FP IND: Funding Plans, Individual, Table P 01.03, this property affects all cells of type monetaryItemType. By default, the property Accuracy of Monetary Cells is set to Cents (2), which sets the value of the decimals attribute in the XBRL instance to 2.
Accuracy of numeric cells
The property Accuracy of Numeric Cells applies to numeric values that have no unit except for percentage values, which have their own data type. For example, if you select entry point SPB CON, Table C 101.00, this property affects the column Maturity (160). By default, the property Accuracy of Numeric Cells is set to Exact (INF), which sets the value of the decimals attribute in the XBRL instance to INF.
Accuracy of percentage cells
The property Accuracy of Percentage Cells applies to values that represent a percentage. For example, if you select the entry point FP IND: Funding Plans, Individual, Table P 01.03, this property affects all cells of type percentItemType. By default, the property Accuracy of Percentage Cells is set to Basis Points (4), which sets the value of the decimals attribute in the XBRL instance to 4.
To see the type of a cell, select a cell and click the Cell tab in the EBA Filing Pane and see the Type property.
The accuracy you select from the EBA Filing Pane controls the accuracy that will be written for this fact in the XBRL instance file. More specifically, the Accuracy properties are bound to the decimals attribute in the XBRL instance file. In the screenshot below, the accuracy value indicated in the brackets corresponds to the value of the decimals attribute in the XBRL instance file.

You can set the accuracy-related properties at report, table, or cell level (see screenshot above). If you set accuracy at multiple levels, keep in mind that the more specific property always overrides the more generic one. For example, the accuracy set at cell level takes priority over the one set at table level. Likewise, the accuracy set at table level takes priority over the one set at report level.
For monetary and numeric cells, the accuracy value can be positive or negative. A positive value N specifies the accuracy of up to N digits to the right of the decimal separator. For example, the value 2 specifies the accuracy of monetary cells to be in cents. A negative value N specifies the accuracy of up to N digits to the left of the decimal separator. For example, the value -3 specifies the accuracy to be up to thousands, while the value -6 specifies the accuracy to be up to millions.