Package org.isda.cdm

Class OneWayProvisions


  • @RosettaClass
    public class OneWayProvisions
    extends com.rosetta.model.lib.RosettaModelObject
    A class to specify whether One Way Provisions apply in relation to the ISDA CSA for Initial Margin and, if yes, to specify the Posting Party. ISDA 2016 Credit Support Annex for Initial Margin, paragraph 13, General Principles (aa): One Way Provisions.
    Version:
    2.5.4
    • Method Detail

      • getIsApplicable

        @RosettaSynonym(value="",
                        source="ISDA_Create_1_0")
        public final java.lang.Boolean getIsApplicable()
        The determination of whether the One Way Provisions are applicable (true) or not applicable (false).
      • getPostingParty

        @RosettaSynonym(value="posting_party",
                        source="ISDA_Create_1_0")
        public final java.lang.String getPostingParty()
        The Posting Party for the purposes of One Way Provisions. It is specified in the case where the One Way Provision is deemed applicable.
      • metaData

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