Interface CreditSupportAmount

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
CreditSupportAmount.CreditSupportAmountBuilder
All Known Implementing Classes:
CreditSupportAmount.CreditSupportAmountBuilderImpl, CreditSupportAmount.CreditSupportAmountImpl

@RosettaDataType(value="CreditSupportAmount", builder=CreditSupportAmountBuilderImpl.class, version="6.19.0") @RuneDataType(value="CreditSupportAmount", model="cdm", builder=CreditSupportAmountBuilderImpl.class, version="6.19.0") public interface CreditSupportAmount extends com.rosetta.model.lib.RosettaModelObject
The total amount one counterparty must deliver to the other at any time: the combination of the Exposure to that party and the net Independent Amounts it must post, minus any agreed Threshold.
Version:
6.19.0
  • Field Details

  • Method Details

    • getCreditSupportAmount

      CreditSupportAmountEnum getCreditSupportAmount()
      Specifies whether the meaning of credit support amount follows the pre-print definition or deviates from the standard (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 CreditSupportAmount> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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