Package cdm.observable.asset
Interface ValuationDates.ValuationDatesBuilder
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder,ValuationDates
- All Known Implementing Classes:
ValuationDates.ValuationDatesBuilderImpl
- Enclosing interface:
ValuationDates
public static interface ValuationDates.ValuationDatesBuilder
extends ValuationDates, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.observable.asset.ValuationDates
ValuationDates.ValuationDatesBuilder, ValuationDates.ValuationDatesBuilderImpl, ValuationDates.ValuationDatesImpl -
Field Summary
Fields inherited from interface cdm.observable.asset.ValuationDates
metaData -
Method Summary
Modifier and TypeMethodDescriptionSpecifies the final valuation dates of the underlier.Specifies the initial valuation dates of the underlier.Specifies the interim valuation dates of the underlier.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setValuationDatesFinal(PerformanceValuationDates valuationDatesFinal) setValuationDatesInitial(PerformanceValuationDates valuationDatesInitial) setValuationDatesInterim(PerformanceValuationDates valuationDatesInterim) Methods 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
-
getOrCreateValuationDatesInitial
PerformanceValuationDates.PerformanceValuationDatesBuilder getOrCreateValuationDatesInitial() -
getValuationDatesInitial
PerformanceValuationDates.PerformanceValuationDatesBuilder getValuationDatesInitial()Description copied from interface:ValuationDatesSpecifies the initial valuation dates of the underlier.- Specified by:
getValuationDatesInitialin interfaceValuationDates
-
getOrCreateValuationDatesInterim
PerformanceValuationDates.PerformanceValuationDatesBuilder getOrCreateValuationDatesInterim() -
getValuationDatesInterim
PerformanceValuationDates.PerformanceValuationDatesBuilder getValuationDatesInterim()Description copied from interface:ValuationDatesSpecifies the interim valuation dates of the underlier.- Specified by:
getValuationDatesInterimin interfaceValuationDates
-
getOrCreateValuationDatesFinal
PerformanceValuationDates.PerformanceValuationDatesBuilder getOrCreateValuationDatesFinal() -
getValuationDatesFinal
PerformanceValuationDates.PerformanceValuationDatesBuilder getValuationDatesFinal()Description copied from interface:ValuationDatesSpecifies the final valuation dates of the underlier.- Specified by:
getValuationDatesFinalin interfaceValuationDates
-
setValuationDatesInitial
ValuationDates.ValuationDatesBuilder setValuationDatesInitial(PerformanceValuationDates valuationDatesInitial) -
setValuationDatesInterim
ValuationDates.ValuationDatesBuilder setValuationDatesInterim(PerformanceValuationDates valuationDatesInterim) -
setValuationDatesFinal
ValuationDates.ValuationDatesBuilder setValuationDatesFinal(PerformanceValuationDates valuationDatesFinal) -
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
-