{
  "$schema": "https://govschema.org/spec/v0.3/govschema.schema.json",
  "govschemaVersion": "0.3.0",
  "id": "mu/cbrd/limited-partnership-removal-from-register",
  "version": "1.0.0",
  "title": "Mauritius Application for Removal of a Limited Partnership from Register for the Purpose of Transferring its Registration to Another Country (Form S65.F LP4)",
  "description": "The Corporate and Business Registration Department (CBRD)'s \"Application for Removal of Limited Partnership from Register for the Purpose of Transferring its Registration to Another Country\", Form S65.F LP4, prescribed under section 65 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 application to have the partnership removed from the Mauritius register so its registration can transfer to another country, identifying the existing record by its registered number and category, naming the proposed jurisdiction of transfer, and declaring on the partnership's behalf. 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/APPLICATION-FOR-REMOVAL-OF-LIMITED-PARTNERSHIP-FROM-REGISTER-FOR-THE-PURPOSE-OF-TRANFERRING-ITS-REGISTRATION-TO-ANOTHER-COUNTRY_-LP4.pdf",
    "retrievedAt": "2026-07-26",
    "documentRef": "APPLICATION FOR REMOVAL OF LIMITED PARTNERSHIP FROM REGISTER FOR THE PURPOSE OF TRANSFERRING ITS REGISTRATION TO ANOTHER COUNTRY (Section 65), Form S65.F LP4, 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), the two-box side-by-side (Category, Registered No.) existing-record identification block shared with the LLP8 sibling, the un-checkboxed three-item 'Enclosed herewith' list modelled as documents[] (not boolean fields, unlike the LLP8 sibling's own three checkboxes), and the Full-Name-before-Signature General Partner column order matching LLP8's own order (not LP7'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_lp_identification",
      "title": "Section 65 — Existing Limited Partnership Identification",
      "fields": [
        "nameOfLimitedPartnership",
        "registeredNo",
        "category"
      ],
      "next": "transfer_details"
    },
    {
      "id": "transfer_details",
      "title": "Proposed Jurisdiction of Transfer",
      "fields": [
        "proposedJurisdictionOfTransfer"
      ],
      "next": "declaration"
    },
    {
      "id": "declaration",
      "title": "Declaration by General Partner(s)",
      "fields": [
        "declarationDate",
        "generalPartner1FullName",
        "generalPartner1Signature",
        "generalPartner2FullName",
        "generalPartner2Signature",
        "generalPartner3FullName",
        "generalPartner3Signature",
        "generalPartner4FullName",
        "generalPartner4Signature"
      ]
    }
  ],
  "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 applying for removal. The same side-by-side two-box identification pattern (Category left, Registered No. right) already established by the LLP8 sibling, not the stacked layout used by the LP7 sibling nor the abbreviated \"LP No.\" label used by the LP6 sibling.",
      "sourceRef": "\"Registered No. ______\""
    },
    {
      "name": "category",
      "label": "Category",
      "type": "string",
      "required": true,
      "sourceRef": "\"Category ______\""
    },
    {
      "name": "proposedJurisdictionOfTransfer",
      "label": "Proposed Jurisdiction of Transfer",
      "type": "string",
      "required": true,
      "description": "The country to which the Limited Partnership's registration will transfer once removed from the Mauritius register. Printed in its own centered bordered box directly beneath the Category/Registered No. boxes, confirmed via canvas render, the same field already established by the LLP8 sibling.",
      "sourceRef": "\"Proposed jurisdiction of transfer ______\""
    },
    {
      "name": "declarationDate",
      "label": "Date",
      "type": "date",
      "required": true,
      "sourceRef": "\"Date:…………………………\""
    },
    {
      "name": "generalPartner1FullName",
      "label": "General Partner 1 — Full Name",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "At least one general partner's full name and signature is a legal precondition of this application, so slot 1 is modelled required. The form prints a four-row \"General Partner (s)\" grid with \"Full Name(s)\" as the left column (x≈58) and \"Signature(s)\" as the right column (x≈346), 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 — the same bounded-slot convention already established by this registry's LP7/LP1/LLP1/LLP8 schemas. This form's column order (Full Name before Signature) matches the LLP8 sibling's own order, the reverse of the LP7 sibling's own Signature-before-Full-Name column order.",
      "sourceRef": "\"Full Name(s): ______\" (row 1 of 4)"
    },
    {
      "name": "generalPartner1Signature",
      "label": "General Partner 1 — Signature",
      "type": "string",
      "required": true,
      "classification": "pii",
      "description": "See generalPartner1FullName's own description for this bounded slot's requiredness rationale and the column-order finding.",
      "sourceRef": "\"Signature(s): ______\" (row 1 of 4)"
    },
    {
      "name": "generalPartner2FullName",
      "label": "General Partner 2 — Full Name",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "See generalPartner1FullName's own description for this bounded slot's requiredness rationale.",
      "sourceRef": "\"Full Name(s): ______\" (row 2 of 4)"
    },
    {
      "name": "generalPartner2Signature",
      "label": "General Partner 2 — Signature",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "See generalPartner1FullName's own description for this bounded slot's requiredness rationale.",
      "sourceRef": "\"Signature(s): ______\" (row 2 of 4)"
    },
    {
      "name": "generalPartner3FullName",
      "label": "General Partner 3 — Full Name",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "See generalPartner1FullName's own description for this bounded slot's requiredness rationale.",
      "sourceRef": "\"Full Name(s): ______\" (row 3 of 4)"
    },
    {
      "name": "generalPartner3Signature",
      "label": "General Partner 3 — Signature",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "See generalPartner1FullName's own description for this bounded slot's requiredness rationale.",
      "sourceRef": "\"Signature(s): ______\" (row 3 of 4)"
    },
    {
      "name": "generalPartner4FullName",
      "label": "General Partner 4 — Full Name",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "See generalPartner1FullName's own description for this bounded slot's requiredness rationale.",
      "sourceRef": "\"Full Name(s): ______\" (row 4 of 4)"
    },
    {
      "name": "generalPartner4Signature",
      "label": "General Partner 4 — Signature",
      "type": "string",
      "required": false,
      "classification": "pii",
      "description": "See generalPartner1FullName's own description for this bounded slot's requiredness rationale.",
      "sourceRef": "\"Signature(s): ______\" (row 4 of 4)"
    }
  ],
  "documents": [
    {
      "id": "documentaryEvidenceSection65",
      "label": "Documentary evidence as required under section 65(a), (b) and (d) of the Act",
      "category": "supporting-evidence",
      "required": true,
      "belongsTo": "applicant",
      "sourceRef": "\"Enclosed herewith: (a) Documentary evidence as required under section 65 (a), (b) and (d) of the Act.\""
    },
    {
      "id": "mraOrFscNoObjectionConfirmation",
      "label": "Written confirmation from MRA/Financial Services Commission that there is no objection to the Limited Partnership being removed from the register",
      "category": "supporting-evidence",
      "required": true,
      "belongsTo": "other",
      "sourceRef": "\"Enclosed herewith: (b) Written confirmation from MRA/Financial Services Commission that there is no objection to the Limited Partnership being removed from the register.\""
    },
    {
      "id": "publicNoticeSection67",
      "label": "Public Notice under Section 67",
      "category": "supporting-evidence",
      "required": true,
      "belongsTo": "applicant",
      "sourceRef": "\"Enclosed herewith: (c) Public Notice under Section 67\""
    }
  ]
}
