{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://callistobridge.com/datasets/modular-index-methodology-sample.json",
  "title": "Modular Index methodology sample (Callisto Bridge Keystone)",
  "description": "Anonymized sample of the record structure Keystone's Modular Index computes from. Every module passport that ingests into the registry contributes a record of this shape; the Modular Index (Standard, Pro, and Enterprise tiers) aggregates them into live industry benchmarks. Sample is illustrative, uses synthetic module identifiers, and does not represent any actual manufacturer, project, or transaction.",
  "publisher": {
    "@type": "Organization",
    "name": "Callisto Bridge",
    "url": "https://callistobridge.com"
  },
  "license": "https://creativecommons.org/publicdomain/zero/1.0/",
  "keywords": [
    "verified-asset infrastructure",
    "industrial asset registry",
    "industrialized construction data platform",
    "modular construction benchmark",
    "KeyScore methodology"
  ],
  "recordSchema": {
    "asset_id": "string (format: BBX-YYYY-NNNNN, opaque module identifier)",
    "asset_class": "string (enum: modular_housing, ev_battery, solar_component, medical_device)",
    "manufacturer_id": "string (opaque, hashed at insert)",
    "factory_id": "string (opaque, hashed at insert)",
    "production_batch": "string (materials-lot identifier)",
    "type_code": "string (asset-class-specific type; e.g. 2BR-820sqft-Volumetric)",
    "capacity_value": "number (asset-class-specific; sqft for modules, kWh for batteries, W for solar)",
    "quality_score": "integer (0-100, direct QA composite: weld pass rate, dimensional tolerance, materials cert compliance)",
    "condition_score": "integer (0-100, weighted post-QA condition after inspection)",
    "resilience_class": "string (enum: A, B, C, D; seismic / thermal / hurricane classification per asset class)",
    "net_zero_flag": "boolean (materials + embodied carbon threshold)",
    "third_party_inspection": "string (enum: pass, fail, pending)",
    "lifecycle_state": "string (enum: raw, certified, completed, installed, in-service, retired)",
    "keyscore": "integer (0-99, deterministic function of the above)",
    "signature": "string (ECDSA over the record hash, produced at insert)",
    "hash": "string (SHA-256 of canonical record serialization)"
  },
  "sampleRecords": [
    {
      "asset_id": "BBX-2026-44871",
      "asset_class": "modular_housing",
      "manufacturer_id": "MFG-A9F3-2C1E",
      "factory_id": "FAC-TX-01",
      "production_batch": "Steel-A992-2026-Q2",
      "type_code": "2BR-820sqft-Volumetric",
      "capacity_value": 820,
      "quality_score": 92,
      "condition_score": 92,
      "resilience_class": "B",
      "net_zero_flag": true,
      "third_party_inspection": "pass",
      "lifecycle_state": "installed",
      "keyscore": 92,
      "signature": "3045022100b7c4...ecc-p256",
      "hash": "0xbbx202644871f4c9e2..."
    },
    {
      "asset_id": "CMW-2026-117B",
      "asset_class": "modular_housing",
      "manufacturer_id": "MFG-C3E1-8B4A",
      "factory_id": "FAC-NM-01",
      "production_batch": "Al-6061-2026-Q2",
      "type_code": "PanelizedWall-320sqft",
      "capacity_value": 320,
      "quality_score": 80,
      "condition_score": 78,
      "resilience_class": "B",
      "net_zero_flag": false,
      "third_party_inspection": "pass",
      "lifecycle_state": "completed",
      "keyscore": 78,
      "signature": "3045022100a1d3...ecc-p256",
      "hash": "0xcmw2026117bf8a2..."
    },
    {
      "asset_id": "LBC-2026-99021",
      "asset_class": "modular_housing",
      "manufacturer_id": "MFG-B5D2-4E7F",
      "factory_id": "FAC-NE-01",
      "production_batch": "Steel-A992-2026-Q2",
      "type_code": "MultifamilyCorridor-480sqft",
      "capacity_value": 480,
      "quality_score": 84,
      "condition_score": 84,
      "resilience_class": "C",
      "net_zero_flag": false,
      "third_party_inspection": "pass",
      "lifecycle_state": "completed",
      "keyscore": 84,
      "signature": "3045022100c9e2...ecc-p256",
      "hash": "0xlbc202699021d3b7..."
    }
  ],
  "modularIndexAggregations": {
    "description": "The Modular Index Standard tier publishes these aggregations monthly across the registry. Pro tier adds sector + region breakdowns. Enterprise tier exposes the underlying record set (opaque asset IDs) under license.",
    "fields": [
      { "name": "avg_keyscore", "type": "number", "note": "Population mean" },
      { "name": "ig_share", "type": "number", "note": "Share with KeyScore >= 75 (investment-grade equivalent)" },
      { "name": "avg_price_per_capacity", "type": "number", "note": "Rolling 90-day weighted average" },
      { "name": "climate_resilient_share", "type": "number", "note": "Share with resilience_class A or B" },
      { "name": "net_zero_share", "type": "number", "note": "Share with net_zero_flag = true" }
    ]
  },
  "notes": {
    "verified_state": "Every attribute in the record is either machine-observable (factory sensors, third-party inspection systems, materials cert QR codes) or notarized by a licensed party. No self-reported values.",
    "keyscore_formula": "Deterministic. Any party with the record can reproduce the score. Public methodology; the formula is not proprietary.",
    "downstream_reads": "Capital Rail (pool-grade pre-screen), Disbursement Rail (verified-release gate), Insurance Rail (resilience pricing), Modular Index (aggregation). Every downstream engine reads the same record.",
    "regulatory_posture": "Keystone is data infrastructure. It does not issue credit ratings, bind insurance, or move funds. NRSRO partners issue official ratings using this record as one input; licensed MGA partners bind insurance from the same record; existing federal / state / Treasury rails move funds gated on the verified-release signal."
  }
}
