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
  • Field Details

  • Method Details

    • getEquityIndex

      CollateralEquityIndexEnum getEquityIndex()
      An enumerated list for equity indices.
    • build

      IndexType build()
      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

      static IndexType.IndexTypeBuilder builder()
    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends IndexType> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends IndexType> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject