get_company_financial_reports_supervisor_acknowledgment
Retrieve supervisor acknowledgment for listed company financial reports using stock code to verify report validation and compliance status.
Instructions
Obtain financial report acknowledgment by supervisors 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"
}