Scotiabank · JSON-LD Context
Scotiabank Context
JSON-LD context defining the semantic vocabulary for Scotiabank from Scotiabank.
0 Classes
16 Properties
3 Namespaces
Namespaces
fibo:
https://spec.edmcouncil.org/fibo/ontology/FBC/
scotiabank:
https://api-evangelist.github.io/scotiabank/vocab#
xsd:
http://www.w3.org/2001/XMLSchema#
Properties
| Property | Type | Container |
|---|---|---|
| BankAccount | rdfs:Class | |
| WirePayment | rdfs:Class | |
| EFTPayment | rdfs:Class | |
| RealtimePayment | rdfs:Class | |
| Transaction | rdfs:Class | |
| accountNumber | string | |
| currency | string | |
| amount | decimal | |
| transactionDate | date | |
| creditDebitIndicator | string | |
| uetr | string | |
| paymentStatus | string | |
| valueDate | date | |
| openingBalance | decimal | |
| closingBalance | decimal | |
| availableBalance | decimal |
JSON-LD Document
{
"@context": {
"@vocab": "https://schema.org/",
"fibo": "https://spec.edmcouncil.org/fibo/ontology/FBC/",
"scotiabank": "https://api-evangelist.github.io/scotiabank/vocab#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"BankAccount": {
"@id": "fibo:BankAccount",
"@type": "rdfs:Class",
"rdfs:comment": "A Scotiabank deposit account"
},
"WirePayment": {
"@id": "fibo:WireTransfer",
"@type": "rdfs:Class",
"rdfs:comment": "An international or domestic wire transfer"
},
"EFTPayment": {
"@id": "scotiabank:EFTPayment",
"@type": "rdfs:Class",
"rdfs:comment": "An Electronic Funds Transfer payment"
},
"RealtimePayment": {
"@id": "scotiabank:RealtimePayment",
"@type": "rdfs:Class",
"rdfs:comment": "A real-time INTERAC e-Transfer payment"
},
"Transaction": {
"@id": "schema:PayAction",
"@type": "rdfs:Class",
"rdfs:comment": "A banking transaction record"
},
"accountNumber": {
"@id": "fibo:hasAccountNumber",
"@type": "xsd:string"
},
"currency": {
"@id": "schema:currency",
"@type": "xsd:string"
},
"amount": {
"@id": "schema:amount",
"@type": "xsd:decimal"
},
"transactionDate": {
"@id": "schema:startTime",
"@type": "xsd:date"
},
"creditDebitIndicator": {
"@id": "fibo:creditDebitIndicator",
"@type": "xsd:string"
},
"uetr": {
"@id": "scotiabank:uetr",
"@type": "xsd:string",
"rdfs:comment": "Unique End-to-End Transaction Reference for SWIFT GPI payments"
},
"paymentStatus": {
"@id": "schema:paymentStatus",
"@type": "xsd:string"
},
"valueDate": {
"@id": "fibo:hasValueDate",
"@type": "xsd:date"
},
"openingBalance": {
"@id": "scotiabank:openingBalance",
"@type": "xsd:decimal"
},
"closingBalance": {
"@id": "scotiabank:closingBalance",
"@type": "xsd:decimal"
},
"availableBalance": {
"@id": "fibo:hasAvailableBalance",
"@type": "xsd:decimal"
}
}
}