Interface AssetCriteria

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
AssetCriteria.AssetCriteriaBuilder
All Known Implementing Classes:
AssetCriteria.AssetCriteriaBuilderImpl, AssetCriteria.AssetCriteriaImpl

@RosettaDataType(value="AssetCriteria", builder=AssetCriteriaBuilderImpl.class, version="5.30.0") @RuneDataType(value="AssetCriteria", model="cdm", builder=AssetCriteriaBuilderImpl.class, version="5.30.0") public interface AssetCriteria extends com.rosetta.model.lib.RosettaModelObject
Represents a set of criteria used to specify eligible collateral assets.
Version:
5.30.0
  • Field Details

  • Method Details

    • getCollateralAssetType

      List<? extends AssetType> getCollateralAssetType()
      Represents a filter based on the asset product type.
    • getAssetCountryOfOrigin

      List<ISOCountryCodeEnum> getAssetCountryOfOrigin()
      Represents a filter on the asset country of origin based on the ISO Standard 3166.
    • getDenominatedCurrency

      List<CurrencyCodeEnum> getDenominatedCurrency()
      Represents a filter on the underlying asset denominated currency based on ISO Standards.
    • getAgencyRating

      List<? extends AgencyRatingCriteria> getAgencyRating()
      Represents an agency rating based on default risk and creditors claim in event of default associated with specific instrument.
    • getMaturityType

      MaturityTypeEnum getMaturityType()
      Specifies whether the maturity range is the remaining or original maturity.
    • getMaturityRange

      PeriodRange getMaturityRange()
      Represents a filter based on the underlying asset maturity.
    • getProductIdentifier

      List<? extends ProductIdentifier> getProductIdentifier()
      Represents a filter based on specific instrument identifiers (e.g. specific ISINs, CUSIPs etc).
    • getCollateralTaxonomy

      List<? extends CollateralTaxonomy> getCollateralTaxonomy()
      Specifies the collateral taxonomy,which is composed of a taxonomy value and a taxonomy source.
    • getDomesticCurrencyIssued

      Boolean getDomesticCurrencyIssued()
      Identifies that the Security must be denominated in the domestic currency of the issuer.
    • getListing

      ListingType getListing()
      Specifies the exchange, index or sector specific to listing of a security.
    • build

      AssetCriteria 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 AssetCriteria> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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