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="7.0.0-dev.105")
@RuneDataType(value="OtherEligibleAndPostedSupport",
model="cdm",
builder=OtherEligibleAndPostedSupportBuilderImpl.class,
version="7.0.0-dev.105")
public interface OtherEligibleAndPostedSupport
extends com.rosetta.model.lib.RosettaModelObject
Specifies the Other Eligible Support elections.
- Version:
- 7.0.0-dev.105
-
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 and Other Posted Support.The definition of 'Value' with respect to Other Eligible Support and Other Posted Support.default Class<? extends OtherEligibleAndPostedSupport> getType()getValue()Details how particular types of collateral are valued (other than in respect of a default).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 and Other Posted Support. -
getApplicableTransfer
Boolean getApplicableTransfer()The definition of 'Transfer' with respect to Other Eligible Support and Other Posted Support. -
getValue
CollateralValueMethod getValue()Details how particular types of collateral are valued (other than in respect of a default). -
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
-