forked from finos/common-domain-model
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lionel Smith-Gordon Price P3+ - Release (finos#3202)
* Price P3+ Add attribute FixedPrice to SettlementPayout * Price On Option Payout * Release note * correction of typo correction of typo --------- Co-authored-by: Lionel Smith-Gordon <[email protected]> Co-authored-by: Lionel SG <[email protected]>
- Loading branch information
1 parent
7944d73
commit a90859d
Showing
2 changed files
with
16 additions
and
6 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,12 +1,18 @@ | ||
# _Infrastructure - Dependency Update_ | ||
# *CDM Product Model - Add Price to Payouts* | ||
|
||
_Background_ | ||
|
||
This is an additional enhancement following the Asset Refactoring initiative by improving the consistency | ||
of the modelling of prices on payouts. | ||
|
||
_What is being released?_ | ||
|
||
This release updates the `DSL` dependency. | ||
The new attribute `fixedPrice` of type `PriceSchedule` has been added to the `OptionPayout` and to the | ||
`SettlementPayout`. Both additionally have a `metadata` address link, pointing to the `PriceQuantity` | ||
in the `TradeLot`. | ||
|
||
Version updates include: | ||
- `DSL` 9.20.0: support for passing metadata to functions and highlighting fixes. For further details see DSL release notes: https://github.com/finos/rune-dsl/releases/tag/9.20.0 | ||
_Review Directions_ | ||
|
||
_Review directions_ | ||
In Rosetta, select the Textual Browser and inspect the changes to the two payouts identified above. | ||
|
||
The changes can be reviewed in PR: [#3191](https://github.com/finos/common-domain-model/pull/3191) | ||
Changes can be reviewed in PR [#3184](https://github.com/finos/common-domain-model/pull/3190) |
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