{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/calculator/asset-allocation-calculator/schema.json",
  "title": "Asset Allocation Calculator inputs",
  "description": "Visualize your portfolio's asset allocation.",
  "type": "object",
  "properties": {
    "stocks": {
      "title": "Stocks",
      "type": "number",
      "default": 60
    },
    "bonds": {
      "title": "Bonds",
      "type": "number",
      "default": 30
    },
    "cash": {
      "title": "Cash",
      "type": "number",
      "default": 10
    },
    "other": {
      "title": "Other",
      "type": "number",
      "default": 0
    }
  },
  "required": [],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "7.0.0",
    "calculatorUrl": "https://askcalculators.com/calculator/asset-allocation-calculator/",
    "queryExample": "https://askcalculators.com/calculator/asset-allocation-calculator/?stocks=60&bonds=30&cash=10&other=0",
    "migrationStatus": "migrated",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "migratedDate": "2026-08-18",
    "formula": {
      "expression": "Allocation total = stocks + bonds + cash + other; each allocation share is the entered amount divided by the total.",
      "note": "This visualizes entered percentages; it does not recommend an investment mix."
    },
    "quality": {
      "availability": "live",
      "technicalReviewRecord": "/reviews/asset-allocation-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
      }
    }
  }
}
