Package cdm.legaldocumentation.csa
Interface LegacyExposureScopeElection.LegacyExposureScopeElectionBuilder
- All Superinterfaces:
LegacyExposureScopeElection,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
LegacyExposureScopeElection.LegacyExposureScopeElectionBuilderImpl
- Enclosing interface:
LegacyExposureScopeElection
public static interface LegacyExposureScopeElection.LegacyExposureScopeElectionBuilder
extends LegacyExposureScopeElection, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.LegacyExposureScopeElection
LegacyExposureScopeElection.LegacyExposureScopeElectionBuilder, LegacyExposureScopeElection.LegacyExposureScopeElectionBuilderImpl, LegacyExposureScopeElection.LegacyExposureScopeElectionImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.LegacyExposureScopeElection
metaData -
Method Summary
Modifier and TypeMethodDescriptionaddExcludedProducts(ExcludedProducts excludedProducts) addExcludedProducts(ExcludedProducts excludedProducts, int idx) addExcludedProducts(List<? extends ExcludedProducts> excludedProducts) List<? extends ExcludedProducts.ExcludedProductsBuilder> Description of the relevant derivative transactions excluded from the calculation of exposure.getOrCreateExcludedProducts(int index) default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setAdditionalLanguage(String additionalLanguage) setExcludedProducts(List<? extends ExcludedProducts> excludedProducts) setExcludedTransactions(Boolean excludedTransactions) setParty(CounterpartyRoleEnum party) Methods inherited from interface cdm.legaldocumentation.csa.LegacyExposureScopeElection
build, getAdditionalLanguage, getExcludedTransactions, getParty, getType, metaData, process, toBuilderMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosetta
-
Method Details
-
getOrCreateExcludedProducts
-
getExcludedProducts
List<? extends ExcludedProducts.ExcludedProductsBuilder> getExcludedProducts()Description copied from interface:LegacyExposureScopeElectionDescription of the relevant derivative transactions excluded from the calculation of exposure.- Specified by:
getExcludedProductsin interfaceLegacyExposureScopeElection
-
setParty
-
setExcludedTransactions
LegacyExposureScopeElection.LegacyExposureScopeElectionBuilder setExcludedTransactions(Boolean excludedTransactions) -
addExcludedProducts
LegacyExposureScopeElection.LegacyExposureScopeElectionBuilder addExcludedProducts(ExcludedProducts excludedProducts) -
addExcludedProducts
LegacyExposureScopeElection.LegacyExposureScopeElectionBuilder addExcludedProducts(ExcludedProducts excludedProducts, int idx) -
addExcludedProducts
LegacyExposureScopeElection.LegacyExposureScopeElectionBuilder addExcludedProducts(List<? extends ExcludedProducts> excludedProducts) -
setExcludedProducts
LegacyExposureScopeElection.LegacyExposureScopeElectionBuilder setExcludedProducts(List<? extends ExcludedProducts> excludedProducts) -
setAdditionalLanguage
LegacyExposureScopeElection.LegacyExposureScopeElectionBuilder setAdditionalLanguage(String additionalLanguage) -
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-