Interface IndexReferenceInformation

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
CreditIndexReferenceInformation, CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder, IndexReferenceInformation.IndexReferenceInformationBuilder
All Known Implementing Classes:
CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilderImpl, CreditIndexReferenceInformation.CreditIndexReferenceInformationImpl, IndexReferenceInformation.IndexReferenceInformationBuilderImpl, IndexReferenceInformation.IndexReferenceInformationImpl

@RosettaDataType(value="IndexReferenceInformation", builder=IndexReferenceInformationBuilderImpl.class, version="5.30.0") @RuneDataType(value="IndexReferenceInformation", model="cdm", builder=IndexReferenceInformationBuilderImpl.class, version="5.30.0") public interface IndexReferenceInformation extends com.rosetta.model.lib.RosettaModelObject
A class defining information related to Index
Version:
5.30.0
  • Field Details

  • Method Details

    • getIndexName

      FieldWithMetaString getIndexName()
      The name of the index expressed as a free format string with an associated scheme.
    • getIndexId

      List<? extends FieldWithMetaString> getIndexId()
      An index identifier (e.g. RED pair code).
    • getProductIdentifier

      List<? extends ProductIdentifier> getProductIdentifier()
      Comprises an identifier and a source. The associated metadata key denotes the ability to associate a hash value to the ProductIdentifier instantiations for the purpose of model cross-referencing, in support of functionality such as the event effect and the lineage.
    • 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

    • metaData

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

      @RuneAttribute("@type") default Class<? extends IndexReferenceInformation> 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