Interface ExcludedProducts

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
ExcludedProducts.ExcludedProductsBuilder
All Known Implementing Classes:
ExcludedProducts.ExcludedProductsBuilderImpl, ExcludedProducts.ExcludedProductsImpl

@RosettaDataType(value="ExcludedProducts", builder=ExcludedProductsBuilderImpl.class, version="6.19.0") @RuneDataType(value="ExcludedProducts", model="cdm", builder=ExcludedProductsBuilderImpl.class, version="6.19.0") public interface ExcludedProducts extends com.rosetta.model.lib.RosettaModelObject
Description of the relevant derivative transactions excluded from the calculation of exposure.
Version:
6.19.0
  • Field Details

  • Method Details

    • getProduct

      Description of the relevant derivative transactions excluded from the calculation of exposure.
    • getBranch

      List<BusinessCenterEnum> getBranch()
      Description of the specific branch entered into by the relevant party.
    • getExcluded

      Boolean getExcluded()
      A flag to indicate whether transactions entered into by a specific branch with respect to the relevant party are excluded; set to True if excluded, false if included.
    • 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 ExcludedProducts> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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