Interface MinimumTransferAmount

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
MinimumTransferAmount.MinimumTransferAmountBuilder
All Known Implementing Classes:
MinimumTransferAmount.MinimumTransferAmountBuilderImpl, MinimumTransferAmount.MinimumTransferAmountImpl

@RosettaDataType(value="MinimumTransferAmount", builder=MinimumTransferAmountBuilderImpl.class, version="7.0.0-dev.105") @RuneDataType(value="MinimumTransferAmount", model="cdm", builder=MinimumTransferAmountBuilderImpl.class, version="7.0.0-dev.105") public interface MinimumTransferAmount extends com.rosetta.model.lib.RosettaModelObject
Represents the threshold specified in the agreement below which collateral need not be delivered, and represents the smallest incremental value of exposure that must be reached before the parties are obliged to transfer collateral.
Version:
7.0.0-dev.105 Body ISDA Corpus Annex CSA_NewYork_1994 1994 New York Law Credit Support Annex name "Minimum Transfer Amount" Provision Body ISDA Corpus Annex CSA_English_1995 1995 English Law Credit Support Annex name "Minimum Transfer Amount" Provision Body ISDA Corpus Deed CSD_English_1995 1995 English Law Credit Support Deed name "Minimum Transfer Amount" Provision Body ISDA Corpus Annex CSA_VM_English_2016 2016 English Law Variation Margin Credit Support Annex name "Minimum Transfer Amount" Provision Body ISDA Corpus Annex CSA_VM_NewYork_2016 2016 New York Law Variation Margin Credit Support Annex name "Minimum Transfer Amount" Provision
  • Field Details

  • Method Details

    • getPartyElection

      List<? extends MinimumTransferAmountElection> getPartyElection()
      The party specific elections for the Minimum Transfer Amount clause.
    • 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 MinimumTransferAmount> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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