{
  "id": "v20-uk-fence",
  "version": "20.16.0",
  "name": "Fence Materials Calculator — United Kingdom",
  "shortName": "Fence Materials",
  "description": "Estimate a single open fence run with separate gates and subtract the post displacement from round concrete-filled holes. GBP planning view; stated limitations apply.",
  "category": "Home & Construction",
  "categorySlug": "home-construction",
  "keywords": [
    "fence",
    "uk",
    "quantity-surveying",
    "energy-saver",
    "engineering-scope"
  ],
  "status": "live",
  "workStatus": "pending",
  "reviewStatus": "pending",
  "migrationStatus": "new",
  "engine": "native",
  "creator": null,
  "reviewer": null,
  "quality": {
    "availability": "live",
    "technicalReviewRecord": "/reviews/v20-uk-fence.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."
  },
  "notice": "Illustrative defaults are not local quotes or verified legal rules. Dated reference components and user-entered assumptions are explicitly distinguished. Professional review is pending.",
  "urls": {
    "page": "/uk/fence/",
    "definition": "/uk/fence/definition.json",
    "schema": "/uk/fence/schema.json",
    "llms": "/uk/fence/llms.txt",
    "legacyDefinition": "/uk/fence/definition.json"
  },
  "queryExample": "https://askcalculators.com/uk/fence/?unitSystem=metric&length=30&panelWidth=1.8&gateCount=1&gateWidth=1&holeDiameter=250&holeDepth=0.75&postWidth=100&postPrice=0&gatePrice=0&concretePrice=0&unitRate=0&laborCost=0&deliveryCost=0&otherCost=0&costMultiplier=1&spreadPercent=15&taxRate=0",
  "queryParameters": {
    "unitSystem": {
      "label": "Measurement system",
      "type": "select",
      "required": false,
      "default": "metric"
    },
    "length": {
      "label": "Total fence run including gates",
      "type": "number",
      "required": true,
      "default": 30
    },
    "panelWidth": {
      "label": "Panel/bay width",
      "type": "number",
      "required": true,
      "default": 1.8
    },
    "gateCount": {
      "label": "Gates",
      "type": "number",
      "required": true,
      "default": 1
    },
    "gateWidth": {
      "label": "Width of each gate",
      "type": "number",
      "required": true,
      "default": 1
    },
    "holeDiameter": {
      "label": "Specified round post-hole diameter",
      "type": "number",
      "required": true,
      "default": 250
    },
    "holeDepth": {
      "label": "Specified post-hole depth",
      "type": "number",
      "required": true,
      "default": 0.75
    },
    "postWidth": {
      "label": "Square post side length",
      "type": "number",
      "required": true,
      "default": 100
    },
    "postPrice": {
      "label": "Price per post",
      "type": "money",
      "required": true,
      "default": 0
    },
    "gatePrice": {
      "label": "Price per gate",
      "type": "money",
      "required": true,
      "default": 0
    },
    "concretePrice": {
      "label": "Concrete price per volume unit",
      "type": "money",
      "required": true,
      "default": 0
    },
    "unitRate": {
      "label": "Material price per panel",
      "type": "money",
      "required": true,
      "default": 0
    },
    "laborCost": {
      "label": "Total labor allowance",
      "type": "money",
      "required": true,
      "default": 0
    },
    "deliveryCost": {
      "label": "Delivery allowance",
      "type": "money",
      "required": true,
      "default": 0
    },
    "otherCost": {
      "label": "Other fixed costs",
      "type": "money",
      "required": true,
      "default": 0
    },
    "costMultiplier": {
      "label": "Material/labor multiplier",
      "type": "number",
      "required": true,
      "default": 1
    },
    "spreadPercent": {
      "label": "Low/high sensitivity around the entered total",
      "type": "percent",
      "required": true,
      "default": 15
    },
    "taxRate": {
      "label": "Explicit tax allowance",
      "type": "percent",
      "required": true,
      "default": 0
    }
  },
  "inputs": [
    {
      "id": "unitSystem",
      "label": "Measurement system",
      "type": "select",
      "defaultValue": "metric",
      "options": [
        {
          "value": "imperial",
          "label": "Imperial (US gallons / short tons where relevant)"
        },
        {
          "value": "metric",
          "label": "Metric"
        }
      ]
    },
    {
      "id": "length",
      "label": "Total fence run including gates",
      "type": "number",
      "defaultValue": 30,
      "required": true,
      "min": 0.01,
      "max": 1000000000000,
      "suffix": "m",
      "unitConversion": {
        "factor": 0.3048,
        "offset": 0,
        "inverse": false,
        "metric": "m",
        "imperial": "ft",
        "canonicalMin": 0.01,
        "canonicalMax": 1000000000000
      },
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "panelWidth",
      "label": "Panel/bay width",
      "type": "number",
      "defaultValue": 1.8,
      "required": true,
      "min": 0.01,
      "max": 1000000000000,
      "suffix": "m",
      "unitConversion": {
        "factor": 0.3048,
        "offset": 0,
        "inverse": false,
        "metric": "m",
        "imperial": "ft",
        "canonicalMin": 0.01,
        "canonicalMax": 1000000000000
      },
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "gateCount",
      "label": "Gates",
      "type": "number",
      "defaultValue": 1,
      "required": true,
      "min": 0,
      "max": 1000,
      "step": 1,
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "gateWidth",
      "label": "Width of each gate",
      "type": "number",
      "defaultValue": 1,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "suffix": "m",
      "unitConversion": {
        "factor": 0.3048,
        "offset": 0,
        "inverse": false,
        "metric": "m",
        "imperial": "ft",
        "canonicalMin": 0,
        "canonicalMax": 1000000000000
      },
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "holeDiameter",
      "label": "Specified round post-hole diameter",
      "type": "number",
      "defaultValue": 250,
      "required": true,
      "min": 1,
      "max": 1000000000000,
      "suffix": "mm",
      "unitConversion": {
        "factor": 25.4,
        "offset": 0,
        "inverse": false,
        "metric": "mm",
        "imperial": "in",
        "canonicalMin": 1,
        "canonicalMax": 1000000000000
      },
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "holeDepth",
      "label": "Specified post-hole depth",
      "type": "number",
      "defaultValue": 0.75,
      "required": true,
      "min": 0.01,
      "max": 1000000000000,
      "suffix": "m",
      "unitConversion": {
        "factor": 0.3048,
        "offset": 0,
        "inverse": false,
        "metric": "m",
        "imperial": "ft",
        "canonicalMin": 0.01,
        "canonicalMax": 1000000000000
      },
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "postWidth",
      "label": "Square post side length",
      "type": "number",
      "defaultValue": 100,
      "required": true,
      "min": 1,
      "max": 1000000000000,
      "suffix": "mm",
      "unitConversion": {
        "factor": 25.4,
        "offset": 0,
        "inverse": false,
        "metric": "mm",
        "imperial": "in",
        "canonicalMin": 1,
        "canonicalMax": 1000000000000
      },
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "postPrice",
      "label": "Price per post",
      "type": "money",
      "defaultValue": 0,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "step": 0.01,
      "prefix": "GBP",
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "gatePrice",
      "label": "Price per gate",
      "type": "money",
      "defaultValue": 0,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "step": 0.01,
      "prefix": "GBP",
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "concretePrice",
      "label": "Concrete price per volume unit",
      "type": "money",
      "defaultValue": 0,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "prefix": "GBP",
      "suffix": "/m³",
      "unitConversion": {
        "factor": 0.764554857984,
        "offset": 0,
        "inverse": true,
        "metric": "m³",
        "imperial": "yd³",
        "canonicalMin": 0,
        "canonicalMax": 1000000000000
      },
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "unitRate",
      "label": "Material price per panel",
      "type": "money",
      "defaultValue": 0,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "step": 0.01,
      "help": "Zero means unpriced, not free. Enter a current, scoped supplier quote. Illustrative starting value; replace with your own evidence.",
      "prefix": "GBP"
    },
    {
      "id": "laborCost",
      "label": "Total labor allowance",
      "type": "money",
      "defaultValue": 0,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "step": 0.01,
      "prefix": "GBP",
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "deliveryCost",
      "label": "Delivery allowance",
      "type": "money",
      "defaultValue": 0,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "step": 0.01,
      "prefix": "GBP",
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "otherCost",
      "label": "Other fixed costs",
      "type": "money",
      "defaultValue": 0,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "step": 0.01,
      "prefix": "GBP",
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "costMultiplier",
      "label": "Material/labor multiplier",
      "type": "number",
      "defaultValue": 1,
      "required": true,
      "min": 0.1,
      "max": 10,
      "step": 0.01,
      "help": "Use a verified regional index only when supplied. 1 is an unadjusted scenario, not a researched index. Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "spreadPercent",
      "label": "Low/high sensitivity around the entered total",
      "type": "percent",
      "defaultValue": 15,
      "required": true,
      "min": 0,
      "max": 100,
      "step": 0.1,
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "taxRate",
      "label": "Explicit tax allowance",
      "type": "percent",
      "defaultValue": 0,
      "required": true,
      "min": 0,
      "max": 100,
      "step": 0.1,
      "help": "Illustrative starting value; replace with your own evidence."
    }
  ],
  "outputs": [
    {
      "id": "panels",
      "label": "Whole fence panels/bays",
      "format": "number",
      "digits": 2
    },
    {
      "id": "posts",
      "label": "Posts including gate separators",
      "format": "number",
      "digits": 2
    },
    {
      "id": "concreteVolume",
      "label": "Net post-hole concrete",
      "format": "number",
      "digits": 2,
      "unit": "concreteVolume"
    },
    {
      "id": "materialCost",
      "label": "Material cost",
      "format": "currency",
      "digits": 2,
      "currency": "GBP"
    },
    {
      "id": "laborCost",
      "label": "Labor allowance",
      "format": "currency",
      "digits": 2,
      "currency": "GBP"
    },
    {
      "id": "deliveryCost",
      "label": "Delivery allowance",
      "format": "currency",
      "digits": 2,
      "currency": "GBP"
    },
    {
      "id": "otherCost",
      "label": "Other specified costs",
      "format": "currency",
      "digits": 2,
      "currency": "GBP"
    },
    {
      "id": "tax",
      "label": "Entered tax allowance",
      "format": "currency",
      "digits": 2,
      "currency": "GBP"
    },
    {
      "id": "low",
      "label": "Low cost scenario",
      "format": "currency",
      "digits": 2,
      "currency": "GBP"
    },
    {
      "id": "mid",
      "label": "Middle cost scenario",
      "format": "currency",
      "digits": 2,
      "primary": true,
      "currency": "GBP"
    },
    {
      "id": "high",
      "label": "High cost scenario",
      "format": "currency",
      "digits": 2,
      "currency": "GBP"
    }
  ],
  "formula": {
    "expression": "panels = ceiling((run − total gate width) ÷ bay width); posts = panels + 1 + gates.",
    "note": "Inputs are converted to canonical units before evaluating this stated formula."
  },
  "examples": [
    {
      "label": "Illustrative defaults; required verification checks remain unconfirmed",
      "inputs": {
        "unitSystem": "metric",
        "length": 30,
        "panelWidth": 1.8,
        "gateCount": 1,
        "gateWidth": 1,
        "holeDiameter": 250,
        "holeDepth": 0.75,
        "postWidth": 100,
        "postPrice": 0,
        "gatePrice": 0,
        "concretePrice": 0,
        "unitRate": 0,
        "laborCost": 0,
        "deliveryCost": 0,
        "otherCost": 0,
        "costMultiplier": 1,
        "spreadPercent": 15,
        "taxRate": 0
      }
    }
  ],
  "sources": [
    {
      "label": "NIST unit conversion guidance",
      "url": "https://www.nist.gov/pml/special-publication-811"
    },
    {
      "label": "DOE insulation overview",
      "url": "https://www.energy.gov/energysaver/weatherize/insulation"
    }
  ],
  "publicSlug": "fence",
  "namespace": "uk",
  "countries": [
    "us",
    "ca",
    "uk",
    "ie"
  ]
}
