Package cdm.legaldocumentation.csa
Interface CSAThresholdVariableSet
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
CSAThresholdVariableSet.CSAThresholdVariableSetBuilder
- All Known Implementing Classes:
CSAThresholdVariableSet.CSAThresholdVariableSetBuilderImpl,CSAThresholdVariableSet.CSAThresholdVariableSetImpl
@RosettaDataType(value="CSAThresholdVariableSet",
builder=CSAThresholdVariableSetBuilderImpl.class,
version="6.19.0")
@RuneDataType(value="CSAThresholdVariableSet",
model="cdm",
builder=CSAThresholdVariableSetBuilderImpl.class,
version="6.19.0")
public interface CSAThresholdVariableSet
extends com.rosetta.model.lib.RosettaModelObject
Defines a combination of Rating Agency, Rating Value, Threshold amount and Currency code.
- Version:
- 6.19.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of CSAThresholdVariableSetstatic classImmutable Implementation of CSAThresholdVariableSet -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The amount value applicable to the Threshold.getName()The relevant rating agency.default Class<? extends CSAThresholdVariableSet> getType()getValue()Rating applicable to the party from a given rating agency.default com.rosetta.model.lib.meta.RosettaMetaData<? extends CSAThresholdVariableSet> 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
-
getName
CreditRatingAgencyEnum getName()The relevant rating agency. -
getValue
String getValue()Rating applicable to the party from a given rating agency. -
getAmount
Integer getAmount()The amount value applicable to the Threshold. -
build
CSAThresholdVariableSet build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
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
-