Package cdm.legaldocumentation.csa
Interface ResolutionValue
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
ResolutionValue.ResolutionValueBuilder
- All Known Implementing Classes:
ResolutionValue.ResolutionValueBuilderImpl,ResolutionValue.ResolutionValueImpl
@RosettaDataType(value="ResolutionValue",
builder=ResolutionValueBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="ResolutionValue",
model="cdm",
builder=ResolutionValueBuilderImpl.class,
version="7.0.0-dev.105")
public interface ResolutionValue
extends com.rosetta.model.lib.RosettaModelObject
Methodology for resolving disputes in respect of the determination of the value of collateral.
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of ResolutionValuestatic classImmutable Implementation of ResolutionValue -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The additional language that might be specified by the parties to the legal agreement.getCash()Details of how cash collateral is valued when resolving disputes.Represents whether a fallback calculation method is applicable.Details of how securities collateral is valued when resolving disputes.default Class<? extends ResolutionValue> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ResolutionValue> 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
-
getCash
ValueCashEnum getCash()Details of how cash collateral is valued when resolving disputes. -
getSecurities
ValueSecuritiesEnum getSecurities()Details of how securities collateral is valued when resolving disputes. -
getFallback
Boolean getFallback()Represents whether a fallback calculation method is applicable. 'True' if fallback calculation method is applicable. -
getAdditionalLanguage
String getAdditionalLanguage()The additional language that might be specified by the parties to the legal agreement. -
build
ResolutionValue build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
ResolutionValue.ResolutionValueBuilder 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
-