Package org.isda.cdm
Class ExerciseOutcome
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.ExerciseOutcome
-
@RosettaClass public class ExerciseOutcome extends com.rosetta.model.lib.RosettaModelObject
The exercise outcome combines the option contract (which states would be 'Exercised' in case of a full exercise and which would have a reduced notional in case of partial exercise) and either a physical or partial exercise.- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExerciseOutcome.ExerciseOutcomeBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExerciseOutcome.ExerciseOutcomeBuilder
builder()
boolean
equals(java.lang.Object o)
Cashflow
getCashExercise()
Contract
getContract()
PhysicalExercise
getPhysicalExercise()
int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends ExerciseOutcome>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
ExerciseOutcome.ExerciseOutcomeBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getCashExercise
@RosettaSynonym(value="cashExercise", source="Rosetta_Workbench") public final Cashflow getCashExercise()
-
getContract
@RosettaSynonym(value="contract", source="Rosetta_Workbench") public final Contract getContract()
-
getPhysicalExercise
@RosettaSynonym(value="physicalExercise", source="Rosetta_Workbench") public final PhysicalExercise getPhysicalExercise()
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends ExerciseOutcome> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public ExerciseOutcome.ExerciseOutcomeBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static ExerciseOutcome.ExerciseOutcomeBuilder 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
-
-