Interface CalculatedRateObservationDatesAndWeights.CalculatedRateObservationDatesAndWeightsBuilder
- All Superinterfaces:
CalculatedRateObservationDatesAndWeights,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
CalculatedRateObservationDatesAndWeights.CalculatedRateObservationDatesAndWeightsBuilderImpl
- Enclosing interface:
CalculatedRateObservationDatesAndWeights
public static interface CalculatedRateObservationDatesAndWeights.CalculatedRateObservationDatesAndWeightsBuilder
extends CalculatedRateObservationDatesAndWeights, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.observable.asset.calculatedrate.CalculatedRateObservationDatesAndWeights
CalculatedRateObservationDatesAndWeights.CalculatedRateObservationDatesAndWeightsBuilder, CalculatedRateObservationDatesAndWeights.CalculatedRateObservationDatesAndWeightsBuilderImpl, CalculatedRateObservationDatesAndWeights.CalculatedRateObservationDatesAndWeightsImpl -
Field Summary
Fields inherited from interface cdm.observable.asset.calculatedrate.CalculatedRateObservationDatesAndWeights
metaData -
Method Summary
Modifier and TypeMethodDescriptionaddObservationDates(com.rosetta.model.lib.records.Date observationDates) addObservationDates(com.rosetta.model.lib.records.Date observationDates, int idx) addObservationDates(List<com.rosetta.model.lib.records.Date> observationDates) addWeights(BigDecimal weights) addWeights(BigDecimal weights, int idx) addWeights(List<BigDecimal> weights) default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setObservationDates(List<com.rosetta.model.lib.records.Date> observationDates) setWeights(List<BigDecimal> weights) Methods inherited from interface cdm.observable.asset.calculatedrate.CalculatedRateObservationDatesAndWeights
build, getObservationDates, getType, getWeights, 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
-
addObservationDates
CalculatedRateObservationDatesAndWeights.CalculatedRateObservationDatesAndWeightsBuilder addObservationDates(com.rosetta.model.lib.records.Date observationDates) -
addObservationDates
CalculatedRateObservationDatesAndWeights.CalculatedRateObservationDatesAndWeightsBuilder addObservationDates(com.rosetta.model.lib.records.Date observationDates, int idx) -
addObservationDates
CalculatedRateObservationDatesAndWeights.CalculatedRateObservationDatesAndWeightsBuilder addObservationDates(List<com.rosetta.model.lib.records.Date> observationDates) -
setObservationDates
CalculatedRateObservationDatesAndWeights.CalculatedRateObservationDatesAndWeightsBuilder setObservationDates(List<com.rosetta.model.lib.records.Date> observationDates) -
addWeights
-
addWeights
CalculatedRateObservationDatesAndWeights.CalculatedRateObservationDatesAndWeightsBuilder addWeights(BigDecimal weights, int idx) -
addWeights
-
setWeights
-
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
-