Package cdm.legaldocumentation.csa
Interface SimmException
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
SimmException.SimmExceptionBuilder
- All Known Implementing Classes:
SimmException.SimmExceptionBuilderImpl,SimmException.SimmExceptionImpl
@RosettaDataType(value="SimmException",
builder=SimmExceptionBuilderImpl.class,
version="6.19.0")
@RuneDataType(value="SimmException",
model="cdm",
builder=SimmExceptionBuilderImpl.class,
version="6.19.0")
public interface SimmException
extends com.rosetta.model.lib.RosettaModelObject
A class to specify the SIMM exception to the regulatory regime clause.
- Version:
- 6.19.0 Body ISDA Corpus Annex CSA_IM_2016 ISDA 2016 Credit Support Annex for Initial Margin paragraph "13 General Principles" * name "Regime: SIMM Exception." Provision
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of SimmExceptionstatic classImmutable Implementation of SimmException -
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 approach applicable when specified by the party according to one of the enumerated values.The Standard Initial Margin Model exception when specified by the party according to one of the enumerated values.default Class<? extends SimmException> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends SimmException> 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. -
getSimmExceptionApplicable
SimmExceptionApplicableEnum getSimmExceptionApplicable()The Standard Initial Margin model exception approach applicable 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
SimmException build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
SimmException.SimmExceptionBuilder 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
-