-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vineet Kumar Story2500_ValuationModelinCDM with updated expectations (#…
…2279) * Story2500_ValuationModelinCDM Valuation Model in CDM * Story2500_ValuationModelinCDM Valuation Model in CDM * Story2500_ValuationModelinCDM Story 2500 Valuation Model in CDM * Story2500_ValuationModelinCDM Story 2500 Valuation Model in CDM * Story2500_ValuationModelinCDM Story 2500 Valuation Model in CDM * Story2500_ValuationModelinCDM Story 2500 Valuation Model in CDM * update expectations * Update RELEASE.md * Update RELEASE.md * Fix typos * Update RELEASE.md --------- Co-authored-by: Vineet Kumar <vineet.kumar@regnosys.com> Co-authored-by: rvincentISDA <66018066+rvincentISDA@users.noreply.github.com> Co-authored-by: Hugo Hills <39260692+hugohills-regnosys@users.noreply.github.com> Co-authored-by: Vineet Kumar <84881498+winitall01@users.noreply.github.com>
- Loading branch information
1 parent
b9d0c46
commit 925e5da
Showing
13 changed files
with
44 additions
and
19 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,8 +1,15 @@ | ||
# *Infrastructure - Dependency Updates* | ||
# *Event Model - Representation of trade valuations* | ||
|
||
_What is being released?_ | ||
|
||
This release updates the bundle dependency version. The bundle dependency comprises a number of dependencies that are released together as a bundle, including [rosetta-common](https://github.com/REGnosys/rosetta-common) and [rosetta-code-generators](https://github.com/REGnosys/rosetta-code-generators). | ||
This release introduces the `Valuation` data type that will document the valuation details of a trade during its life cycle. The history of all the valuations will be inscribed in the new `ValuationHistory` attribute of a `TradeState`. Future work will explore how to codify the state transitions for valuations. | ||
Additionally, the existing `valuation` type present in `ReturnsTermsBase` is renamed as `valuationTerms` | ||
|
||
- Bundle version upgrade includes: | ||
- 7.4.0: Java function memoization that significantly improves function execution time by caching repeating function calls that share the same signature. No changes are required in the CDM. | ||
_Review Directions_ | ||
|
||
In the CDM Portal, select the textual view or graphical view and inspect: | ||
|
||
- the structural definition of the `Valuation` data type and associated enum type `ValuationTypeEnum`, `ValuationSourceEnum` | ||
- the insertion of the valuationHistory attribute for the `TradeState` data type | ||
- renaming of existing `Valuation` type to `ValuationTerms` | ||
- renaming of existing `valuation` attribute in `ReturnTermsBases` to `valuationTerms` |
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
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
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
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