Versions Compared

Key

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

In this page:

...

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

Case Insensitive

...

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>CASE_INSENSITIVE</assetResolutionOption

...

Code Block
languagexml
<COL TAG="CONFIG_SEC_RES_OPTION " EXPRESSION="'CASE_INSENSITIVE'"/>

Skip Primary Identifiers

...

To skip primary identifiers in security resolution logic set this option genericSMF/assetResolutionOption = 'SKIP_PRIMARY_ID'

Code Block
languagexml
<assetResolutionOption>SKIP_PRIMARY_ID</assetResolutionOption>

Skip Security Resolution

...

Info

Asset Resolution Option = ‘SKIP’ is available only when you update an SMF record. Security Resolution logic can be skipped only if the SMF record exists in DB.

...

genericSMF/assetResolutionOption = 'SKIP' and
genericSMF/UnderlyingModel/assetResolutionOption = 'SKIP'

Use 1st Xref as Main

Enabled by adding 'USE_FIRST_AS_MAIN' value to genericSMF/assetResolutionOption

Info

Please note, that to enable this option you must have 'MATCH_ALL' set. For example:

Code Block
languagexml
<assetResolutionOption>MATCH_ALL,USE_FIRST_AS_MAIN</assetResolutionOption>


Performs the following steps for asset resolution:

  1. Security Resolution by 1 pair of unique Xreference Security Identifiers. If Security Alias is resolved by 1 pair, step 2 is skipped.
  2. If Security Alias is not resolved by 1 pair of unique Xreference Identifiers, then Security Resolution uses Xreference pairs 2 – 10 + additional options ASSET_CURRENCY, MATURITY_DATE, XREF_EXCHANGE, NRA_TAX_COUNRTY in MATCH_ALL mode (or USE_EXIST_XREF_ONLY mode – Match All without new identifiers).

Use Existing Xref Only

Enabled by adding 'USE_EXIST_XREF_ONLY' value to genericSMF/assetResolutionOption

Info

Please note, that to enable this option you must have 'MATCH_ALL' set. For example:

Code Block
languagexml
<assetResolutionOption>MATCH_ALL,USE_EXIST_XREF_ONLY</assetResolutionOption>


In this mode of Asset Resolution Security Alias is resolved similar to MATCH_ALL logic. The difference is that the load process is not failed, if the new Security Xreference Identifiers are used in Security Resolution logic.

The process is completed with error only if:

  • another Security record for specified unique identifier is found,
  • specified unique identifier with Xref Id Type that already exists with another value of Xref Id.