Package cdm.legaldocumentation.csa
Interface LegacyExposureScopeElection
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
LegacyExposureScopeElection.LegacyExposureScopeElectionBuilder
- All Known Implementing Classes:
LegacyExposureScopeElection.LegacyExposureScopeElectionBuilderImpl,LegacyExposureScopeElection.LegacyExposureScopeElectionImpl
@RosettaDataType(value="LegacyExposureScopeElection",
builder=LegacyExposureScopeElectionBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="LegacyExposureScopeElection",
model="cdm",
builder=LegacyExposureScopeElectionBuilderImpl.class,
version="7.0.0-dev.105")
public interface LegacyExposureScopeElection
extends com.rosetta.model.lib.RosettaModelObject
Specification of amendments to the calculation of Exposure in terms of the Transactions and Products covered.
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of LegacyExposureScopeElectionstatic classImmutable Implementation of LegacyExposureScopeElection -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The bespoke/additional language that might be specified by the parties to the legal agreement.List<? extends ExcludedProducts> Description of the relevant derivative transactions excluded from the calculation of exposure.A boolean flag to represent whether any transactions are excluded (ie True) or not (ie False).getParty()The elective party.default Class<? extends LegacyExposureScopeElection> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends LegacyExposureScopeElection> 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
-
getParty
CounterpartyRoleEnum getParty()The elective party. -
getExcludedTransactions
Boolean getExcludedTransactions()A boolean flag to represent whether any transactions are excluded (ie True) or not (ie False). -
getExcludedProducts
List<? extends ExcludedProducts> getExcludedProducts()Description of the relevant derivative transactions excluded from the calculation of exposure. -
getAdditionalLanguage
String getAdditionalLanguage()The bespoke/additional language that might be specified by the parties to the legal agreement. -
build
LegacyExposureScopeElection build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
default com.rosetta.model.lib.meta.RosettaMetaData<? extends LegacyExposureScopeElection> 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
-