validate_cin
Validate an Indian Company Identification Number (CIN) and decode fields such as listing status, state, incorporation year, NIC code, company type, and serial number for company registration verification.
Instructions
Validate and decode an Indian CIN (Company Identification Number).
Use when verifying company registration data, extracting listing status, NIC code, state, year, and company type from a CIN.
Args: cin: 21-character CIN string. Spaces and hyphens stripped automatically.
Returns: Standard envelope containing decoded fields: listing status, NIC code, state, year of incorporation, company type, and serial number.
Notes: Format validation with field decoding. No public checksum.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cin | Yes | 21-character CIN (spaces/hyphens allowed). Example: L17110MH1973PLC019786 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||