redelegate.nz

Authoritative reference for scoring logic

Scorecard Methodology

version 1.0 · last updated 2026-07-23 · status: authoritative

1. Purpose

This document defines the exact rules for calculating and updating the public risk scorecard for potential re-delegation of the .nz ccTLD away from InternetNZ. All scoring must follow these rules. The scorecard measures formal process risk under the 2016 MoU (clauses 29–35) and RFC 1591 principles only.

2. Core principles

3. Scoring scale

Only these values are used, for every dimension and the overall score:

ValueLabelDefinition
1LowNo material public evidence of concern against the standard
2ModerateSome credible tension or criticism exists, but no formal process steps and limited breadth of community concern
3ElevatedCredible evidence of inconsistency or significant loss of confidence across multiple stakeholder groups; formal steps possible or early
4HighClear evidence meeting the relevant MoU / RFC 1591 threshold; multi-stakeholder process underway or imminent
0Insufficient evidenceNot enough public information to make a reliable assessment

4. Dimensions and scoring rules

Dimension A — Consistency with RFC 1591 core principles

Weight: High (one of the two required conditions).

Sub-criteria (score each, then take the highest as the Dimension A score):

Evidence required: Published .nz Rules, DNCL enforcement data, registry performance reports, documented cases of differential treatment, IANA root zone data, independent technical assessments.

Dimension B — Local internet community confidence

Weight: High (supports the “significantly interested parties” and trustee standards).

Evidence required: Membership data, public statements from diverse stakeholder groups, formal complaints, survey results, outcomes of major member votes, breadth of organisations expressing loss of confidence.

Dimension C — MoU formal process status

Weight: Critical (gatekeeper dimension).

Evidence required: Official correspondence from MBIE or other significantly interested parties, public records of meetings, initiation of multi-stakeholder conversation, any formal steps toward IANA.

Dimension D — Transparency & community engagement (MoU clauses 26–27)

Weight: Supporting.

Evidence required: Timeliness of annual reports, publication of Board minutes, public reporting on surplus activities, quality of consultations, evidence of testing broader community views.

Score primarily on delivery against the specific MoU commitments. Isolated delays = 2. Systemic failure to meet published commitments = 3 or 4.

Dimension E — Existence of a credible alternative manager

Weight: High (second required condition).

Evidence required: Public proposals from alternative organisations, demonstrated technical capability, statements of support from a broad range of stakeholders, readiness to accept transfer of register and zones.

5. Overall risk score calculation (strict rules)

Overall risk is calculated using these exact rules, in order:

  1. If Dimension C = 1 → Overall Risk = 1 (Low)
  2. If Dimension E = 1 → Overall Risk cannot exceed 2 (Moderate)
  3. If both Dimension A ≤ 2 and Dimension B ≤ 2 → Overall Risk cannot exceed 2
  4. Overall Risk may only reach 3 (Elevated) if: Dimension C ≥ 2, and (Dimension A ≥ 3 or Dimension B ≥ 3), and Dimension E ≥ 2
  5. Overall Risk may only reach 4 (High) if: Dimension C ≥ 3, and (Dimension A ≥ 3 or Dimension B ≥ 3), and Dimension E ≥ 3, and there is public evidence that a multi-stakeholder conversation seeking clear consensus is underway
Never average the dimensions. The logic above is mandatory. The implementation used by this site is public: score-engine.js, and you can exercise it interactively in the decision machine.

6. Update process

7. Output format

The live scorecard is published as structured data at data/scorecard.json, in this form:

{
  "version": "1.0",
  "date": "YYYY-MM-DD",
  "dimensions": {
    "A": { "score": 1, "label": "Low", "justification": "...", "evidence": ["url1", "url2"] },
    "B": { "score": 2, "label": "Moderate", "justification": "...", "evidence": [] },
    "C": { "score": 1, "label": "Low", "justification": "...", "evidence": [] },
    "D": { "score": 1, "label": "Low", "justification": "...", "evidence": [] },
    "E": { "score": 1, "label": "Low", "justification": "...", "evidence": [] }
  },
  "overall": {
    "score": 1,
    "label": "Low",
    "justification": "No formal MoU process has been activated. No credible
                      alternative manager has been proposed with broad support."
  }
}

Framework references