Package cdm.observable.asset
Class BondValuationModel.BondValuationModelImpl
java.lang.Object
cdm.observable.asset.BondValuationModel.BondValuationModelImpl
- All Implemented Interfaces:
BondValuationModel,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
BondValuationModel
public static class BondValuationModel.BondValuationModelImpl
extends Object
implements BondValuationModel
Immutable Implementation of BondValuationModel
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.observable.asset.BondValuationModel
BondValuationModel.BondValuationModelBuilder, BondValuationModel.BondValuationModelBuilderImpl, BondValuationModel.BondValuationModelImpl -
Field Summary
Fields inherited from interface cdm.observable.asset.BondValuationModel
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.observable.asset.BondValuationModel
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
BondValuationModelImpl
-
-
Method Details
-
getNominalAmount
@RosettaAttribute(value="nominalAmount", isRequired=true) @RuneAttribute(value="nominalAmount", isRequired=true) public Money getNominalAmount()Description copied from interface:BondValuationModelThe quantity of the underlier expressed as a nominal amount.- Specified by:
getNominalAmountin interfaceBondValuationModel
-
getBondPriceAndYieldModel
@RosettaAttribute(value="bondPriceAndYieldModel", isRequired=true) @RuneAttribute(value="bondPriceAndYieldModel", isRequired=true) public BondPriceAndYieldModel getBondPriceAndYieldModel()Description copied from interface:BondValuationModelPrice and yield model for valuing a bond security leg.- Specified by:
getBondPriceAndYieldModelin interfaceBondValuationModel
-
getAccrualsAmount
@RosettaAttribute("accrualsAmount") @RuneAttribute("accrualsAmount") public Money getAccrualsAmount()Description copied from interface:BondValuationModelAccruals amount for the bond in the security leg- Specified by:
getAccrualsAmountin interfaceBondValuationModel
-
build
Description copied from interface:BondValuationModelBuild Methods- Specified by:
buildin interfaceBondValuationModel- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceBondValuationModel- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-