Package cdm.legaldocumentation.csa
Interface ThresholdMinimumTransferAmountBase
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
MinimumTransferAmountRatingsBased,MinimumTransferAmountRatingsBased.MinimumTransferAmountRatingsBasedBuilder,ThresholdMinimumTransferAmountBase.ThresholdMinimumTransferAmountBaseBuilder,ThresholdMinimumTransferAmountFixedAmount,ThresholdMinimumTransferAmountFixedAmount.ThresholdMinimumTransferAmountFixedAmountBuilder,ThresholdRatingsBased,ThresholdRatingsBased.ThresholdRatingsBasedBuilder
- All Known Implementing Classes:
MinimumTransferAmountRatingsBased.MinimumTransferAmountRatingsBasedBuilderImpl,MinimumTransferAmountRatingsBased.MinimumTransferAmountRatingsBasedImpl,ThresholdMinimumTransferAmountBase.ThresholdMinimumTransferAmountBaseBuilderImpl,ThresholdMinimumTransferAmountBase.ThresholdMinimumTransferAmountBaseImpl,ThresholdMinimumTransferAmountFixedAmount.ThresholdMinimumTransferAmountFixedAmountBuilderImpl,ThresholdMinimumTransferAmountFixedAmount.ThresholdMinimumTransferAmountFixedAmountImpl,ThresholdRatingsBased.ThresholdRatingsBasedBuilderImpl,ThresholdRatingsBased.ThresholdRatingsBasedImpl
@RosettaDataType(value="ThresholdMinimumTransferAmountBase",
builder=ThresholdMinimumTransferAmountBaseBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="ThresholdMinimumTransferAmountBase",
model="cdm",
builder=ThresholdMinimumTransferAmountBaseBuilderImpl.class,
version="7.0.0-dev.105")
public interface ThresholdMinimumTransferAmountBase
extends com.rosetta.model.lib.RosettaModelObject
A logical container designed to hold a set of related data. In this case, designed to hold a set of information required to specify conditions under which Threshold or Minimum Transfer Amount can fall to zero.
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of ThresholdMinimumTransferAmountBasestatic classImmutable Implementation of ThresholdMinimumTransferAmountBase -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()getEvent()Specifies the relevant trigger for the Threshold or Minimum Transfer Amount to fall to zero.default Class<? extends ThresholdMinimumTransferAmountBase> getType()Indicates whether a trigger applies for the Threshold or Minimum Transfer Amount to fall to zero.default com.rosetta.model.lib.meta.RosettaMetaData<? extends ThresholdMinimumTransferAmountBase> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getZeroEvent
Boolean getZeroEvent()Indicates whether a trigger applies for the Threshold or Minimum Transfer Amount to fall to zero. If 'True' then such a trigger exists. -
getEvent
List<ZeroEventEnum> getEvent()Specifies the relevant trigger for the Threshold or Minimum Transfer Amount to fall to zero. -
build
Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
default com.rosetta.model.lib.meta.RosettaMetaData<? extends ThresholdMinimumTransferAmountBase> metaData()Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-