Methodology

GET /v1/methodology for the public methodology version and asset-weight registry.

GET /v1/methodology

Return methodology versions, asset categories, risk dimensions, and per-category dimension weights.

Response

{
  "data": {
    "versions": [
      {
        "version": "v1.3",
        "effective_from": "2026-05-07T00:00:00Z",
        "effective_to": null,
        "changelog": "Asset registry methodology update",
        "approved_by": "methodology-committee"
      }
    ],
    "categories": ["fiat_backed_stablecoin", "rwa_credit"],
    "dimensions": ["issuer_custody", "credit_quality"],
    "weights_by_category": {
      "fiat_backed_stablecoin": {
        "issuer_custody": 0.25,
        "reserve_transparency": 0.2
      }
    }
  }
}

Use this endpoint with asset risk_score_breakdown fields to reconstruct category-level asset scores.

On this page

Raw