{
  "@context": "https://schema.org",
  "@type": "DataCatalog",
  "name": "Digital Silk Roads Value Flow Map",
  "description": "Real-time visualization of digital service trade corridors",
  "dateModified": "2025-01-03T14:00:00Z",

  "corridors": {
    "sea-eu-01": {
      "name": "Southeast Asia ↔ Europe",
      "status": "pilot",
      "metrics": {
        "monthlyVolume": "$2.3M",
        "activeExporters": 12,
        "avgTransactionSize": "$15,000",
        "successRate": 0.92,
        "avgSettlementTime": "3.2 hours"
      },
      "topServices": [
        {"category": "AI-models", "volume": "$850K", "share": 0.37},
        {"category": "SaaS", "volume": "$690K", "share": 0.30},
        {"category": "Consulting", "volume": "$460K", "share": 0.20},
        {"category": "Data-analytics", "volume": "$300K", "share": 0.13}
      ],
      "flows": {
        "fromSEA": {
          "SG": {"exporters": 5, "volume": "$1.1M", "specialty": "AI/ML"},
          "MY": {"exporters": 3, "volume": "$600K", "specialty": "SaaS"},
          "TH": {"exporters": 2, "volume": "$400K", "specialty": "Design"},
          "VN": {"exporters": 2, "volume": "$200K", "specialty": "Development"}
        },
        "toEU": {
          "DE": {"importers": 28, "volume": "$920K", "demand": "AI-tools"},
          "NL": {"importers": 15, "volume": "$690K", "demand": "Analytics"},
          "FR": {"importers": 12, "volume": "$460K", "demand": "SaaS"},
          "IE": {"importers": 8, "volume": "$230K", "demand": "Consulting"}
        }
      },
      "growthTrend": "+47% MoM",
      "bottlenecks": ["GDPR compliance verification", "VAT registration delays"],
      "opportunities": ["LLM fine-tuning services", "Real-time analytics"]
    },

    "us-latam-01": {
      "name": "United States ↔ Latin America",
      "status": "preview",
      "metrics": {
        "monthlyVolume": null,
        "activeExporters": 0,
        "potentialMarket": "$18M",
        "targetLaunch": "2025-Q2"
      },
      "plannedServices": ["Cloud", "API-services", "Design", "Education"],
      "marketDemand": {
        "BR": {"size": "$8M", "priority": "Cloud infrastructure"},
        "MX": {"size": "$5M", "priority": "Educational platforms"},
        "AR": {"size": "$3M", "priority": "Design tools"},
        "CL": {"size": "$2M", "priority": "API services"}
      },
      "challenges": ["Payment localization", "Language adaptation"],
      "preparation": "Recruiting pilot exporters"
    },

    "africa-global-01": {
      "name": "Africa ↔ Global",
      "status": "planned",
      "metrics": {
        "potentialMarket": "$45M",
        "targetLaunch": "2025-Q3",
        "interestSignals": 237
      },
      "uniqueValue": "Mobile-first services, fintech innovation",
      "keyMarkets": ["KE", "NG", "ZA", "EG"],
      "globalDemand": ["Mobile payment solutions", "Telehealth platforms", "Educational content"]
    }
  },

  "aggregates": {
    "totalMonthlyVolume": "$2.3M",
    "totalActiveCorridors": 1,
    "totalExporters": 12,
    "totalImporters": 63,
    "avgGrowthRate": "+47%",
    "projectedAnnualVolume": "$50M",
    "networkEffect": "quadratic"
  },

  "insights": {
    "trending": [
      "AI model fine-tuning services seeing 3x demand increase",
      "European GDPR-compliant demand driving SEA exports",
      "Micro-transactions (<$100) growing 85% month-over-month"
    ],
    "emerging": [
      "Agent-to-agent autonomous transactions",
      "Real-time settlement via stablecoins",
      "Cross-corridor service bundling"
    ],
    "risks": [
      "Regulatory uncertainty in key markets",
      "Currency volatility impact on pricing",
      "Concentration risk in top exporters"
    ]
  },

  "visualization": {
    "type": "SankeyDiagram",
    "dataPoints": 156,
    "updateFrequency": "hourly",
    "publicDashboard": "https://digitalsilkroads.org/map",
    "apiEndpoint": "https://digitalsilkroads.org/api/flows",
    "embedCode": "<iframe src='https://digitalsilkroads.org/embed/value-map' />"
  },

  "comparative": {
    "physicalTrade": {
      "shippingTime": "21-35 days",
      "logisticsCost": "8-15% of value",
      "documentationBurden": "high",
      "tariffExposure": "10-25%"
    },
    "digitalTrade": {
      "deliveryTime": "instant",
      "transactionCost": "0.5-1% of value",
      "documentationBurden": "automated",
      "tariffExposure": "0%"
    },
    "efficiency_gain": "94% cost reduction, 99.9% time reduction"
  },

  "meta": {
    "methodology": "Real transaction data + market surveys",
    "confidence": 0.85,
    "sampleSize": 1247,
    "lastCalibration": "2025-01-03T12:00:00Z",
    "nextUpdate": "2025-01-03T15:00:00Z"
  }
}