Class Substitution.SubstitutionImpl

java.lang.Object
cdm.legaldocumentation.csa.Substitution.SubstitutionImpl
All Implemented Interfaces:
Substitution, com.rosetta.model.lib.RosettaModelObject
Enclosing interface:
Substitution

public static class Substitution.SubstitutionImpl extends Object implements Substitution
Immutable Implementation of Substitution
  • Constructor Details

  • Method Details

    • getNeedsConsent

      @RosettaAttribute("needsConsent") @Accessor(GETTER) @Required @RuneAttribute("needsConsent") public Boolean getNeedsConsent()
      Description copied from interface: Substitution
      The election as to whether the Pledgor/Obligor/Chargor must obtain the Secured Partys consent for any collateral substitution. Body ISDA Corpus Annex CSA_IM_2016 ISDA 2016 Credit Support Annex for Initial Margin paragraph "13 General Principles" * clause "(f)(ii)" * name "Consent" Provision Body ISDA Corpus Annex CSA_VM_2016 ISDA 2016 Credit Support Annex for Variation Margin paragraph "13" * clause "(f)(ii)" * name "Consent" Provision
      Specified by:
      getNeedsConsent in interface Substitution
    • getSubstitutionDateLanguage

      @RosettaAttribute("substitutionDateLanguage") @Accessor(GETTER) @RuneAttribute("substitutionDateLanguage") public String getSubstitutionDateLanguage()
      Description copied from interface: Substitution
      Substitution Date has the meaning specified in Paragraph4(d)(ii), unless otherwise specified.
      Specified by:
      getSubstitutionDateLanguage in interface Substitution
    • getSpecificConsentLanguage

      @RosettaAttribute("specificConsentLanguage") @Accessor(GETTER) @RuneAttribute("specificConsentLanguage") public String getSpecificConsentLanguage()
      Description copied from interface: Substitution
      Specific consent language might be specified by the parties.
      Specified by:
      getSpecificConsentLanguage in interface Substitution
    • getLegacyConsent

      @RosettaAttribute("legacyConsent") @Accessor(GETTER) @RuneAttribute("legacyConsent") public LegacyConsentEnum getLegacyConsent()
      Description copied from interface: Substitution
      The process for substituting/exchanging one form of collateral held by a party for a different form of collateral, used with legacy agreements.
      Specified by:
      getLegacyConsent in interface Substitution
    • build

      public Substitution build()
      Description copied from interface: Substitution
      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
      Specified by:
      build in interface Substitution
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
      Specified by:
      toBuilder in interface Substitution
    • setBuilderFields

      protected void setBuilderFields(Substitution.SubstitutionBuilder builder)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object