get_company_anticompetitive_litigation
Retrieve anti-competitive litigation loss data for listed companies using stock codes to assess legal risk exposure and financial impacts.
Instructions
Obtain anti-competitive litigation losses information 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"
}