Refinitiv Eikon · JSON-LD Context

Refinitiv Eikon Context

JSON-LD context defining the semantic vocabulary for Refinitiv Eikon from Refinitiv Eikon.

6 Classes 17 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
fibo: https://spec.edmcouncil.org/fibo/ontology/FND/
refinitiv: https://developers.lseg.com/vocabulary/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

name description url NewsArticle Organization currency

Properties

Property Type Container
FinancialInstrument
ric string
permId string
isin string
ticker string
EsgScore
environmentPillarScore decimal
socialPillarScore decimal
governancePillarScore decimal
storyId string
sourceCode string
PricingData
lastPrice decimal
bidPrice decimal
askPrice decimal
tradeVolume integer
Exchange

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "fibo": "https://spec.edmcouncil.org/fibo/ontology/FND/",
    "refinitiv": "https://developers.lseg.com/vocabulary/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "FinancialInstrument": {
      "@id": "schema:FinancialProduct",
      "description": "A financial instrument traded on a market."
    },
    "ric": {
      "@id": "refinitiv:ric",
      "@type": "xsd:string",
      "description": "Reuters Instrument Code — primary identifier in the Refinitiv data ecosystem."
    },
    "permId": {
      "@id": "refinitiv:permId",
      "@type": "xsd:string",
      "description": "Permanent Identifier (PermID) — globally unique LSEG identifier."
    },
    "isin": {
      "@id": "schema:identifier",
      "@type": "xsd:string",
      "description": "International Securities Identification Number."
    },
    "ticker": {
      "@id": "schema:tickerSymbol",
      "@type": "xsd:string",
      "description": "Exchange ticker symbol."
    },
    "EsgScore": {
      "@id": "refinitiv:EsgScore",
      "description": "Environmental, Social, and Governance score for a company."
    },
    "environmentPillarScore": {
      "@id": "refinitiv:environmentPillarScore",
      "@type": "xsd:decimal",
      "description": "Score for environmental performance."
    },
    "socialPillarScore": {
      "@id": "refinitiv:socialPillarScore",
      "@type": "xsd:decimal",
      "description": "Score for social performance."
    },
    "governancePillarScore": {
      "@id": "refinitiv:governancePillarScore",
      "@type": "xsd:decimal",
      "description": "Score for corporate governance performance."
    },
    "NewsArticle": "schema:NewsArticle",
    "storyId": {
      "@id": "refinitiv:storyId",
      "@type": "xsd:string",
      "description": "Unique identifier for a news story in the Refinitiv news archive."
    },
    "sourceCode": {
      "@id": "refinitiv:sourceCode",
      "@type": "xsd:string",
      "description": "Code identifying the news source provider."
    },
    "PricingData": {
      "@id": "refinitiv:PricingData",
      "description": "A point-in-time or historical pricing observation for a financial instrument."
    },
    "lastPrice": {
      "@id": "refinitiv:lastPrice",
      "@type": "xsd:decimal",
      "description": "Last traded price."
    },
    "bidPrice": {
      "@id": "refinitiv:bidPrice",
      "@type": "xsd:decimal",
      "description": "Best bid price."
    },
    "askPrice": {
      "@id": "refinitiv:askPrice",
      "@type": "xsd:decimal",
      "description": "Best ask price."
    },
    "tradeVolume": {
      "@id": "refinitiv:tradeVolume",
      "@type": "xsd:integer",
      "description": "Accumulated trading volume."
    },
    "Exchange": {
      "@id": "schema:ExchangeRateSpecification",
      "description": "A financial exchange where instruments are traded."
    },
    "Organization": "schema:Organization",
    "currency": "schema:currency"
  }
}