Interface LegacyIndependentAmount

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
LegacyIndependentAmount.LegacyIndependentAmountBuilder
All Known Implementing Classes:
LegacyIndependentAmount.LegacyIndependentAmountBuilderImpl, LegacyIndependentAmount.LegacyIndependentAmountImpl

@RosettaDataType(value="LegacyIndependentAmount", builder=LegacyIndependentAmountBuilderImpl.class, version="7.0.0-dev.105") @RuneDataType(value="LegacyIndependentAmount", model="cdm", builder=LegacyIndependentAmountBuilderImpl.class, version="7.0.0-dev.105") public interface LegacyIndependentAmount extends com.rosetta.model.lib.RosettaModelObject
Sets out the additional amount of collateral that is required to be delivered by that party irrespective of the mark-to-market exposure under the related Transactions. It may take the form of a fixed amount, or be determined using credit ratings.
Version:
7.0.0-dev.105 Body ISDA Corpus Annex CSA_NewYork_1994 1994 New York Law Credit Support Annex paragraph "13" * clause "(b)(iv)(A)" Provision Body ISDA Corpus Annex CSA_English_1995 1995 English Law Credit Support Annex paragraph "11" * clause "(b)(iii)(A)" Provision Body ISDA Corpus Deed CSD_English_1995 1995 English Law Credit Support Deed paragraph "11" * clause "(c)(iii)(A)" Provision
  • Field Details

  • Method Details

    • getPartyElection

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

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