Voya Financial · JSON-LD Context

Voya Financial Context

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

0 Classes 6 Properties 11 Namespaces
View Context View on GitHub

Namespaces

voya: https://www.voya.com/
fibo: https://spec.edmcouncil.org/fibo/ontology/
xsd: http://www.w3.org/2001/XMLSchema#
FinancialOrganization: https://schema.org/FinancialService
InvestmentFund: https://schema.org/InvestmentOrFinancing
MonetaryAmount: https://schema.org/MonetaryAmount
Corporation: https://schema.org/Corporation
tickerSymbol: https://schema.org/tickerSymbol
name: https://schema.org/name
description: https://schema.org/description
url: https://schema.org/url

Properties

Property Type Container
voya:planType string
voya:deferralRate decimal
voya:vestedBalance decimal
voya:employerMatch decimal
voya:participantId string
voya:planId string

JSON-LD Document

voya-financial-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "voya": "https://www.voya.com/",
    "fibo": "https://spec.edmcouncil.org/fibo/ontology/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "FinancialOrganization": "https://schema.org/FinancialService",
    "InvestmentFund": "https://schema.org/InvestmentOrFinancing",
    "MonetaryAmount": "https://schema.org/MonetaryAmount",

    "voya:planType": {"@type": "xsd:string"},
    "voya:deferralRate": {"@type": "xsd:decimal"},
    "voya:vestedBalance": {"@type": "xsd:decimal"},
    "voya:employerMatch": {"@type": "xsd:decimal"},
    "voya:participantId": {"@type": "xsd:string"},
    "voya:planId": {"@type": "xsd:string"},

    "Corporation": "https://schema.org/Corporation",
    "tickerSymbol": "https://schema.org/tickerSymbol",
    "name": "https://schema.org/name",
    "description": "https://schema.org/description",
    "url": "https://schema.org/url"
  },
  "@graph": [
    {
      "@id": "https://www.voya.com/",
      "@type": ["Corporation", "FinancialOrganization"],
      "name": "Voya Financial",
      "description": "Leading health, wealth, and investment company specializing in retirement plans, employee benefits, and investment management.",
      "tickerSymbol": "VOYA",
      "voya:exchange": "NYSE",
      "url": "https://www.voya.com/",
      "voya:focus": ["Retirement Plans", "Employee Benefits", "Investment Management", "Health Savings Accounts"]
    }
  ]
}