Interface MarginCallResponse

All Superinterfaces:
MarginCallBase, com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
MarginCallResponse.MarginCallResponseBuilder
All Known Implementing Classes:
MarginCallResponse.MarginCallResponseBuilderImpl, MarginCallResponse.MarginCallResponseImpl

@RosettaDataType(value="MarginCallResponse", builder=MarginCallResponseBuilderImpl.class, version="5.30.0") @RuneDataType(value="MarginCallResponse", model="cdm", builder=MarginCallResponseBuilderImpl.class, version="5.30.0") public interface MarginCallResponse extends MarginCallBase
Represents common attributes required for a Margin Call Response under a legal agreement such as a credit support document or equivalent.
Version:
5.30.0
  • Field Details

  • Method Details

    • getMarginCallResponseAction

      List<? extends MarginCallResponseAction> getMarginCallResponseAction()
      Specifies the margin call action details, including collateral to be moved and direction.
    • getMarginResponseType

      MarginCallResponseTypeEnum getMarginResponseType()
      Indicates the response type, such as, is the margin call response a 'full' 'part' agreement or 'dispute'.
    • getAgreedAmountBaseCurrency

      Money getAgreedAmountBaseCurrency()
      Indicates the amount that posting entity agrees to remit in response to margin call (in base currency).
    • build

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

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

    • metaData

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

      @RuneAttribute("@type") default Class<? extends MarginCallResponse> getType()
      Specified by:
      getType in interface MarginCallBase
      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 MarginCallBase
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject