Package cdm.product.asset
Interface DividendDateReference.DividendDateReferenceBuilder
- All Superinterfaces:
DividendDateReference,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
DividendDateReference.DividendDateReferenceBuilderImpl
- Enclosing interface:
DividendDateReference
public static interface DividendDateReference.DividendDateReferenceBuilder
extends DividendDateReference, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.asset.DividendDateReference
DividendDateReference.DividendDateReferenceBuilder, DividendDateReference.DividendDateReferenceBuilderImpl, DividendDateReference.DividendDateReferenceImpl -
Field Summary
Fields inherited from interface cdm.product.asset.DividendDateReference
metaData -
Method Summary
Modifier and TypeMethodDescriptionOnly to be used when SharePayment has been specified in the dividendDateReference element.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setDateReference(DividendDateReferenceEnum dateReference) setPaymentDateOffset(Offset paymentDateOffset) Methods inherited from interface cdm.product.asset.DividendDateReference
build, getDateReference, 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
-
getOrCreatePaymentDateOffset
Offset.OffsetBuilder getOrCreatePaymentDateOffset() -
getPaymentDateOffset
Offset.OffsetBuilder getPaymentDateOffset()Description copied from interface:DividendDateReferenceOnly to be used when SharePayment has been specified in the dividendDateReference element. The number of Currency Business Days following the day on which the Issuer of the Shares pays the relevant dividend to holders of record of the Shares.- Specified by:
getPaymentDateOffsetin interfaceDividendDateReference
-
setDateReference
DividendDateReference.DividendDateReferenceBuilder setDateReference(DividendDateReferenceEnum dateReference) -
setPaymentDateOffset
-
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
-