Interface NonDeliverableSubstitute.NonDeliverableSubstituteBuilder
- All Superinterfaces:
NonDeliverableSubstitute,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
NonDeliverableSubstitute.NonDeliverableSubstituteBuilderImpl
- Enclosing interface:
NonDeliverableSubstitute
public static interface NonDeliverableSubstitute.NonDeliverableSubstituteBuilder
extends NonDeliverableSubstitute, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.transaction.additionalterms.NonDeliverableSubstitute
NonDeliverableSubstitute.NonDeliverableSubstituteBuilder, NonDeliverableSubstitute.NonDeliverableSubstituteBuilderImpl, NonDeliverableSubstitute.NonDeliverableSubstituteImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.transaction.additionalterms.NonDeliverableSubstitute
metaData -
Method Summary
Modifier and TypeMethodDescriptiondefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setNonDeliverableSubstituteIsApplicable(Boolean nonDeliverableSubstituteIsApplicable) setSettlementDate(AdjustedRelativeDateOffset settlementDate) setSettlementRateOption(SettlementRateOption settlementRateOption) setValuationDate(AdjustedRelativeDateOffset valuationDate) Methods inherited from interface cdm.legaldocumentation.transaction.additionalterms.NonDeliverableSubstitute
build, getNonDeliverableSubstituteIsApplicable, 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
-
getOrCreateValuationDate
AdjustedRelativeDateOffset.AdjustedRelativeDateOffsetBuilder getOrCreateValuationDate() -
getValuationDate
AdjustedRelativeDateOffset.AdjustedRelativeDateOffsetBuilder getValuationDate()- Specified by:
getValuationDatein interfaceNonDeliverableSubstitute
-
getOrCreateSettlementDate
AdjustedRelativeDateOffset.AdjustedRelativeDateOffsetBuilder getOrCreateSettlementDate() -
getSettlementDate
AdjustedRelativeDateOffset.AdjustedRelativeDateOffsetBuilder getSettlementDate()- Specified by:
getSettlementDatein interfaceNonDeliverableSubstitute
-
getOrCreateSettlementRateOption
SettlementRateOption.SettlementRateOptionBuilder getOrCreateSettlementRateOption() -
getSettlementRateOption
SettlementRateOption.SettlementRateOptionBuilder getSettlementRateOption()- Specified by:
getSettlementRateOptionin interfaceNonDeliverableSubstitute
-
setNonDeliverableSubstituteIsApplicable
NonDeliverableSubstitute.NonDeliverableSubstituteBuilder setNonDeliverableSubstituteIsApplicable(Boolean nonDeliverableSubstituteIsApplicable) -
setValuationDate
NonDeliverableSubstitute.NonDeliverableSubstituteBuilder setValuationDate(AdjustedRelativeDateOffset valuationDate) -
setSettlementDate
NonDeliverableSubstitute.NonDeliverableSubstituteBuilder setSettlementDate(AdjustedRelativeDateOffset settlementDate) -
setSettlementRateOption
NonDeliverableSubstitute.NonDeliverableSubstituteBuilder setSettlementRateOption(SettlementRateOption settlementRateOption) -
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
-