{
  "$schema": "https://govschema.org/spec/v0.3/govschema.schema.json",
  "govschemaVersion": "0.3.0",
  "id": "mu/cbrd/limited-liability-partnership-change-in-registered-particulars",
  "version": "1.0.0",
  "title": "Mauritius Notice of Change in Registered Particulars of a Limited Liability Partnership (Form S44/F LLP7)",
  "description": "The Corporate and Business Registration Department (CBRD)'s \"Notice of Change in Registered Particulars\", Form S44/F LLP7, prescribed under section 44 of the Limited Liability Partnerships Act 2016 and distributed directly and unauthenticated from the Department's own downloadable-forms page. An already-registered Limited Liability Partnership's partner(s) file this notice to disclose any change in information stated in the partnership's declaration referred to in section 44 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_LLP7.pdf",
    "retrievedAt": "2026-07-26",
    "documentRef": "NOTICE OF CHANGE IN REGISTERED PARTICULARS (Section 44), Form S44/F LLP7, Corporate and Business Registration Department, 1 page, text-layer PDF (no AcroForm annotations)."
  },
  "verification": {
    "method": "manual-source-review-v1",
    "lastVerifiedAt": "2026-07-26",
    "verifiedBy": "GovSchema Engineering (Standards Engineer)",
    "nextReviewBy": "2027-01-26",
    "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 shared with the LP7 sibling, the LLP-family \"Partner(s)\" (not \"General Partner(s)\") terminology, and the Signature-before-Full-name column order matching LP7's own order (not the LLP8 sibling's reversed order)."
  },
  "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-26"
  },
  "license": "CC-BY-4.0",
  "steps": [
    {
      "id": "existing_llp_identification",
      "title": "Section 44 — Existing Limited Liability Partnership Identification",
      "fields": [
        "nameOfLimitedLiabilityPartnership",
        "registeredNo",
        "category"
      ],
      "next": "changes_filed"
    },
    {
      "id": "changes_filed",
      "title": "Change(s) in Registered Particulars",
      "fields": [
        "changesFiled"
      ],
      "next": "declaration"
    },
    {
      "id": "declaration",
      "title": "Declaration by Partner(s)",
      "fields": [
        "declarationDate",
        "partner1Signature",
        "partner1FullName",
        "partner2Signature",
        "partner2FullName",
        "partner3Signature",
        "partner3FullName",
        "partner4Signature",
        "partner4FullName"
      ]
    }
  ],
  "fields": [
    {
      "name": "nameOfLimitedLiabilityPartnership",
      "label": "Name of Limited Liability Partnership",
      "type": "string",
      "required": true,
      "sourceRef": "\"Name of Limited Liability Partnership ______\""
    },
    {
      "name": "registeredNo",
      "label": "Registered No.",
      "type": "string",
      "required": true,
      "description": "The Limited Liability 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 44 of the Limited Liability Partnerships Act 2016 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, the same convention used by the LP7 sibling's own changesFiled field.",
      "sourceRef": "\"The following change (s) in information stated in the declaration referred to in Section 44 is/are filed with the Registrar: ______\" (four ruled lines)"
    },
    {
      "name": "declarationDate",
      "label": "Date",
      "type": "date",
      "required": true,
      "sourceRef": "\"Date: ______\""
    },
    {
      "name": "partner1Signature",
      "label": "Partner 1 — Signature",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "At least one 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 \"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 LP7 sibling. The signature column prints on the left (x≈72) and the full-name column on the right (x≈360), the same left-to-right order as the LP7 sibling and the reverse of the LLP8 sibling's own reversed order.",
      "sourceRef": "\"Signatures: ______\" (row 1 of 4)"
    },
    {
      "name": "partner1FullName",
      "label": "Partner 1 — Full Name",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "See partner1Signature's own description for this bounded slot's requiredness rationale and column order.",
      "sourceRef": "\"Full names: ______\" (row 1 of 4)"
    },
    {
      "name": "partner2Signature",
      "label": "Partner 2 — Signature",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "See partner1Signature's own description for this bounded slot's requiredness rationale and column order.",
      "sourceRef": "\"Signatures: ______\" (row 2 of 4)"
    },
    {
      "name": "partner2FullName",
      "label": "Partner 2 — Full Name",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "See partner1Signature's own description for this bounded slot's requiredness rationale and column order.",
      "sourceRef": "\"Full names: ______\" (row 2 of 4)"
    },
    {
      "name": "partner3Signature",
      "label": "Partner 3 — Signature",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "See partner1Signature's own description for this bounded slot's requiredness rationale and column order.",
      "sourceRef": "\"Signatures: ______\" (row 3 of 4)"
    },
    {
      "name": "partner3FullName",
      "label": "Partner 3 — Full Name",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "See partner1Signature's own description for this bounded slot's requiredness rationale and column order.",
      "sourceRef": "\"Full names: ______\" (row 3 of 4)"
    },
    {
      "name": "partner4Signature",
      "label": "Partner 4 — Signature",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "See partner1Signature's own description for this bounded slot's requiredness rationale and column order.",
      "sourceRef": "\"Signatures: ______\" (row 4 of 4)"
    },
    {
      "name": "partner4FullName",
      "label": "Partner 4 — Full Name",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "See partner1Signature's own description for this bounded slot's requiredness rationale and column order.",
      "sourceRef": "\"Full names: ______\" (row 4 of 4)"
    }
  ]
}
