Package org.isda.cdm

Class 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
    • 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 interface com.rosetta.model.lib.GlobalKey
      • metaData

        public com.rosetta.model.lib.meta.RosettaMetaData<? extends PrincipalExchanges> metaData()
        Specified by:
        metaData in class com.rosetta.model.lib.RosettaModelObject
      • process

        public void process​(com.rosetta.model.lib.path.RosettaPath path,
                            com.rosetta.model.lib.process.Processor processor)
        Specified by:
        process in class com.rosetta.model.lib.RosettaModelObject
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object