From 77dbc5232f1282e50b940efa07a5abf4f7270f42 Mon Sep 17 00:00:00 2001 From: ebataller <128476578+ebataller@users.noreply.github.com> Date: Thu, 16 Nov 2023 14:01:51 +0100 Subject: [PATCH] Update RELEASE.md --- RELEASE.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index b6212274ef..8909791db0 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,13 +1,21 @@ -# *Product Model - FpML Synonym Mappings for Unique Product Identifiers* +# _Product model - PTRR - Portfolio Rebalancing_ + +_Background_ + +In the technical specification for the EMIR jurisdiction, there are some reportable fields regarding PTRR (Post-Trade Risk Reduction) events. This release introduces support in CDM to allow the complete reporting for one of these PTRR events, specifically for the Portfolio Rebalancing, by adding its corresponding value to the `EventIntentEnum` and a specific qualification function for this event. _What is being released?_ -This release extends the FpML mapping coverage for the enum `ProductIdTypeEnum` to support UPIs. +_Enumerations_ + +- Added new `PortfolioRebalancing` value to the `EventIntentEnum` enumeration. + +_Qualification_ -- The `ProductIdentifierSourceMappingProcessor` has been updated to map FpML productIdScheme http://www.fpml.org/coding-scheme/external/iso4914 to `ProductIdTypeEnum->UPI`. +- Added new `Qualify_PortfolioRebalancing` function. +- Updated the `Qualify_Execution` function to check for the absence of intent. _Review directions_ -- In the CDM Portal, select the Textual Browser and inspect the change listed above. +In the CDM Portal, select the Textual Browser and inspect each of the changes identified above. The changes can be reviewed in PR [2531](https://github.com/finos/common-domain-model/pull/2531). -Changes can be reviewed in PR [#2521](https://github.com/finos/common-domain-model/pull/2521)