Package cdm.legaldocumentation.csa
Interface MarginApproach
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
MarginApproach.MarginApproachBuilder
- All Known Implementing Classes:
MarginApproach.MarginApproachBuilderImpl,MarginApproach.MarginApproachImpl
@RosettaDataType(value="MarginApproach",
builder=MarginApproachBuilderImpl.class,
version="6.19.0")
@RuneDataType(value="MarginApproach",
model="cdm",
builder=MarginApproachBuilderImpl.class,
version="6.19.0")
public interface MarginApproach
extends com.rosetta.model.lib.RosettaModelObject
A class for selection of Margin Approach.
- Version:
- 6.19.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of MarginApproachstatic classImmutable Implementation of MarginApproach -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Specifies the margin approach specific to Initial Margin agreements.default Class<? extends MarginApproach> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends MarginApproach> 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
-
getMarginApproach
MarginApproachEnum getMarginApproach()Specifies the margin approach specific to Initial Margin agreements. -
build
MarginApproach build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
MarginApproach.MarginApproachBuilder 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
-