validate_trading_permissions
Verify that a prospective order's symbol, side, and product type have the required config permissions to avoid order rejection due to permission issues.
Instructions
Check config permissions for a prospective order (no market/risk checks). side: BUY|SELL, product_type: INTRADAY|DELIVERY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| side | Yes | ||
| product_type | Yes |