forked from finos/common-domain-model
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into rvincent-qualify_Co…
…ntractFormation_Enhancement_for_transfer
- Loading branch information
Showing
9 changed files
with
153 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,30 @@ | ||
# *Infrastructure - Dependency Update* | ||
# _Event Model - CounterpartyPositionBusinessEvent - Cardinality of the After state_ | ||
|
||
_Background_ | ||
|
||
Following the release of counterparty position in the Common Domain Model, a modelling update is required. The cardinality of the attribute `after` of type `CounterpartyPositionBusinessEvent` has been relaxed to unbounded list `(0..*)`. This change will support the cases when multiple `after` position states are generated as a result of a _partial option exercise_ event being applied to the position. | ||
|
||
|
||
_What is being released?_ | ||
|
||
This release updates the `rosetta-dsl` and `rosetta-bundle` dependency. | ||
- The cardinality of the `after` position state within `CounterpartyPositionBusinessEvent`is relaxed to unbounded list. | ||
|
||
_Data types_ | ||
|
||
- `after` attribute of type `CounterpartyPositionState` updated to multiple cardinality. | ||
|
||
_Review directions_ | ||
|
||
In the CDM Portal, select the Textual Browser and inspect each of the changes listed above. | ||
|
||
Changes can be reviewed in PR: https://github.com/finos/common-domain-model/pull/2539 | ||
|
||
# *Event / Product Model - FpML 5.13 Schema* | ||
|
||
_What is being released?_ | ||
|
||
Version updates include: | ||
- `rosetta-dsl` 9.0.3: DSL performance and stability improvements. For further details see DSL release notes: https://github.com/REGnosys/rosetta-dsl/releases/tag/9.0.3. | ||
- `rosetta-dsl` 9.0.2: improved DSL error messages. For further details see DSL release notes: https://github.com/REGnosys/rosetta-dsl/releases/tag/9.0.2. | ||
- Updated FpML schemas to latest, updating the corresponding enumerations. | ||
This release updates the FpML schema used for FpML to CDM ingestion. The version has been updated from `5.13 Second Working Draft` to `5.13 Third Working Draft`. For further details, visit https://www.fpml.org/spec/fpml-5-13-3-wd-3/. | ||
|
||
There are no changes to the model, and test expectations remain the same. | ||
_Review Directions_ | ||
|
||
The changes can be reviewed in PR https://github.com/finos/common-domain-model/pull/2528. | ||
This change has no impact on the model or test expectations. The changes can be reviewed in PR [2542](https://github.com/finos/common-domain-model/pull/2542). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.