BB&T Corp (Truist) · JSON-LD Context

Bbandt Context

JSON-LD context defining the semantic vocabulary for Bbandt from BB&T Corp (Truist).

0 Classes 11 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
fibo: https://spec.edmcouncil.org/fibo/ontology/
xsd: http://www.w3.org/2001/XMLSchema#

Properties

Property Type Container
BankAccount reference
Transaction reference
accountId string
accountType string
balance decimal
currency string
transactionId string
amount decimal
transactionDate dateTime
description string
category string

JSON-LD Document

bbandt-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "fibo": "https://spec.edmcouncil.org/fibo/ontology/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "BankAccount": {
      "@id": "fibo:FBC/FinancialInstruments/FinancialInstruments/BankAccount",
      "@type": "@id"
    },
    "Transaction": {
      "@id": "schema:MoneyTransfer",
      "@type": "@id"
    },
    "accountId": {
      "@id": "fibo:accountId",
      "@type": "xsd:string"
    },
    "accountType": {
      "@id": "schema:additionalType",
      "@type": "xsd:string"
    },
    "balance": {
      "@id": "schema:amount",
      "@type": "xsd:decimal"
    },
    "currency": {
      "@id": "schema:currency",
      "@type": "xsd:string"
    },
    "transactionId": {
      "@id": "schema:identifier",
      "@type": "xsd:string"
    },
    "amount": {
      "@id": "schema:price",
      "@type": "xsd:decimal"
    },
    "transactionDate": {
      "@id": "schema:startDate",
      "@type": "xsd:dateTime"
    },
    "description": {
      "@id": "schema:description",
      "@type": "xsd:string"
    },
    "category": {
      "@id": "schema:category",
      "@type": "xsd:string"
    }
  }
}