Package cdm.legaldocumentation.csa
Interface CollateralRounding.CollateralRoundingBuilder
- All Superinterfaces:
CollateralRounding,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
CollateralRounding.CollateralRoundingBuilderImpl
- Enclosing interface:
CollateralRounding
public static interface CollateralRounding.CollateralRoundingBuilder
extends CollateralRounding, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.CollateralRounding
CollateralRounding.CollateralRoundingBuilder, CollateralRounding.CollateralRoundingBuilderImpl, CollateralRounding.CollateralRoundingImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.CollateralRounding
metaData -
Method Summary
Modifier and TypeMethodDescriptiondefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setCurrency(ISOCurrencyCodeEnum currency) setDeliveryAmount(BigDecimal deliveryAmount) setDeliveryDirection(RoundingModeEnum deliveryDirection) setReturnAmount(BigDecimal returnAmount) setReturnDirection(RoundingModeEnum returnDirection) Methods inherited from interface cdm.legaldocumentation.csa.CollateralRounding
build, getCurrency, getDeliveryAmount, getDeliveryDirection, getOther, getReturnAmount, getReturnDirection, 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
-
setDeliveryAmount
-
setDeliveryDirection
CollateralRounding.CollateralRoundingBuilder setDeliveryDirection(RoundingModeEnum deliveryDirection) -
setReturnAmount
-
setReturnDirection
-
setCurrency
-
setOther
-
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
-