Versions Compared

Key

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

Enhancements

SDP-52551 Signage logic was revised for the WRHSTRADEEXTRACT for SPOT transactions

The Signage logic was adjusted for the WRHSTRADEEXTRACT extract for the NET_CASH - netAmountLocal and TRADE_BASE_AMOUNT - netAmountBase elements for SPOT transactions. The logic was modified to swap the signs for the Cancel and non-Cancel records.

Files changed:
eagle_ml-2-0_cm/out/tagvalue/extract_wrhs_trade_signage_logic.inc

SDP-52453 Logic implemented for the Issue Variable Rate to check if record exists prior to load

When large files were presented with Variable Rates day over day across a queue with the same data, the Variable Rates would show the update date of the current date. An implementation item was created to enable a check to see if the record exists prior to processing and if already exists, to ignore the message and maintain the existing Variable Rate information. If the Variable Rate data is loaded for a second time without changes, then the database check logic will ignore the message.

...

Files changed:
eagle_default/in/xml/xml-ref_issuevarrate.xml

SDP-52260 The Principal Check functionality was enabled for Fixed Income securities with the Sinking Fund flag set to Y

An optional Trade Principal Check was extended for Fixed Income securities that have a Sinking Fund flag set to Y which includes a factor simulating the behavior for MBS.

...

Files changed:
eagle_default/in/include/principal_check.inc

SDP-52279 The EJM Task Reporter stream performance was improved

The EJM Task Reporter stream performance was improved by modifying the file statistic SQL query. If the Stream Id is not passed, then the index hint is removed and the FILE_NAME_EXACT field is used in the SQL query to improve throughput processing.

Files changed:
eagle_ml-2-0_cm/out/xml/task_reporter_generate_task_unit.inc

SDP-52038 The Pricing Report Extract was modified to use bind variables

The Pricing Report Extract was modified to use bind variables for the effective date during the insert into temporary table and calculating the previous business day.

...

Files changed:
eagle_ml-2-0_cm/out/tagvalue/extract_pricing_report.inc

SDP-51998 The Warehouse Trade XrefIdentifier Outbound interface was added

The WRHSTRADEXREFEXTRACT was created to retrieve Aladdin data from the TRADESDBO.TRADE_XREFERENCE database via an EagleML interface.

...

Files changed:
eagle_ml-2-0_cm/out/tagvalue/extracts.rsf
eagle_ml-2-0_cm/out/xml/t_eagleml-2-0_streaming.rsf
eagle_ml-2-0_cm/w_config.inc
eagleml/swagger/swagger-extracts.json file

SDP-51982 The WarehouseTrade Inbound Interface was enhanced to correctly load the Trade Currency to the TRADESDBO.TRADE

The WarehouseTrade Inbound Interface was enhanced to correctly load the Trade Currency to the TRADESDBO.TRADE. The Trade Currency database field used to take the value from the in_local_currency parameter only. As a result, there had been no mapping for the in_trade_currency parameter as the data was mapped from the tradeCurrency EagleML field into the in_local_currency parameter from the EagleML side.
The mapping for in_trade_currency parameter was added on the EagleML side starting from the v17R2.27 Eagle Core version onward.

...

Files changed:
eagle_default/in/xml/xslt/wrh_egl_gen_interface3.xsl
eagle_default/in/xml/xml-warehouse_v2.xml

SDP-49903 The error handling and data availability for Voluntary CA Election was improved within Automation Center

The processing and retrieval of the original corporate action was truncating the data available for the user to correct the failed record within Automation Center. As a result, the Editcheck was preventing the Automation Center from having the full content of the Voluntary CA Election Details for a user to identify and process the record upon a failure. The mapping was adjusted to populate more complete data to identify which corporate action failed and enable the user to to have enough information to proceed outside Automation Center.

Files changed:
eagle_default/in/xml/ xml-ref_voluntarycaelections.xml

Production Bugs

SDP-51627 The IssuePcPrice inbound interface was modified to ignore the warnings raised by the panel

The IssuePCPrice inbound rule did not previously check the status code returned which caused a failure even if the data was loaded via the panel, but processing was interrupted. The issue was resolved as the data processing is interrupted only in case of a critical error raised by the panel.

Files changed:
eagle_default/in/xml/include/xml-ref_security_pricing_common.inc

SDP-33473 The SkipCancel flag support added for scheduled workflows

The default value for SKIPCANCEL parameter was removed from the Restart Workflow stream.
The Skip Cancel flag can be set in the Begin shape of scheduled workflows within IWS.

...