{
  "id": "v20-ca-towing-capacity",
  "version": "20.16.0",
  "name": "Towing Rating Cross-Check Calculator — Canada",
  "shortName": "Towing Rating Cross-Check",
  "description": "Cross-check multiple entered weight ratings instead of treating the advertised maximum tow rating as the only limit. CAD planning view; stated limitations apply.",
  "category": "Vehicles & Travel",
  "categorySlug": "vehicles-travel",
  "keywords": [
    "towing-capacity",
    "ca",
    "vehicle-energy",
    "consumer-finance",
    "vehicle-rating"
  ],
  "status": "live",
  "workStatus": "pending",
  "reviewStatus": "pending",
  "migrationStatus": "new",
  "engine": "native",
  "creator": null,
  "reviewer": null,
  "quality": {
    "availability": "live",
    "technicalReviewRecord": "/reviews/v20-ca-towing-capacity.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": "/ca/towing-capacity/",
    "definition": "/ca/towing-capacity/definition.json",
    "schema": "/ca/towing-capacity/schema.json",
    "llms": "/ca/towing-capacity/llms.txt",
    "legacyDefinition": "/ca/towing-capacity/definition.json"
  },
  "queryExample": "https://askcalculators.com/ca/towing-capacity/?unitSystem=metric&gcwr=6000&loadedVehicle=2500&towRating=3000&payloadRemaining=500&tonguePercent=12&hitchTrailerLimit=3000&hitchTongueLimit=350",
  "queryParameters": {
    "unitSystem": {
      "label": "Measurement system",
      "type": "select",
      "required": false,
      "default": "metric"
    },
    "gcwr": {
      "label": "Manufacturer gross combination weight rating",
      "type": "number",
      "required": true,
      "default": 6000
    },
    "loadedVehicle": {
      "label": "Actual loaded tow-vehicle weight before trailer tongue",
      "type": "number",
      "required": true,
      "default": 2500
    },
    "towRating": {
      "label": "Configuration-specific manufacturer trailer rating",
      "type": "number",
      "required": true,
      "default": 3000
    },
    "payloadRemaining": {
      "label": "Actual remaining vehicle payload",
      "type": "number",
      "required": true,
      "default": 500
    },
    "tonguePercent": {
      "label": "Measured/expected trailer tongue-weight fraction",
      "type": "percent",
      "required": true,
      "default": 12
    },
    "hitchTrailerLimit": {
      "label": "Hitch trailer-weight rating",
      "type": "number",
      "required": true,
      "default": 3000
    },
    "hitchTongueLimit": {
      "label": "Hitch tongue-weight rating",
      "type": "number",
      "required": true,
      "default": 350
    }
  },
  "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": "gcwr",
      "label": "Manufacturer gross combination weight rating",
      "type": "number",
      "defaultValue": 6000,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "suffix": "kg",
      "unitConversion": {
        "factor": 0.45359237,
        "offset": 0,
        "inverse": false,
        "metric": "kg",
        "imperial": "lb",
        "canonicalMin": 0,
        "canonicalMax": 1000000000000
      },
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "loadedVehicle",
      "label": "Actual loaded tow-vehicle weight before trailer tongue",
      "type": "number",
      "defaultValue": 2500,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "suffix": "kg",
      "unitConversion": {
        "factor": 0.45359237,
        "offset": 0,
        "inverse": false,
        "metric": "kg",
        "imperial": "lb",
        "canonicalMin": 0,
        "canonicalMax": 1000000000000
      },
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "towRating",
      "label": "Configuration-specific manufacturer trailer rating",
      "type": "number",
      "defaultValue": 3000,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "suffix": "kg",
      "unitConversion": {
        "factor": 0.45359237,
        "offset": 0,
        "inverse": false,
        "metric": "kg",
        "imperial": "lb",
        "canonicalMin": 0,
        "canonicalMax": 1000000000000
      },
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "payloadRemaining",
      "label": "Actual remaining vehicle payload",
      "type": "number",
      "defaultValue": 500,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "suffix": "kg",
      "unitConversion": {
        "factor": 0.45359237,
        "offset": 0,
        "inverse": false,
        "metric": "kg",
        "imperial": "lb",
        "canonicalMin": 0,
        "canonicalMax": 1000000000000
      },
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "tonguePercent",
      "label": "Measured/expected trailer tongue-weight fraction",
      "type": "percent",
      "defaultValue": 12,
      "required": true,
      "min": 0,
      "max": 50,
      "step": 0.1,
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "hitchTrailerLimit",
      "label": "Hitch trailer-weight rating",
      "type": "number",
      "defaultValue": 3000,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "suffix": "kg",
      "unitConversion": {
        "factor": 0.45359237,
        "offset": 0,
        "inverse": false,
        "metric": "kg",
        "imperial": "lb",
        "canonicalMin": 0,
        "canonicalMax": 1000000000000
      },
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "hitchTongueLimit",
      "label": "Hitch tongue-weight rating",
      "type": "number",
      "defaultValue": 350,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "suffix": "kg",
      "unitConversion": {
        "factor": 0.45359237,
        "offset": 0,
        "inverse": false,
        "metric": "kg",
        "imperial": "lb",
        "canonicalMin": 0,
        "canonicalMax": 1000000000000
      },
      "help": "Illustrative starting value; replace with your own evidence."
    }
  ],
  "outputs": [
    {
      "id": "combinationLimit",
      "label": "Trailer allowance from combination rating",
      "format": "number",
      "digits": 2,
      "unit": "mass"
    },
    {
      "id": "payloadLimit",
      "label": "Trailer allowance from remaining payload",
      "format": "number",
      "digits": 2,
      "unit": "mass"
    },
    {
      "id": "hitchLimit",
      "label": "Trailer allowance from hitch tongue rating",
      "format": "number",
      "digits": 2,
      "unit": "mass"
    },
    {
      "id": "limitingWeight",
      "label": "Lowest entered arithmetic trailer allowance",
      "format": "number",
      "digits": 2,
      "unit": "mass",
      "primary": true
    }
  ],
  "formula": {
    "expression": "arithmetic trailer allowance = minimum(combination rating − loaded vehicle, vehicle tow rating, remaining payload/tongue fraction, hitch rating, hitch tongue rating/tongue fraction).",
    "note": "Inputs are converted to canonical units before evaluating this stated formula."
  },
  "examples": [
    {
      "label": "Illustrative defaults; required verification checks remain unconfirmed",
      "inputs": {
        "unitSystem": "metric",
        "gcwr": 6000,
        "loadedVehicle": 2500,
        "towRating": 3000,
        "payloadRemaining": 500,
        "tonguePercent": 12,
        "hitchTrailerLimit": 3000,
        "hitchTongueLimit": 350
      }
    }
  ],
  "sources": [
    {
      "label": "DOE energy-use arithmetic",
      "url": "https://www.energy.gov/energysaver/save-electricity-and-fuel/appliances-and-electronics/estimating-appliance-and-home"
    },
    {
      "label": "NIST unit conversion guidance",
      "url": "https://www.nist.gov/pml/special-publication-811"
    },
    {
      "label": "CFPB loan-estimate explanation",
      "url": "https://www.consumerfinance.gov/owning-a-home/loan-estimate/"
    }
  ],
  "publicSlug": "towing-capacity",
  "namespace": "ca",
  "countries": [
    "us",
    "ca",
    "uk",
    "ie"
  ]
}
