{
  "id": "payback-period-calculator",
  "version": "7.0.0",
  "name": "Payback Period Calculator",
  "shortName": "Payback Period",
  "description": "Calculate the time required to recoup an initial investment.",
  "category": "Finance",
  "categorySlug": "finance",
  "keywords": [
    "payback",
    "period"
  ],
  "status": "live",
  "workStatus": "pending",
  "reviewStatus": "pending",
  "migrationStatus": "migrated",
  "migratedDate": "2026-08-18",
  "engine": "legacy-react",
  "creator": null,
  "reviewer": null,
  "quality": {
    "availability": "live",
    "technicalReviewRecord": "/reviews/payback-period-calculator.json",
    "qualifiedReview": "pending",
    "qualifiedReviewer": null,
    "qualifiedReviewDate": null,
    "formulaVersion": "7.0.0",
    "referenceCoverage": "references-pending",
    "releaseTestScope": "Catalog and regression checks are not a professional formula audit; consult release evidence.",
    "historicalMetadataDate": "2026-08-18",
    "historicalMetadataNotice": "The imported date is not evidence of a completed human review."
  },
  "urls": {
    "page": "/calculator/payback-period-calculator/",
    "definition": "/calculator/payback-period-calculator/definition.json",
    "schema": "/calculator/payback-period-calculator/schema.json",
    "llms": "/calculator/payback-period-calculator/llms.txt",
    "legacyDefinition": "/calculator/payback-period-calculator.json"
  },
  "queryExample": "https://askcalculators.com/calculator/payback-period-calculator/?investment=50000&annualCashFlow=12000",
  "queryParameters": {
    "investment": {
      "label": "Initial Investment Cost",
      "type": "number",
      "required": false,
      "default": 50000
    },
    "annualCashFlow": {
      "label": "Annual Cash Flow / Savings",
      "type": "number",
      "required": false,
      "default": 12000
    }
  },
  "inputs": [
    {
      "id": "investment",
      "label": "Initial Investment Cost",
      "type": "number",
      "defaultValue": 50000
    },
    {
      "id": "annualCashFlow",
      "label": "Annual Cash Flow / Savings",
      "type": "number",
      "defaultValue": 12000
    }
  ],
  "outputs": [
    {
      "id": "result",
      "label": "Result",
      "format": "text",
      "primary": true
    }
  ],
  "formula": {
    "expression": "Payback period = initial investment ÷ recurring net cash inflow, with years and months derived from the fractional result."
  },
  "examples": [
    {
      "label": "Reproducible default-input example (not a personal recommendation)",
      "inputs": {
        "investment": 50000,
        "annualCashFlow": 12000
      }
    }
  ],
  "sources": []
}
