Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this page:

...

If you disable it ("N"), security resolution will be performed by primary asset id/type and swap type if the assetResolutionOption was passed in the incoming file for swap record and the security was not resolved by xrefs.

Allow Duplicate Xrefs Logic

Cross-reference types, which are configured as DUPLICATE are not used in security resolution by default. This is caused by that fact that the pair of values id + type of xref identifier configured as DUPLICATE can refer to different securities.

...

Code Block
languagexml
<COL TAG="W_NOOVERRIDE_SEC_RES_OPTION" EXPRESSION="'ALLOW_DUPL_XREF'"/>

Case Insensitive Option

Sometimes you want to force xrefs be loaded in upper case for a record to make them case insensitive. Use the following element in the incoming message:

Code Block
languagexml
<assetResolutionOption>ALLOW<assetResolutionOption>CASE_DUPL_XREF<INSENSITIVE</assetResolutionOption

or its global version CONFIG_SEC_RES_OPTION with the value ALLOW_DUPL_XREFvalue CASE_INSENSITIVE.