From 259bad243be7095361e4b4f732080e364d868c65 Mon Sep 17 00:00:00 2001 From: hugohills-regnosys Date: Tue, 14 Nov 2023 17:40:28 +0000 Subject: [PATCH] Update release note --- RELEASE.md | 38 +++++--------------------------------- 1 file changed, 5 insertions(+), 33 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index a2b767b442..51d964182e 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,39 +1,11 @@ -# *Collateral Model - Check Eligibility Function* - -_Background_ - -As part of the [FINOS BMO Hackathon](https://www.finos.org/hosted-events/2023-05-03-finos-hackathon-bmo-nyc) event in May 2023, a demonstation of a [use-case](https://github.com/finos/community/discussions/251) was created that showed the CDM can be used to check collateral eligibility against multiple jurisdictions’ minimum collateral requirements and specific eligible collateral schedules. - -The demonstation was successful has been codified into the CDM and the `CheckEligibilityByDetails` function. - -_Model Changes_ - -- Added new function/types: - - `CheckEligibilityByDetails` - Applys an `EligibilityQuery` to check against a set of given `EligibleCollateralSpecification` to determine which collateral meets the eligibility and can be used/posted for delivery. - -_Review directions_ - -- Review the changes in the model -- Inspect the Pull Request: https://github.com/finos/common-domain-model/pull/2439 - -# *Product Model/ Collateral – ISO Country Code Enum and connection to Asset/Issuer Criteria* +# *Product Model - FpML Synonym Mappings for UPI* _What is being released?_ -A new enumeration list has been added to the Common Domain Model named `ISOCountryCodeEnum`. -The following changes have been made in the CDM to connect to this (including replacing the string with the enum list in the following occurrences): - -1. Data type `IssuerCriteria` attribute `issuerCountryOfOrigin`, string and metadata scheme removed, `ISOCountryCodeEnum` added. -2. Data type `AssetCriteria` attribute `assetCountryOfOrigin`, string and metadata scheme removed, `ISOCountryCodeEnum` added. - -In addition, the following change has been made for connecting to ISO Currency codes: - -1. Data type `AssetCriteria` attribute `denominatedCurrency`, string and metadata scheme removed, `CurrencyCodeEnum` added. +This release extends the FpML mapping coverage for the enum `ProductIdTypeEnum` to support UPIs. +- The `ProductIdentifierSourceMappingProcessor` has been updated to map FpML productIdScheme http://www.fpml.org/coding-scheme/external/iso4914 to `ProductIdTypeEnum->UPI`. -_Review Directions_ - -In the CDM Portal, select the Textual Browser and inspect the changes mentioned above. - -Changes can be review in PR: https://github.com/finos/common-domain-model/pull/2477 +_Review directions_ +- In the CDM Portal, select the Textual Browser and inspect the change listed above. \ No newline at end of file