Package org.isda.cdm
Class AllocationOutcome
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.AllocationOutcome
-
@RosettaClass public class AllocationOutcome extends com.rosetta.model.lib.RosettaModelObject
A class to specify the allocated outcome as the combination of the previous Trade, which is either an execution or a contract and which state is specified as 'Allocated', and a set of Trade(s) of the same execution or contract type as before allocation. The allocation to one single trade is deemed appropriate: e.g. the trade could be effectively allocated from the fund manager doing the execution to a single fund entity.- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AllocationOutcome.AllocationOutcomeBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AllocationOutcome.AllocationOutcomeBuilder
builder()
boolean
equals(java.lang.Object o)
java.util.List<Trade>
getAllocatedTrade()
Trade
getOriginalTrade()
int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends AllocationOutcome>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
AllocationOutcome.AllocationOutcomeBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getAllocatedTrade
@RosettaSynonym(value="allocatedTrade", source="Rosetta_Workbench") public final java.util.List<Trade> getAllocatedTrade()
-
getOriginalTrade
@RosettaSynonym(value="originalTrade", source="Rosetta_Workbench") public final Trade getOriginalTrade()
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends AllocationOutcome> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public AllocationOutcome.AllocationOutcomeBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static AllocationOutcome.AllocationOutcomeBuilder builder()
-
process
public void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
- Specified by:
process
in classcom.rosetta.model.lib.RosettaModelObject
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-