@adaptic/utils 0.0.935 → 0.0.937
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,11 +4,11 @@ import { type EffectiveTradingPolicy } from '../schemas/effective-policy.schema'
|
|
|
4
4
|
* user-customized policy exists. All nested preference sub-objects are
|
|
5
5
|
* passed as empty objects so Zod applies their field-level defaults.
|
|
6
6
|
*
|
|
7
|
-
* Key
|
|
7
|
+
* Key choices:
|
|
8
8
|
* - Advisory-only autonomy (no autonomous execution)
|
|
9
|
-
* - Real-time trading
|
|
10
|
-
* -
|
|
11
|
-
* - No shorting
|
|
9
|
+
* - Real-time trading enabled
|
|
10
|
+
* - Equities, ETFs, crypto, options, futures, and forex enabled
|
|
11
|
+
* - No shorting or margin (user must opt-in)
|
|
12
12
|
* - All protective overlays disabled (user must opt-in)
|
|
13
13
|
* - No LLM providers pre-configured
|
|
14
14
|
*/
|