Banking Regulation · JSON-LD Context

Banking Regulation Context

JSON-LD context defining the semantic vocabulary for Banking Regulation from Banking Regulation.

3 Classes 13 Properties 4 Namespaces
View Context View on GitHub

Namespaces

reg: https://api-evangelist.github.io/banking-regulation/vocab/
schema: https://schema.org/
fibo: https://spec.edmcouncil.org/fibo/ontology/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

name description url

Properties

Property Type Container
RegulatoryFramework reference
CapitalRequirement reference
RegulatoryReport reference
ComplianceObligation reference
AMLAlert reference
KYCRecord reference
StressTestScenario reference
capitalAdequacyRatio decimal
tier1CapitalRatio decimal
riskWeightedAssets decimal
reportingPeriod string
jurisdiction string
regulatoryBody string

JSON-LD Document

banking-regulation-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "reg": "https://api-evangelist.github.io/banking-regulation/vocab/",
    "schema": "https://schema.org/",
    "fibo": "https://spec.edmcouncil.org/fibo/ontology/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "RegulatoryFramework": {
      "@id": "reg:RegulatoryFramework",
      "@type": "@id"
    },
    "CapitalRequirement": {
      "@id": "reg:CapitalRequirement",
      "@type": "@id"
    },
    "RegulatoryReport": {
      "@id": "reg:RegulatoryReport",
      "@type": "@id"
    },
    "ComplianceObligation": {
      "@id": "reg:ComplianceObligation",
      "@type": "@id"
    },
    "AMLAlert": {
      "@id": "reg:AMLAlert",
      "@type": "@id"
    },
    "KYCRecord": {
      "@id": "reg:KYCRecord",
      "@type": "@id"
    },
    "StressTestScenario": {
      "@id": "reg:StressTestScenario",
      "@type": "@id"
    },
    "capitalAdequacyRatio": {
      "@id": "reg:capitalAdequacyRatio",
      "@type": "xsd:decimal"
    },
    "tier1CapitalRatio": {
      "@id": "reg:tier1CapitalRatio",
      "@type": "xsd:decimal"
    },
    "riskWeightedAssets": {
      "@id": "reg:riskWeightedAssets",
      "@type": "xsd:decimal"
    },
    "reportingPeriod": {
      "@id": "reg:reportingPeriod",
      "@type": "xsd:string"
    },
    "jurisdiction": {
      "@id": "reg:jurisdiction",
      "@type": "xsd:string"
    },
    "regulatoryBody": {
      "@id": "reg:regulatoryBody",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url"
  }
}