FIS Global · JSON-LD Context

Fis Context

JSON-LD context defining the semantic vocabulary for Fis from FIS Global.

12 Classes 10 Properties 5 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
fibo: https://spec.edmcouncil.org/fibo/ontology/FND/
pay: https://w3c-ccg.github.io/payment-handler-api/
xsd: http://www.w3.org/2001/XMLSchema#
dct: http://purl.org/dc/terms/

Classes

paymentId currency paymentMethod status remittanceInfo accountNumber accountHolderName bankName accountType routingNumber swiftCode iban

Properties

Property Type Container
Payment reference
BankAccount reference
FinancialInstitution reference
amount decimal
executionDate date
completedAt dateTime
createdAt dateTime
updatedAt dateTime
debtorAccount reference
creditorAccount reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "fibo": "https://spec.edmcouncil.org/fibo/ontology/FND/",
    "pay": "https://w3c-ccg.github.io/payment-handler-api/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dct": "http://purl.org/dc/terms/",

    "Payment": {
      "@id": "schema:PayAction",
      "@type": "@id"
    },
    "BankAccount": {
      "@id": "schema:BankAccount",
      "@type": "@id"
    },
    "FinancialInstitution": {
      "@id": "schema:BankOrCreditUnion",
      "@type": "@id"
    },

    "paymentId": "schema:identifier",
    "amount": {
      "@id": "schema:totalPaymentDue",
      "@type": "xsd:decimal"
    },
    "currency": "schema:currency",
    "paymentMethod": "schema:paymentMethod",
    "status": "schema:orderStatus",
    "remittanceInfo": "schema:description",
    "executionDate": {
      "@id": "schema:scheduledTime",
      "@type": "xsd:date"
    },
    "completedAt": {
      "@id": "schema:endTime",
      "@type": "xsd:dateTime"
    },
    "createdAt": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "updatedAt": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },

    "debtorAccount": {
      "@id": "fibo:FBC/FunctionalEntities/FinancialServicesEntities/Debtor",
      "@type": "@id"
    },
    "creditorAccount": {
      "@id": "fibo:FBC/FunctionalEntities/FinancialServicesEntities/Creditor",
      "@type": "@id"
    },

    "accountNumber": "schema:accountId",
    "accountHolderName": "schema:name",
    "bankName": "schema:legalName",
    "accountType": "schema:bankAccountType",
    "routingNumber": "schema:identifier",
    "swiftCode": "schema:identifier",
    "iban": "schema:identifier"
  }
}