Interface BasketReferenceInformation

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
BasketReferenceInformation.BasketReferenceInformationBuilder
All Known Implementing Classes:
BasketReferenceInformation.BasketReferenceInformationBuilderImpl, BasketReferenceInformation.BasketReferenceInformationImpl

@RosettaDataType(value="BasketReferenceInformation", builder=BasketReferenceInformationBuilderImpl.class, version="5.30.0") @RuneDataType(value="BasketReferenceInformation", model="cdm", builder=BasketReferenceInformationBuilderImpl.class, version="5.30.0") public interface BasketReferenceInformation extends com.rosetta.model.lib.RosettaModelObject
CDS Basket Reference Information.
Version:
5.30.0
  • Field Details

  • Method Details

    • getBasketName

      FieldWithMetaString getBasketName()
      The name of the basket expressed as a free format string. FpML does not define usage rules for this element.
    • getBasketId

      List<? extends FieldWithMetaString> getBasketId()
      A CDS basket identifier.
    • getReferencePool

      ReferencePool getReferencePool()
      This element contains all the reference pool items to define the reference entity and reference obligation(s) in the basket.
    • getNthToDefault

      Integer getNthToDefault()
      N th reference obligation to default triggers payout.
    • getMthToDefault

      Integer getMthToDefault()
      M th reference obligation to default to allow representation of N th to M th defaults.
    • getTranche

      Tranche getTranche()
      This element contains CDS tranche terms.
    • 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 BasketReferenceInformation> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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