Stifel Financial · JSON-LD Context

Stifel Financial Context

JSON-LD context defining the semantic vocabulary for Stifel Financial from Stifel Financial.

13 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

stifel: https://www.stifel.com/vocab#
fibo: https://spec.edmcouncil.org/fibo/ontology/

Classes

FinancialAccount InvestmentAccount BrokerageAccount WealthTracker accountNumber accountBalance holdings advisor institution currency name description url

JSON-LD Document

stifel-financial-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "stifel": "https://www.stifel.com/vocab#",
    "fibo": "https://spec.edmcouncil.org/fibo/ontology/",

    "FinancialAccount": "BankAccount",
    "InvestmentAccount": "stifel:InvestmentAccount",
    "BrokerageAccount": "stifel:BrokerageAccount",
    "WealthTracker": "stifel:WealthTracker",

    "accountNumber": "accountNumber",
    "accountBalance": "value",
    "holdings": "stifel:holdings",
    "advisor": "advisor",
    "institution": "bankOrCreditUnion",
    "currency": "currency",

    "name": "name",
    "description": "description",
    "url": "url"
  }
}