Factset · JSON-LD Context

Factset Context

JSON-LD context defining the semantic vocabulary for Factset from Factset.

0 Classes 17 Properties 8 Namespaces
View Context View on GitHub

Namespaces

factset: https://developer.factset.com/vocab/
schema: https://schema.org/
fibo: https://spec.edmcouncil.org/fibo/ontology/
fibo-fnd: https://spec.edmcouncil.org/fibo/ontology/FND/
fibo-sec: https://spec.edmcouncil.org/fibo/ontology/SEC/
fibo-be: https://spec.edmcouncil.org/fibo/ontology/BE/
xsd: http://www.w3.org/2001/XMLSchema#
dcterms: http://purl.org/dc/terms/

Properties

Property Type Container
Company
IncomeStatement
BalanceSheet
CashFlowStatement
FinancialRatios
ConsensusEstimate
Segment
FiscalPeriod
Fundamental
financialStatements
incomeStatement reference
balanceSheet reference
cashFlowStatement reference
ratios reference
estimates reference
segments
metadata reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,

    "factset": "https://developer.factset.com/vocab/",
    "schema": "https://schema.org/",
    "fibo": "https://spec.edmcouncil.org/fibo/ontology/",
    "fibo-fnd": "https://spec.edmcouncil.org/fibo/ontology/FND/",
    "fibo-sec": "https://spec.edmcouncil.org/fibo/ontology/SEC/",
    "fibo-be": "https://spec.edmcouncil.org/fibo/ontology/BE/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dcterms": "http://purl.org/dc/terms/",

    "Company": {
      "@id": "factset:Company",
      "@context": {
        "requestId": {
          "@id": "factset:requestId",
          "@type": "xsd:string"
        },
        "fsymId": {
          "@id": "factset:fsymId",
          "@type": "xsd:string"
        },
        "companyName": {
          "@id": "schema:legalName",
          "@type": "xsd:string"
        },
        "ticker": {
          "@id": "schema:tickerSymbol",
          "@type": "xsd:string"
        },
        "exchange": {
          "@id": "factset:exchange",
          "@type": "xsd:string"
        },
        "country": {
          "@id": "schema:addressCountry",
          "@type": "xsd:string"
        },
        "currency": {
          "@id": "schema:currency",
          "@type": "xsd:string"
        },
        "sectorCode": {
          "@id": "factset:sectorCode",
          "@type": "xsd:string"
        },
        "industryCode": {
          "@id": "factset:industryCode",
          "@type": "xsd:string"
        },
        "fiscalYearEnd": {
          "@id": "factset:fiscalYearEnd",
          "@type": "xsd:integer"
        }
      }
    },

    "IncomeStatement": {
      "@id": "factset:IncomeStatement",
      "@context": {
        "sales": {
          "@id": "factset:FF_SALES",
          "@type": "xsd:double"
        },
        "costOfGoodsSold": {
          "@id": "factset:FF_COGS",
          "@type": "xsd:double"
        },
        "grossIncome": {
          "@id": "factset:FF_GROSS_INC",
          "@type": "xsd:double"
        },
        "sellingGeneralAdmin": {
          "@id": "factset:FF_SGA",
          "@type": "xsd:double"
        },
        "researchDevelopment": {
          "@id": "factset:FF_RD_EXP",
          "@type": "xsd:double"
        },
        "depreciation": {
          "@id": "factset:FF_DEP_AMORT",
          "@type": "xsd:double"
        },
        "operatingIncome": {
          "@id": "factset:FF_OPER_INC",
          "@type": "xsd:double"
        },
        "interestExpense": {
          "@id": "factset:FF_INT_EXP",
          "@type": "xsd:double"
        },
        "pretaxIncome": {
          "@id": "factset:FF_PTAX_INC",
          "@type": "xsd:double"
        },
        "incomeTax": {
          "@id": "factset:FF_TAX",
          "@type": "xsd:double"
        },
        "netIncome": {
          "@id": "factset:FF_NET_INC",
          "@type": "xsd:double"
        },
        "earningsPerShare": {
          "@id": "factset:FF_EPS",
          "@type": "xsd:double"
        },
        "earningsPerShareDiluted": {
          "@id": "factset:FF_EPS_DIL",
          "@type": "xsd:double"
        },
        "ebitda": {
          "@id": "factset:FF_EBITDA",
          "@type": "xsd:double"
        },
        "ebit": {
          "@id": "factset:FF_EBIT",
          "@type": "xsd:double"
        },
        "dividendsPerShare": {
          "@id": "factset:FF_DPS",
          "@type": "xsd:double"
        }
      }
    },

    "BalanceSheet": {
      "@id": "factset:BalanceSheet",
      "@context": {
        "totalAssets": {
          "@id": "factset:FF_ASSETS",
          "@type": "xsd:double"
        },
        "currentAssets": {
          "@id": "factset:FF_CURR_ASSETS",
          "@type": "xsd:double"
        },
        "cashAndEquivalents": {
          "@id": "factset:FF_CASH",
          "@type": "xsd:double"
        },
        "shortTermInvestments": {
          "@id": "factset:FF_STI",
          "@type": "xsd:double"
        },
        "accountsReceivable": {
          "@id": "factset:FF_ACCT_RCV",
          "@type": "xsd:double"
        },
        "inventory": {
          "@id": "factset:FF_INVENTORIES",
          "@type": "xsd:double"
        },
        "propertyPlantEquipment": {
          "@id": "factset:FF_PPE_NET",
          "@type": "xsd:double"
        },
        "goodwill": {
          "@id": "factset:FF_GOODWILL",
          "@type": "xsd:double"
        },
        "intangibleAssets": {
          "@id": "factset:FF_INTANG",
          "@type": "xsd:double"
        },
        "totalLiabilities": {
          "@id": "factset:FF_LIABS",
          "@type": "xsd:double"
        },
        "currentLiabilities": {
          "@id": "factset:FF_CURR_LIABS",
          "@type": "xsd:double"
        },
        "accountsPayable": {
          "@id": "factset:FF_ACCT_PAY",
          "@type": "xsd:double"
        },
        "shortTermDebt": {
          "@id": "factset:FF_STD",
          "@type": "xsd:double"
        },
        "longTermDebt": {
          "@id": "factset:FF_LTD",
          "@type": "xsd:double"
        },
        "totalDebt": {
          "@id": "factset:FF_DEBT",
          "@type": "xsd:double"
        },
        "totalEquity": {
          "@id": "factset:FF_SHLDRS_EQ",
          "@type": "xsd:double"
        },
        "retainedEarnings": {
          "@id": "factset:FF_RE",
          "@type": "xsd:double"
        },
        "bookValuePerShare": {
          "@id": "factset:FF_BK_VAL_PS",
          "@type": "xsd:double"
        }
      }
    },

    "CashFlowStatement": {
      "@id": "factset:CashFlowStatement",
      "@context": {
        "operatingCashFlow": {
          "@id": "factset:FF_OPER_CF",
          "@type": "xsd:double"
        },
        "capitalExpenditures": {
          "@id": "factset:FF_CAPEX",
          "@type": "xsd:double"
        },
        "freeCashFlow": {
          "@id": "factset:FF_FREE_CF",
          "@type": "xsd:double"
        },
        "investingCashFlow": {
          "@id": "factset:FF_INVEST_CF",
          "@type": "xsd:double"
        },
        "financingCashFlow": {
          "@id": "factset:FF_FIN_CF",
          "@type": "xsd:double"
        },
        "dividendsPaid": {
          "@id": "factset:FF_DIV_PAID",
          "@type": "xsd:double"
        },
        "shareRepurchases": {
          "@id": "factset:FF_REPURCH",
          "@type": "xsd:double"
        },
        "netChangeInCash": {
          "@id": "factset:FF_CHG_CASH",
          "@type": "xsd:double"
        }
      }
    },

    "FinancialRatios": {
      "@id": "factset:FinancialRatios",
      "@context": {
        "priceToEarnings": {
          "@id": "factset:FF_PE",
          "@type": "xsd:double"
        },
        "priceToBook": {
          "@id": "factset:FF_PBK",
          "@type": "xsd:double"
        },
        "priceToSales": {
          "@id": "factset:FF_PS",
          "@type": "xsd:double"
        },
        "priceToCashFlow": {
          "@id": "factset:FF_PCF",
          "@type": "xsd:double"
        },
        "enterpriseValueToEbitda": {
          "@id": "factset:FF_EV_EBITDA",
          "@type": "xsd:double"
        },
        "enterpriseValueToSales": {
          "@id": "factset:FF_EV_SALES",
          "@type": "xsd:double"
        },
        "dividendYield": {
          "@id": "factset:FF_DIV_YLD",
          "@type": "xsd:double"
        },
        "returnOnEquity": {
          "@id": "factset:FF_ROE",
          "@type": "xsd:double"
        },
        "returnOnAssets": {
          "@id": "factset:FF_ROA",
          "@type": "xsd:double"
        },
        "returnOnInvestedCapital": {
          "@id": "factset:FF_ROIC",
          "@type": "xsd:double"
        },
        "grossMargin": {
          "@id": "factset:FF_GROSS_MARGIN",
          "@type": "xsd:double"
        },
        "operatingMargin": {
          "@id": "factset:FF_OPER_MARGIN",
          "@type": "xsd:double"
        },
        "netProfitMargin": {
          "@id": "factset:FF_NET_MARGIN",
          "@type": "xsd:double"
        },
        "currentRatio": {
          "@id": "factset:FF_CURR_RATIO",
          "@type": "xsd:double"
        },
        "quickRatio": {
          "@id": "factset:FF_QUICK_RATIO",
          "@type": "xsd:double"
        },
        "debtToEquity": {
          "@id": "factset:FF_DEBT_EQUITY",
          "@type": "xsd:double"
        },
        "debtToAssets": {
          "@id": "factset:FF_DEBT_ASSETS",
          "@type": "xsd:double"
        },
        "interestCoverage": {
          "@id": "factset:FF_INT_COV",
          "@type": "xsd:double"
        },
        "revenueGrowth": {
          "@id": "factset:FF_SALES_GR",
          "@type": "xsd:double"
        },
        "epsGrowth": {
          "@id": "factset:FF_EPS_GR",
          "@type": "xsd:double"
        },
        "marketCapitalization": {
          "@id": "factset:FF_MKT_CAP",
          "@type": "xsd:double"
        },
        "enterpriseValue": {
          "@id": "factset:FF_EV",
          "@type": "xsd:double"
        }
      }
    },

    "ConsensusEstimate": {
      "@id": "factset:ConsensusEstimate",
      "@context": {
        "metric": {
          "@id": "factset:estimateMetric",
          "@type": "xsd:string"
        },
        "fiscalYear": {
          "@id": "factset:fiscalYear",
          "@type": "xsd:integer"
        },
        "estimateCount": {
          "@id": "factset:estimateCount",
          "@type": "xsd:integer"
        },
        "mean": {
          "@id": "factset:estimateMean",
          "@type": "xsd:double"
        },
        "median": {
          "@id": "factset:estimateMedian",
          "@type": "xsd:double"
        },
        "high": {
          "@id": "factset:estimateHigh",
          "@type": "xsd:double"
        },
        "low": {
          "@id": "factset:estimateLow",
          "@type": "xsd:double"
        },
        "standardDeviation": {
          "@id": "factset:estimateStdDev",
          "@type": "xsd:double"
        }
      }
    },

    "Segment": {
      "@id": "factset:Segment",
      "@context": {
        "label": {
          "@id": "schema:name",
          "@type": "xsd:string"
        },
        "segmentType": {
          "@id": "factset:segmentType",
          "@type": "xsd:string"
        },
        "metric": {
          "@id": "factset:segmentMetric",
          "@type": "xsd:string"
        },
        "date": {
          "@id": "dcterms:date",
          "@type": "xsd:date"
        },
        "value": {
          "@id": "schema:value",
          "@type": "xsd:double"
        }
      }
    },

    "FiscalPeriod": {
      "@id": "factset:FiscalPeriod",
      "@context": {
        "periodicity": {
          "@id": "factset:periodicity",
          "@type": "xsd:string"
        },
        "fiscalPeriod": {
          "@id": "factset:fiscalPeriod",
          "@type": "xsd:integer"
        },
        "fiscalYear": {
          "@id": "factset:fiscalYear",
          "@type": "xsd:integer"
        },
        "fiscalEndDate": {
          "@id": "factset:fiscalEndDate",
          "@type": "xsd:date"
        },
        "reportDate": {
          "@id": "factset:reportDate",
          "@type": "xsd:date"
        },
        "updateType": {
          "@id": "factset:updateType",
          "@type": "xsd:string"
        }
      }
    },

    "Fundamental": {
      "@id": "factset:Fundamental",
      "@context": {
        "requestId": {
          "@id": "factset:requestId",
          "@type": "xsd:string"
        },
        "fsymId": {
          "@id": "factset:fsymId",
          "@type": "xsd:string"
        },
        "metric": {
          "@id": "factset:metric",
          "@type": "xsd:string"
        },
        "value": {
          "@id": "schema:value"
        }
      }
    },

    "financialStatements": {
      "@id": "factset:financialStatements"
    },
    "incomeStatement": {
      "@id": "factset:incomeStatement",
      "@type": "@id"
    },
    "balanceSheet": {
      "@id": "factset:balanceSheet",
      "@type": "@id"
    },
    "cashFlowStatement": {
      "@id": "factset:cashFlowStatement",
      "@type": "@id"
    },
    "ratios": {
      "@id": "factset:ratios",
      "@type": "@id"
    },
    "estimates": {
      "@id": "factset:estimates",
      "@type": "@id"
    },
    "segments": {
      "@id": "factset:segments"
    },
    "metadata": {
      "@id": "factset:metadata",
      "@type": "@id"
    }
  }
}