Interface BaseAndEligibleCurrency

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
BaseAndEligibleCurrency.BaseAndEligibleCurrencyBuilder
All Known Implementing Classes:
BaseAndEligibleCurrency.BaseAndEligibleCurrencyBuilderImpl, BaseAndEligibleCurrency.BaseAndEligibleCurrencyImpl

@RosettaDataType(value="BaseAndEligibleCurrency", builder=BaseAndEligibleCurrencyBuilderImpl.class, version="6.19.0") @RuneDataType(value="BaseAndEligibleCurrency", model="cdm", builder=BaseAndEligibleCurrencyBuilderImpl.class, version="6.19.0") public interface BaseAndEligibleCurrency extends com.rosetta.model.lib.RosettaModelObject
The base and eligible currency(ies) for the document as specified by the parties to the agreement.
Version:
6.19.0
  • Field Details

  • Method Details

    • getBaseCurrency

      ISOCurrencyCodeEnum getBaseCurrency()
      The common agreed currency into which relevant amounts of all collateral arrangements between the parties are converted, or if not an actual currency, the process through which this is determined. Where hardcoded (e.g. under the 1994 ISDA Credit Support Annex (Security Interest NY Law)), the currency that effectively performs this function.
    • getBaseCurrencyTerminationCurrency

      Boolean getBaseCurrencyTerminationCurrency()
      A flag detailing whether the Base Currency is set to the Termination Currency as defined in the related Master Agreement.
    • getBaseCurrencyOther

      FieldWithMetaString getBaseCurrencyOther()
      Utilised where the clause data structure is not able to capture a material aspect of the clause.
    • getEligibleCurrency

      List<ISOCurrencyCodeEnum> getEligibleCurrency()
      A definition of a currency agreed by the parties, typically to indicate the currencies of eligible cash collateral.
    • getEligibleCurrencyInclBaseCurrency

      Boolean getEligibleCurrencyInclBaseCurrency()
      A flag detailing whether the Base Currency is included as an Eligible Currency.
    • getEligibleCurrencyOther

      FieldWithMetaString getEligibleCurrencyOther()
      Utilised where the clause data structure is not able to capture a material aspect of the 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 BaseAndEligibleCurrency> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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