Interface CoveredTransactions

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
CoveredTransactions.CoveredTransactionsBuilder
All Known Implementing Classes:
CoveredTransactions.CoveredTransactionsBuilderImpl, CoveredTransactions.CoveredTransactionsImpl

@RosettaDataType(value="CoveredTransactions", builder=CoveredTransactionsBuilderImpl.class, version="6.19.0") @RuneDataType(value="CoveredTransactions", model="cdm", builder=CoveredTransactionsBuilderImpl.class, version="6.19.0") public interface CoveredTransactions extends com.rosetta.model.lib.RosettaModelObject
Specification of Transactions covered by the legal agreement.
Version:
6.19.0
  • Field Details

  • Method Details

    • getInclusionDate

      com.rosetta.model.lib.records.Date getInclusionDate()
      Includes any Transaction specified below that is entered into on or after the specified date.
    • getCoveredTransactions

      List<? extends ProductTaxonomy> getCoveredTransactions()
      Covered Transactions when expressed using the ISDA taxonomy.
    • getBespokeCoveredTransactions

      List<String> getBespokeCoveredTransactions()
      Covered Transactions when not expressed using the ISDA taxonomy.
    • getAdditionalObligations

      List<? extends AdditionalObligations> getAdditionalObligations()
      The party specific additional obligations applicable to the document.
    • getExposure

      String getExposure()
      The bespoke definition of exposure for Covered Transactions as part of the agreement.
    • getLegacyExposure

      List<? extends ExposureScope> getLegacyExposure()
      Specification of amendments to the calculation of Exposure in terms of the Transactions covered.
    • 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 CoveredTransactions> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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