Package cdm.product.asset
Interface RateSpecification
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
RateSpecification.RateSpecificationBuilder
- All Known Implementing Classes:
RateSpecification.RateSpecificationBuilderImpl,RateSpecification.RateSpecificationImpl
@RosettaDataType(value="RateSpecification",
builder=RateSpecificationBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="RateSpecification",
model="cdm",
builder=RateSpecificationBuilderImpl.class,
version="5.30.0")
public interface RateSpecification
extends com.rosetta.model.lib.RosettaModelObject
A class to specify the fixed interest rate, floating interest rate or inflation rate.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of RateSpecificationstatic classImmutable Implementation of RateSpecification -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The fixed rate or fixed rate specification expressed as explicit fixed rates and dates.The floating interest rate specification, which includes the definition of the floating rate index. the tenor, the initial value, and, when applicable, the spread, the rounding convention, the averaging method and the negative interest rate treatment.An inflation rate calculation definition.default Class<? extends RateSpecification> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends RateSpecification> 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
-
getFixedRate
FixedRateSpecification getFixedRate()The fixed rate or fixed rate specification expressed as explicit fixed rates and dates. -
getFloatingRate
FloatingRateSpecification getFloatingRate()The floating interest rate specification, which includes the definition of the floating rate index. the tenor, the initial value, and, when applicable, the spread, the rounding convention, the averaging method and the negative interest rate treatment. -
getInflationRate
InflationRateSpecification getInflationRate()An inflation rate calculation definition. -
build
RateSpecification build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
RateSpecification.RateSpecificationBuilder 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
-