Package cdm.legaldocumentation.csa
Interface AppropriatedCollateralValuation
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
AppropriatedCollateralValuation.AppropriatedCollateralValuationBuilder
- All Known Implementing Classes:
AppropriatedCollateralValuation.AppropriatedCollateralValuationBuilderImpl,AppropriatedCollateralValuation.AppropriatedCollateralValuationImpl
@RosettaDataType(value="AppropriatedCollateralValuation",
builder=AppropriatedCollateralValuationBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="AppropriatedCollateralValuation",
model="cdm",
builder=AppropriatedCollateralValuationBuilderImpl.class,
version="7.0.0-dev.105")
public interface AppropriatedCollateralValuation
extends com.rosetta.model.lib.RosettaModelObject
A class to specify the Valuation of Appropriated Collateral.
- Version:
- 7.0.0-dev.105 Body ISDA Corpus Deed CSD_IM_English_2016 ISDA 2016 English Law Credit Support Deed for Initial Margin paragraph "13 General Principles" * clause "(u)" * name "Valuation of Appropriated Collateral" Provision
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of AppropriatedCollateralValuationstatic classImmutable Implementation of AppropriatedCollateralValuation -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The parties' election that qualify the Valuation of Appropriate Collateral in the case where it is deemed applicable.The qualification of whether the Valuation of Appropriate Collateral provision is applicable (True) or not applicable (False).default Class<? extends AppropriatedCollateralValuation> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends AppropriatedCollateralValuation> 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
-
getIsSpecified
Boolean getIsSpecified()The qualification of whether the Valuation of Appropriate Collateral provision is applicable (True) or not applicable (False). -
getElection
String getElection()The parties' election that qualify the Valuation of Appropriate Collateral in the case where it is deemed applicable. -
build
AppropriatedCollateralValuation build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
default com.rosetta.model.lib.meta.RosettaMetaData<? extends AppropriatedCollateralValuation> 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
-