Package cdm.legaldocumentation.csa
Interface LegacyIndependentAmount
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
LegacyIndependentAmount.LegacyIndependentAmountBuilder
- All Known Implementing Classes:
LegacyIndependentAmount.LegacyIndependentAmountBuilderImpl,LegacyIndependentAmount.LegacyIndependentAmountImpl
@RosettaDataType(value="LegacyIndependentAmount",
builder=LegacyIndependentAmountBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="LegacyIndependentAmount",
model="cdm",
builder=LegacyIndependentAmountBuilderImpl.class,
version="7.0.0-dev.105")
public interface LegacyIndependentAmount
extends com.rosetta.model.lib.RosettaModelObject
Sets out the additional amount of collateral that is required to be delivered by that party irrespective of the mark-to-market exposure under the related Transactions. It may take the form of a fixed amount, or be determined using credit ratings.
- Version:
- 7.0.0-dev.105 Body ISDA Corpus Annex CSA_NewYork_1994 1994 New York Law Credit Support Annex paragraph "13" * clause "(b)(iv)(A)" Provision Body ISDA Corpus Annex CSA_English_1995 1995 English Law Credit Support Annex paragraph "11" * clause "(b)(iii)(A)" Provision Body ISDA Corpus Deed CSD_English_1995 1995 English Law Credit Support Deed paragraph "11" * clause "(c)(iii)(A)" Provision
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of LegacyIndependentAmountstatic classImmutable Implementation of LegacyIndependentAmount -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The additional language that might be specified by the parties to the legal agreement.List<? extends LegacyIndependentAmountParty> The party specific elections for the Independent Amount clause.default Class<? extends LegacyIndependentAmount> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends LegacyIndependentAmount> 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 LegacyIndependentAmountParty> getPartyElection()The party specific elections for the Independent Amount clause. -
getAdditionalLanguage
String getAdditionalLanguage()The additional language that might be specified by the parties to the legal agreement. -
build
LegacyIndependentAmount 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
-