Package org.isda.cdm
Class OptionPhysicalSettlement
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.OptionPhysicalSettlement
-
@RosettaClass @RosettaSynonym(value="SwaptionPhysicalSettlement", source="FpML_5_10") public class OptionPhysicalSettlement extends com.rosetta.model.lib.RosettaModelObject
- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OptionPhysicalSettlement.OptionPhysicalSettlementBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OptionPhysicalSettlement.OptionPhysicalSettlementBuilder
builder()
boolean
equals(java.lang.Object o)
java.lang.Boolean
getClearedPhysicalSettlement()
Specifies whether the swap resulting from physical settlement of the swaption transaction will clear through a clearing house.ReferenceWithMetaParty
getPredeterminedClearingOrganizationPartyReference()
A reference to the clearing organization (CCP, DCO) to which the trade should be cleared.int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends OptionPhysicalSettlement>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
OptionPhysicalSettlement.OptionPhysicalSettlementBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getClearedPhysicalSettlement
@RosettaSynonym(value="clearedPhysicalSettlement",source="FpML_5_10") @RosettaSynonym(value="clearedPhysicalSettlement",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="clearedPhysicalSettlement",source="DTCC_11_0") @RosettaSynonym(value="clearedPhysicalSettlement",source="DTCC_9_0") @RosettaSynonym(value="clearedPhysicalSettlement",source="CME_ClearedConfirm_1_17") public final java.lang.Boolean getClearedPhysicalSettlement()
Specifies whether the swap resulting from physical settlement of the swaption transaction will clear through a clearing house. The meaning of Cleared Physical Settlement is defined in the 2006 ISDA Definitions, Section 15.2 (published in Supplement number 28).
-
getPredeterminedClearingOrganizationPartyReference
@RosettaSynonym(value="predeterminedClearingOrganizationPartyReference",source="FpML_5_10") @RosettaSynonym(value="predeterminedClearingOrganizationPartyReference",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="predeterminedClearingOrganizationPartyReference",source="DTCC_11_0") @RosettaSynonym(value="predeterminedClearingOrganizationPartyReference",source="DTCC_9_0") @RosettaSynonym(value="predeterminedClearingOrganizationPartyReference",source="CME_ClearedConfirm_1_17") public final ReferenceWithMetaParty getPredeterminedClearingOrganizationPartyReference()
A reference to the clearing organization (CCP, DCO) to which the trade should be cleared.
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends OptionPhysicalSettlement> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public OptionPhysicalSettlement.OptionPhysicalSettlementBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static OptionPhysicalSettlement.OptionPhysicalSettlementBuilder 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
-
-