Interface MarginCallIssuance

All Superinterfaces:
MarginCallBase, com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
MarginCallIssuance.MarginCallIssuanceBuilder
All Known Implementing Classes:
MarginCallIssuance.MarginCallIssuanceBuilderImpl, MarginCallIssuance.MarginCallIssuanceImpl

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

  • Method Details

    • getCallAmountInBaseCurrency

      Money getCallAmountInBaseCurrency()
      Specifies the amount of margin being called for which accounts for margin calculation inclusive of exposure, independent amount,threshold,collateral balance, MTA, rounding increments (in base currency detailed in supporting collateral agreement).
    • getRecallNonCashCollateralDescription

      List<? extends EligibleCollateralCriteria> getRecallNonCashCollateralDescription()
      Specifies the details to describe or identify non-cash collateral eligible assets for recall purposes.
    • 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 MarginCallIssuance> 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 MarginCallIssuance> 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