Package cdm.legaldocumentation.csa
Interface Substitution
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
Substitution.SubstitutionBuilder
- All Known Implementing Classes:
Substitution.SubstitutionBuilderImpl,Substitution.SubstitutionImpl
@RosettaDataType(value="Substitution",
builder=SubstitutionBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="Substitution",
model="cdm",
builder=SubstitutionBuilderImpl.class,
version="7.0.0-dev.105")
public interface Substitution
extends com.rosetta.model.lib.RosettaModelObject
A class to specify the conditions under which the Security Provider can substitute posted collateral. The details required for 'Legacy' agreements are substantially different to those required for newer agreements; where the agreement is a 1994 or 1995 CSA, or 1995 CSD, the legacyConsent attribute needs to be used which contains additional values beyond a simple true/false value.
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of Substitutionstatic classImmutable Implementation of Substitution -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()List<? extends SubstitutionPartyElection> Party specific elections for substitution of posted collateral.default Class<? extends Substitution> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Substitution> 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
-
getPartyElection
List<? extends SubstitutionPartyElection> getPartyElection()Party specific elections for substitution of posted collateral. -
build
Substitution build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
Substitution.SubstitutionBuilder 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
-