Package cdm.product.asset
Interface DividendPayoutRatio.DividendPayoutRatioBuilder
- All Superinterfaces:
DividendPayoutRatio,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
DividendPayoutRatio.DividendPayoutRatioBuilderImpl
- Enclosing interface:
DividendPayoutRatio
public static interface DividendPayoutRatio.DividendPayoutRatioBuilder
extends DividendPayoutRatio, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.asset.DividendPayoutRatio
DividendPayoutRatio.DividendPayoutRatioBuilder, DividendPayoutRatio.DividendPayoutRatioBuilderImpl, DividendPayoutRatio.DividendPayoutRatioImpl -
Field Summary
Fields inherited from interface cdm.product.asset.DividendPayoutRatio
metaData -
Method Summary
Modifier and TypeMethodDescriptionIn the case of a basket underlier, specifies to which component of the basket this particular set of dividend payout ratios correspond.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setBasketConstituent(Product basketConstituent) setCashRatio(BigDecimal cashRatio) setNonCashRatio(BigDecimal nonCashRatio) setTotalRatio(BigDecimal totalRatio) Methods inherited from interface cdm.product.asset.DividendPayoutRatio
build, getCashRatio, getNonCashRatio, getTotalRatio, 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
-
getOrCreateBasketConstituent
Product.ProductBuilder getOrCreateBasketConstituent() -
getBasketConstituent
Product.ProductBuilder getBasketConstituent()Description copied from interface:DividendPayoutRatioIn the case of a basket underlier, specifies to which component of the basket this particular set of dividend payout ratios correspond.- Specified by:
getBasketConstituentin interfaceDividendPayoutRatio
-
setTotalRatio
-
setCashRatio
-
setNonCashRatio
-
setBasketConstituent
-
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
-