Package cdm.legaldocumentation.csa
Interface SubstitutionPartyElection
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
SubstitutionPartyElection.SubstitutionPartyElectionBuilder
- All Known Implementing Classes:
SubstitutionPartyElection.SubstitutionPartyElectionBuilderImpl,SubstitutionPartyElection.SubstitutionPartyElectionImpl
@RosettaDataType(value="SubstitutionPartyElection",
builder=SubstitutionPartyElectionBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="SubstitutionPartyElection",
model="cdm",
builder=SubstitutionPartyElectionBuilderImpl.class,
version="7.0.0-dev.105")
public interface SubstitutionPartyElection
extends com.rosetta.model.lib.RosettaModelObject
Party specific elections for substitution of posted collateral.
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of SubstitutionPartyElectionstatic classImmutable Implementation of SubstitutionPartyElection -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The process for substituting/exchanging one form of collateral held by a party for a different form of collateral, used with legacy agreements.The election as to whether the Pledgor/Obligor/Chargor/Security Provider must obtain the Secured Partys consent for any collateral substitution.getParty()The party that is acting as the Pledgor/Obligor/Chargor/Security Provider.Specific consent language might be specified by the parties.Substitution Date has the meaning specified in Paragraph4(d)(ii), unless otherwise specified.default Class<? extends SubstitutionPartyElection> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends SubstitutionPartyElection> 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
-
getParty
CounterpartyRoleEnum getParty()The party that is acting as the Pledgor/Obligor/Chargor/Security Provider. -
getNeedsConsent
Boolean getNeedsConsent()The election as to whether the Pledgor/Obligor/Chargor/Security Provider must obtain the Secured Partys consent for any collateral substitution. Body ISDA Corpus Annex CSA_IM_2016 ISDA 2016 Credit Support Annex for Initial Margin paragraph "13 General Principles" * clause "(f)(ii)" * name "Consent" Provision Body ISDA Corpus Annex CSA_VM_2016 ISDA 2016 Credit Support Annex for Variation Margin paragraph "13" * clause "(f)(ii)" * name "Consent" Provision -
getSubstitutionDateLanguage
String getSubstitutionDateLanguage()Substitution Date has the meaning specified in Paragraph4(d)(ii), unless otherwise specified. -
getSpecificConsentLanguage
String getSpecificConsentLanguage()Specific consent language might be specified by the parties. -
getLegacyConsent
LegacyConsentEnum getLegacyConsent()The process for substituting/exchanging one form of collateral held by a party for a different form of collateral, used with legacy agreements. -
build
SubstitutionPartyElection 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
-