Configuring the Unit Type List

The units or currency list that is displayed when creating a unit in the Disclosure Management Mapping Tool is derived and configured in the mappingtool.properties file. Units types are available in the from the Measure field (see Adding XBRL Units). The unit type code corresponds to the ISO (International Organization for Standardization) 4217 standard. In the mappingtool.properties file, the current unit values are:

When you create a unit type, the default unit type code is: unit_type8=iso4217:USD.

  To add or change a unit type:

  1. Navigate to mappingtool.properties file in the DISCMAN_INSTANCE/config folder.

  2. Using any text editor, open the mappingtool.properties properties file.

    Image shows mappingtool.properties file
  3. Scroll down to #the unit type sections.

  4. Add the new unit using the format: unit_type[number]=iso4217:[currency code].

    The currency code consists of the two-character country code and a character that represents the currency unit.

  5. Save the mappingtool.properties file.

    Unit types are validated in Review mode.