Interface RelativePrice

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
RelativePrice.RelativePriceBuilder
All Known Implementing Classes:
RelativePrice.RelativePriceBuilderImpl, RelativePrice.RelativePriceImpl

@RosettaDataType(value="RelativePrice", builder=RelativePriceBuilderImpl.class, version="5.30.0") @RuneDataType(value="RelativePrice", model="cdm", builder=RelativePriceBuilderImpl.class, version="5.30.0") public interface RelativePrice extends com.rosetta.model.lib.RosettaModelObject
Bond price relative to a benchmark, as in a convertible bond.
Version:
5.30.0
  • Field Details

  • Method Details

    • getSpread

      BigDecimal getSpread()
      The spread to a benchmark.
    • getBondEquityModel

      List<? extends BondEquityModel> getBondEquityModel()
      Bond equity model for convertible bonds.
    • build

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

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