Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

The Pending Trades Solution is not considered version independent. Currently, in order to use this functionality you must have Eagle version 12.1.5.18BW13 or 13.1.2.13BK07. The feature will also be included in Eagle version 2017R2 which is scheduled for release in 2017.

'eagle_wrf_pending_trades' is a workflow designed to select transactions from the TRADESDBO.PENDING_TRADES table and send them to STAR.

Processing is carried out in three steps:

Pending Trades workflow
1. The first step pulls data using the TRADESDBO.PENDING_TRADE_TRIGGER stored procedure.
Input parameters (filters), available for the process include:

  • ConversionStatus
  • EntityID
  • ProcessCenter
  • SecurityAlias
  • TradeStatus

'eagle_wrf_pending_trades_extract' contains the stored procedure call with the mapping of inbound parameters and the declaration of 'Extract Status' task status workflow parameter:

Pending Trade workflow
2. Extracted data is sent to 'eagle_wrf_pendting_trades_t' transformation stream. The translator contains direct STAR tag mapping:

Pending Trades workflow
3. The third step takes the result of transformation and loads it through the core 'eagle_default_in_star_enginemessage' MC stream.


  • No labels