Package cdm.observable.asset
Interface SwapCurveValuation
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
MakeWholeAmount,MakeWholeAmount.MakeWholeAmountBuilder,SwapCurveValuation.SwapCurveValuationBuilder
- All Known Implementing Classes:
MakeWholeAmount.MakeWholeAmountBuilderImpl,MakeWholeAmount.MakeWholeAmountImpl,SwapCurveValuation.SwapCurveValuationBuilderImpl,SwapCurveValuation.SwapCurveValuationImpl
@RosettaDataType(value="SwapCurveValuation",
builder=SwapCurveValuationBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="SwapCurveValuation",
model="cdm",
builder=SwapCurveValuationBuilderImpl.class,
version="5.30.0")
public interface SwapCurveValuation
extends com.rosetta.model.lib.RosettaModelObject
A class to specify a valuation swap curve, which is used as part of the strike construct for the bond and convertible bond options.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of SwapCurveValuationstatic classImmutable Implementation of SwapCurveValuation -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Getter MethodsThe ISDA Designated Maturity, i.e. the tenor of the floating rate.getSide()The side (bid/mid/ask) of the measure.Spread in basis points over the floating rate index.default Class<? extends SwapCurveValuation> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends SwapCurveValuation> 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
-
getFloatingRateIndex
FloatingRateIndexEnum getFloatingRateIndex()Getter Methods -
getIndexTenor
Period getIndexTenor()The ISDA Designated Maturity, i.e. the tenor of the floating rate. -
getSpread
BigDecimal getSpread()Spread in basis points over the floating rate index. -
getSide
QuotationSideEnum getSide()The side (bid/mid/ask) of the measure. -
build
SwapCurveValuation build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
SwapCurveValuation.SwapCurveValuationBuilder 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
-