Class AdditionalType.AdditionalTypeImpl

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

public static class AdditionalType.AdditionalTypeImpl extends Object implements AdditionalType
Immutable Implementation of AdditionalType
  • Constructor Details

  • Method Details

    • getStandardValue

      @RosettaAttribute("standardValue") @Accessor(GETTER) @Required @RuneAttribute("standardValue") public AdditionalTypeEnum getStandardValue()
      Description copied from interface: AdditionalType
      The qualification of the Additional Type of transaction that can require the collection or delivery of initial margin when specified as a standard value.
      Specified by:
      getStandardValue in interface AdditionalType
    • getCustomValue

      @RosettaAttribute("customValue") @Accessor(GETTER) @RuneAttribute("customValue") public String getCustomValue()
      Description copied from interface: AdditionalType
      The qualification of the Additional Type of transaction that can require the collection or delivery of initial margin when specified as a custom value by the parties to the legal agreement.
      Specified by:
      getCustomValue in interface AdditionalType
    • build

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

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

      protected void setBuilderFields(AdditionalType.AdditionalTypeBuilder 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