Versions Compared

Key

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

Issuer Role supports batch mode - it allows to delete all records with Security + Role Type key from the DB and insert new roles after that.

There are two options available for Issuer Role batch:

allows to load Issuer Role as Batch and generate complete ownership period for Security + Role Type key.

Issuer Role batch records have 2 processing options set by default: 


Code Block
languagexml
<processingOptions>ISSUE_ROLE_UPSERT_MODE,USE_LATEST_START_DATE</processingOptions>


  • ISSUE_ROLE_UPSERT_MODE - prevents the delete step in batch mode
  • USE_LATEST_START_DATE - finds the latest start date in the incoming message and uses it for each incoming record as the start date

SMF MI also supports Issuer Role batch load. In order to turn it on you should have EagleML/referenceTransaction/header/processingOptions/ set  to ISSUER_ROLE_GROUPING in the incoming SMF.:

Code Block
languagexml
<header>
   <objectType>GenericSMF</objectType>
   <processingOptions>ISSUER_ROLE_GROUPING</processingOptions>
</header>