Interface LegacyReturnAmount

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
LegacyReturnAmount.LegacyReturnAmountBuilder
All Known Implementing Classes:
LegacyReturnAmount.LegacyReturnAmountBuilderImpl, LegacyReturnAmount.LegacyReturnAmountImpl

@RosettaDataType(value="LegacyReturnAmount", builder=LegacyReturnAmountBuilderImpl.class, version="6.19.0") @RuneDataType(value="LegacyReturnAmount", model="cdm", builder=LegacyReturnAmountBuilderImpl.class, version="6.19.0") public interface LegacyReturnAmount extends com.rosetta.model.lib.RosettaModelObject
In respect of a Valuation Date, the amount of collateral which a party is entitled to demand to be recalled to it as a Return Amount.
Version:
6.19.0
  • Field Details

  • Method Details

    • getLegacyReturnAmount

      LegacyDeliveryReturnAmountEnum getLegacyReturnAmount()
      Specifies whether the meaning of Return Amount follows the pre-print definition or deviates from this (either based on a rating or some other methodology).
    • 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 LegacyReturnAmount> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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