{
  "$schema": "https://govschema.org/spec/v0.3/govschema.schema.json",
  "govschemaVersion": "0.3.0",
  "id": "mu/cbrd/limited-partnership-change-in-registered-particulars",
  "version": "1.0.0",
  "title": "Mauritius Notice of Change in Registered Particulars of a Limited Partnership (Form S22/F LP7)",
  "description": "The Corporate and Business Registration Department (CBRD)'s \"Notice of Change in Registered Particulars\", Form S22/F LP7, prescribed under section 22 of the Limited Partnerships Act 2011 and distributed directly and unauthenticated from the Department's own downloadable-forms page. An already-registered Limited Partnership's general partner(s) file this notice to disclose any change in information originally stated in the partnership's declaration under section 11(1) or section 19(2)(d) of the Act, identifying the existing record by its registered number and category before describing the change(s) filed. This schema does not submit the filing itself; the live source and the Department's own current requirements are always authoritative. GovSchema is independent and is not affiliated with, endorsed by, or operated by the Government of Mauritius or its Corporate and Business Registration Department.",
  "status": "draft",
  "jurisdiction": {
    "country": "MU",
    "level": "national"
  },
  "authority": {
    "name": "Corporate and Business Registration Department",
    "abbreviation": "CBRD",
    "url": "https://companies.govmu.org/cbrd/"
  },
  "process": {
    "type": "application",
    "language": "en"
  },
  "source": {
    "url": "https://companies.govmu.org/cbrd/wp-content/uploads/2025/08/NOTICE-OF-CHANGE-IN-REGISTERED-PARTICULARS_LP7.pdf",
    "retrievedAt": "2026-07-25",
    "documentRef": "NOTICE OF CHANGE IN REGISTERED PARTICULARS (Section 22), Form S22/F LP7, Corporate and Business Registration Department, 1 page, text-layer PDF (no AcroForm annotations)."
  },
  "verification": {
    "method": "manual-source-review-v1",
    "lastVerifiedAt": "2026-07-25",
    "verifiedBy": "GovSchema Engineering (Standards Engineer)",
    "nextReviewBy": "2027-01-25",
    "notes": "See VERIFICATION.md for the full write-up: source fetch/hash, extraction method (positional text-layer extraction plus a canvas render to confirm the identification boxes), the two-box (not three-box) existing-record identification block that distinguishes this form from its LP5 sibling, and the bounded-slot (1-of-4 required) General Partner signature/full-name grid."
  },
  "maturity": {
    "level": "structural-reference",
    "criteria": {
      "structuralReference": true,
      "verifiedSchema": false,
      "agentReadySchema": false,
      "executionTestedSchema": false
    },
    "method": "maturity-self-assessment-v1",
    "assertedBy": "GovSchema Engineering (Standards Engineer)",
    "assertedAt": "2026-07-25"
  },
  "license": "CC-BY-4.0",
  "steps": [
    {
      "id": "existing_partnership_identification",
      "title": "Section 22 — Existing Limited Partnership Identification",
      "fields": [
        "nameOfLimitedPartnership",
        "registeredNo",
        "category"
      ],
      "next": "changes_filed"
    },
    {
      "id": "changes_filed",
      "title": "Change(s) in Registered Particulars",
      "fields": [
        "changesFiled"
      ],
      "next": "declaration"
    },
    {
      "id": "declaration",
      "title": "Declaration by General Partner(s)",
      "fields": [
        "declarationDate",
        "generalPartner1Signature",
        "generalPartner1FullName",
        "generalPartner2Signature",
        "generalPartner2FullName",
        "generalPartner3Signature",
        "generalPartner3FullName",
        "generalPartner4Signature",
        "generalPartner4FullName"
      ]
    }
  ],
  "fields": [
    {
      "name": "nameOfLimitedPartnership",
      "label": "Name of Limited Partnership",
      "type": "string",
      "required": true,
      "sourceRef": "\"Name of Limited Partnership ______\""
    },
    {
      "name": "registeredNo",
      "label": "Registered No.",
      "type": "string",
      "required": true,
      "description": "The Limited Partnership's own registered number, printed in its own bordered box directly beneath the name entry, used by the Department to positively identify the existing record whose particulars are changing.",
      "sourceRef": "\"Registered No. ______\""
    },
    {
      "name": "category",
      "label": "Category",
      "type": "string",
      "required": true,
      "sourceRef": "\"Category ______\""
    },
    {
      "name": "changesFiled",
      "label": "Change(s) in Registered Particulars",
      "type": "string",
      "required": true,
      "description": "Free-text description of the change(s) in information stated in the declaration referred to in section 11(1) or section 19(2)(d) of the Limited Partnerships Act 2011 that are being filed with the Registrar. The form prints four blank ruled lines for this entry with no further structure (no per-item labels or a repeatable table), so it is modelled as a single free-text field matching the source's own single logical entry spanning multiple ruled lines.",
      "sourceRef": "\"The following change (s) in information stated in the declaration referred to in Section 11(1) or 19(2) (d) is/are filed with the Registrar: ______\" (four ruled lines)"
    },
    {
      "name": "declarationDate",
      "label": "Date",
      "type": "date",
      "required": true,
      "sourceRef": "\"Date: ______\""
    },
    {
      "name": "generalPartner1Signature",
      "label": "General Partner 1 — Signature",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "At least one general partner's signature is a legal precondition of this notice, so slot 1 is modelled required. The form prints a four-row \"Signatures\" / \"Full names\" grid under \"General Partner (s)\" with no accompanying count field or checkbox indicating how many rows are actually used, so slots 2-4 are modelled optional with no requiredWhen gate rather than inventing a count/discriminator field the source does not print — the same bounded-slot convention already established by this registry's LP1/LLP1 registration schemas.",
      "sourceRef": "\"Signatures: ______\" (row 1 of 4)"
    },
    {
      "name": "generalPartner1FullName",
      "label": "General Partner 1 — Full Name",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "See generalPartner1Signature's own description for this bounded slot's requiredness rationale.",
      "sourceRef": "\"Full names: ______\" (row 1 of 4)"
    },
    {
      "name": "generalPartner2Signature",
      "label": "General Partner 2 — Signature",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "See generalPartner1Signature's own description for this bounded slot's requiredness rationale.",
      "sourceRef": "\"Signatures: ______\" (row 2 of 4)"
    },
    {
      "name": "generalPartner2FullName",
      "label": "General Partner 2 — Full Name",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "See generalPartner1Signature's own description for this bounded slot's requiredness rationale.",
      "sourceRef": "\"Full names: ______\" (row 2 of 4)"
    },
    {
      "name": "generalPartner3Signature",
      "label": "General Partner 3 — Signature",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "See generalPartner1Signature's own description for this bounded slot's requiredness rationale.",
      "sourceRef": "\"Signatures: ______\" (row 3 of 4)"
    },
    {
      "name": "generalPartner3FullName",
      "label": "General Partner 3 — Full Name",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "See generalPartner1Signature's own description for this bounded slot's requiredness rationale.",
      "sourceRef": "\"Full names: ______\" (row 3 of 4)"
    },
    {
      "name": "generalPartner4Signature",
      "label": "General Partner 4 — Signature",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "See generalPartner1Signature's own description for this bounded slot's requiredness rationale.",
      "sourceRef": "\"Signatures: ______\" (row 4 of 4)"
    },
    {
      "name": "generalPartner4FullName",
      "label": "General Partner 4 — Full Name",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "See generalPartner1Signature's own description for this bounded slot's requiredness rationale.",
      "sourceRef": "\"Full names: ______\" (row 4 of 4)"
    }
  ]
}
