Versions Compared

Key

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

Issuer Role can be loaded 

  • with a dedicated interface Reference Issuer Role via eagle_ml-2-0_default_in_xml_reference stream (objectType = IssuerRole, the message should be formatted as an <issuerRole> message)
  • with SMF MI stream (objectType = GenericSMF, the message should be formatted as a <genericSMF> message) - read more on SMF MI Inbound Interface

Issuer Role supports batch mode - it allows to load Issuer Role as Batch and generate complete ownership period for Security + Role Type key.

  • Default rule for Issuer Role processing is xml-ref_issuerrole_main.xml
  • If the Batch Key is set, the data is routed to xml-ref_issuerrole_batch.xml

Issuer Role batch records have two 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

...

  • batch

...

  • .

...

  • xml

...