Package cdm.product.collateral
Interface IndexType
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
IndexType.IndexTypeBuilder
- All Known Implementing Classes:
IndexType.IndexTypeBuilderImpl,IndexType.IndexTypeImpl
@RosettaDataType(value="IndexType",
builder=IndexTypeBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="IndexType",
model="cdm",
builder=IndexTypeBuilderImpl.class,
version="7.0.0-dev.105")
public interface IndexType
extends com.rosetta.model.lib.RosettaModelObject
Specification of an index.
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of IndexTypestatic classImmutable Implementation of IndexType -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsstatic IndexType.IndexTypeBuilderbuilder()An enumerated list for equity indices.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends IndexType> 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
-
getEquityIndex
CollateralEquityIndexEnum getEquityIndex()An enumerated list for equity indices. -
build
IndexType build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
IndexType.IndexTypeBuilder 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
-