Class Substitution.SubstitutionBuilderImpl

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

public static class Substitution.SubstitutionBuilderImpl extends Object implements Substitution.SubstitutionBuilder
Builder Implementation of Substitution
  • Field Details

    • needsConsent

      protected Boolean needsConsent
    • substitutionDateLanguage

      protected String substitutionDateLanguage
    • specificConsentLanguage

      protected String specificConsentLanguage
    • legacyConsent

      protected LegacyConsentEnum legacyConsent
  • Constructor Details

    • SubstitutionBuilderImpl

      public SubstitutionBuilderImpl()
  • 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
    • setNeedsConsent

      @RosettaAttribute("needsConsent") @Accessor(SETTER) @Required @RuneAttribute("needsConsent") public Substitution.SubstitutionBuilder setNeedsConsent(Boolean _needsConsent)
      Specified by:
      setNeedsConsent in interface Substitution.SubstitutionBuilder
    • setSubstitutionDateLanguage

      @RosettaAttribute("substitutionDateLanguage") @Accessor(SETTER) @RuneAttribute("substitutionDateLanguage") public Substitution.SubstitutionBuilder setSubstitutionDateLanguage(String _substitutionDateLanguage)
      Specified by:
      setSubstitutionDateLanguage in interface Substitution.SubstitutionBuilder
    • setSpecificConsentLanguage

      @RosettaAttribute("specificConsentLanguage") @Accessor(SETTER) @RuneAttribute("specificConsentLanguage") public Substitution.SubstitutionBuilder setSpecificConsentLanguage(String _specificConsentLanguage)
      Specified by:
      setSpecificConsentLanguage in interface Substitution.SubstitutionBuilder
    • setLegacyConsent

      @RosettaAttribute("legacyConsent") @Accessor(SETTER) @RuneAttribute("legacyConsent") public Substitution.SubstitutionBuilder setLegacyConsent(LegacyConsentEnum _legacyConsent)
      Specified by:
      setLegacyConsent in interface Substitution.SubstitutionBuilder
    • 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
    • prune

      Specified by:
      prune in interface com.rosetta.model.lib.RosettaModelObjectBuilder
      Specified by:
      prune in interface Substitution.SubstitutionBuilder
    • hasData

      public boolean hasData()
      Specified by:
      hasData in interface com.rosetta.model.lib.RosettaModelObjectBuilder
    • merge

      public Substitution.SubstitutionBuilder merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger)
      Specified by:
      merge in interface com.rosetta.model.lib.RosettaModelObjectBuilder
    • 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