Interface AssetType

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
AssetType.AssetTypeBuilder
All Known Implementing Classes:
AssetType.AssetTypeBuilderImpl, AssetType.AssetTypeImpl

@RosettaDataType(value="AssetType", builder=AssetTypeBuilderImpl.class, version="5.30.0") @RuneDataType(value="AssetType", model="cdm", builder=AssetTypeBuilderImpl.class, version="5.30.0") public interface AssetType extends com.rosetta.model.lib.RosettaModelObject
Represents a class to allow specification of the asset product type.
Version:
5.30.0
  • Field Details

  • Method Details

    • getAssetType

      AssetTypeEnum getAssetType()
      Represents a filter based on the type of collateral asset.
    • getSecurityType

      SecurityTypeEnum getSecurityType()
      Represents a filter based on the type of security.
    • getDebtType

      DebtType getDebtType()
      Represents a filter based on the type of bond.
    • getEquityType

      EquityTypeEnum getEquityType()
      Represents a filter based on the type of equity.
    • getFundType

      FundProductTypeEnum getFundType()
      Represents a filter based on the type of fund.
    • getOtherAssetType

      List<String> getOtherAssetType()
      Specifies the eligible asset type when not enumerated.
    • build

      AssetType 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 AssetType.AssetTypeBuilder builder()
    • metaData

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

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