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()setFixedRateSpecification(FixedRateSpecification _FixedRateSpecification) setFloatingRateSpecification(FloatingRateSpecification _FloatingRateSpecification) setInflationRateSpecification(InflationRateSpecification _InflationRateSpecification) 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
-
getOrCreateFixedRateSpecification
FixedRateSpecification.FixedRateSpecificationBuilder getOrCreateFixedRateSpecification() -
getFixedRateSpecification
FixedRateSpecification.FixedRateSpecificationBuilder getFixedRateSpecification()Description copied from interface:RateSpecificationThe fixed rate or fixed rate specification expressed as explicit fixed rates and dates.- Specified by:
getFixedRateSpecificationin interfaceRateSpecification
-
getOrCreateFloatingRateSpecification
FloatingRateSpecification.FloatingRateSpecificationBuilder getOrCreateFloatingRateSpecification() -
getFloatingRateSpecification
FloatingRateSpecification.FloatingRateSpecificationBuilder getFloatingRateSpecification()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:
getFloatingRateSpecificationin interfaceRateSpecification
-
getOrCreateInflationRateSpecification
InflationRateSpecification.InflationRateSpecificationBuilder getOrCreateInflationRateSpecification() -
getInflationRateSpecification
InflationRateSpecification.InflationRateSpecificationBuilder getInflationRateSpecification()Description copied from interface:RateSpecificationAn inflation rate calculation definition.- Specified by:
getInflationRateSpecificationin interfaceRateSpecification
-
setFixedRateSpecification
RateSpecification.RateSpecificationBuilder setFixedRateSpecification(FixedRateSpecification _FixedRateSpecification) -
setFloatingRateSpecification
RateSpecification.RateSpecificationBuilder setFloatingRateSpecification(FloatingRateSpecification _FloatingRateSpecification) -
setInflationRateSpecification
RateSpecification.RateSpecificationBuilder setInflationRateSpecification(InflationRateSpecification _InflationRateSpecification) -
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
-