D.5.4 config Folder

The config subdirectory contains configuration files.

  • <OFSAAI Installed Directory>/bdf/config/BDF.xml contains all default product configuration parameters. It should not be modified.
  • <OFSAAI Installed Directory>/bdf/config/install/BDF.xml contains all configuration parameters set at installation time (refer to the Installation Guide for more information).
  • <OFSAAI Installed Directory>/bdf/config/custom/BDF.xml contains any product configuration parameters that have been overridden for this installation. It is initially empty. Any changes to default product configuration parameters should be put here.

Individual BD components can have their own configuration file which overrides default product parameters. These files would be named using the following format: <OFSAAI Installed Directory>/bdf/config/<component>.xml

For example: <OFSAAI Installed Directory>/bdf/config/CorrespondentBankProfile.xml

Component configuration files in this directory are part of the product and should not be modified. If any parameters must be overridden at the individual component level, the component configuration file should be created in <OFSAAI Installed Directory>/bdf/config/custom.

  • The datamaps subdirectory contains XML files holding the data map definitions for BD components.
  • The derivations subdirectory contains SQL derivations for individual fields.
  • The queries subdirectory contains SQL queries for individual data maps.