Package cdm.legaldocumentation.csa
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="7.0.0-dev.105")
@RuneDataType(value="ExcludedProducts",
model="cdm",
builder=ExcludedProductsBuilderImpl.class,
version="7.0.0-dev.105")
public interface ExcludedProducts
extends com.rosetta.model.lib.RosettaModelObject
Description of the relevant derivative transactions excluded from the calculation of exposure.
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of ExcludedProductsstatic classImmutable Implementation of ExcludedProducts -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Description of the specific branch entered into by the relevant party.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.Description of the relevant derivative transactions excluded from the calculation of exposure.default Class<? extends ExcludedProducts> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ExcludedProducts> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getProduct
List<ExposureScopeProductEnum> getProduct()Description of the relevant derivative transactions excluded from the calculation of exposure. -
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
ExcludedProducts build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
ExcludedProducts.ExcludedProductsBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-