uploadRules
Upload a rule set for the next trading session.
| Parameter | Required | Description |
|---|---|---|
| command | Y | uploadRules |
| rules | Y | Comma-delimited list of rules to add. The list of rules is available in the File Format section of U.S. Cboe Titanium U.S. Options Risk Management Specification. |
Rule Format
Colon-separated list of values as follows:
EFID:limit_type:risk_root:limit_value:millis:efid_level_limit:risk_group_type**Note that risk_group_type is only returned for C1, C2, and EDGX Options. C2 Options and EDGX Options only support a risk_group_type value = default.
Example Request
rules=CBOE:rate_ntnl:XSP:1000000:1000:F:default,CBOE:rate_ntnl:XSP:1000000:1000:F:gth,CBOE:rate_ntnl:QQQ:1000000:1000:F:default,CBOE:rate_ntnl:IWM:1000000:1000:F:defaultExample Response
{
"msg":"Rules updated",
"code":"200",
"data":{
"duplicateCount":0,
"removeCount":4,
"processedCount":4,
"unknownList":[],
"spacesCount":0,
"addCount":4}
}Please see the the Cboe Titanium U.S. Options Risk Management Specification for upload times.





