Package cdm.observable.asset
Interface PremiumExpression.PremiumExpressionBuilder
- All Superinterfaces:
PremiumExpression,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
PremiumExpression.PremiumExpressionBuilderImpl
- Enclosing interface:
PremiumExpression
public static interface PremiumExpression.PremiumExpressionBuilder
extends PremiumExpression, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.observable.asset.PremiumExpression
PremiumExpression.PremiumExpressionBuilder, PremiumExpression.PremiumExpressionBuilderImpl, PremiumExpression.PremiumExpressionImpl -
Field Summary
Fields inherited from interface cdm.observable.asset.PremiumExpression
metaData -
Method Summary
Modifier and TypeMethodDescriptionThe amount of premium to be paid expressed as a function of the number of options.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setPercentageOfNotional(BigDecimal percentageOfNotional) setPremiumType(PremiumTypeEnum premiumType) setPricePerOption(Money pricePerOption) Methods inherited from interface cdm.observable.asset.PremiumExpression
build, getPercentageOfNotional, getPremiumType, 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
-
getOrCreatePricePerOption
Money.MoneyBuilder getOrCreatePricePerOption() -
getPricePerOption
Money.MoneyBuilder getPricePerOption()Description copied from interface:PremiumExpressionThe amount of premium to be paid expressed as a function of the number of options.- Specified by:
getPricePerOptionin interfacePremiumExpression
-
setPremiumType
-
setPricePerOption
-
setPercentageOfNotional
-
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
-