6.24.0
Infrastructure - Dependency Update
Background
The CDM infrastructure includes a feature for enumerations that allows them to be linked directly to an FpML or ISO coding scheme. By assigning the appropriate canonical URI to the enumeration, it can automatically stay in sync with updates to the underlying coding scheme.
What is being released?
The FpML Coding Scheme 2.26 was recently published, the changes to coding schemes can be viewed here. To keep in sync with the new published FpML Coding Scheme, the FloatingRateIndexEnum has been updated with the following values:
PHP_ORR_OIS_Compound
This release also updates the DSL and Bundle dependencies:
Version updates include:
DSL9.84.0-asoperation. See DSL release notes: 9.84.0Bundle11.122.2- Update FpML coding scheme to 2.26
Review Directions
Changes can be reviewed in PR: #4924
Ingest - Mapping FpML LinkId to TradeIdentifier and EventIdentifier
Background
Ingest functions for FpML Confirmation to CDM are available in the CDM 7-dev version for beta testing by the CDM community. There are still gaps in the original synonym mapping and ingest functional mapping which will be addressed in this PR.
What is being released?
Added new functional mapping for FpML linkId fields:
MapPartyTradeIdentifierToTradeIdentifierList— mapslinkIdentries with the ESMA report tracking number scheme (esma-report-tracking-number) intoassignedIdentifieronTradeIdentifierMapEventIdentifier— extended to acceptfpmlPartyTradeIdentifierand mapslinkIdentries matching ESMA PTRR schemes (esma-ptrr-compression,esma-ptrr-portfolio-rebalancing,esma-ptrr-margin-management) intoeventIdentifier- Updated expectations for
custom-basket-linkId-ptrr-compandcustom-basket-linkId-rtntest cases to reflect the newly mappedLinkIdvalues
Review Directions
Changes can be reviewed in PR: #4875