Package cdm.base.staticdata.party
Interface PartyContactInformation
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
PartyContactInformation.PartyContactInformationBuilder
- All Known Implementing Classes:
PartyContactInformation.PartyContactInformationBuilderImpl,PartyContactInformation.PartyContactInformationImpl
@RosettaDataType(value="PartyContactInformation",
builder=PartyContactInformationBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="PartyContactInformation",
model="cdm",
builder=PartyContactInformationBuilderImpl.class,
version="5.30.0")
public interface PartyContactInformation
extends com.rosetta.model.lib.RosettaModelObject
A class to specify contact information within a party: address and, optionally, associated business unit and person. This class also supports the ISDA CSA representation as a single string, through the address attribute.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of PartyContactInformationstatic classImmutable Implementation of PartyContactInformation -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Specification of special instructions of the relevant party.List<? extends BusinessUnit> Optional organization unit information used to describe the organization units (e.g. trading desks) involved in a transaction or business process, incl. the contact information (when relevant).The postal/street address, telephone number, email address and/or web page.The reference to the party to which the contact information refers to.List<? extends NaturalPerson> Optional information about people involved in a transaction or business process.default Class<? extends PartyContactInformation> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends PartyContactInformation> 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
-
getPartyReference
ReferenceWithMetaParty getPartyReference()The reference to the party to which the contact information refers to. -
getContactInformation
ContactInformation getContactInformation()The postal/street address, telephone number, email address and/or web page. If the contact information is specific to the associated business unit(s), it should be associated with those. -
getBusinessUnit
List<? extends BusinessUnit> getBusinessUnit()Optional organization unit information used to describe the organization units (e.g. trading desks) involved in a transaction or business process, incl. the contact information (when relevant). -
getPerson
List<? extends NaturalPerson> getPerson()Optional information about people involved in a transaction or business process. (These are employees of the party.) -
getAdditionalInformation
String getAdditionalInformation()Specification of special instructions of the relevant party. -
build
PartyContactInformation 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
-