SEC EDGAR · JSON-LD Context
Sec Context
JSON-LD context defining the semantic vocabulary for Sec from SEC EDGAR.
5 Classes
40 Properties
7 Namespaces
Namespaces
xsd:
http://www.w3.org/2001/XMLSchema#
schema:
https://schema.org/
sec:
https://www.sec.gov/ns/
edgar:
https://efts.sec.gov/ns/
gaap:
http://fasb.org/us-gaap/
ifrs:
http://xbrl.ifrs.org/taxonomy/
dei:
http://xbrl.sec.gov/dei/
Classes
CompanySubmissions
CompanyFacts
XBRLFrame
Filing
FactValue
Properties
| Property | Type | Container |
|---|---|---|
| cik | string | |
| entityName | string | |
| name | string | |
| sic | string | |
| sicDescription | string | |
| ein | string | |
| lei | string | |
| tickers | list | |
| exchanges | list | |
| fiscalYearEnd | string | |
| stateOfIncorporation | string | |
| accessionNumber | string | |
| form | string | |
| filingDate | date | |
| reportDate | date | |
| filed | date | |
| isXBRL | boolean | |
| facts | reference | |
| taxonomy | string | |
| tag | string | |
| label | string | |
| description | string | |
| units | reference | |
| val | ||
| start | date | |
| end | date | |
| fy | integer | |
| fp | string | |
| frame | string | |
| ccp | string | |
| uom | string | |
| pts | integer | |
| data | list | |
| filings | reference | |
| addresses | reference | |
| phone | string | |
| website | reference | |
| entityType | string | |
| ownerOrg | string | |
| loc | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"xsd": "http://www.w3.org/2001/XMLSchema#",
"schema": "https://schema.org/",
"sec": "https://www.sec.gov/ns/",
"edgar": "https://efts.sec.gov/ns/",
"gaap": "http://fasb.org/us-gaap/",
"ifrs": "http://xbrl.ifrs.org/taxonomy/",
"dei": "http://xbrl.sec.gov/dei/",
"CompanySubmissions": "sec:CompanySubmissions",
"CompanyFacts": "sec:CompanyFacts",
"XBRLFrame": "sec:XBRLFrame",
"Filing": "sec:Filing",
"FactValue": "sec:FactValue",
"cik": {
"@id": "sec:centralIndexKey",
"@type": "xsd:string"
},
"entityName": {
"@id": "schema:legalName",
"@type": "xsd:string"
},
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"sic": {
"@id": "sec:sicCode",
"@type": "xsd:string"
},
"sicDescription": {
"@id": "sec:sicDescription",
"@type": "xsd:string"
},
"ein": {
"@id": "sec:employerIdentificationNumber",
"@type": "xsd:string"
},
"lei": {
"@id": "schema:leiCode",
"@type": "xsd:string"
},
"tickers": {
"@id": "sec:tickerSymbol",
"@container": "@list"
},
"exchanges": {
"@id": "sec:exchange",
"@container": "@list"
},
"fiscalYearEnd": {
"@id": "sec:fiscalYearEnd",
"@type": "xsd:string"
},
"stateOfIncorporation": {
"@id": "sec:stateOfIncorporation",
"@type": "xsd:string"
},
"accessionNumber": {
"@id": "sec:accessionNumber",
"@type": "xsd:string"
},
"form": {
"@id": "sec:formType",
"@type": "xsd:string"
},
"filingDate": {
"@id": "sec:filingDate",
"@type": "xsd:date"
},
"reportDate": {
"@id": "sec:reportDate",
"@type": "xsd:date"
},
"filed": {
"@id": "sec:acceptanceDate",
"@type": "xsd:date"
},
"isXBRL": {
"@id": "sec:isXBRL",
"@type": "xsd:boolean"
},
"facts": {
"@id": "sec:facts",
"@type": "@id"
},
"taxonomy": {
"@id": "sec:taxonomy",
"@type": "xsd:string"
},
"tag": {
"@id": "sec:xbrlTag",
"@type": "xsd:string"
},
"label": {
"@id": "schema:name",
"@type": "xsd:string"
},
"description": {
"@id": "schema:description",
"@type": "xsd:string"
},
"units": {
"@id": "sec:reportingUnits",
"@type": "@id"
},
"val": {
"@id": "sec:reportedValue"
},
"start": {
"@id": "sec:periodStart",
"@type": "xsd:date"
},
"end": {
"@id": "sec:periodEnd",
"@type": "xsd:date"
},
"fy": {
"@id": "sec:fiscalYear",
"@type": "xsd:integer"
},
"fp": {
"@id": "sec:fiscalPeriod",
"@type": "xsd:string"
},
"frame": {
"@id": "sec:calendarPeriodFrame",
"@type": "xsd:string"
},
"ccp": {
"@id": "sec:calendarPeriod",
"@type": "xsd:string"
},
"uom": {
"@id": "sec:unitOfMeasure",
"@type": "xsd:string"
},
"pts": {
"@id": "sec:pointCount",
"@type": "xsd:integer"
},
"data": {
"@id": "sec:frameData",
"@container": "@list"
},
"filings": {
"@id": "sec:filings",
"@type": "@id"
},
"addresses": {
"@id": "schema:address",
"@type": "@id"
},
"phone": {
"@id": "schema:telephone",
"@type": "xsd:string"
},
"website": {
"@id": "schema:url",
"@type": "@id"
},
"entityType": {
"@id": "sec:entityType",
"@type": "xsd:string"
},
"ownerOrg": {
"@id": "sec:ownerOrg",
"@type": "xsd:string"
},
"loc": {
"@id": "sec:xbrlLocation",
"@type": "xsd:string"
}
}
}