Package cdm.observable.asset
Interface BondValuationModel
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
BondValuationModel.BondValuationModelBuilder
- All Known Implementing Classes:
BondValuationModel.BondValuationModelBuilderImpl,BondValuationModel.BondValuationModelImpl
@RosettaDataType(value="BondValuationModel",
builder=BondValuationModelBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="BondValuationModel",
model="cdm",
builder=BondValuationModelBuilderImpl.class,
version="5.30.0")
public interface BondValuationModel
extends com.rosetta.model.lib.RosettaModelObject
Bond valuation model for the security leg in a securities financing transaction, closely modelled onto the BondCollateral.model in FpML.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of BondValuationModelstatic classImmutable Implementation of BondValuationModel -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Accruals 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 Class<? extends BondValuationModel> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends BondValuationModel> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getNominalAmount
Money getNominalAmount()The quantity of the underlier expressed as a nominal amount. -
getBondPriceAndYieldModel
BondPriceAndYieldModel getBondPriceAndYieldModel()Price and yield model for valuing a bond security leg. -
getAccrualsAmount
Money getAccrualsAmount()Accruals amount for the bond in the security leg -
build
BondValuationModel build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
BondValuationModel.BondValuationModelBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-