Package cdm.observable.asset
Interface CleanPrice
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
CleanPrice.CleanPriceBuilder
- All Known Implementing Classes:
CleanPrice.CleanPriceBuilderImpl,CleanPrice.CleanPriceImpl
@RosettaDataType(value="CleanPrice",
builder=CleanPriceBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="CleanPrice",
model="cdm",
builder=CleanPriceBuilderImpl.class,
version="5.30.0")
public interface CleanPrice
extends com.rosetta.model.lib.RosettaModelObject
Class to specify the clean price of a bond in a bond valuation model, with accruals presented separately, and modelled onto the cleanPrice model in BonPriceAndYield.model in FpML.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of CleanPricestatic classImmutable Implementation of CleanPrice -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsstatic CleanPrice.CleanPriceBuilderbuilder()The accruals as a number.The clean price as a number.Placeholder for a calculation of dirtyPrice based on cleanPrice and accruals.default Class<? extends CleanPrice> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends CleanPrice> 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
-
getCleanPrice
BigDecimal getCleanPrice()The clean price as a number. -
getAccruals
BigDecimal getAccruals()The accruals as a number. -
getDirtyPrice
String getDirtyPrice()Placeholder for a calculation of dirtyPrice based on cleanPrice and accruals. -
build
CleanPrice build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
CleanPrice.CleanPriceBuilder 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
-