{
  "$schema": "https://datapackage.org/profiles/2.0/datapackage.json",
  "name": "creator-platform-fees",
  "title": "Creator Marketplace Fee and Payout Rules",
  "version": "2026.08.31",
  "description": "Versioned factual compilation of creator-commerce, freelance-marketplace, Etsy, and Amazon KDP fee, payout, and royalty rules. Every record links to the published rule it was normalized from.",
  "homepage": "https://fees.atomcoming.com/creator-platform-fee-dataset",
  "licenses": [
    {
      "name": "CC-BY-4.0",
      "title": "Creative Commons Attribution 4.0 International",
      "path": "https://creativecommons.org/licenses/by/4.0/"
    }
  ],
  "resources": [
    {
      "name": "creator-platform-fees-csv",
      "type": "table",
      "path": "creator-platform-fees-2026-08.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8",
      "schema": {
        "fields": [
          { "name": "platform_slug", "type": "string", "description": "Stable platform identifier." },
          { "name": "platform", "type": "string", "description": "Platform display name." },
          { "name": "category", "type": "string", "description": "Platform business category." },
          { "name": "rule_type", "type": "string", "description": "Fee or royalty rule classification." },
          { "name": "channel_or_condition", "type": "string", "description": "Published condition under which the rule applies." },
          { "name": "rate_min_percent", "type": "number", "description": "Minimum published percentage, when applicable." },
          { "name": "rate_max_percent", "type": "number", "description": "Maximum published percentage, when applicable." },
          { "name": "fixed_fee_usd", "type": "number", "description": "Fixed USD amount, when applicable." },
          { "name": "rate_applies_to", "type": "string", "description": "Base to which the published rate applies." },
          { "name": "exclusions_or_notes", "type": "string", "description": "Material exclusions or normalization notes." },
          { "name": "official_source", "type": "string", "format": "uri", "description": "Published source used for the row." },
          { "name": "verified_on", "type": "date", "description": "Date the source was verified." },
          { "name": "version", "type": "string", "description": "Dataset version." }
        ]
      }
    },
    {
      "name": "creator-platform-fees-json",
      "path": "creator-platform-fees-2026-08.json",
      "format": "json",
      "mediatype": "application/json",
      "encoding": "utf-8",
      "schema": "creator-platform-fees-2026-08.schema.json"
    }
  ]
}
