{
  "tool_id": "art-110-arc-partner-stablecoin-onboarding",
  "note": "golden_hash is empty until first `node golden-parity.test.mjs --update`.",
  "vectors": [
    {
      "name": "eligible_eurc_partner",
      "policy_parameters": {
        "issuer_profile": {
          "ccy": "EURC",
          "reserve_composition": [
            "liquid_sovereign",
            "cash_equivalent",
            "ecb_eligible"
          ],
          "attestation_cadence": "monthly",
          "risk_mgmt_controls": [
            "aml_screening",
            "transaction_monitoring",
            "sanctions_screening",
            "kyc_program"
          ],
          "technical_caps": [
            "evm_compatibility",
            "mint_burn_api",
            "on_chain_attestation",
            "iso20022_messaging",
            "circle_api_v2"
          ],
          "home_regime": "MiCA-EMT"
        }
      },
      "output_payload": {
        "ccy": "EURC",
        "home_regime": "MiCA-EMT",
        "tech_score": 100,
        "reserve_score": 100,
        "risk_score": 100,
        "composite_grade": 100,
        "grade": "A",
        "gaps": [],
        "eligible": true,
        "verdict": "ELIGIBLE"
      },
      "golden_hash": "2a9ea9641e54a1b76ab345c671730cb3c49a233ba25cbfd955bd57b309e125de"
    },
    {
      "name": "ineligible_missing_caps",
      "policy_parameters": {
        "issuer_profile": {
          "ccy": "JPYC",
          "reserve_composition": [
            "cash_equivalent"
          ],
          "attestation_cadence": "annual",
          "risk_mgmt_controls": [
            "aml_screening"
          ],
          "technical_caps": [
            "evm_compatibility"
          ],
          "home_regime": "JP-PSA-FSA"
        }
      },
      "output_payload": {
        "ccy": "JPYC",
        "home_regime": "JP-PSA-FSA",
        "tech_score": 25,
        "reserve_score": 50,
        "risk_score": 33,
        "composite_grade": 36,
        "grade": "F",
        "gaps": [
          "tech:mint_burn_api",
          "tech:on_chain_attestation",
          "tech:iso20022_messaging",
          "reserve:liquid_sovereign",
          "risk:transaction_monitoring",
          "risk:sanctions_screening"
        ],
        "eligible": false,
        "verdict": "NOT_ELIGIBLE"
      },
      "golden_hash": "ebf7dd9734c10064614d281f22fd193e8961b5c8d5bf46f81fa5037b62969758"
    }
  ]
}
