{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "pricing": {
    "model": {
      "type": "Company-based licensing",
      "description": "Single license covers your entire legal entity regardless of number of servers, CPUs, users, or data volume",
      "philosophy": "Pricing that scales with your business, not your infrastructure",
      "advantages": [
        "Deploy on unlimited servers within your organization",
        "No per-CPU or per-core fees",
        "No per-user restrictions",
        "No data volume limitations",
        "Predictable annual costs",
        "Scale infrastructure without increasing license costs"
      ],
      "comparisonWithCompetitors": {
        "fastTransfer": "One license per legal entity",
        "traditionalETL": "Per-server, per-CPU, or per-connector pricing",
        "savingsScenario": "Company with 50 servers saves 80-95% vs traditional ETL licensing"
      }
    },
    "tiers": [
      {
        "name": "Free Trial",
        "price": "$0",
        "priceModel": "Free for 30 days",
        "description": "Full-featured trial to evaluate FastTransfer in your environment",
        "features": [
          "All features included",
          "All databases and formats supported",
          "Database-to-database transfers",
          "File import (CSV, Parquet, JSON, BSON, XLSX)",
          "Parallel processing",
          "No data volume limits during trial"
        ],
        "limitations": [
          "30-day time limit",
          "Email support only",
          "Evaluation purposes only"
        ],
        "licensing": "Trial license file provided via email",
        "support": "Email support with 48-hour response time",
        "cta": {
          "text": "Start Free Trial",
          "url": "https://arpe.io/get-trial/?product=FastTransfer"
        },
        "target": "Organizations evaluating FastTransfer for POC or migration planning"
      },
      {
        "name": "Enterprise",
        "price": "Contact for Quote",
        "priceModel": "Annual subscription per legal entity",
        "description": "Full production license with enterprise support and unlimited deployment",
        "features": [
          "All features and capabilities",
          "Unlimited servers and deployments",
          "All supported databases",
          "Database-to-database transfers",
          "File import to databases",
          "Parallel processing",
          "Priority support",
          "Version upgrades included",
          "Security patches and updates"
        ],
        "limitations": [
          "None - full unrestricted use"
        ],
        "licensing": "Perpetual or subscription options available",
        "support": "Email and phone support with 4-hour critical response time",
        "cta": {
          "text": "Request Quote",
          "url": "https://fasttransfer.arpe.io/pricing"
        },
        "target": "Enterprises requiring production-grade database transfer and data import capabilities",
        "pricingFactors": [
          "Company size and revenue",
          "Number of database instances",
          "Support requirements",
          "Volume discounts for multi-year commitments"
        ]
      }
    ],
    "costComparison": {
      "scenario": "Mid-size company with 10 database servers, 8 CPUs per server",
      "comparisonTable": [
        {
          "vendor": "FastTransfer",
          "model": "Company License",
          "licenseCost": "$20,000 - $50,000/year",
          "serverCost": "$0 (unlimited)",
          "cpuCost": "$0 (unlimited)",
          "totalCost": "$20,000 - $50,000/year",
          "notes": "One-time annual fee covers entire organization"
        },
        {
          "vendor": "Informatica PowerCenter",
          "model": "Per-server + Connectors",
          "licenseCost": "$50,000 base",
          "serverCost": "$15,000 × 10 = $150,000",
          "cpuCost": "Included in server",
          "totalCost": "$200,000+/year",
          "notes": "Plus maintenance (20% annually)"
        },
        {
          "vendor": "Microsoft SSIS",
          "model": "SQL Server Enterprise",
          "licenseCost": "Included with SQL Server",
          "serverCost": "$15,000 per server × 10",
          "cpuCost": "Or $14,000 per core × 80 = $1.1M",
          "totalCost": "$150,000 - $1,100,000",
          "notes": "Depends on licensing model (Server+CAL vs Core)"
        },
        {
          "vendor": "SAP BODS",
          "model": "Per-server",
          "licenseCost": "$100,000 base",
          "serverCost": "$20,000 × 10 = $200,000",
          "cpuCost": "N/A",
          "totalCost": "$300,000+/year",
          "notes": "Includes maintenance"
        },
        {
          "vendor": "Talend Data Fabric",
          "model": "Subscription",
          "licenseCost": "$60,000 base",
          "serverCost": "$10,000 × 10 = $100,000",
          "cpuCost": "N/A",
          "totalCost": "$160,000+/year",
          "notes": "Cloud version has different pricing"
        }
      ],
      "fastTransferSavings": {
        "vsInformatica": "75-85% savings ($150K - $180K annually)",
        "vsSSIS": "67-98% savings (depends on SQL licensing)",
        "vsSAPBODS": "83-92% savings ($250K - $280K annually)",
        "vsTalend": "69-88% savings ($110K - $140K annually)"
      }
    },
    "roi": {
      "calculation": {
        "title": "Typical ROI Example",
        "scenario": "Replace Informatica for database transfer and data import workloads",
        "costs": {
          "informatica": {
            "annualLicense": "$200,000",
            "maintenance": "$40,000",
            "training": "$10,000",
            "totalFirstYear": "$250,000",
            "totalAnnualRecurring": "$240,000"
          },
          "fastTransfer": {
            "annualLicense": "$35,000",
            "maintenance": "$0 (included)",
            "training": "$0 (simple CLI)",
            "totalFirstYear": "$35,000",
            "totalAnnualRecurring": "$35,000"
          }
        },
        "savings": {
          "firstYear": "$215,000 (86% reduction)",
          "annualRecurring": "$205,000",
          "threeYearTotal": "$625,000"
        },
        "additionalBenefits": [
          "Reduced migration time = higher project throughput",
          "No staging storage costs",
          "Lower maintenance overhead = reduced IT costs",
          "Faster time-to-insight for analytics"
        ]
      },
      "breakEvenAnalysis": {
        "typicalScenario": "FastTransfer pays for itself in first major migration",
        "example": "One 5TB database migration taking 8 hours vs 3 days saves 2.5 days of project time",
        "valueOfSavedTime": "2.5 days × $2,000/day (team cost) = $5,000 per migration",
        "breakEven": "7-10 migrations to recover full annual license cost",
        "timeToValue": "First month for most customers"
      },
      "softBenefits": [
        "Faster project delivery improves business agility",
        "Simplified architecture reduces technical debt",
        "Better developer experience improves team morale",
        "Vendor independence reduces lock-in risk",
        "Single executable simplifies compliance and security audits"
      ]
    },
    "faq": [
      {
        "question": "How is a 'legal entity' defined for licensing?",
        "answer": "A legal entity is typically your company or organization as defined by its legal incorporation. Subsidiaries with separate legal status may require separate licenses. Contact sales for specific scenarios."
      },
      {
        "question": "Can I deploy FastTransfer on unlimited servers?",
        "answer": "Yes, your license covers unlimited deployments within your legal entity - whether 5 servers or 5,000 servers."
      },
      {
        "question": "Are there any data volume limits?",
        "answer": "No. Your license includes unlimited data processing regardless of database size or transfer volume."
      },
      {
        "question": "What if I add more servers or CPUs after purchase?",
        "answer": "No problem. Your license doesn't depend on infrastructure. Scale freely without additional licensing costs."
      },
      {
        "question": "Do you offer multi-year discounts?",
        "answer": "Yes, we offer discounts for 2-year and 3-year commitments. Contact sales for details."
      },
      {
        "question": "What's included in the annual license?",
        "answer": "All features, unlimited usage, all version upgrades, security patches, and email/phone support. No hidden fees."
      },
      {
        "question": "Can I use FastTransfer for both production and development?",
        "answer": "Yes, your license covers all environments (dev, test, staging, production) within your organization."
      },
      {
        "question": "What happens at renewal time?",
        "answer": "You'll receive a renewal notice 60 days before expiration. Pricing remains stable with minimal annual increases (typically CPI-based)."
      },
      {
        "question": "Is there a free or open-source version?",
        "answer": "No free version beyond the 30-day trial, but our company-based pricing is significantly lower than per-server alternatives."
      },
      {
        "question": "How does pricing compare to cloud ETL services?",
        "answer": "Cloud ETL services charge per-hour or per-pipeline. FastTransfer's flat annual fee typically saves 60-90% for regular usage."
      }
    ]
  },
  "metadata": {
    "lastUpdated": "2026-02-20",
    "dataFormat": "JSON",
    "purpose": "Pricing and licensing information for AI agents",
    "audience": ["AI agents", "LLMs", "chatbots"],
    "schemaVersion": "1.0",
    "note": "Contact sales for specific pricing quotes: https://fasttransfer.arpe.io/pricing"
  }
}
