From fdd12099b0139c1d1ef8dc944f4a43a9cb689695 Mon Sep 17 00:00:00 2001 From: Roger Guitart Date: Mon, 20 Nov 2023 09:33:41 +0000 Subject: [PATCH] Multiple cardinaltiy for after state for positions Cardinality change for after state within CounterpartyPositionBusinessEvent --- rosetta-source/src/main/rosetta/event-common-type.rosetta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rosetta-source/src/main/rosetta/event-common-type.rosetta b/rosetta-source/src/main/rosetta/event-common-type.rosetta index f6e544d303..2f9e857a66 100644 --- a/rosetta-source/src/main/rosetta/event-common-type.rosetta +++ b/rosetta-source/src/main/rosetta/event-common-type.rosetta @@ -100,7 +100,7 @@ type CounterpartyPositionBusinessEvent: <"A business event represents a life cyc eventDate date (0..1) <"Specifies the date on which the event is taking place. This date is equal to the trade date in the case of a simple execution. However it can be different from the trade date, for example in the case of a partial termination."> effectiveDate date (0..1) <"The date on which the event contractually takes effect, when different from the event date."> packageInformation IdentifiedList (0..1) <"Specifies the package information in case the business event represents several trades executed as a package (hence this attribute is optional). The package information is only instantiated once at the business event level to preserve referential integrity, whereas individual trades make reference to it to identify that they are part of a package."> - after CounterpartyPositionState (0..1) <"Specifies the after position state(s) created."> + after CounterpartyPositionState (0..*) <"Specifies the after position state(s) created."> type ObservationInstruction: <"Specifies inputs needed to process an observation."> observationEvent ObservationEvent (1..1) <"Contains all information related to an observation.">