{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/ie/life-premium-by-age/schema.json",
  "title": "Life Premium Between Quoted Ages Calculator — Ireland inputs",
  "description": "Interpolate between two actual comparable quotes without claiming an insurer age table or an actuarial premium forecast. EUR planning view; stated limitations apply.",
  "type": "object",
  "properties": {
    "lowerAge": {
      "title": "Age of lower-age quote",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 30,
      "minimum": 0,
      "maximum": 110,
      "x-step": 1,
      "multipleOf": 1
    },
    "lowerPremium": {
      "title": "Annual premium at lower quoted age",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 400,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "EUR",
      "x-unit": "currency"
    },
    "upperAge": {
      "title": "Age of upper-age quote",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 50,
      "minimum": 0,
      "maximum": 110,
      "x-step": 1,
      "multipleOf": 1
    },
    "upperPremium": {
      "title": "Annual premium at upper quoted age",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 1000,
      "minimum": 0,
      "maximum": 1000000000000,
      "x-step": 0.01,
      "x-prefix": "EUR",
      "x-unit": "currency"
    },
    "age": {
      "title": "Age inside the quoted interval",
      "type": "number",
      "description": "Illustrative starting value; replace with your own evidence.",
      "default": 40,
      "minimum": 0,
      "maximum": 110,
      "x-step": 1,
      "multipleOf": 1
    }
  },
  "required": [
    "lowerAge",
    "lowerPremium",
    "upperAge",
    "upperPremium",
    "age"
  ],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "20.16.0",
    "calculatorUrl": "https://askcalculators.com/ie/life-premium-by-age/",
    "queryExample": "https://askcalculators.com/ie/life-premium-by-age/?lowerAge=30&lowerPremium=400&upperAge=50&upperPremium=1000&age=40",
    "migrationStatus": "new",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "formula": {
      "expression": "premium = exp(log(lower quote) + position within quoted ages × (log(upper quote) − log(lower quote))).",
      "note": "Inputs are converted to canonical units before evaluating this stated formula."
    },
    "quality": {
      "availability": "live",
      "technicalReviewRecord": "/reviews/v20-ie-life-premium-by-age.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."
    },
    "outputs": {
      "annualPremium": {
        "title": "Interpolated annual quote scenario",
        "type": "number",
        "x-format": "currency",
        "x-currency": "EUR",
        "x-digits": 2,
        "x-primary": true
      },
      "monthlyEquivalent": {
        "title": "Monthly equivalent before payment fees",
        "type": "number",
        "x-format": "currency",
        "x-currency": "EUR",
        "x-digits": 2
      }
    }
  }
}
