Package org.isda.cdm

Class ConstituentWeight


  • @RosettaClass
    @RosettaSynonym(value="ConstituentWeight",
                    source="FpML_5_10")
    public class ConstituentWeight
    extends com.rosetta.model.lib.RosettaModelObject
    A class describing the weight of each of the underlier constituent within the basket, either in absolute or relative terms.
    Version:
    2.5.4
    • Method Detail

      • getBasketPercentage

        @RosettaSynonym(value="basketPercentage",source="FpML_5_10") @RosettaSynonym(value="basketPercentage",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="basketPercentage",source="DTCC_11_0") @RosettaSynonym(value="basketPercentage",source="DTCC_9_0") @RosettaSynonym(value="basketPercentage",source="CME_ClearedConfirm_1_17")
        public final java.math.BigDecimal getBasketPercentage()
        The relative weight of each respective basket constituent, expressed in percentage. A basket percentage of 5% would be represented as 0.05.
      • getOpenUnits

        @RosettaSynonym(value="openUnits",source="FpML_5_10") @RosettaSynonym(value="openUnits",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="openUnits",source="DTCC_11_0") @RosettaSynonym(value="openUnits",source="DTCC_9_0") @RosettaSynonym(value="openUnits",source="CME_ClearedConfirm_1_17")
        public final java.math.BigDecimal getOpenUnits()
        The number of units (index or securities) that constitute the underlier of the swap. In the case of a basket swap, this element is used to reference both the number of basket units, and the number of each asset components of the basket when these are expressed in absolute terms.
      • metaData

        public com.rosetta.model.lib.meta.RosettaMetaData<? extends ConstituentWeight> 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