Interface EligibleCollateralSpecification

All Superinterfaces:
com.rosetta.model.lib.GlobalKey, com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
EligibleCollateralSpecification.EligibleCollateralSpecificationBuilder
All Known Implementing Classes:
EligibleCollateralSpecification.EligibleCollateralSpecificationBuilderImpl, EligibleCollateralSpecification.EligibleCollateralSpecificationImpl

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

  • Method Details

    • getIdentifier

      List<? extends Identifier> getIdentifier()
      Specifies the identifier(s) to uniquely identify eligible collateral or a set of eligible collateral, such as a schedule or equivalant for an identity issuer.
    • getParty

      List<? extends Party> getParty()
      The parties associated with the specification.
    • getCounterparty

      List<? extends Counterparty> getCounterparty()
      Specification of the roles of the counterparties to the specification.
    • getCriteria

      List<? extends EligibleCollateralCriteria> getCriteria()
      Represents a set of criteria used to specify eligible collateral.
    • getMeta

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

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