Package cdm.legaldocumentation.csa
Interface OtherEligibleAndPostedSupport
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
OtherEligibleAndPostedSupport.OtherEligibleAndPostedSupportBuilder
- All Known Implementing Classes:
OtherEligibleAndPostedSupport.OtherEligibleAndPostedSupportBuilderImpl,OtherEligibleAndPostedSupport.OtherEligibleAndPostedSupportImpl
@RosettaDataType(value="OtherEligibleAndPostedSupport",
builder=OtherEligibleAndPostedSupportBuilderImpl.class,
version="6.19.0")
@RuneDataType(value="OtherEligibleAndPostedSupport",
model="cdm",
builder=OtherEligibleAndPostedSupportBuilderImpl.class,
version="6.19.0")
public interface OtherEligibleAndPostedSupport
extends com.rosetta.model.lib.RosettaModelObject
A class to specify the Other Eligible Support elections associated Initial and Variation margin agreements.
- Version:
- 6.19.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of OtherEligibleAndPostedSupportstatic classImmutable Implementation of OtherEligibleAndPostedSupport -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The definition of 'Transfer' with respect to Other Eligible Support (IM) and Other Posted Support (IM).The definition of 'Value' with respect to Other Eligible Support (IM) and Other Posted Support (IM).default Class<? extends OtherEligibleAndPostedSupport> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends OtherEligibleAndPostedSupport> 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
-
getApplicableValue
Boolean getApplicableValue()The definition of 'Value' with respect to Other Eligible Support (IM) and Other Posted Support (IM). -
getApplicableTransfer
Boolean getApplicableTransfer()The definition of 'Transfer' with respect to Other Eligible Support (IM) and Other Posted Support (IM). -
build
OtherEligibleAndPostedSupport 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 OtherEligibleAndPostedSupport> 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
-