Skip to main content
Version: 2.1

Organization

An entity that can be used when referencing private companies and other organizations where a specific instrument is not available or desired e.g. CRM and News workflows.

Notes:

  • It is valid to include extra properties and metadata as part of the organization payload, but the minimum requirement is for at least one specified identifier to be provided.

Type

fdc3.organization

Schema

https://fdc3.finos.org/schemas/2.1/context/organization.schema.json

Details

PropertyTypeRequiredExample Value
typestringYes'fdc3.organization'
namestringNo'Cargill, Incorporated'
id.LEIstringNo'QXZYQNMR4JZ5RIRN4T31'
id.PERMIDstringNo'4296555324'
id.FDS_IDstringNo'00161G-E'

Example

const organization = {
type: "fdc3.organization",
name: "Cargill, Incorporated",
id: {
LEI: "QXZYQNMR4JZ5RIRN4T31",
FDS_ID: "00161G-E"
}
}

fdc3.broadcast(organization)

See Also

Other Types

Intents

FINOS Financial Objects