Package cdm.legaldocumentation.csa
Interface ThresholdElection
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
ThresholdElection.ThresholdElectionBuilder
- All Known Implementing Classes:
ThresholdElection.ThresholdElectionBuilderImpl,ThresholdElection.ThresholdElectionImpl
@RosettaDataType(value="ThresholdElection",
builder=ThresholdElectionBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="ThresholdElection",
model="cdm",
builder=ThresholdElectionBuilderImpl.class,
version="7.0.0-dev.105")
public interface ThresholdElection
extends com.rosetta.model.lib.RosettaModelObject
Specifies whether the threshold is rating based, a fixed amount, or infinity.
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of ThresholdElectionstatic classImmutable Implementation of ThresholdElection -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Defines that the Threshold is a Fixed Amount.Specifies that the Threshold is Infinity.getOther()Utilised where the clause data structure is not able to capture a material aspect of the clause.getParty()The party to which the threshold applies.Defines that the Threshold is based on a Ratings condition(s).default Class<? extends ThresholdElection> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ThresholdElection> 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
-
getParty
CounterpartyRoleEnum getParty()The party to which the threshold applies. -
getFixedAmount
ThresholdMinimumTransferAmountFixedAmount getFixedAmount()Defines that the Threshold is a Fixed Amount. -
getRatingsBased
ThresholdRatingsBased getRatingsBased()Defines that the Threshold is based on a Ratings condition(s). -
getInfinity
Boolean getInfinity()Specifies that the Threshold is Infinity. If 'True' then the threshold for the elective party is Infinity. -
getOther
String getOther()Utilised where the clause data structure is not able to capture a material aspect of the clause. -
build
ThresholdElection build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
ThresholdElection.ThresholdElectionBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
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
-