Package cdm.product.asset
Interface RateSpecification.RateSpecificationBuilder
- All Superinterfaces:
RateSpecification,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
RateSpecification.RateSpecificationBuilderImpl
- Enclosing interface:
RateSpecification
public static interface RateSpecification.RateSpecificationBuilder
extends RateSpecification, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.asset.RateSpecification
RateSpecification.RateSpecificationBuilder, RateSpecification.RateSpecificationBuilderImpl, RateSpecification.RateSpecificationImpl -
Field Summary
Fields inherited from interface cdm.product.asset.RateSpecification
metaData -
Method Summary
Modifier and TypeMethodDescriptionThe 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 voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setFixedRate(FixedRateSpecification fixedRate) setFloatingRate(FloatingRateSpecification floatingRate) setInflationRate(InflationRateSpecification inflationRate) Methods inherited from interface cdm.product.asset.RateSpecification
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
-
getOrCreateFixedRate
FixedRateSpecification.FixedRateSpecificationBuilder getOrCreateFixedRate() -
getFixedRate
FixedRateSpecification.FixedRateSpecificationBuilder getFixedRate()Description copied from interface:RateSpecificationThe fixed rate or fixed rate specification expressed as explicit fixed rates and dates.- Specified by:
getFixedRatein interfaceRateSpecification
-
getOrCreateFloatingRate
FloatingRateSpecification.FloatingRateSpecificationBuilder getOrCreateFloatingRate() -
getFloatingRate
FloatingRateSpecification.FloatingRateSpecificationBuilder getFloatingRate()Description copied from interface:RateSpecificationThe 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.- Specified by:
getFloatingRatein interfaceRateSpecification
-
getOrCreateInflationRate
InflationRateSpecification.InflationRateSpecificationBuilder getOrCreateInflationRate() -
getInflationRate
InflationRateSpecification.InflationRateSpecificationBuilder getInflationRate()Description copied from interface:RateSpecificationAn inflation rate calculation definition.- Specified by:
getInflationRatein interfaceRateSpecification
-
setFixedRate
-
setFloatingRate
-
setInflationRate
RateSpecification.RateSpecificationBuilder setInflationRate(InflationRateSpecification inflationRate) -
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
-