Tickerdevelopers

Disclosures schemas

Data models returned by Disclosures endpoints.

Category

{
  "kind": string<enum>,
  "code": string,
  "name": string,
  "description": string,
  "importance": string<enum>
}
kindstring<enum>

Category type

Allowed values: "Ticker", "FCA"
codestring

Category code

namestring

Category name

descriptionstring

Category description (FCA only)

importancestring<enum>

Importance level (FCA only)

Allowed values: "low", "medium", "high", "ultra"

Company

{
  "name": string,
  "lei": string,
  "instrument": Instrument
}
namestring

Company name

leistring

Legal Entity Identifier

instrumentInstrument

Derivatives

Information derived from the announcement content

{
  "semanticHtml": {
    "url": string<uri>
  }
}
semanticHtmlobject

Token-optimised pure semantic HTML representation of the announcement. Only styles, layout, metadata, attributes and wasted nested tags are removed. All text information that materially makes the content of the announcement remains intact.

urlstring<uri>

URL to the semantic HTML document

DisclosureItem

{
  "rnsId": string,
  "timestamp": string<date-time>,
  "source": string,
  "guid": string,
  "version": integer,
  "issuer": Company,
  "related": [Company],
  "headline": string,
  "category": [Category],
  "publication": [Publication],
  "derivatives": Derivatives,
  "replaces": any
}
rnsIdstring

Native RNS identifier

example: 1234W
timestampstring<date-time>

Publication timestamp

sourcestring

Source code

example: RNS
guidstring

Globally unique identifier

versioninteger

Version number (extracted from guid)

issuerCompany
headlinestring

Disclosure headline

category[Category]

Categories (Ticker and FCA)

publication[Publication]

Available document formats

derivativesDerivatives

Information derived from the announcement content

replacesany

If this is a replacement, details of the replaced announcement

Instrument

{
  "isin": string,
  "symbol": Symbol
}
isinstring

ISIN code

symbolSymbol

Publication

{
  "mime": string,
  "url": string
}
mimestring

MIME type

example: application/pdf
urlstring

URL to the document

Replaces

{
  "guid": string,
  "version": integer
}
guidstring

GUID of the replaced announcement

versioninteger

Version of the replaced announcement

Symbol

{
  "mnemonic": string
}
mnemonicstring

Ticker symbol