@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.
package/dist/index.mjs
CHANGED
|
@@ -67434,11 +67434,11 @@ const EffectiveTradingPolicySchema = objectType({
|
|
|
67434
67434
|
* user-customized policy exists. All nested preference sub-objects are
|
|
67435
67435
|
* passed as empty objects so Zod applies their field-level defaults.
|
|
67436
67436
|
*
|
|
67437
|
-
* Key
|
|
67437
|
+
* Key choices:
|
|
67438
67438
|
* - Advisory-only autonomy (no autonomous execution)
|
|
67439
|
-
* - Real-time trading
|
|
67440
|
-
* -
|
|
67441
|
-
* - No shorting
|
|
67439
|
+
* - Real-time trading enabled
|
|
67440
|
+
* - Equities, ETFs, crypto, options, futures, and forex enabled
|
|
67441
|
+
* - No shorting or margin (user must opt-in)
|
|
67442
67442
|
* - All protective overlays disabled (user must opt-in)
|
|
67443
67443
|
* - No LLM providers pre-configured
|
|
67444
67444
|
*/
|
|
@@ -67450,9 +67450,9 @@ const DEFAULT_TRADING_POLICY = EffectiveTradingPolicySchema.parse({
|
|
|
67450
67450
|
equitiesEnabled: true,
|
|
67451
67451
|
etfsEnabled: true,
|
|
67452
67452
|
cryptoEnabled: true,
|
|
67453
|
-
optionsEnabled:
|
|
67454
|
-
futuresEnabled:
|
|
67455
|
-
forexEnabled:
|
|
67453
|
+
optionsEnabled: true,
|
|
67454
|
+
futuresEnabled: true,
|
|
67455
|
+
forexEnabled: true,
|
|
67456
67456
|
shortingEnabled: false,
|
|
67457
67457
|
marginEnabled: false,
|
|
67458
67458
|
fractionalSharesEnabled: true,
|