get_company_information_disclosure_violations
Check for information disclosure and shareholder meeting regulation violations of listed companies using their stock code to identify compliance issues.
Instructions
Obtain information disclosure and shareholder meeting regulation violations for a listed company based on its stock code.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| code | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "code": {
      "title": "Code",
      "type": "string"
    }
  },
  "required": [
    "code"
  ],
  "type": "object"
}