S&P Global · JSON-LD Context

Sp Global Context

JSON-LD context defining the semantic vocabulary for Sp Global from S&P Global.

Sp Global Context is a JSON-LD context published by S&P Global on the APIs.io network.

It defines 20 semantic classes, 67 properties.

Top classes include Company, Security, Person, Place, Event, and 15 more. Namespace prefixes: schema, spg, ciq, kensho, wd, and xsd. Tagged areas include Capital IQ, Commodity Insights, Credit Ratings, Document Extraction, and ESG.

20 Classes 67 Properties 6 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
spg: https://api-evangelist.github.io/sp-global/vocabulary/
ciq: https://api-evangelist.github.io/sp-global/vocabulary/ciq/
kensho: https://api-evangelist.github.io/sp-global/vocabulary/kensho/
wd: https://www.wikidata.org/entity/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Company Security Person Place Event EarningsCall Transcript Auditor Estimate AnalystRecommendation FundingRound Merger Extraction Annotation Transcription GroundedAnswer name description url identifier

Properties

Property Type Container
company_id string
trading_item_id string
security_id string
cusip string
isin string
sedol string
ticker string
exchange string
gics_code string
simple_industry string
country string
state string
auditor reference
auditor_name
fiscal_year gYear
fiscal_quarter
report_date date
estimate_type
mean decimal
median decimal
high decimal
low decimal
num_analysts integer
consensus_target_price decimal
merger reference
transaction_id
acquirer reference
target reference
advisor reference
announced_date date
closed_date date
funding_round reference
round_type
amount_raised decimal
currency
transcript_id
event_date dateTime
transcript_text
knowledge_bases set
annotations list
start_index integer
end_index integer
text
entity_kb_id
entity_label
entity_type
ned_score decimal
ner_score decimal
originating_entity_id
transcription_id
audio_url reference
status
language
segments list
speaker
start_time decimal
end_time decimal
request_id
upload_url reference
download_url reference
document_url reference
page integer
blocks list
block_type
tables list
rows list
cells list

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "spg": "https://api-evangelist.github.io/sp-global/vocabulary/",
    "ciq": "https://api-evangelist.github.io/sp-global/vocabulary/ciq/",
    "kensho": "https://api-evangelist.github.io/sp-global/vocabulary/kensho/",
    "wd": "https://www.wikidata.org/entity/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Company": "schema:Corporation",
    "Security": "schema:FinancialProduct",
    "Person": "schema:Person",
    "Place": "schema:Place",
    "Event": "schema:Event",
    "EarningsCall": "spg:EarningsCall",
    "Transcript": "spg:Transcript",
    "Auditor": "spg:Auditor",
    "Estimate": "spg:Estimate",
    "AnalystRecommendation": "spg:AnalystRecommendation",
    "FundingRound": "spg:FundingRound",
    "Merger": "spg:Merger",
    "Extraction": "kensho:Extraction",
    "Annotation": "kensho:Annotation",
    "Transcription": "kensho:Transcription",
    "GroundedAnswer": "kensho:GroundedAnswer",

    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "identifier": "schema:identifier",
    "company_id": {"@id": "ciq:companyId", "@type": "xsd:string"},
    "trading_item_id": {"@id": "ciq:tradingItemId", "@type": "xsd:string"},
    "security_id": {"@id": "ciq:securityId", "@type": "xsd:string"},
    "cusip": {"@id": "schema:identifier", "@type": "xsd:string"},
    "isin": {"@id": "schema:identifier", "@type": "xsd:string"},
    "sedol": {"@id": "schema:identifier", "@type": "xsd:string"},
    "ticker": {"@id": "ciq:ticker", "@type": "xsd:string"},
    "exchange": {"@id": "ciq:exchange", "@type": "xsd:string"},
    "gics_code": {"@id": "ciq:gicsCode", "@type": "xsd:string"},
    "simple_industry": {"@id": "ciq:simpleIndustry", "@type": "xsd:string"},
    "country": {"@id": "schema:addressCountry", "@type": "xsd:string"},
    "state": {"@id": "schema:addressRegion", "@type": "xsd:string"},

    "auditor": {"@id": "spg:auditor", "@type": "@id"},
    "auditor_name": {"@id": "spg:auditorName"},
    "fiscal_year": {"@id": "spg:fiscalYear", "@type": "xsd:gYear"},
    "fiscal_quarter": {"@id": "spg:fiscalQuarter"},
    "report_date": {"@id": "spg:reportDate", "@type": "xsd:date"},

    "estimate_type": {"@id": "spg:estimateType"},
    "mean": {"@id": "spg:meanEstimate", "@type": "xsd:decimal"},
    "median": {"@id": "spg:medianEstimate", "@type": "xsd:decimal"},
    "high": {"@id": "spg:highEstimate", "@type": "xsd:decimal"},
    "low": {"@id": "spg:lowEstimate", "@type": "xsd:decimal"},
    "num_analysts": {"@id": "spg:numAnalysts", "@type": "xsd:integer"},
    "consensus_target_price": {"@id": "spg:consensusTargetPrice", "@type": "xsd:decimal"},

    "merger": {"@id": "spg:merger", "@type": "@id"},
    "transaction_id": {"@id": "ciq:transactionId"},
    "acquirer": {"@id": "spg:acquirer", "@type": "@id"},
    "target": {"@id": "spg:target", "@type": "@id"},
    "advisor": {"@id": "spg:advisor", "@type": "@id"},
    "announced_date": {"@id": "spg:announcedDate", "@type": "xsd:date"},
    "closed_date": {"@id": "spg:closedDate", "@type": "xsd:date"},

    "funding_round": {"@id": "spg:fundingRound", "@type": "@id"},
    "round_type": {"@id": "spg:roundType"},
    "amount_raised": {"@id": "spg:amountRaised", "@type": "xsd:decimal"},
    "currency": {"@id": "schema:priceCurrency"},

    "transcript_id": {"@id": "kensho:transcriptId"},
    "event_date": {"@id": "schema:startDate", "@type": "xsd:dateTime"},
    "transcript_text": {"@id": "kensho:transcriptText"},

    "knowledge_bases": {"@id": "kensho:knowledgeBases", "@container": "@set"},
    "annotations": {"@id": "kensho:annotations", "@container": "@list"},
    "start_index": {"@id": "kensho:startIndex", "@type": "xsd:integer"},
    "end_index": {"@id": "kensho:endIndex", "@type": "xsd:integer"},
    "text": {"@id": "schema:text"},
    "entity_kb_id": {"@id": "kensho:entityKbId"},
    "entity_label": {"@id": "kensho:entityLabel"},
    "entity_type": {"@id": "kensho:entityType"},
    "ned_score": {"@id": "kensho:nedScore", "@type": "xsd:decimal"},
    "ner_score": {"@id": "kensho:nerScore", "@type": "xsd:decimal"},
    "originating_entity_id": {"@id": "kensho:originatingEntityId"},

    "transcription_id": {"@id": "kensho:transcriptionId"},
    "audio_url": {"@id": "kensho:audioUrl", "@type": "@id"},
    "status": {"@id": "kensho:status"},
    "language": {"@id": "schema:inLanguage"},
    "segments": {"@id": "kensho:segments", "@container": "@list"},
    "speaker": {"@id": "kensho:speaker"},
    "start_time": {"@id": "kensho:startTime", "@type": "xsd:decimal"},
    "end_time": {"@id": "kensho:endTime", "@type": "xsd:decimal"},

    "request_id": {"@id": "kensho:requestId"},
    "upload_url": {"@id": "kensho:uploadUrl", "@type": "@id"},
    "download_url": {"@id": "kensho:downloadUrl", "@type": "@id"},
    "document_url": {"@id": "kensho:documentUrl", "@type": "@id"},
    "page": {"@id": "kensho:page", "@type": "xsd:integer"},
    "blocks": {"@id": "kensho:blocks", "@container": "@list"},
    "block_type": {"@id": "kensho:blockType"},
    "tables": {"@id": "kensho:tables", "@container": "@list"},
    "rows": {"@id": "kensho:rows", "@container": "@list"},
    "cells": {"@id": "kensho:cells", "@container": "@list"}
  }
}