Package cdm.legaldocumentation.csa
Interface MTAType
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
MTAType.MTATypeBuilder
- All Known Implementing Classes:
MTAType.MTATypeBuilderImpl,MTAType.MTATypeImpl
@RosettaDataType(value="MTAType",
builder=MTATypeBuilderImpl.class,
version="6.19.0")
@RuneDataType(value="MTAType",
model="cdm",
builder=MTATypeBuilderImpl.class,
version="6.19.0")
public interface MTAType
extends com.rosetta.model.lib.RosettaModelObject
Details whether the Minimum Transfer Amount is rating based, a fixed amount, or infinity.
- Version:
- 6.19.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of MTATypestatic classImmutable Implementation of MTAType -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsstatic MTAType.MTATypeBuilderbuilder()Defines that the Minimum Transfer Amount (MTA) is a Fixed Amount.getOther()Utilised where the clause data structure is not able to capture a material aspect of the clause.Defines that the Minimum Transfer Amount (MTA) is based on a Ratings condition(s).getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends MTAType> 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
-
getFixedAmount
MTAFixedAmount getFixedAmount()Defines that the Minimum Transfer Amount (MTA) is a Fixed Amount. -
getRatingsBased
MTARatingsBased getRatingsBased()Defines that the Minimum Transfer Amount (MTA) is based on a Ratings condition(s). -
getOther
String getOther()Utilised where the clause data structure is not able to capture a material aspect of the clause. -
build
MTAType build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
MTAType.MTATypeBuilder 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
-