Package cdm.product.common.settlement
Interface PricingDates.PricingDatesBuilder
- All Superinterfaces:
PricingDates,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
PricingDates.PricingDatesBuilderImpl
- Enclosing interface:
PricingDates
public static interface PricingDates.PricingDatesBuilder
extends PricingDates, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.common.settlement.PricingDates
PricingDates.PricingDatesBuilder, PricingDates.PricingDatesBuilderImpl, PricingDates.PricingDatesImpl -
Field Summary
Fields inherited from interface cdm.product.common.settlement.PricingDates
metaData -
Method Summary
Modifier and TypeMethodDescriptionaddSpecifiedDates(AdjustableDates specifiedDates) addSpecifiedDates(AdjustableDates specifiedDates, int idx) addSpecifiedDates(List<? extends AdjustableDates> specifiedDates) getOrCreateSpecifiedDates(int index) Defines rules for the dates on which the price will be determined.List<? extends AdjustableDates.AdjustableDatesBuilder> Defines specified dates on which the price will be determined.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setParametricDates(ParametricDates parametricDates) setSpecifiedDates(List<? extends AdjustableDates> specifiedDates) Methods inherited from interface cdm.product.common.settlement.PricingDates
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
-
getOrCreateSpecifiedDates
-
getSpecifiedDates
List<? extends AdjustableDates.AdjustableDatesBuilder> getSpecifiedDates()Description copied from interface:PricingDatesDefines specified dates on which the price will be determined.- Specified by:
getSpecifiedDatesin interfacePricingDates
-
getOrCreateParametricDates
ParametricDates.ParametricDatesBuilder getOrCreateParametricDates() -
getParametricDates
ParametricDates.ParametricDatesBuilder getParametricDates()Description copied from interface:PricingDatesDefines rules for the dates on which the price will be determined.- Specified by:
getParametricDatesin interfacePricingDates
-
addSpecifiedDates
-
addSpecifiedDates
-
addSpecifiedDates
-
setSpecifiedDates
-
setParametricDates
-
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
PricingDates.PricingDatesBuilder prune()- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-