Package cdm.legaldocumentation.csa
Interface Threshold
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
Threshold.ThresholdBuilder
- All Known Implementing Classes:
Threshold.ThresholdBuilderImpl,Threshold.ThresholdImpl
@RosettaDataType(value="Threshold",
builder=ThresholdBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="Threshold",
model="cdm",
builder=ThresholdBuilderImpl.class,
version="7.0.0-dev.105")
public interface Threshold
extends com.rosetta.model.lib.RosettaModelObject
Represents the amount of unsecured risk that a party is willing to tolerate without holding any posted collateral provided by the other party.
- Version:
- 7.0.0-dev.105 Body ISDA Corpus Annex CSA_NewYork_1994 1994 New York Law Credit Support Annex name "Threshold" Provision Body ISDA Corpus Annex CSA_English_1995 1995 English Law Credit Support Annex name "Threshold" Provision Body ISDA Corpus Deed CSD_English_1995 1995 English Law Credit Support Deed name "Threshold" Provision Body ISDA Corpus Annex CSA_VM_English_2016 2016 English Law Variation Margin Credit Support Annex name "Threshold" Provision Body ISDA Corpus Annex CSA_VM_NewYork_2016 2016 New York Law Variation Margin Credit Support Annex name "Threshold" Provision
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of Thresholdstatic classImmutable Implementation of Threshold -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsstatic Threshold.ThresholdBuilderbuilder()List<? extends ThresholdElection> The party specific election for the threshold clause.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Threshold> 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
-
getPartyElection
List<? extends ThresholdElection> getPartyElection()The party specific election for the threshold clause. -
build
Threshold build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
Threshold.ThresholdBuilder 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
-