{
  "$schema": "https://govschema.org/spec/v0.3/govschema.schema.json",
  "govschemaVersion": "0.3.0",
  "id": "mu/cbrd/limited-liability-partnership-consent-of-partner",
  "version": "1.0.0",
  "title": "Mauritius Consent of Partner of a Proposed Limited Liability Partnership (Form S23/F LLP2)",
  "description": "The Corporate and Business Registration Department (CBRD)'s \"Consent of Partner\", Form S23/F LLP2, prescribed under section 23 of the Limited Liability Partnerships Act 2016 and distributed directly and unauthenticated from the Department's own downloadable-forms page. Each person proposed to act as a partner of a Limited Liability Partnership being registered signs their own copy of this form, consenting to act as partner and supplying their identifying particulars, as a companion filing to this registry's already-published `mu/cbrd/limited-liability-partnership-registration` (Form LLP1) application. 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/CONSENT-OF-PARTNER_LLP2.pdf",
    "retrievedAt": "2026-07-25",
    "documentRef": "CONSENT OF PARTNER (Section 23), Form S23/F LLP2, 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; no AcroForm widgets, no ambiguous checkbox layout requiring a canvas render), the mutually-exclusive BRN/ID No. identifier fields, and the boilerplate cross-reference to a 'director' role that this Limited Liability Partnership form itself never otherwise uses."
  },
  "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": "partner_particulars",
      "title": "Section 23 — Proposed Partnership and Partner Particulars",
      "fields": [
        "nameOfProposedLimitedLiabilityPartnership",
        "partnerBrn",
        "partnerFullName",
        "partnerIdNo",
        "partnerFullAddress"
      ],
      "next": "consent_declaration"
    },
    {
      "id": "consent_declaration",
      "title": "Consent Declaration",
      "fields": [
        "declarationDate",
        "signatureOfPartner"
      ],
      "next": "presented_by"
    },
    {
      "id": "presented_by",
      "title": "Presented By",
      "fields": [
        "presentedByName",
        "presentedByAddress",
        "presentedByReference"
      ]
    }
  ],
  "fields": [
    {
      "name": "nameOfProposedLimitedLiabilityPartnership",
      "label": "Name of Proposed Limited Liability Partnership",
      "type": "string",
      "required": true,
      "sourceRef": "\"Name of proposed Limited Liability Partnership ______\""
    },
    {
      "name": "partnerBrn",
      "label": "BRN (if the Partner is a Body Corporate)",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "The form prints a distinct 'BRN.' (Business Registration Number) blank alongside the partner's own name/identity block, for use when the consenting partner is itself a body corporate rather than a natural person. The form prints no checkbox or other discriminator distinguishing a natural-person partner from a body-corporate partner, so this field and partnerIdNo are both modelled optional with no requiredWhen gate rather than inventing an entity-type field the source does not print — in practice exactly one of the two applies to a given consenting partner.",
      "sourceRef": "\"BRN. ______\""
    },
    {
      "name": "partnerFullName",
      "label": "Full Name of Partner",
      "type": "string",
      "required": true,
      "classification": "pii",
      "sourceRef": "\"Full name of Partner ______\""
    },
    {
      "name": "partnerIdNo",
      "label": "ID No. (if the Partner is a Natural Person)",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "See partnerBrn's own description for this field's mutually-exclusive-alternate rationale; the source prints 'ID No.' as its own separate blank alongside 'BRN.', with no discriminator field.",
      "sourceRef": "\"ID No. ______\""
    },
    {
      "name": "partnerFullAddress",
      "label": "Full Address of Partner",
      "type": "string",
      "required": true,
      "classification": "pii",
      "sourceRef": "\"Full address ______\""
    },
    {
      "name": "declarationDate",
      "label": "Date",
      "type": "date",
      "required": true,
      "sourceRef": "\"I consent to act as Partner of the above proposed Limited Liability Partnership.\" followed by \"Date: ______\""
    },
    {
      "name": "signatureOfPartner",
      "label": "Signature",
      "type": "string",
      "required": true,
      "classification": "pii",
      "sourceRef": "\"Signature: ______\""
    },
    {
      "name": "presentedByName",
      "label": "Presented By — Name",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "The form's own 'Presented by' block is printed as a two-line run ('Name: ______' plus a second blank continuation line directly beneath it) to accommodate a long filer/firm name; modelled as one field, matching the source's own single logical entry.",
      "sourceRef": "\"Presented by: Name: ______\" (two printed lines)"
    },
    {
      "name": "presentedByAddress",
      "label": "Presented By — Address",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "Printed as a two-line run for the same reason as presentedByName.",
      "sourceRef": "\"Address: ______\" (two printed lines)"
    },
    {
      "name": "presentedByReference",
      "label": "Presented By — Reference",
      "type": "string",
      "required": false,
      "description": "A filer's own internal file/matter reference, printed as a single optional blank line distinct from the Department's own 'FOR OFFICE USE' box (Document Folio, Category, Partnership No., Officer's Name, Sig, Date, Sheet of), which is officer-only and not modelled.",
      "sourceRef": "\"Reference: ______\""
    }
  ]
}
