Package org.isda.cdm

Class CollateralRounding


  • @RosettaClass
    public class CollateralRounding
    extends com.rosetta.model.lib.RosettaModelObject
    A class to specify the rounding methodology applicable to the Delivery Amount and the Return Amount in terms of nearest integral multiple of Base Currency units. ISDA 2016 English Law Credit Support Deed for Initial Margin, paragraph 13, General Principles, (c)(vi)(C): Rounding. | ISDA 2016 Japanese Law Credit Support Annex for Initial Margin, paragraph 13, General Principles, (d)(vi)(C): Rounding. | ISDA 2016 New York Law Credit Support Annex for Initial Margin, paragraph 13, General Principles, (c)(vi)(C): Rounding.
    Version:
    2.5.4
    • Method Detail

      • getDeliveryAmount

        @RosettaSynonym(value="delivery_amount",
                        source="ISDA_Create_1_0")
        public final java.math.BigDecimal getDeliveryAmount()
        The rounding methodology applicable to the Delivery Amount in terms of nearest integral multiple of Base Currency units.
      • getReturnAmount

        @RosettaSynonym(value="return_amount",
                        source="ISDA_Create_1_0")
        public final java.math.BigDecimal getReturnAmount()
        The rounding methodology applicable to the Return Amount in terms of nearest integral multiple of Base Currency units.
      • metaData

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