Interface LegacyResolutionAlternative

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
LegacyResolutionAlternative.LegacyResolutionAlternativeBuilder
All Known Implementing Classes:
LegacyResolutionAlternative.LegacyResolutionAlternativeBuilderImpl, LegacyResolutionAlternative.LegacyResolutionAlternativeImpl

@RosettaDataType(value="LegacyResolutionAlternative", builder=LegacyResolutionAlternativeBuilderImpl.class, version="7.0.0-dev.105") @RuneDataType(value="LegacyResolutionAlternative", model="cdm", builder=LegacyResolutionAlternativeBuilderImpl.class, version="7.0.0-dev.105") public interface LegacyResolutionAlternative extends com.rosetta.model.lib.RosettaModelObject
Alternative procedures to those in the pre-print for resolving collateral related disputes.
Version:
7.0.0-dev.105
  • Field Details

  • Method Details

    • getResolutionAlternative

      LegacyResolutionAlternativeEnum getResolutionAlternative()
      Details of the alternative dispute resolution procedure (if any).
    • getAmount

      Money getAmount()
      The maximum amount to which the difference between the calculations by the valuation agent and disputing party can be split, where Split the Difference is elected.
    • getAdditionalLanguage

      String getAdditionalLanguage()
      The additional language that might be specified by the parties to the legal agreement.
    • build

      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

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

    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends LegacyResolutionAlternative> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends LegacyResolutionAlternative> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject