{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/calculator/college-cost-calculator/schema.json",
  "title": "College Cost Calculator inputs",
  "description": "Estimate the future cost of college and determine if your current savings plan is on track.",
  "type": "object",
  "properties": {
    "childAge": {
      "title": "Child's Current Age",
      "type": "number",
      "default": 5
    },
    "collegeAge": {
      "title": "College Start Age",
      "type": "number",
      "default": 18
    },
    "annualCost": {
      "title": "Annual Cost (Today)",
      "type": "number",
      "default": 25000
    },
    "yearsInCollege": {
      "title": "Years in College",
      "type": "number",
      "default": 4
    },
    "currentSavings": {
      "title": "Current Savings",
      "type": "number",
      "default": 10000
    },
    "monthlyContribution": {
      "title": "Monthly Contribution",
      "type": "number",
      "default": 500
    },
    "returnRate": {
      "title": "Exp. Return",
      "type": "number",
      "default": 6
    },
    "inflationRate": {
      "title": "Inflation",
      "type": "number",
      "default": 3
    }
  },
  "required": [],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "7.0.0",
    "calculatorUrl": "https://askcalculators.com/calculator/college-cost-calculator/",
    "queryExample": "https://askcalculators.com/calculator/college-cost-calculator/?childAge=5&collegeAge=18&annualCost=25000&yearsInCollege=4&currentSavings=10000&monthlyContribution=500&returnRate=6&inflationRate=3",
    "migrationStatus": "migrated",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "migratedDate": "2026-08-18",
    "formula": {
      "expression": "Future annual cost = current annual cost × (1 + education inflation)^years; projected total is the sum of each attendance year, less current savings growth."
    },
    "quality": {
      "availability": "live",
      "technicalReviewRecord": "/reviews/college-cost-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."
    },
    "outputs": {
      "result": {
        "title": "Result",
        "type": "string",
        "x-format": "text",
        "x-primary": true
      }
    }
  }
}
