[6.x.x] Alston Antao BusinessEvent and TradeState Creation - Missing activityDate in closedState when creating a Termination #3969 (Updated Expectations)#4439
Conversation
…dState when creating a Termination finos#3969
|
|
…ionFix-CDM6_UpExp
…ionFix-CDM6_UpExp
…ionFix-CDM6_UpExp
|
@finos/cdm-maintainers can someone please review? |
|
codefresh-build |
|
@tomhealey-icma, @annamunoz, @manel-martos please review the PR. |
…ionFix-CDM6_UpExp
manel-martos
left a comment
There was a problem hiding this comment.
As discussed during the CRWG, this contribution is approved for the production branches (5.x and 6.x) to expedite the fix. The full review and follow-up comments will be addressed in the 7.x PR#4504
…6852cae77-3969-TerminationFix-CDM6_UpExp # Conflicts: # RELEASE.md
|
Background Issue link #3969 CDM does not populate the activityDate in the closedState of a TradeState when using the Create_TerminationInstruction function, thus always creating a TradeState with validation errors Activity date cannot be added automatically from Create_TradeState as the activityDate exist in the Create_BusinessEvent and is not passed down to Create_TradeState This change creates a provision for the activityDate by setting the effectiveDate of the QuantityChange when setting zero amounts in the Create_TerminationInstruction Impact: the new parameter added to Create_TerminationInstruction has to be supported by all other functions calling it What is being released? Primary Change: Assign activityDate in closed state of a Terminated TradeState Impact Changes: functions using Create_TerminationInstruction need to supply the additional parameter effectiveDate func Create_RollPrimitiveInstruction func Create_OnDemandRateChangePrimitiveInstruction func Create_CancellationPrimitiveInstruction func Create_RepricePrimitiveInstruction func Create_AdjustmentPrimitiveInstruction func Create_ShapingInstruction func Create_PartialDeliveryPrimitiveInstruction PS: This solution needs to be further tested and discusses Review Directions Changes can be reviewed in PR: #3969 |
No description provided.