Package cdm.product.collateral
Interface EligibleCollateralSpecification
- All Superinterfaces:
com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
EligibleCollateralSpecification.EligibleCollateralSpecificationBuilder
- All Known Implementing Classes:
EligibleCollateralSpecification.EligibleCollateralSpecificationBuilderImpl,EligibleCollateralSpecification.EligibleCollateralSpecificationImpl
@RosettaDataType(value="EligibleCollateralSpecification",
builder=EligibleCollateralSpecificationBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="EligibleCollateralSpecification",
model="cdm",
builder=EligibleCollateralSpecificationBuilderImpl.class,
version="5.30.0")
public interface EligibleCollateralSpecification
extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.GlobalKey
Represents a set of criteria used to specify eligible collateral.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of EligibleCollateralSpecificationstatic classImmutable Implementation of EligibleCollateralSpecificationNested classes/interfaces inherited from interface com.rosetta.model.lib.GlobalKey
com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()List<? extends Counterparty> Specification of the roles of the counterparties to the specification.List<? extends EligibleCollateralCriteria> Represents a set of criteria used to specify eligible collateral.List<? extends Identifier> Specifies the identifier(s) to uniquely identify eligible collateral or a set of eligible collateral, such as a schedule or equivalant for an identity issuer.com.rosetta.model.metafields.MetaFieldsgetMeta()getParty()The parties associated with the specification.default Class<? extends EligibleCollateralSpecification> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends EligibleCollateralSpecification> 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
-
getIdentifier
List<? extends Identifier> getIdentifier()Specifies the identifier(s) to uniquely identify eligible collateral or a set of eligible collateral, such as a schedule or equivalant for an identity issuer. -
getParty
The parties associated with the specification. -
getCounterparty
List<? extends Counterparty> getCounterparty()Specification of the roles of the counterparties to the specification. -
getCriteria
List<? extends EligibleCollateralCriteria> getCriteria()Represents a set of criteria used to specify eligible collateral. -
getMeta
com.rosetta.model.metafields.MetaFields getMeta()- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey
-
build
EligibleCollateralSpecification 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 EligibleCollateralSpecification> 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
-