{
  "id": "v20-us-umbrella-insurance",
  "version": "20.16.0",
  "name": "Umbrella Liability Planning Calculator — United States",
  "shortName": "Umbrella Liability Planning",
  "description": "Organize an explicitly chosen excess-liability planning scenario alongside an actual umbrella quote. USD planning view; stated limitations apply.",
  "category": "Finance",
  "categorySlug": "finance",
  "keywords": [
    "umbrella-insurance",
    "us",
    "insurance-consumer",
    "insurance-terms"
  ],
  "status": "live",
  "workStatus": "pending",
  "reviewStatus": "pending",
  "migrationStatus": "new",
  "engine": "native",
  "creator": null,
  "reviewer": null,
  "quality": {
    "availability": "live",
    "technicalReviewRecord": "/reviews/v20-us-umbrella-insurance.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": "/us/umbrella-insurance/",
    "definition": "/us/umbrella-insurance/definition.json",
    "schema": "/us/umbrella-insurance/schema.json",
    "llms": "/us/umbrella-insurance/llms.txt",
    "legacyDefinition": "/us/umbrella-insurance/definition.json"
  },
  "queryExample": "https://askcalculators.com/us/umbrella-insurance/?assets=500000&futureExposure=250000&buffer=250000&underlyingLimit=300000&annualPremium=0&annualFees=0&monthlyFee=0&spreadPercent=15",
  "queryParameters": {
    "assets": {
      "label": "Assets selected for the planning scenario",
      "type": "money",
      "required": true,
      "default": 500000
    },
    "futureExposure": {
      "label": "Additional exposure allowance",
      "type": "money",
      "required": true,
      "default": 250000
    },
    "buffer": {
      "label": "Additional chosen buffer",
      "type": "money",
      "required": true,
      "default": 250000
    },
    "underlyingLimit": {
      "label": "Applicable underlying liability limit",
      "type": "money",
      "required": true,
      "default": 300000
    },
    "annualPremium": {
      "label": "Actual quoted annual premium",
      "type": "money",
      "required": true,
      "default": 0
    },
    "annualFees": {
      "label": "Annual policy/administration fees",
      "type": "money",
      "required": true,
      "default": 0
    },
    "monthlyFee": {
      "label": "Additional installment fee per month",
      "type": "money",
      "required": true,
      "default": 0
    },
    "spreadPercent": {
      "label": "Quote sensitivity range",
      "type": "percent",
      "required": true,
      "default": 15
    }
  },
  "inputs": [
    {
      "id": "assets",
      "label": "Assets selected for the planning scenario",
      "type": "money",
      "defaultValue": 500000,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "step": 0.01,
      "prefix": "USD",
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "futureExposure",
      "label": "Additional exposure allowance",
      "type": "money",
      "defaultValue": 250000,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "step": 0.01,
      "prefix": "USD",
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "buffer",
      "label": "Additional chosen buffer",
      "type": "money",
      "defaultValue": 250000,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "step": 0.01,
      "prefix": "USD",
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "underlyingLimit",
      "label": "Applicable underlying liability limit",
      "type": "money",
      "defaultValue": 300000,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "step": 0.01,
      "prefix": "USD",
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "annualPremium",
      "label": "Actual quoted annual premium",
      "type": "money",
      "defaultValue": 0,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "step": 0.01,
      "prefix": "USD",
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "annualFees",
      "label": "Annual policy/administration fees",
      "type": "money",
      "defaultValue": 0,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "step": 0.01,
      "prefix": "USD",
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "monthlyFee",
      "label": "Additional installment fee per month",
      "type": "money",
      "defaultValue": 0,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "step": 0.01,
      "prefix": "USD",
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "spreadPercent",
      "label": "Quote sensitivity range",
      "type": "percent",
      "defaultValue": 15,
      "required": true,
      "min": 0,
      "max": 100,
      "step": 0.1,
      "help": "Illustrative starting value; replace with your own evidence."
    }
  ],
  "outputs": [
    {
      "id": "modeledExposure",
      "label": "Entered planning exposure",
      "format": "currency",
      "digits": 2,
      "primary": true,
      "currency": "USD"
    },
    {
      "id": "additionalLimit",
      "label": "Arithmetic excess-limit gap",
      "format": "currency",
      "digits": 2,
      "currency": "USD"
    },
    {
      "id": "annualPremium",
      "label": "Entered annual premium",
      "format": "currency",
      "digits": 2,
      "currency": "USD"
    },
    {
      "id": "annualCost",
      "label": "Annual premium and payment fees",
      "format": "currency",
      "digits": 2,
      "currency": "USD"
    },
    {
      "id": "monthlyEquivalent",
      "label": "Monthly equivalent cost",
      "format": "currency",
      "digits": 2,
      "currency": "USD"
    },
    {
      "id": "low",
      "label": "Low quote scenario",
      "format": "currency",
      "digits": 2,
      "currency": "USD"
    },
    {
      "id": "high",
      "label": "High quote scenario",
      "format": "currency",
      "digits": 2,
      "currency": "USD"
    }
  ],
  "formula": {
    "expression": "excess-limit gap = maximum(0, selected assets + exposure allowance + buffer − applicable underlying limit).",
    "note": "Inputs are converted to canonical units before evaluating this stated formula."
  },
  "examples": [
    {
      "label": "Illustrative defaults; required verification checks remain unconfirmed",
      "inputs": {
        "unitSystem": "imperial",
        "assets": 500000,
        "futureExposure": 250000,
        "buffer": 250000,
        "underlyingLimit": 300000,
        "annualPremium": 0,
        "annualFees": 0,
        "monthlyFee": 0,
        "spreadPercent": 15
      }
    }
  ],
  "sources": [
    {
      "label": "NAIC consumer insurance resources",
      "url": "https://content.naic.org/consumer"
    },
    {
      "label": "NAIC insurance glossary",
      "url": "https://content.naic.org/glossary-insurance-terms"
    }
  ],
  "publicSlug": "umbrella-insurance",
  "namespace": "us",
  "countries": [
    "us"
  ]
}
