Package org.isda.cdm
Class PrincipalExchanges
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.PrincipalExchanges
-
- All Implemented Interfaces:
com.rosetta.model.lib.GlobalKey
@RosettaClass @RosettaSynonym(value="PrincipalExchanges",source="FpML_5_10") @RosettaSynonym(value="PrincipalExchanges",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="PrincipalExchanges",source="DTCC_11_0") @RosettaSynonym(value="PrincipalExchanges",source="DTCC_9_0") @RosettaSynonym(value="PrincipalExchanges",source="CME_ClearedConfirm_1_17") public class PrincipalExchanges extends com.rosetta.model.lib.RosettaModelObject implements com.rosetta.model.lib.GlobalKey
A class defining which principal exchanges occur for the stream.- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PrincipalExchanges.PrincipalExchangesBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PrincipalExchanges.PrincipalExchangesBuilder
builder()
boolean
equals(java.lang.Object o)
java.lang.Boolean
getFinalExchange()
A true/false flag to indicate whether there is a final exchange of principal on the termination date.java.lang.Boolean
getInitialExchange()
A true/false flag to indicate whether there is an initial exchange of principal on the effective date.java.lang.Boolean
getIntermediateExchange()
A true/false flag to indicate whether there are intermediate or interim exchanges of principal during the term of the swap.MetaFields
getMeta()
int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends PrincipalExchanges>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
PrincipalExchanges.PrincipalExchangesBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getFinalExchange
@RosettaSynonym(value="finalExchange",source="FpML_5_10") @RosettaSynonym(value="finalExchange",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="finalExchange",source="DTCC_11_0") @RosettaSynonym(value="finalExchange",source="DTCC_9_0") @RosettaSynonym(value="finalExchange",source="CME_ClearedConfirm_1_17") public final java.lang.Boolean getFinalExchange()
A true/false flag to indicate whether there is a final exchange of principal on the termination date.
-
getInitialExchange
@RosettaSynonym(value="initialExchange",source="FpML_5_10") @RosettaSynonym(value="initialExchange",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="initialExchange",source="DTCC_11_0") @RosettaSynonym(value="initialExchange",source="DTCC_9_0") @RosettaSynonym(value="initialExchange",source="CME_ClearedConfirm_1_17") public final java.lang.Boolean getInitialExchange()
A true/false flag to indicate whether there is an initial exchange of principal on the effective date.
-
getIntermediateExchange
@RosettaSynonym(value="intermediateExchange",source="FpML_5_10") @RosettaSynonym(value="intermediateExchange",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="intermediateExchange",source="DTCC_11_0") @RosettaSynonym(value="intermediateExchange",source="DTCC_9_0") @RosettaSynonym(value="intermediateExchange",source="CME_ClearedConfirm_1_17") public final java.lang.Boolean getIntermediateExchange()
A true/false flag to indicate whether there are intermediate or interim exchanges of principal during the term of the swap.
-
getMeta
public final MetaFields getMeta()
- Specified by:
getMeta
in interfacecom.rosetta.model.lib.GlobalKey
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends PrincipalExchanges> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public PrincipalExchanges.PrincipalExchangesBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static PrincipalExchanges.PrincipalExchangesBuilder 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
-
-