{
  "$schema": "https://govschema.org/spec/v0.3/govschema.schema.json",
  "govschemaVersion": "0.3.0",
  "id": "mu/cbrd/limited-partnership-consent-of-general-partner",
  "version": "1.0.0",
  "title": "Mauritius Consent of General Partner of a Proposed Limited Partnership (Form S19(2)(9)/F LP)",
  "description": "The Corporate and Business Registration Department (CBRD)'s \"Consent of General Partner\", Form S19(2)(9)/F LP, prescribed under section 19(2)(9) of the Limited Partnerships Act 2011 and distributed directly and unauthenticated from the Department's own downloadable-forms page. Each person proposed to act as a general partner of a Limited Partnership being registered signs their own copy of this form, consenting to act as general partner and supplying their identifying particulars, as a companion filing to this registry's already-published `mu/cbrd/limited-partnership-registration` (Form LP2) 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-GENERAL-PARTNER-LP.pdf",
    "retrievedAt": "2026-07-25",
    "documentRef": "CONSENT OF GENERAL PARTNER (Section 19(2)(9)), Form S19(2)(9)/F LP, 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 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 19(2)(9) — Proposed Partnership and General Partner Particulars",
      "fields": [
        "nameOfProposedLimitedPartnership",
        "generalPartnerBrn",
        "generalPartnerFullName",
        "generalPartnerIdNo",
        "generalPartnerFullAddress"
      ],
      "next": "consent_declaration"
    },
    {
      "id": "consent_declaration",
      "title": "Consent Declaration",
      "fields": [
        "declarationDate",
        "signatureOfGeneralPartner"
      ],
      "next": "presented_by"
    },
    {
      "id": "presented_by",
      "title": "Presented By",
      "fields": [
        "presentedByName",
        "presentedByAddress",
        "presentedByReference"
      ]
    }
  ],
  "fields": [
    {
      "name": "nameOfProposedLimitedPartnership",
      "label": "Name of Proposed Limited Partnership",
      "type": "string",
      "required": true,
      "sourceRef": "\"Name of proposed Limited Partnership ______\""
    },
    {
      "name": "generalPartnerBrn",
      "label": "BRN (if the General Partner is a Body Corporate)",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "The form prints a distinct 'BRN.' (Business Registration Number) blank alongside the general partner's own name/identity block, for use when the consenting general partner is itself a body corporate rather than a natural person. The form prints no checkbox or other discriminator distinguishing a natural-person general partner from a body-corporate general partner, so this field and generalPartnerIdNo 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 general partner. Same either/or convention already used on the sibling `mu/cbrd/limited-liability-partnership-consent-of-partner` schema's own partnerBrn field.",
      "sourceRef": "\"BRN. ______\""
    },
    {
      "name": "generalPartnerFullName",
      "label": "Full Name of General Partner",
      "type": "string",
      "required": true,
      "classification": "pii",
      "sourceRef": "\"Full name of General Partner ______\""
    },
    {
      "name": "generalPartnerIdNo",
      "label": "ID No. (if the General Partner is a Natural Person)",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "See generalPartnerBrn'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": "generalPartnerFullAddress",
      "label": "Full Address of General Partner",
      "type": "string",
      "required": true,
      "classification": "pii",
      "sourceRef": "\"Full address ______\""
    },
    {
      "name": "declarationDate",
      "label": "Date",
      "type": "date",
      "required": true,
      "sourceRef": "\"I consent to act as General Partner of the above proposed Limited Partnership.\" followed by \"Date: ______\""
    },
    {
      "name": "signatureOfGeneralPartner",
      "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: ______\""
    }
  ]
}
