Interface LegacyResolutionValue

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
LegacyResolutionValue.LegacyResolutionValueBuilder
All Known Implementing Classes:
LegacyResolutionValue.LegacyResolutionValueBuilderImpl, LegacyResolutionValue.LegacyResolutionValueImpl

@RosettaDataType(value="LegacyResolutionValue", builder=LegacyResolutionValueBuilderImpl.class, version="6.19.0") @RuneDataType(value="LegacyResolutionValue", model="cdm", builder=LegacyResolutionValueBuilderImpl.class, version="6.19.0") public interface LegacyResolutionValue extends com.rosetta.model.lib.RosettaModelObject
Methodology for resolving disputes in respect of the determination of the value of collateral.
Version:
6.19.0
  • Field Details

  • Method Details

    • getCash

      ValueCashEnum getCash()
      Details of how cash collateral is valued when resolving disputes.
    • getSecurities

      ValueSecuritiesEnum getSecurities()
      Details of how securities collateral is valued when resolving disputes.
    • getFallback

      Boolean getFallback()
      A boolean flag to represent whether a fallback calculation method is applicable.
    • 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 LegacyResolutionValue> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends LegacyResolutionValue> 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