Package cdm.legaldocumentation.csa
Interface PledgeeRepresentativeRider
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
PledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilder
- All Known Implementing Classes:
PledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilderImpl,PledgeeRepresentativeRider.PledgeeRepresentativeRiderImpl
@RosettaDataType(value="PledgeeRepresentativeRider",
builder=PledgeeRepresentativeRiderBuilderImpl.class,
version="6.19.0")
@RuneDataType(value="PledgeeRepresentativeRider",
model="cdm",
builder=PledgeeRepresentativeRiderBuilderImpl.class,
version="6.19.0")
public interface PledgeeRepresentativeRider
extends com.rosetta.model.lib.RosettaModelObject
The terms of the Rider for the ISDA Euroclear 2019 Collateral Transfer Agreement with respect to the use of a Pledgee Representative attached to this Agreement.
- Version:
- 6.19.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of PledgeeRepresentativeRiderstatic classImmutable Implementation of PledgeeRepresentativeRider -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Identification of whether the representative CTA provisions are applicable (True) or not applicable (False).getParty()Identification of the represented party.The definition of representative end date in relation to a representative event.The specification of whether the representative event terms are applicable.The specific representative event terms applicable when specified.The specific representative terms applicable when specified.default Class<? extends PledgeeRepresentativeRider> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends PledgeeRepresentativeRider> 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
-
getIsApplicable
Boolean getIsApplicable()Identification of whether the representative CTA provisions are applicable (True) or not applicable (False). -
getParty
CounterpartyRoleEnum getParty()Identification of the represented party. -
getRepresentativeTerms
String getRepresentativeTerms()The specific representative terms applicable when specified. -
getRepresentativeEvent
ExceptionEnum getRepresentativeEvent()The specification of whether the representative event terms are applicable. -
getRepresentativeEventTerms
String getRepresentativeEventTerms()The specific representative event terms applicable when specified. -
getRepresentativeEndDate
CustomisableOffset getRepresentativeEndDate()The definition of representative end date in relation to a representative event. -
build
PledgeeRepresentativeRider 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
-