Add GFTD marketplace listing and discovery
This commit is contained in:
@@ -19,6 +19,8 @@ interface ServiceDefinition {
|
||||
basePrice?: number
|
||||
currency?: string
|
||||
billingPeriod?: string
|
||||
billingModel?: string
|
||||
quoteRequired?: boolean
|
||||
usageRates?: Record<string, any>
|
||||
freeTier?: {
|
||||
requestsPerMonth?: number
|
||||
@@ -488,7 +490,7 @@ const services: ServiceDefinition[] = [
|
||||
name: 'DBIS B2B Integration Hub',
|
||||
slug: 'phoenix-b2b-integration-hub',
|
||||
category: 'PLATFORM_SERVICES',
|
||||
description: 'Enterprise B2B orchestration for DBIS and OMNL — EDI, file transfer, PEPPOL and EBICS fan-out to CanonicalMessage and Fineract.',
|
||||
description: 'Enterprise B2B orchestration for DBIS and OMNL — EDI, file transfer, PEPPOL, EBICS, and AS4 fan-out to CanonicalMessage and Fineract.',
|
||||
shortDescription: 'B2B orchestration hub for DBIS and OMNL',
|
||||
tags: ['b2b', 'edi', 'integration', 'platform'],
|
||||
featured: true,
|
||||
@@ -538,6 +540,28 @@ const services: ServiceDefinition[] = [
|
||||
quoteRequired: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'DBIS AS4 Gateway',
|
||||
slug: 'phoenix-as4-gateway',
|
||||
category: 'FINANCIAL_MESSAGING',
|
||||
description: 'Standalone AS4/eBMS3 gateway for external B2B document exchange with canonical message handoff into the DBIS B2B Integration Hub.',
|
||||
shortDescription: 'AS4/eBMS3 external gateway',
|
||||
tags: ['as4', 'ebms3', 'b2b', 'financial-messaging'],
|
||||
featured: false,
|
||||
documentationUrl: 'https://docs.sankofa.nexus/marketplace/sovereign-stack/as4-gateway-service',
|
||||
metadata: {
|
||||
architecture: 'docs/marketplace/sovereign-stack/as4-gateway-service.md',
|
||||
entitlement: 'AS4_GATEWAY_ENTITLED',
|
||||
status: 'operator_ready_external_pending'
|
||||
},
|
||||
pricingType: 'SUBSCRIPTION',
|
||||
pricingConfig: {
|
||||
currency: 'USD',
|
||||
billingPeriod: 'MONTHLY',
|
||||
billingModel: 'enterprise_contract',
|
||||
quoteRequired: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'Chain 138 Participant Onboarding',
|
||||
slug: 'phoenix-chain138-participant-onboard',
|
||||
@@ -592,6 +616,29 @@ const services: ServiceDefinition[] = [
|
||||
quoteRequired: true,
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'HSM/PKI for PCI and Tokenization',
|
||||
slug: 'phoenix-hsm-pki-pci-tokenization',
|
||||
category: 'SECURITY_SERVICES',
|
||||
description: 'Managed HSM, PKI, key ceremony, certificate lifecycle, PCI key controls, and tokenization enablement for regulated banking tenants.',
|
||||
shortDescription: 'HSM/PKI service for PCI and tokenization',
|
||||
tags: ['hsm', 'pki', 'pci', 'tokenization', 'banking'],
|
||||
featured: false,
|
||||
documentationUrl: 'https://docs.sankofa.nexus/marketplace/sovereign-stack/hsm-pki-pci-tokenization-service',
|
||||
metadata: {
|
||||
architecture: 'docs/marketplace/sovereign-stack/hsm-pki-pci-tokenization-service.md',
|
||||
entitlement: 'HSM_PKI_TOKENIZATION_ENTITLED',
|
||||
targetTenants: ['OMNL', 'zBank', 'NovaBank', 'Ananka Bank'],
|
||||
status: 'planned'
|
||||
},
|
||||
pricingType: 'SUBSCRIPTION',
|
||||
pricingConfig: {
|
||||
currency: 'USD',
|
||||
billingPeriod: 'MONTHLY',
|
||||
billingModel: 'enterprise_contract',
|
||||
quoteRequired: true,
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'OpenPayd Financial Services Connector',
|
||||
slug: 'phoenix-openpayd-connector',
|
||||
@@ -617,6 +664,111 @@ const services: ServiceDefinition[] = [
|
||||
billingModel: 'enterprise_contract',
|
||||
quoteRequired: true,
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'MTN Developer Platform Connector',
|
||||
slug: 'phoenix-mtn-developer-platform',
|
||||
category: 'PLATFORM_SERVICES',
|
||||
description: 'Operator-provisioned MTN connector for Mobile Money, messaging, payment, customer, security, and TMF APIs for Phoenix Financial and Telecom Cloud subscribers.',
|
||||
shortDescription: 'MTN Developer Platform connector for financial and telecom cloud subscribers',
|
||||
tags: ['mtn', 'mobile-money', 'telecom', 'payments', 'messaging', 'oauth', 'platform'],
|
||||
featured: false,
|
||||
documentationUrl: 'https://docs.sankofa.nexus/marketplace/sovereign-stack/mtn-developer-platform-service',
|
||||
metadata: {
|
||||
architecture: 'docs/marketplace/sovereign-stack/mtn-developer-platform-service.md',
|
||||
entitlement: 'MTN_DEVELOPER_PLATFORM_ENTITLED',
|
||||
manifestRef: 'config/mtn-developer-platform-marketplace.v1.json',
|
||||
targetTenants: ['DBIS', 'OMNL', 'zBank', 'NovaBank', 'Ananka Bank'],
|
||||
fulfillmentMode: 'operator_provisioned',
|
||||
status: 'planned_mtn_onboarding_required',
|
||||
gatedCapabilities: ['mobile-money', 'telecom-catalog', 'country-approval-matrix']
|
||||
},
|
||||
pricingType: 'SUBSCRIPTION',
|
||||
pricingConfig: {
|
||||
currency: 'USD',
|
||||
billingPeriod: 'MONTHLY',
|
||||
billingModel: 'enterprise_contract',
|
||||
quoteRequired: true,
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'TRISA Travel Rule Gateway',
|
||||
slug: 'phoenix-trisa-travel-rule',
|
||||
category: 'FINANCIAL_MESSAGING',
|
||||
description: 'Operator-provisioned TRISA and IVMS101 gateway for VASP Travel Rule payload exchange, mTLS identity, peer discovery, and compliance audit evidence in Phoenix Financial Cloud.',
|
||||
shortDescription: 'TRISA and IVMS101 Travel Rule gateway for VASP compliance exchange',
|
||||
tags: ['trisa', 'travel-rule', 'ivms101', 'vasp', 'mtls', 'financial-messaging'],
|
||||
featured: false,
|
||||
documentationUrl: 'https://docs.sankofa.nexus/marketplace/sovereign-stack/trisa-travel-rule-service',
|
||||
metadata: {
|
||||
architecture: 'docs/marketplace/sovereign-stack/trisa-travel-rule-service.md',
|
||||
entitlement: 'TRISA_TRAVEL_RULE_ENTITLED',
|
||||
manifestRef: 'config/trisa-travel-rule-marketplace.v1.json',
|
||||
targetTenants: ['DBIS', 'OMNL', 'zBank', 'NovaBank', 'Ananka Bank'],
|
||||
fulfillmentMode: 'operator_provisioned',
|
||||
status: 'planned_directory_and_compliance_approval_required',
|
||||
gatedCapabilities: ['mainnet_directory', 'production_counterparties', 'asset_movement_handoff']
|
||||
},
|
||||
pricingType: 'SUBSCRIPTION',
|
||||
pricingConfig: {
|
||||
currency: 'USD',
|
||||
billingPeriod: 'MONTHLY',
|
||||
billingModel: 'enterprise_contract',
|
||||
quoteRequired: true,
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'GFTD Directory',
|
||||
slug: 'phoenix-gftd-directory',
|
||||
category: 'INTERNET_REGISTRY',
|
||||
description: 'Rights-aware entity intelligence for approved live source lanes, redacted public-safe views, subscription tiers, and bounded observability through Sankofa Marketplace.',
|
||||
shortDescription: 'Rights-aware entity directory with live source lanes and public-safe redaction',
|
||||
tags: ['gftd', 'directory', 'registry', 'redaction', 'observability', 'subscription', 'marketplace'],
|
||||
featured: false,
|
||||
documentationUrl: 'https://docs.sankofa.nexus/marketplace/sovereign-stack/gftd-directory-service',
|
||||
metadata: {
|
||||
architecture: 'docs/marketplace/sovereign-stack/gftd-directory-service.md',
|
||||
entitlement: 'GFTD_DIRECTORY_ENTITLED',
|
||||
fulfillmentMode: 'operator_provisioned',
|
||||
status: 'preview',
|
||||
subscriptionTiers: ['preview', 'professional', 'institutional', 'enterprise'],
|
||||
personaMatrix: ['compliance-analyst', 'integration-engineer', 'marketplace-operator', 'legal-counsel', 'operations-sre', 'product-owner', 'institutional-customer'],
|
||||
publicValueProposition: 'Rights-aware entity intelligence with redacted public outputs, live approved source lanes, and bounded observability.',
|
||||
gatedCapabilities: ['live_source_lanes', 'redacted_public_views', 'bounded_observability']
|
||||
},
|
||||
pricingType: 'SUBSCRIPTION',
|
||||
pricingConfig: {
|
||||
currency: 'USD',
|
||||
billingPeriod: 'MONTHLY',
|
||||
billingModel: 'enterprise_contract',
|
||||
quoteRequired: true,
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'EAC AppChain',
|
||||
slug: 'phoenix-eac-appchain',
|
||||
category: 'PLATFORM_SERVICES',
|
||||
description: 'Operator-provisioned Universal Enterprise State Network for connectors, canonical state, events, workflows, identity graph, audit, policy, and AI context boundaries.',
|
||||
shortDescription: 'Canonical application fabric and enterprise state network',
|
||||
tags: ['appchain', 'connectors', 'canonical-state', 'workflow', 'ai-runtime', 'audit'],
|
||||
featured: false,
|
||||
documentationUrl: 'https://docs.sankofa.nexus/marketplace/sovereign-stack/eac-appchain-service',
|
||||
metadata: {
|
||||
architecture: 'docs/marketplace/sovereign-stack/eac-appchain-service.md',
|
||||
entitlement: 'EAC_APPCHAIN_ENTITLED',
|
||||
manifestRef: 'config/eac-appchain-marketplace.v1.json',
|
||||
targetTenants: ['DBIS', 'OMNL', 'zBank', 'NovaBank', 'Ananka Bank'],
|
||||
fulfillmentMode: 'operator_provisioned',
|
||||
status: 'planned_sankofa_key_handoff_required',
|
||||
keyHandoff: 'Sankofa returns secret references and key metadata only; no plaintext keys in Marketplace records.'
|
||||
},
|
||||
pricingType: 'SUBSCRIPTION',
|
||||
pricingConfig: {
|
||||
currency: 'USD',
|
||||
billingPeriod: 'MONTHLY',
|
||||
billingModel: 'enterprise_contract',
|
||||
quoteRequired: true,
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user