{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/ie/business-valuation/schema.json",
  "title": "Business Valuation Scenario Calculator — Ireland inputs",
  "description": "Bridge an entered enterprise-value multiple to equity value without inventing comparable-company market data. EUR planning view; stated limitations apply.",
  "type": "object",
  "properties": {
    "ebitda": {
      "title": "Normalized annual EBITDA for the scenario",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 200000,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "EUR",
      "x-unit": "currency"
    },
    "multiple": {
      "title": "Explicit enterprise-value / EBITDA multiple",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 4,
      "minimum": 0,
      "maximum": 100,
      "x-step": 0.01
    },
    "spread": {
      "title": "Multiple sensitivity either side",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 20,
      "minimum": 0,
      "maximum": 100,
      "x-step": 0.1,
      "x-unit": "percent"
    },
    "debt": {
      "title": "Debt and debt-like obligations",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 300000,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "EUR",
      "x-unit": "currency"
    },
    "surplusCash": {
      "title": "Cash truly surplus to operating needs",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 50000,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "EUR",
      "x-unit": "currency"
    },
    "workingCapitalAdjustment": {
      "title": "Confirmed working-capital price adjustment",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 0,
      "minimum": -1000000000000,
      "maximum": 1000000000000,
      "x-step": 0.01
    }
  },
  "required": [
    "ebitda",
    "multiple",
    "spread",
    "debt",
    "surplusCash",
    "workingCapitalAdjustment"
  ],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "20.16.0",
    "calculatorUrl": "https://askcalculators.com/ie/business-valuation/",
    "queryExample": "https://askcalculators.com/ie/business-valuation/?ebitda=200000&multiple=4&spread=20&debt=300000&surplusCash=50000&workingCapitalAdjustment=0",
    "migrationStatus": "new",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "formula": {
      "expression": "equity value = EBITDA × explicit enterprise multiple − debt + surplus cash + working-capital adjustment.",
      "note": "Inputs are converted to canonical units before evaluating this stated formula."
    },
    "quality": {
      "availability": "live",
      "technicalReviewRecord": "/reviews/v20-ie-business-valuation.json",
      "qualifiedReview": "pending",
      "qualifiedReviewer": null,
      "qualifiedReviewDate": null,
      "formulaVersion": "20.16.0",
      "referenceCoverage": "references-listed",
      "releaseTestScope": "Catalog and regression checks are not a professional formula audit; consult release evidence.",
      "historicalMetadataDate": "",
      "historicalMetadataNotice": "The imported date is not evidence of a completed human review."
    },
    "outputs": {
      "enterpriseValue": {
        "title": "Enterprise-value scenario",
        "type": "number",
        "x-format": "currency",
        "x-currency": "EUR",
        "x-digits": 2
      },
      "equityValue": {
        "title": "Equity-value scenario",
        "type": "number",
        "x-format": "currency",
        "x-currency": "EUR",
        "x-digits": 2,
        "x-primary": true
      },
      "lowEquity": {
        "title": "Low multiple equity scenario",
        "type": "number",
        "x-format": "currency",
        "x-currency": "EUR",
        "x-digits": 2
      },
      "highEquity": {
        "title": "High multiple equity scenario",
        "type": "number",
        "x-format": "currency",
        "x-currency": "EUR",
        "x-digits": 2
      }
    }
  }
}
