Package cdm.legaldocumentation.csa
Interface RetrospectiveEffect
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
RetrospectiveEffect.RetrospectiveEffectBuilder
- All Known Implementing Classes:
RetrospectiveEffect.RetrospectiveEffectBuilderImpl,RetrospectiveEffect.RetrospectiveEffectImpl
@RosettaDataType(value="RetrospectiveEffect",
builder=RetrospectiveEffectBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="RetrospectiveEffect",
model="cdm",
builder=RetrospectiveEffectBuilderImpl.class,
version="7.0.0-dev.105")
public interface RetrospectiveEffect
extends com.rosetta.model.lib.RosettaModelObject
A class to specify the retrospective effect exception to the regulatory regime clause of Initial Margin documents as either a normalized value specified as part of an enumeration or a customized value specified of type string.
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of RetrospectiveEffectstatic classImmutable Implementation of RetrospectiveEffect -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The Standard Initial Margin Model exception when specified as a customized approach by the party.The Standard Initial Margin Model exception when specified by the party according to one of the enumerated values.default Class<? extends RetrospectiveEffect> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends RetrospectiveEffect> 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
-
getStandardisedException
ExceptionEnum getStandardisedException()The Standard Initial Margin Model exception when specified by the party according to one of the enumerated values. -
getAsSpecified
String getAsSpecified()The Standard Initial Margin Model exception when specified as a customized approach by the party. -
build
RetrospectiveEffect build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
RetrospectiveEffect.RetrospectiveEffectBuilder 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
-