Package cdm.observable.asset
Class RelativePrice.RelativePriceImpl
java.lang.Object
cdm.observable.asset.RelativePrice.RelativePriceImpl
- All Implemented Interfaces:
RelativePrice,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
RelativePrice
Immutable Implementation of RelativePrice
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.observable.asset.RelativePrice
RelativePrice.RelativePriceBuilder, RelativePrice.RelativePriceBuilderImpl, RelativePrice.RelativePriceImpl -
Field Summary
Fields inherited from interface cdm.observable.asset.RelativePrice
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanList<? extends BondEquityModel> Bond equity model for convertible bonds.The spread to a benchmark.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.observable.asset.RelativePrice
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
RelativePriceImpl
-
-
Method Details
-
getSpread
@RosettaAttribute(value="spread", isRequired=true) @RuneAttribute(value="spread", isRequired=true) public BigDecimal getSpread()Description copied from interface:RelativePriceThe spread to a benchmark.- Specified by:
getSpreadin interfaceRelativePrice
-
getBondEquityModel
@RosettaAttribute(value="bondEquityModel", isRequired=true) @RuneAttribute(value="bondEquityModel", isRequired=true) public List<? extends BondEquityModel> getBondEquityModel()Description copied from interface:RelativePriceBond equity model for convertible bonds.- Specified by:
getBondEquityModelin interfaceRelativePrice
-
build
Description copied from interface:RelativePriceBuild Methods- Specified by:
buildin interfaceRelativePrice- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceRelativePrice- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-