-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathscopes.json
More file actions
70 lines (70 loc) · 1.97 KB
/
scopes.json
File metadata and controls
70 lines (70 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"scopes": [
{
"id": "4",
"name": "Watchlist",
"description": "Manage the user's watchlist groups (read/create/update/delete) and look up the securities each group contains.",
"tools": [
"create_watchlist_group",
"delete_watchlist_group",
"security_list",
"update_watchlist_group",
"watchlist"
]
},
{
"id": "6",
"name": "Account & Positions",
"description": "Query account assets and cash flow — fund/stock holdings, account cash and equity, margin ratio, profit analysis and statements — for portfolio overviews, position display and account reconciliation.",
"tools": [
"account_balance",
"bank_cards",
"cash_flow",
"deposits",
"fund_positions",
"ipo_order_detail",
"ipo_orders",
"ipo_profit_loss",
"margin_ratio",
"profit_analysis",
"profit_analysis_detail",
"short_margin",
"statement_export",
"statement_list",
"stock_positions",
"withdrawals"
]
},
{
"id": "10",
"name": "Trade Order Lookup",
"description": "Cover the post-submit order lifecycle and execution data: order detail, today/history orders, today/history executions, DCA plan reads, plus pre-trade max purchase quantity estimation.",
"tools": [
"dca_history",
"dca_list",
"dca_stats",
"estimate_max_purchase_quantity",
"history_executions",
"history_orders",
"order_detail",
"today_executions",
"today_orders"
]
},
{
"id": "11",
"name": "Trade Execution",
"description": "Place, replace and cancel orders, plus DCA plan create/update/pause/resume/stop.",
"tools": [
"cancel_order",
"dca_create",
"dca_pause",
"dca_resume",
"dca_stop",
"dca_update",
"replace_order",
"submit_order"
]
}
]
}