Skip to main content
Version: Next

Contact

A person contact that can be engaged with through email, calling, messaging, CMS, etc.

Schema

https://fdc3.finos.org/schemas/next/context/contact.schema.json (github)

Type

fdc3.contact

Properties

id (required)

type: object

Subproperties:

email

type: string

The email address for the contact

FDS_ID

type: string

FactSet Permanent Identifier representing the contact

Identifiers that relate to the Contact represented by this context

Example

{
"type": "fdc3.contact",
"name": "Jane Doe",
"id": {
"email": "jane.doe@mail.com"
}
}