Package cdm.legaldocumentation.csa
Interface SinglePostingParty
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
SinglePostingParty.SinglePostingPartyBuilder
- All Known Implementing Classes:
SinglePostingParty.SinglePostingPartyBuilderImpl,SinglePostingParty.SinglePostingPartyImpl
@RosettaDataType(value="SinglePostingParty",
builder=SinglePostingPartyBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="SinglePostingParty",
model="cdm",
builder=SinglePostingPartyBuilderImpl.class,
version="7.0.0-dev.105")
public interface SinglePostingParty
extends com.rosetta.model.lib.RosettaModelObject
Where only a single party is explicitly designated to post collateral, the party which is specified as the sole poster of collateral.
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of SinglePostingPartystatic classImmutable Implementation of SinglePostingParty -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()getOther()Utilised where the clause data structure is not able to capture a material aspect of the clause.getParty()The party acting as the Single Posting Party.default Class<? extends SinglePostingParty> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends SinglePostingParty> 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 acting as the Single Posting Party. -
getOther
String getOther()Utilised where the clause data structure is not able to capture a material aspect of the clause. -
build
SinglePostingParty build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
SinglePostingParty.SinglePostingPartyBuilder 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
-