Package cdm.observable.asset
Interface BondValuationModel.BondValuationModelBuilder
- All Superinterfaces:
BondValuationModel,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
BondValuationModel.BondValuationModelBuilderImpl
- Enclosing interface:
BondValuationModel
public static interface BondValuationModel.BondValuationModelBuilder
extends BondValuationModel, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
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 -
Method Summary
Modifier and TypeMethodDescriptionAccruals amount for the bond in the security legPrice and yield model for valuing a bond security leg.The quantity of the underlier expressed as a nominal amount.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setAccrualsAmount(Money accrualsAmount) setBondPriceAndYieldModel(BondPriceAndYieldModel bondPriceAndYieldModel) setNominalAmount(Money nominalAmount) Methods inherited from interface cdm.observable.asset.BondValuationModel
build, getType, metaData, process, toBuilderMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosetta
-
Method Details
-
getOrCreateNominalAmount
Money.MoneyBuilder getOrCreateNominalAmount() -
getNominalAmount
Money.MoneyBuilder getNominalAmount()Description copied from interface:BondValuationModelThe quantity of the underlier expressed as a nominal amount.- Specified by:
getNominalAmountin interfaceBondValuationModel
-
getOrCreateBondPriceAndYieldModel
BondPriceAndYieldModel.BondPriceAndYieldModelBuilder getOrCreateBondPriceAndYieldModel() -
getBondPriceAndYieldModel
BondPriceAndYieldModel.BondPriceAndYieldModelBuilder getBondPriceAndYieldModel()Description copied from interface:BondValuationModelPrice and yield model for valuing a bond security leg.- Specified by:
getBondPriceAndYieldModelin interfaceBondValuationModel
-
getOrCreateAccrualsAmount
Money.MoneyBuilder getOrCreateAccrualsAmount() -
getAccrualsAmount
Money.MoneyBuilder getAccrualsAmount()Description copied from interface:BondValuationModelAccruals amount for the bond in the security leg- Specified by:
getAccrualsAmountin interfaceBondValuationModel
-
setNominalAmount
-
setBondPriceAndYieldModel
BondValuationModel.BondValuationModelBuilder setBondPriceAndYieldModel(BondPriceAndYieldModel bondPriceAndYieldModel) -
setAccrualsAmount
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-