Skip to content

Commit 8378219

Browse files
Merge branch 'master' into final-payent-master
2 parents 2418903 + 2bb8ba2 commit 8378219

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

RELEASE.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
# *Event Model - Create_Transfer Can Set the positionState on Securities-Lending Trades*
2-
3-
_Background_
4-
5-
For securities lending, knowing whether a trade has "Settled" is imperative, as this controls whether specific lifecycle events can be performed upon it.
1+
# _Infrastructure - Dependency Update_
62

73
_What is being released?_
84

9-
- Adding logic to the Create_Transfer function to update the `positionState` to `Settled` if the payout obligations have been fulfilled.
10-
- New functions to determine whether the payout obligations have been fulfilled, i.e., do the transferred security and cash amounts match the quantities on the payout.
5+
This change updates the version of the `FpML as Rune` dependency to version 1.4.0.
6+
7+
Version updates include:
8+
- `FpML as Rune` `1.4.0` See Release notes: [1.4.0](https://github.com/rosetta-models/rune-fpml/releases/tag/1.4.0).
119

1210
_Review Directions_
1311

14-
The changes can be reviewed in PR: [#4378](https://github.com/finos/common-domain-model/pull/4378)
12+
The changes can be reviewed in PR: [#4390](https://github.com/finos/common-domain-model/pull/4390)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<!-- release version is overridden in rosetta-source -->
8282
<maven.compiler.release>11</maven.compiler.release>
8383

84-
<rune-fpml.version>1.2.2</rune-fpml.version>
84+
<rune-fpml.version>1.4.0</rune-fpml.version>
8585
<rosetta.dsl.version>9.75.1</rosetta.dsl.version>
8686
<rosetta.bundle.version>11.103.4</rosetta.bundle.version>
8787
<rosetta.code-gen.version>${rosetta.bundle.version}</rosetta.code-gen.version>

0 commit comments

Comments
 (0)