{
  "capability_id": "electrical.watts_to_kva",
  "tool_id": "watts-to-kva",
  "engine": "scale-quotient",
  "calculation_version": "1.3.1",
  "generated_at": "2026-09-16T22:03:43.707Z",
  "engine_build": "2026-09-15",
  "test_count": 11,
  "passed": 11,
  "failed": 0,
  "tests_summary": {
    "golden": {
      "total": 11,
      "passed": 11
    },
    "boundary": {
      "total": 0,
      "passed": 0
    },
    "property": {
      "total": 0,
      "passed": 0
    }
  },
  "engine_tested": true,
  "expert_reviewed": false,
  "internally_reviewed": false,
  "review_kind": null,
  "source_checked": true,
  "reviewed_by": null,
  "reviewer_role": null,
  "last_reviewed": null,
  "expert_review": {
    "status": "optional_not_performed",
    "reviewer": null,
    "scope": [
      "formula",
      "input semantics",
      "assumptions",
      "limitations",
      "sources",
      "tests"
    ],
    "note": "Domain expert review is optional under CVP (CVP-EXP-01). Absence does not block CVP Verified. See Review policy for supplemental domain assurance."
  },
  "internal_review": {
    "status": "not_applicable",
    "reviewer": null
  },
  "page": "https://www.calculatorx.com/calc/electric/watts-to-kva",
  "api": "https://www.calculatorx.com/api/v1/calc/watts-to-kva",
  "schema_input": "https://www.calculatorx.com/schemas/electrical.watts_to_kva.input.json",
  "schema_output": "https://www.calculatorx.com/schemas/electrical.watts_to_kva.output.json",
  "assumptions": [
    "PF between 0 and 1 (runtime treats missing/zero PF carefully on quotient)",
    "No voltage/phase required"
  ],
  "limitations": [
    "PF ∈ (0,1] hard",
    "No voltage/phase required",
    "Shares the scale-quotient helper with kWh→W; contracts are distinct (PF vs time)"
  ],
  "boundary_conditions": [
    "PF (field b) = 0 on Watts→kVA (scale-quotient) yields 0 kVA — soft boundary",
    "Zero watts yields 0 kVA",
    "factor = 0.001 for W→kVA; reverse uses scale-product with factor 1000",
    "Engine does not hard-reject PF outside (0,1]; document PF ∈ (0,1] for physical use"
  ],
  "sources": [
    {
      "title": "IEC 60050 — International Electrotechnical Vocabulary",
      "section": "Apparent power (IEV 131-11-41)",
      "url": "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-41",
      "supports": "kVA is apparent power S; distinct from active power P (W); unit volt-ampere (VA) at 10³ scale",
      "kind": "standard",
      "accessed": "2026-09-05",
      "clause": "IEV 131-11-41"
    },
    {
      "title": "IEC 60050 — International Electrotechnical Vocabulary",
      "section": "Power factor (IEV 131-11-46)",
      "url": "https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-46",
      "supports": "λ = |P| / S; S(kVA) = P(W) / (1000 × λ) and P = S × 1000 × λ",
      "kind": "standard",
      "accessed": "2026-09-05",
      "clause": "IEV 131-11-46"
    },
    {
      "title": "IEEE Std 1459-2025",
      "section": "Apparent power from real power and power factor",
      "url": "https://standards.ieee.org/ieee/1459/7578/",
      "supports": "S(kVA) = P(W) / (1000 × PF); P = S × 1000 × PF",
      "kind": "standard",
      "accessed": "2026-09-05",
      "publisher": "IEEE",
      "published": "2025-05-16",
      "errata_checked": true
    },
    {
      "title": "BIPM SI Brochure (9th edition, version 4.01)",
      "section": "SI units for watt and volt-ampere",
      "url": "https://www.bipm.org/en/publications/si-brochure",
      "supports": "1 kVA = 1000 VA scaling in W↔kVA conversion",
      "kind": "reference",
      "accessed": "2026-09-05",
      "published": "2026-06",
      "doi": "https://doi.org/10.59161/AUEZ1291"
    },
    {
      "title": "NIST Guide to the SI (SP 811)",
      "section": "Watt and related power units",
      "url": "https://www.nist.gov/pml/special-publication-811",
      "supports": "1 kVA = 1000 VA scaling in W↔kVA conversion",
      "kind": "reference"
    }
  ],
  "methods": [],
  "fingerprint": "sha256:38f332eb2dd6c8c1aa80f1b0ee0278953a64a6994fb9eb887474b66a49e145a5",
  "tests": [
    {
      "id": "2000W-0.8",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "a": 2000,
        "b": 0.8,
        "factor": 0.001
      },
      "expect": 2.5,
      "expectWarning": null,
      "actual": 2.5,
      "tol": 0.001
    },
    {
      "id": "1000W-1",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "a": 1000,
        "b": 1,
        "factor": 0.001
      },
      "expect": 1,
      "expectWarning": null,
      "actual": 1,
      "tol": 0.001
    },
    {
      "id": "5000W-0.9",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "a": 5000,
        "b": 0.9,
        "factor": 0.001
      },
      "expect": 5.5556,
      "expectWarning": null,
      "actual": 5.555555555555555,
      "tol": 0.01
    },
    {
      "id": "kva-to-w",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "a": 2.5,
        "b": 0.8,
        "factor": 1000
      },
      "expect": 2000,
      "expectWarning": null,
      "actual": 2000,
      "tol": 0.1,
      "engine": "scale-product"
    },
    {
      "id": "linear-2x-w",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "a": 4000,
        "b": 0.8,
        "factor": 0.001
      },
      "expect": 5,
      "expectWarning": null,
      "actual": 5,
      "tol": 0.001
    },
    {
      "id": "inverse-half-pf",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "a": 2000,
        "b": 0.4,
        "factor": 0.001
      },
      "expect": 5,
      "expectWarning": null,
      "actual": 5,
      "tol": 0.001
    },
    {
      "id": "soft-zero-pf",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "a": 2000,
        "b": 0,
        "factor": 0.001
      },
      "expect": 0,
      "expectWarning": null,
      "actual": 0,
      "tol": 1e-12
    },
    {
      "id": "soft-zero-w",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "a": 0,
        "b": 0.8,
        "factor": 0.001
      },
      "expect": 0,
      "expectWarning": null,
      "actual": 0,
      "tol": 1e-12
    },
    {
      "id": "800W-0.8",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "a": 800,
        "b": 0.8,
        "factor": 0.001
      },
      "expect": 1,
      "expectWarning": null,
      "actual": 1,
      "tol": 0.001
    },
    {
      "id": "soft-zero-kva-reverse",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "a": 0,
        "b": 0.8,
        "factor": 1000
      },
      "expect": 0,
      "expectWarning": null,
      "actual": 0,
      "tol": 1e-12,
      "engine": "scale-product"
    },
    {
      "id": "1kVA-unity-to-w",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "a": 1,
        "b": 1,
        "factor": 1000
      },
      "expect": 1000,
      "expectWarning": null,
      "actual": 1000,
      "tol": 0.1,
      "engine": "scale-product"
    }
  ],
  "tier": "engine_tested",
  "verification": {
    "tests": {
      "passed": 11,
      "total": 11,
      "golden": 11,
      "boundary": 0,
      "property": 0
    },
    "contract_checks": {
      "passed": 4,
      "total": 4
    }
  },
  "evidence_core_generated_at": "2026-09-15T06:31:46.555Z",
  "rendered_at": "2026-09-16T22:03:43.707Z",
  "release_integrity": {
    "status": "verified",
    "scope": "workspace",
    "production_attestation_required": true,
    "calculation_version": "1.3.1",
    "artifacts": {
      "engine": "1.3.1",
      "page": "1.3.1",
      "capability": "1.3.1",
      "evidence": "1.3.1",
      "input_schema": "1.3.1",
      "output_schema": "1.3.1",
      "mcp_contract": "1.3.1"
    },
    "digests": {
      "input_schema_sha256": "c5c4cd498c7801cf23ae00b091e1c7b0d4621f02d00abb306e08d8cdd287e39a",
      "output_schema_sha256": "3e4e1d7c02b0977888f8662c53faec045f16f67ddf9d0c50840942af558a9e26",
      "evidence_sha256": "bc89e341e5086819016dfad9a1deb1b1dc885e8cf33319df90a5bbfcfd26f4f8",
      "evidence_core_sha256": "bc89e341e5086819016dfad9a1deb1b1dc885e8cf33319df90a5bbfcfd26f4f8",
      "capability_sha256": "9e42665fb5daeffa91b5817222d6824c5fc58d2df7c73d5f0306cdb4c8236549",
      "engine_sha256": "c8d4ccdbfeaf61d7b024d4e1babb0c2ba3b324c1b37bd0cb456a526d8d2b1bd1",
      "mcp_contract_sha256": "863098b311a7b17dc4b229a6302b90b3545b175f716e5d84772c7be8e9716b86"
    },
    "contract_checks": {
      "total": 4,
      "passed": 4,
      "failed": 0,
      "items": [
        {
          "id": "release-artifacts-aligned",
          "status": "pass",
          "detail": "1.3.1"
        },
        {
          "id": "schema-valid-input-executes",
          "status": "pass"
        },
        {
          "id": "engine-success-output-validates-schema",
          "status": "pass"
        },
        {
          "id": "schema-rejects-incomplete-input",
          "status": "pass"
        }
      ]
    },
    "report": "https://www.calculatorx.com/.well-known/calculatorx-release-integrity.json"
  }
}
