Package cdm.legaldocumentation.csa
Interface ThresholdFixedAmount
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
ThresholdFixedAmount.ThresholdFixedAmountBuilder
- All Known Implementing Classes:
ThresholdFixedAmount.ThresholdFixedAmountBuilderImpl,ThresholdFixedAmount.ThresholdFixedAmountImpl
@RosettaDataType(value="ThresholdFixedAmount",
builder=ThresholdFixedAmountBuilderImpl.class,
version="6.19.0")
@RuneDataType(value="ThresholdFixedAmount",
model="cdm",
builder=ThresholdFixedAmountBuilderImpl.class,
version="6.19.0")
public interface ThresholdFixedAmount
extends com.rosetta.model.lib.RosettaModelObject
Defines that the Threshold is based on a Fixed Amount.
- Version:
- 6.19.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of ThresholdFixedAmountstatic classImmutable Implementation of ThresholdFixedAmount -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The amount value applicable to the Threshold.Flag detailing whether the collateral Threshold Amount is set to infinity for a particular party.The Threshold currency code.getParty()The party to which the threshold applies.default Class<? extends ThresholdFixedAmount> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ThresholdFixedAmount> 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. -
getAmount
Integer getAmount()The amount value applicable to the Threshold. -
getCurrency
ISOCurrencyCodeEnum getCurrency()The Threshold currency code. -
getAmountIsInfinity
Boolean getAmountIsInfinity()Flag detailing whether the collateral Threshold Amount is set to infinity for a particular party. -
build
ThresholdFixedAmount build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
ThresholdFixedAmount.ThresholdFixedAmountBuilder 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
-