5.0.0-dev.7
regnosys-ops
released this
21 Jul 11:09
·
908 commits
to master
since this release
Event Model - Representation of trade valuations
What is being released?
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
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 typeValuationTypeEnum
,ValuationSourceEnum
- the insertion of the valuationHistory attribute for the
TradeState
data type - renaming of existing
Valuation
type toValuationTerms
- renaming of existing
valuation
attribute inReturnTermsBases
tovaluationTerms