40 lines
807 B
JSON
40 lines
807 B
JSON
{
|
|
"offeringId": "dbis-gateway-microservices",
|
|
"name": "DBIS Gateway Microservices",
|
|
"version": "1.0.0",
|
|
"category": "integration",
|
|
"description": "Regulated-grade integration fabric for financial rails",
|
|
"capabilities": [
|
|
"gateway-microservices",
|
|
"gateway-edge",
|
|
"gateway-control",
|
|
"gateway-operations",
|
|
"gateway-adapters"
|
|
],
|
|
"rails": [
|
|
"SWIFT FIN/MT",
|
|
"SWIFT ISO 20022",
|
|
"SWIFT gpi",
|
|
"DTC Settlement",
|
|
"DTCC Family",
|
|
"TT Route",
|
|
"KTT Legacy",
|
|
"Extensible Adapter SDK"
|
|
],
|
|
"pricing": {
|
|
"model": "usage-based",
|
|
"tiers": [
|
|
{
|
|
"name": "starter",
|
|
"monthlyFee": 0,
|
|
"transactionFee": 0.01
|
|
}
|
|
]
|
|
},
|
|
"requirements": {
|
|
"dbisCore": ">=1.0.0",
|
|
"capabilities": ["ledger", "iso20022"]
|
|
}
|
|
}
|
|
|