@adaptic/backend-legacy 0.0.954 → 0.0.956
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/Account.cjs +200 -0
- package/AccountLinkingRequest.cjs +200 -0
- package/Alert.cjs +170 -0
- package/Allocation.cjs +170 -0
- package/AlpacaAccount.cjs +150 -0
- package/Authenticator.cjs +200 -0
- package/Customer.cjs +210 -0
- package/LinkedProvider.cjs +200 -0
- package/LlmConfiguration.cjs +200 -0
- package/PolicyOverlay.cjs +140 -0
- package/Session.cjs +200 -0
- package/TradingPolicy.cjs +130 -0
- package/User.cjs +180 -0
- package/WaitlistEntry.cjs +200 -0
- package/client.cjs +53 -5
- package/esm/Account.d.ts.map +1 -1
- package/esm/Account.js.map +1 -1
- package/esm/Account.mjs +200 -0
- package/esm/AccountLinkingRequest.d.ts.map +1 -1
- package/esm/AccountLinkingRequest.js.map +1 -1
- package/esm/AccountLinkingRequest.mjs +200 -0
- package/esm/Alert.d.ts.map +1 -1
- package/esm/Alert.js.map +1 -1
- package/esm/Alert.mjs +170 -0
- package/esm/Allocation.d.ts.map +1 -1
- package/esm/Allocation.js.map +1 -1
- package/esm/Allocation.mjs +170 -0
- package/esm/AlpacaAccount.d.ts.map +1 -1
- package/esm/AlpacaAccount.js.map +1 -1
- package/esm/AlpacaAccount.mjs +150 -0
- package/esm/Authenticator.d.ts.map +1 -1
- package/esm/Authenticator.js.map +1 -1
- package/esm/Authenticator.mjs +200 -0
- package/esm/Customer.d.ts.map +1 -1
- package/esm/Customer.js.map +1 -1
- package/esm/Customer.mjs +210 -0
- package/esm/LinkedProvider.d.ts.map +1 -1
- package/esm/LinkedProvider.js.map +1 -1
- package/esm/LinkedProvider.mjs +200 -0
- package/esm/LlmConfiguration.d.ts.map +1 -1
- package/esm/LlmConfiguration.js.map +1 -1
- package/esm/LlmConfiguration.mjs +200 -0
- package/esm/PolicyOverlay.d.ts.map +1 -1
- package/esm/PolicyOverlay.js.map +1 -1
- package/esm/PolicyOverlay.mjs +140 -0
- package/esm/Session.d.ts.map +1 -1
- package/esm/Session.js.map +1 -1
- package/esm/Session.mjs +200 -0
- package/esm/TradingPolicy.d.ts.map +1 -1
- package/esm/TradingPolicy.js.map +1 -1
- package/esm/TradingPolicy.mjs +130 -0
- package/esm/User.d.ts.map +1 -1
- package/esm/User.js.map +1 -1
- package/esm/User.mjs +180 -0
- package/esm/WaitlistEntry.d.ts.map +1 -1
- package/esm/WaitlistEntry.js.map +1 -1
- package/esm/WaitlistEntry.mjs +200 -0
- package/esm/client.d.ts.map +1 -1
- package/esm/client.js.map +1 -1
- package/esm/client.mjs +52 -5
- package/esm/generated/selectionSets/AlpacaAccount.d.ts +1 -1
- package/esm/generated/selectionSets/AlpacaAccount.d.ts.map +1 -1
- package/esm/generated/selectionSets/AlpacaAccount.js.map +1 -1
- package/esm/generated/selectionSets/AlpacaAccount.mjs +10 -0
- package/esm/generated/selectionSets/Customer.d.ts +1 -1
- package/esm/generated/selectionSets/Customer.d.ts.map +1 -1
- package/esm/generated/selectionSets/Customer.js.map +1 -1
- package/esm/generated/selectionSets/Customer.mjs +10 -0
- package/esm/generated/selectionSets/TradingPolicy.d.ts +1 -1
- package/esm/generated/selectionSets/TradingPolicy.d.ts.map +1 -1
- package/esm/generated/selectionSets/TradingPolicy.js.map +1 -1
- package/esm/generated/selectionSets/TradingPolicy.mjs +10 -0
- package/esm/generated/selectionSets/User.d.ts +1 -1
- package/esm/generated/selectionSets/User.d.ts.map +1 -1
- package/esm/generated/selectionSets/User.js.map +1 -1
- package/esm/generated/selectionSets/User.mjs +10 -0
- package/esm/generated/typeStrings/PolicyOverlay.d.ts +1 -1
- package/esm/generated/typeStrings/PolicyOverlay.d.ts.map +1 -1
- package/esm/generated/typeStrings/PolicyOverlay.js.map +1 -1
- package/esm/generated/typeStrings/PolicyOverlay.mjs +20 -0
- package/esm/generated/typeStrings/TradingPolicy.d.ts +1 -1
- package/esm/generated/typeStrings/TradingPolicy.d.ts.map +1 -1
- package/esm/generated/typeStrings/TradingPolicy.js.map +1 -1
- package/esm/generated/typeStrings/TradingPolicy.mjs +20 -0
- package/esm/generated/typeStrings/index.d.ts +2 -2
- package/esm/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/esm/generated/typegraphql-prisma/enhance.mjs +26 -26
- package/esm/generated/typegraphql-prisma/enums/TradingPolicyScalarFieldEnum.d.ts +10 -0
- package/esm/generated/typegraphql-prisma/enums/TradingPolicyScalarFieldEnum.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/enums/TradingPolicyScalarFieldEnum.js.map +1 -1
- package/esm/generated/typegraphql-prisma/enums/TradingPolicyScalarFieldEnum.mjs +10 -0
- package/esm/generated/typegraphql-prisma/models/AlpacaAccount.d.ts +10 -10
- package/esm/generated/typegraphql-prisma/models/AlpacaAccount.js.map +1 -1
- package/esm/generated/typegraphql-prisma/models/AlpacaAccount.mjs +20 -20
- package/esm/generated/typegraphql-prisma/models/TradingPolicy.d.ts +40 -0
- package/esm/generated/typegraphql-prisma/models/TradingPolicy.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/models/TradingPolicy.js.map +1 -1
- package/esm/generated/typegraphql-prisma/models/TradingPolicy.mjs +110 -0
- package/esm/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyOrThrowArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyOrThrowArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyOrThrowArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindManyTradingPolicyArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindManyTradingPolicyArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindManyTradingPolicyArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/GroupByTradingPolicyArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/GroupByTradingPolicyArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/GroupByTradingPolicyArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyAvgOrderByAggregateInput.d.ts +9 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyAvgOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyAvgOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyAvgOrderByAggregateInput.mjs +63 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCountOrderByAggregateInput.d.ts +10 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCountOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCountOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCountOrderByAggregateInput.mjs +70 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateInput.d.ts +10 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateInput.mjs +70 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateManyInput.d.ts +10 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateManyInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateManyInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateManyInput.mjs +70 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutAlpacaAccountInput.d.ts +10 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutAlpacaAccountInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutAlpacaAccountInput.mjs +70 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutOverlaysInput.d.ts +10 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutOverlaysInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutOverlaysInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutOverlaysInput.mjs +70 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMaxOrderByAggregateInput.d.ts +10 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMaxOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMaxOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMaxOrderByAggregateInput.mjs +70 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMinOrderByAggregateInput.d.ts +10 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMinOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMinOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMinOrderByAggregateInput.mjs +70 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithAggregationInput.d.ts +10 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithAggregationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithAggregationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithAggregationInput.mjs +70 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithRelationInput.d.ts +10 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithRelationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithRelationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithRelationInput.mjs +70 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyScalarWhereWithAggregatesInput.d.ts +10 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyScalarWhereWithAggregatesInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyScalarWhereWithAggregatesInput.mjs +70 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicySumOrderByAggregateInput.d.ts +9 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicySumOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicySumOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicySumOrderByAggregateInput.mjs +63 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateInput.d.ts +10 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateInput.mjs +70 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateManyMutationInput.d.ts +10 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateManyMutationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateManyMutationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateManyMutationInput.mjs +70 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutAlpacaAccountInput.d.ts +10 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutAlpacaAccountInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutAlpacaAccountInput.mjs +70 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutOverlaysInput.d.ts +10 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutOverlaysInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutOverlaysInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutOverlaysInput.mjs +70 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereInput.d.ts +10 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereInput.mjs +70 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereUniqueInput.d.ts +10 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereUniqueInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereUniqueInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereUniqueInput.mjs +70 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTradingPolicy.d.ts +10 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTradingPolicy.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTradingPolicy.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTradingPolicy.mjs +70 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyAvgAggregate.d.ts +9 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyAvgAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyAvgAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyAvgAggregate.mjs +63 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyCountAggregate.d.ts +10 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyCountAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyCountAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyCountAggregate.mjs +70 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyGroupBy.d.ts +10 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyGroupBy.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyGroupBy.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyGroupBy.mjs +70 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMaxAggregate.d.ts +10 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMaxAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMaxAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMaxAggregate.mjs +70 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMinAggregate.d.ts +10 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMinAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMinAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMinAggregate.mjs +70 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicySumAggregate.d.ts +9 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicySumAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicySumAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicySumAggregate.mjs +63 -0
- package/esm/index.d.ts.map +1 -1
- package/generated/typeStrings/PolicyOverlay.cjs +20 -0
- package/generated/typeStrings/PolicyOverlay.d.ts +1 -1
- package/generated/typeStrings/PolicyOverlay.d.ts.map +1 -1
- package/generated/typeStrings/PolicyOverlay.js.map +1 -1
- package/generated/typeStrings/TradingPolicy.cjs +20 -0
- package/generated/typeStrings/TradingPolicy.d.ts +1 -1
- package/generated/typeStrings/TradingPolicy.d.ts.map +1 -1
- package/generated/typeStrings/TradingPolicy.js.map +1 -1
- package/generated/typeStrings/index.d.ts +2 -2
- package/generated/typegraphql-prisma/enhance.cjs +26 -26
- package/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/generated/typegraphql-prisma/enums/TradingPolicyScalarFieldEnum.cjs +10 -0
- package/generated/typegraphql-prisma/enums/TradingPolicyScalarFieldEnum.d.ts +10 -0
- package/generated/typegraphql-prisma/enums/TradingPolicyScalarFieldEnum.d.ts.map +1 -1
- package/generated/typegraphql-prisma/enums/TradingPolicyScalarFieldEnum.js.map +1 -1
- package/generated/typegraphql-prisma/models/AlpacaAccount.cjs +10 -10
- package/generated/typegraphql-prisma/models/AlpacaAccount.d.ts +10 -10
- package/generated/typegraphql-prisma/models/AlpacaAccount.js.map +1 -1
- package/generated/typegraphql-prisma/models/TradingPolicy.cjs +70 -0
- package/generated/typegraphql-prisma/models/TradingPolicy.d.ts +40 -0
- package/generated/typegraphql-prisma/models/TradingPolicy.d.ts.map +1 -1
- package/generated/typegraphql-prisma/models/TradingPolicy.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyOrThrowArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyOrThrowArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyOrThrowArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindManyTradingPolicyArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindManyTradingPolicyArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindManyTradingPolicyArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/GroupByTradingPolicyArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/GroupByTradingPolicyArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/GroupByTradingPolicyArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyAvgOrderByAggregateInput.cjs +54 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyAvgOrderByAggregateInput.d.ts +9 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyAvgOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyAvgOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCountOrderByAggregateInput.cjs +60 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCountOrderByAggregateInput.d.ts +10 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCountOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCountOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateInput.cjs +60 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateInput.d.ts +10 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateManyInput.cjs +60 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateManyInput.d.ts +10 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateManyInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateManyInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutAlpacaAccountInput.cjs +60 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutAlpacaAccountInput.d.ts +10 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutAlpacaAccountInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutOverlaysInput.cjs +60 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutOverlaysInput.d.ts +10 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutOverlaysInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutOverlaysInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMaxOrderByAggregateInput.cjs +60 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMaxOrderByAggregateInput.d.ts +10 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMaxOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMaxOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMinOrderByAggregateInput.cjs +60 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMinOrderByAggregateInput.d.ts +10 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMinOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMinOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithAggregationInput.cjs +60 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithAggregationInput.d.ts +10 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithAggregationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithAggregationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithRelationInput.cjs +60 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithRelationInput.d.ts +10 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithRelationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithRelationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyScalarWhereWithAggregatesInput.cjs +60 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyScalarWhereWithAggregatesInput.d.ts +10 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyScalarWhereWithAggregatesInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicySumOrderByAggregateInput.cjs +54 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicySumOrderByAggregateInput.d.ts +9 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicySumOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicySumOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateInput.cjs +60 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateInput.d.ts +10 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateManyMutationInput.cjs +60 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateManyMutationInput.d.ts +10 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateManyMutationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateManyMutationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutAlpacaAccountInput.cjs +60 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutAlpacaAccountInput.d.ts +10 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutAlpacaAccountInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutOverlaysInput.cjs +60 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutOverlaysInput.d.ts +10 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutOverlaysInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutOverlaysInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereInput.cjs +60 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereInput.d.ts +10 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereUniqueInput.cjs +60 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereUniqueInput.d.ts +10 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereUniqueInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereUniqueInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTradingPolicy.cjs +60 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTradingPolicy.d.ts +10 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTradingPolicy.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTradingPolicy.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyAvgAggregate.cjs +54 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyAvgAggregate.d.ts +9 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyAvgAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyAvgAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyCountAggregate.cjs +60 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyCountAggregate.d.ts +10 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyCountAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyCountAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyGroupBy.cjs +60 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyGroupBy.d.ts +10 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyGroupBy.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyGroupBy.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMaxAggregate.cjs +60 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMaxAggregate.d.ts +10 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMaxAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMaxAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMinAggregate.cjs +60 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMinAggregate.d.ts +10 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMinAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMinAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicySumAggregate.cjs +54 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicySumAggregate.d.ts +9 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicySumAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicySumAggregate.js.map +1 -1
- package/package.json +1 -1
|
@@ -2396,7 +2396,7 @@ const modelsInfo = {
|
|
|
2396
2396
|
WaitlistEntry: ["id", "email", "fullName", "companyName", "companyWebsite", "jobRole", "professionalInvestorConfirmed", "status", "queuePosition", "createdAt", "updatedAt", "reviewedAt", "reviewedById"],
|
|
2397
2397
|
InviteToken: ["id", "token", "email", "waitlistEntryId", "used", "usedAt", "expiresAt", "createdAt"],
|
|
2398
2398
|
AuditLog: ["id", "timestamp", "userId", "operationType", "modelName", "recordId", "changedFields", "operationName", "ipAddress", "metadata"],
|
|
2399
|
-
TradingPolicy: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt"],
|
|
2399
|
+
TradingPolicy: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt"],
|
|
2400
2400
|
PolicyOverlay: ["id", "tradingPolicyId", "overlayType", "source", "reason", "severity", "version", "mutations", "status", "activatedAt", "expiresAt", "deactivatedAt", "deactivatedBy", "correlationId", "triggerEventId", "createdAt", "updatedAt"],
|
|
2401
2401
|
AccountDecisionRecord: ["id", "alpacaAccountId", "correlationId", "opportunityId", "symbol", "assetClass", "signalAction", "signalConfidence", "decision", "decisionRationale", "decisionConfidence", "actionIntents", "validationResults", "executionResults", "effectivePolicySnapshot", "positionsSnapshot", "openOrdersSnapshot", "exposureSnapshot", "overlaysSnapshot", "modelProvider", "modelId", "modelTier", "routingReason", "tokenUsage", "sessionDurationMs", "gatingDurationMs", "validationDurationMs", "executionDurationMs", "status", "createdAt", "updatedAt"],
|
|
2402
2402
|
DecisionMemorySummary: ["id", "alpacaAccountId", "symbol", "sector", "assetClass", "summary", "keyFactors", "outcome", "outcomeDetails", "decisionRecordId", "correlationId", "relevanceScore", "expiresAt", "createdAt", "updatedAt"],
|
|
@@ -2529,7 +2529,7 @@ const outputsInfo = {
|
|
|
2529
2529
|
AggregateAuditLog: ["_count", "_min", "_max"],
|
|
2530
2530
|
AuditLogGroupBy: ["id", "timestamp", "userId", "operationType", "modelName", "recordId", "changedFields", "operationName", "ipAddress", "metadata", "_count", "_min", "_max"],
|
|
2531
2531
|
AggregateTradingPolicy: ["_count", "_avg", "_sum", "_min", "_max"],
|
|
2532
|
-
TradingPolicyGroupBy: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
|
|
2532
|
+
TradingPolicyGroupBy: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
|
|
2533
2533
|
AggregatePolicyOverlay: ["_count", "_avg", "_sum", "_min", "_max"],
|
|
2534
2534
|
PolicyOverlayGroupBy: ["id", "tradingPolicyId", "overlayType", "source", "reason", "severity", "version", "mutations", "status", "activatedAt", "expiresAt", "deactivatedAt", "deactivatedBy", "correlationId", "triggerEventId", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
|
|
2535
2535
|
AggregateAccountDecisionRecord: ["_count", "_avg", "_sum", "_min", "_max"],
|
|
@@ -2801,11 +2801,11 @@ const outputsInfo = {
|
|
|
2801
2801
|
AuditLogMinAggregate: ["id", "timestamp", "userId", "operationType", "modelName", "recordId", "operationName", "ipAddress"],
|
|
2802
2802
|
AuditLogMaxAggregate: ["id", "timestamp", "userId", "operationType", "modelName", "recordId", "operationName", "ipAddress"],
|
|
2803
2803
|
TradingPolicyCount: ["overlays"],
|
|
2804
|
-
TradingPolicyCountAggregate: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "_all"],
|
|
2805
|
-
TradingPolicyAvgAggregate: ["version", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct"],
|
|
2806
|
-
TradingPolicySumAggregate: ["version", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct"],
|
|
2807
|
-
TradingPolicyMinAggregate: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "createdAt", "updatedAt"],
|
|
2808
|
-
TradingPolicyMaxAggregate: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "createdAt", "updatedAt"],
|
|
2804
|
+
TradingPolicyCountAggregate: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "_all"],
|
|
2805
|
+
TradingPolicyAvgAggregate: ["version", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100"],
|
|
2806
|
+
TradingPolicySumAggregate: ["version", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100"],
|
|
2807
|
+
TradingPolicyMinAggregate: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "createdAt", "updatedAt"],
|
|
2808
|
+
TradingPolicyMaxAggregate: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "createdAt", "updatedAt"],
|
|
2809
2809
|
PolicyOverlayCountAggregate: ["id", "tradingPolicyId", "overlayType", "source", "reason", "severity", "version", "mutations", "status", "activatedAt", "expiresAt", "deactivatedAt", "deactivatedBy", "correlationId", "triggerEventId", "createdAt", "updatedAt", "_all"],
|
|
2810
2810
|
PolicyOverlayAvgAggregate: ["version"],
|
|
2811
2811
|
PolicyOverlaySumAggregate: ["version"],
|
|
@@ -2893,7 +2893,7 @@ const outputsInfo = {
|
|
|
2893
2893
|
CreateManyAndReturnWaitlistEntry: ["id", "email", "fullName", "companyName", "companyWebsite", "jobRole", "professionalInvestorConfirmed", "status", "queuePosition", "createdAt", "updatedAt", "reviewedAt", "reviewedById", "reviewedBy"],
|
|
2894
2894
|
CreateManyAndReturnInviteToken: ["id", "token", "email", "waitlistEntryId", "used", "usedAt", "expiresAt", "createdAt", "waitlistEntry"],
|
|
2895
2895
|
CreateManyAndReturnAuditLog: ["id", "timestamp", "userId", "operationType", "modelName", "recordId", "changedFields", "operationName", "ipAddress", "metadata"],
|
|
2896
|
-
CreateManyAndReturnTradingPolicy: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount"],
|
|
2896
|
+
CreateManyAndReturnTradingPolicy: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount"],
|
|
2897
2897
|
CreateManyAndReturnPolicyOverlay: ["id", "tradingPolicyId", "overlayType", "source", "reason", "severity", "version", "mutations", "status", "activatedAt", "expiresAt", "deactivatedAt", "deactivatedBy", "correlationId", "triggerEventId", "createdAt", "updatedAt", "tradingPolicy"],
|
|
2898
2898
|
CreateManyAndReturnAccountDecisionRecord: ["id", "alpacaAccountId", "correlationId", "opportunityId", "symbol", "assetClass", "signalAction", "signalConfidence", "decision", "decisionRationale", "decisionConfidence", "actionIntents", "validationResults", "executionResults", "effectivePolicySnapshot", "positionsSnapshot", "openOrdersSnapshot", "exposureSnapshot", "overlaysSnapshot", "modelProvider", "modelId", "modelTier", "routingReason", "tokenUsage", "sessionDurationMs", "gatingDurationMs", "validationDurationMs", "executionDurationMs", "status", "createdAt", "updatedAt"],
|
|
2899
2899
|
CreateManyAndReturnDecisionMemorySummary: ["id", "alpacaAccountId", "symbol", "sector", "assetClass", "summary", "keyFactors", "outcome", "outcomeDetails", "decisionRecordId", "correlationId", "relevanceScore", "expiresAt", "createdAt", "updatedAt"],
|
|
@@ -3196,11 +3196,11 @@ const inputsInfo = {
|
|
|
3196
3196
|
AuditLogWhereUniqueInput: ["id", "AND", "OR", "NOT", "timestamp", "userId", "operationType", "modelName", "recordId", "changedFields", "operationName", "ipAddress", "metadata"],
|
|
3197
3197
|
AuditLogOrderByWithAggregationInput: ["id", "timestamp", "userId", "operationType", "modelName", "recordId", "changedFields", "operationName", "ipAddress", "metadata", "_count", "_max", "_min"],
|
|
3198
3198
|
AuditLogScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "timestamp", "userId", "operationType", "modelName", "recordId", "changedFields", "operationName", "ipAddress", "metadata"],
|
|
3199
|
-
TradingPolicyWhereInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount", "overlays"],
|
|
3200
|
-
TradingPolicyOrderByWithRelationInput: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount", "overlays"],
|
|
3201
|
-
TradingPolicyWhereUniqueInput: ["id", "alpacaAccountId", "AND", "OR", "NOT", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount", "overlays"],
|
|
3202
|
-
TradingPolicyOrderByWithAggregationInput: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
|
|
3203
|
-
TradingPolicyScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt"],
|
|
3199
|
+
TradingPolicyWhereInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount", "overlays"],
|
|
3200
|
+
TradingPolicyOrderByWithRelationInput: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount", "overlays"],
|
|
3201
|
+
TradingPolicyWhereUniqueInput: ["id", "alpacaAccountId", "AND", "OR", "NOT", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount", "overlays"],
|
|
3202
|
+
TradingPolicyOrderByWithAggregationInput: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
|
|
3203
|
+
TradingPolicyScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt"],
|
|
3204
3204
|
PolicyOverlayWhereInput: ["AND", "OR", "NOT", "id", "tradingPolicyId", "overlayType", "source", "reason", "severity", "version", "mutations", "status", "activatedAt", "expiresAt", "deactivatedAt", "deactivatedBy", "correlationId", "triggerEventId", "createdAt", "updatedAt", "tradingPolicy"],
|
|
3205
3205
|
PolicyOverlayOrderByWithRelationInput: ["id", "tradingPolicyId", "overlayType", "source", "reason", "severity", "version", "mutations", "status", "activatedAt", "expiresAt", "deactivatedAt", "deactivatedBy", "correlationId", "triggerEventId", "createdAt", "updatedAt", "tradingPolicy"],
|
|
3206
3206
|
PolicyOverlayWhereUniqueInput: ["id", "AND", "OR", "NOT", "tradingPolicyId", "overlayType", "source", "reason", "severity", "version", "mutations", "status", "activatedAt", "expiresAt", "deactivatedAt", "deactivatedBy", "correlationId", "triggerEventId", "createdAt", "updatedAt", "tradingPolicy"],
|
|
@@ -3459,10 +3459,10 @@ const inputsInfo = {
|
|
|
3459
3459
|
AuditLogUpdateInput: ["id", "timestamp", "userId", "operationType", "modelName", "recordId", "changedFields", "operationName", "ipAddress", "metadata"],
|
|
3460
3460
|
AuditLogCreateManyInput: ["id", "timestamp", "userId", "operationType", "modelName", "recordId", "changedFields", "operationName", "ipAddress", "metadata"],
|
|
3461
3461
|
AuditLogUpdateManyMutationInput: ["id", "timestamp", "userId", "operationType", "modelName", "recordId", "changedFields", "operationName", "ipAddress", "metadata"],
|
|
3462
|
-
TradingPolicyCreateInput: ["id", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount", "overlays"],
|
|
3463
|
-
TradingPolicyUpdateInput: ["id", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount", "overlays"],
|
|
3464
|
-
TradingPolicyCreateManyInput: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt"],
|
|
3465
|
-
TradingPolicyUpdateManyMutationInput: ["id", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt"],
|
|
3462
|
+
TradingPolicyCreateInput: ["id", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount", "overlays"],
|
|
3463
|
+
TradingPolicyUpdateInput: ["id", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount", "overlays"],
|
|
3464
|
+
TradingPolicyCreateManyInput: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt"],
|
|
3465
|
+
TradingPolicyUpdateManyMutationInput: ["id", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt"],
|
|
3466
3466
|
PolicyOverlayCreateInput: ["id", "overlayType", "source", "reason", "severity", "version", "mutations", "status", "activatedAt", "expiresAt", "deactivatedAt", "deactivatedBy", "correlationId", "triggerEventId", "createdAt", "updatedAt", "tradingPolicy"],
|
|
3467
3467
|
PolicyOverlayUpdateInput: ["id", "overlayType", "source", "reason", "severity", "version", "mutations", "status", "activatedAt", "expiresAt", "deactivatedAt", "deactivatedBy", "correlationId", "triggerEventId", "createdAt", "updatedAt", "tradingPolicy"],
|
|
3468
3468
|
PolicyOverlayCreateManyInput: ["id", "tradingPolicyId", "overlayType", "source", "reason", "severity", "version", "mutations", "status", "activatedAt", "expiresAt", "deactivatedAt", "deactivatedBy", "correlationId", "triggerEventId", "createdAt", "updatedAt"],
|
|
@@ -3965,11 +3965,11 @@ const inputsInfo = {
|
|
|
3965
3965
|
EnumAutonomyModeFilter: ["equals", "in", "notIn", "not"],
|
|
3966
3966
|
PolicyOverlayListRelationFilter: ["every", "some", "none"],
|
|
3967
3967
|
PolicyOverlayOrderByRelationAggregateInput: ["_count"],
|
|
3968
|
-
TradingPolicyCountOrderByAggregateInput: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt"],
|
|
3969
|
-
TradingPolicyAvgOrderByAggregateInput: ["version", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct"],
|
|
3970
|
-
TradingPolicyMaxOrderByAggregateInput: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "createdAt", "updatedAt"],
|
|
3971
|
-
TradingPolicyMinOrderByAggregateInput: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "createdAt", "updatedAt"],
|
|
3972
|
-
TradingPolicySumOrderByAggregateInput: ["version", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct"],
|
|
3968
|
+
TradingPolicyCountOrderByAggregateInput: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt"],
|
|
3969
|
+
TradingPolicyAvgOrderByAggregateInput: ["version", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100"],
|
|
3970
|
+
TradingPolicyMaxOrderByAggregateInput: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "createdAt", "updatedAt"],
|
|
3971
|
+
TradingPolicyMinOrderByAggregateInput: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "createdAt", "updatedAt"],
|
|
3972
|
+
TradingPolicySumOrderByAggregateInput: ["version", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100"],
|
|
3973
3973
|
EnumAutonomyModeWithAggregatesFilter: ["equals", "in", "notIn", "not", "_count", "_min", "_max"],
|
|
3974
3974
|
EnumOverlayTypeFilter: ["equals", "in", "notIn", "not"],
|
|
3975
3975
|
EnumOverlaySeverityFilter: ["equals", "in", "notIn", "not"],
|
|
@@ -4472,7 +4472,7 @@ const inputsInfo = {
|
|
|
4472
4472
|
UserUpdateWithoutAccountLinkingRequestsInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "deletedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "authenticators", "alpacaAccounts", "linkedProviders", "reviewedWaitlistEntries", "llmConfiguration"],
|
|
4473
4473
|
AllocationCreateWithoutAlpacaAccountInput: ["id", "equities", "optionsContracts", "futures", "etfs", "forex", "crypto", "stocks", "options", "createdAt", "updatedAt"],
|
|
4474
4474
|
AllocationCreateOrConnectWithoutAlpacaAccountInput: ["where", "create"],
|
|
4475
|
-
TradingPolicyCreateWithoutAlpacaAccountInput: ["id", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "overlays"],
|
|
4475
|
+
TradingPolicyCreateWithoutAlpacaAccountInput: ["id", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "overlays"],
|
|
4476
4476
|
TradingPolicyCreateOrConnectWithoutAlpacaAccountInput: ["where", "create"],
|
|
4477
4477
|
UserCreateWithoutAlpacaAccountsInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "deletedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "authenticators", "linkedProviders", "accountLinkingRequests", "reviewedWaitlistEntries", "llmConfiguration"],
|
|
4478
4478
|
UserCreateOrConnectWithoutAlpacaAccountsInput: ["where", "create"],
|
|
@@ -4484,7 +4484,7 @@ const inputsInfo = {
|
|
|
4484
4484
|
AllocationUpdateWithoutAlpacaAccountInput: ["id", "equities", "optionsContracts", "futures", "etfs", "forex", "crypto", "stocks", "options", "createdAt", "updatedAt"],
|
|
4485
4485
|
TradingPolicyUpsertWithoutAlpacaAccountInput: ["update", "create", "where"],
|
|
4486
4486
|
TradingPolicyUpdateToOneWithWhereWithoutAlpacaAccountInput: ["where", "data"],
|
|
4487
|
-
TradingPolicyUpdateWithoutAlpacaAccountInput: ["id", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "overlays"],
|
|
4487
|
+
TradingPolicyUpdateWithoutAlpacaAccountInput: ["id", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "overlays"],
|
|
4488
4488
|
UserUpsertWithoutAlpacaAccountsInput: ["update", "create", "where"],
|
|
4489
4489
|
UserUpdateToOneWithWhereWithoutAlpacaAccountsInput: ["where", "data"],
|
|
4490
4490
|
UserUpdateWithoutAlpacaAccountsInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "deletedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "authenticators", "linkedProviders", "accountLinkingRequests", "reviewedWaitlistEntries", "llmConfiguration"],
|
|
@@ -4734,11 +4734,11 @@ const inputsInfo = {
|
|
|
4734
4734
|
PolicyOverlayUpdateWithWhereUniqueWithoutTradingPolicyInput: ["where", "data"],
|
|
4735
4735
|
PolicyOverlayUpdateManyWithWhereWithoutTradingPolicyInput: ["where", "data"],
|
|
4736
4736
|
PolicyOverlayScalarWhereInput: ["AND", "OR", "NOT", "id", "tradingPolicyId", "overlayType", "source", "reason", "severity", "version", "mutations", "status", "activatedAt", "expiresAt", "deactivatedAt", "deactivatedBy", "correlationId", "triggerEventId", "createdAt", "updatedAt"],
|
|
4737
|
-
TradingPolicyCreateWithoutOverlaysInput: ["id", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount"],
|
|
4737
|
+
TradingPolicyCreateWithoutOverlaysInput: ["id", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount"],
|
|
4738
4738
|
TradingPolicyCreateOrConnectWithoutOverlaysInput: ["where", "create"],
|
|
4739
4739
|
TradingPolicyUpsertWithoutOverlaysInput: ["update", "create", "where"],
|
|
4740
4740
|
TradingPolicyUpdateToOneWithWhereWithoutOverlaysInput: ["where", "data"],
|
|
4741
|
-
TradingPolicyUpdateWithoutOverlaysInput: ["id", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount"],
|
|
4741
|
+
TradingPolicyUpdateWithoutOverlaysInput: ["id", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount"],
|
|
4742
4742
|
AccountCreateManyUserInput: ["id", "type", "provider", "providerAccountId", "refresh_token", "access_token", "expires_at", "token_type", "scope", "id_token", "session_state", "createdAt", "updatedAt"],
|
|
4743
4743
|
SessionCreateManyUserInput: ["id", "sessionToken", "expires", "createdAt", "updatedAt"],
|
|
4744
4744
|
AuthenticatorCreateManyUserInput: ["id", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
|
|
@@ -30,6 +30,16 @@ export declare enum TradingPolicyScalarFieldEnum {
|
|
|
30
30
|
maxOpenOrders = "maxOpenOrders",
|
|
31
31
|
perTradeEquityAllocationPct = "perTradeEquityAllocationPct",
|
|
32
32
|
perTradeCryptoAllocationPct = "perTradeCryptoAllocationPct",
|
|
33
|
+
enablePortfolioTrailingStop = "enablePortfolioTrailingStop",
|
|
34
|
+
portfolioTrailPercent = "portfolioTrailPercent",
|
|
35
|
+
portfolioProfitThresholdPercent = "portfolioProfitThresholdPercent",
|
|
36
|
+
reducedPortfolioTrailPercent = "reducedPortfolioTrailPercent",
|
|
37
|
+
defaultTrailingStopPercentage100 = "defaultTrailingStopPercentage100",
|
|
38
|
+
firstTrailReductionThreshold100 = "firstTrailReductionThreshold100",
|
|
39
|
+
secondTrailReductionThreshold100 = "secondTrailReductionThreshold100",
|
|
40
|
+
firstReducedTrailPercentage100 = "firstReducedTrailPercentage100",
|
|
41
|
+
secondReducedTrailPercentage100 = "secondReducedTrailPercentage100",
|
|
42
|
+
minimumPriceChangePercent100 = "minimumPriceChangePercent100",
|
|
33
43
|
riskBudgetPrefs = "riskBudgetPrefs",
|
|
34
44
|
signalConsumptionPrefs = "signalConsumptionPrefs",
|
|
35
45
|
executionPrefs = "executionPrefs",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TradingPolicyScalarFieldEnum.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/TradingPolicyScalarFieldEnum.ts"],"names":[],"mappings":"AAEA,oBAAY,4BAA4B;IACtC,EAAE,OAAO;IACT,eAAe,oBAAoB;IACnC,OAAO,YAAY;IACnB,cAAc,mBAAmB;IACjC,cAAc,mBAAmB;IACjC,YAAY,iBAAiB;IAC7B,sBAAsB,2BAA2B;IACjD,gBAAgB,qBAAqB;IACrC,iBAAiB,sBAAsB;IACvC,aAAa,kBAAkB;IAC/B,eAAe,oBAAoB;IACnC,WAAW,gBAAgB;IAC3B,aAAa,kBAAkB;IAC/B,cAAc,mBAAmB;IACjC,cAAc,mBAAmB;IACjC,YAAY,iBAAiB;IAC7B,eAAe,oBAAoB;IACnC,aAAa,kBAAkB;IAC/B,uBAAuB,4BAA4B;IACnD,kBAAkB,uBAAuB;IACzC,qBAAqB,0BAA0B;IAC/C,YAAY,iBAAiB;IAC7B,mBAAmB,wBAAwB;IAC3C,iBAAiB,sBAAsB;IACvC,WAAW,gBAAgB;IAC3B,yBAAyB,8BAA8B;IACvD,yBAAyB,8BAA8B;IACvD,gBAAgB,qBAAqB;IACrC,aAAa,kBAAkB;IAC/B,2BAA2B,gCAAgC;IAC3D,2BAA2B,gCAAgC;IAC3D,eAAe,oBAAoB;IACnC,sBAAsB,2BAA2B;IACjD,cAAc,mBAAmB;IACjC,uBAAuB,4BAA4B;IACnD,0BAA0B,+BAA+B;IACzD,mBAAmB,wBAAwB;IAC3C,oBAAoB,yBAAyB;IAC7C,wBAAwB,6BAA6B;IACrD,6BAA6B,kCAAkC;IAC/D,0BAA0B,+BAA+B;IACzD,uBAAuB,4BAA4B;IACnD,iCAAiC,sCAAsC;IACvE,2BAA2B,gCAAgC;IAC3D,4BAA4B,iCAAiC;IAC7D,0BAA0B,+BAA+B;IACzD,oBAAoB,yBAAyB;IAC7C,iBAAiB,sBAAsB;IACvC,WAAW,gBAAgB;IAC3B,mBAAmB,wBAAwB;IAC3C,aAAa,kBAAkB;IAC/B,qBAAqB,0BAA0B;IAC/C,eAAe,oBAAoB;IACnC,UAAU,eAAe;IACzB,sBAAsB,2BAA2B;IACjD,SAAS,cAAc;IACvB,SAAS,cAAc;CACxB"}
|
|
1
|
+
{"version":3,"file":"TradingPolicyScalarFieldEnum.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/TradingPolicyScalarFieldEnum.ts"],"names":[],"mappings":"AAEA,oBAAY,4BAA4B;IACtC,EAAE,OAAO;IACT,eAAe,oBAAoB;IACnC,OAAO,YAAY;IACnB,cAAc,mBAAmB;IACjC,cAAc,mBAAmB;IACjC,YAAY,iBAAiB;IAC7B,sBAAsB,2BAA2B;IACjD,gBAAgB,qBAAqB;IACrC,iBAAiB,sBAAsB;IACvC,aAAa,kBAAkB;IAC/B,eAAe,oBAAoB;IACnC,WAAW,gBAAgB;IAC3B,aAAa,kBAAkB;IAC/B,cAAc,mBAAmB;IACjC,cAAc,mBAAmB;IACjC,YAAY,iBAAiB;IAC7B,eAAe,oBAAoB;IACnC,aAAa,kBAAkB;IAC/B,uBAAuB,4BAA4B;IACnD,kBAAkB,uBAAuB;IACzC,qBAAqB,0BAA0B;IAC/C,YAAY,iBAAiB;IAC7B,mBAAmB,wBAAwB;IAC3C,iBAAiB,sBAAsB;IACvC,WAAW,gBAAgB;IAC3B,yBAAyB,8BAA8B;IACvD,yBAAyB,8BAA8B;IACvD,gBAAgB,qBAAqB;IACrC,aAAa,kBAAkB;IAC/B,2BAA2B,gCAAgC;IAC3D,2BAA2B,gCAAgC;IAC3D,2BAA2B,gCAAgC;IAC3D,qBAAqB,0BAA0B;IAC/C,+BAA+B,oCAAoC;IACnE,4BAA4B,iCAAiC;IAC7D,gCAAgC,qCAAqC;IACrE,+BAA+B,oCAAoC;IACnE,gCAAgC,qCAAqC;IACrE,8BAA8B,mCAAmC;IACjE,+BAA+B,oCAAoC;IACnE,4BAA4B,iCAAiC;IAC7D,eAAe,oBAAoB;IACnC,sBAAsB,2BAA2B;IACjD,cAAc,mBAAmB;IACjC,uBAAuB,4BAA4B;IACnD,0BAA0B,+BAA+B;IACzD,mBAAmB,wBAAwB;IAC3C,oBAAoB,yBAAyB;IAC7C,wBAAwB,6BAA6B;IACrD,6BAA6B,kCAAkC;IAC/D,0BAA0B,+BAA+B;IACzD,uBAAuB,4BAA4B;IACnD,iCAAiC,sCAAsC;IACvE,2BAA2B,gCAAgC;IAC3D,4BAA4B,iCAAiC;IAC7D,0BAA0B,+BAA+B;IACzD,oBAAoB,yBAAyB;IAC7C,iBAAiB,sBAAsB;IACvC,WAAW,gBAAgB;IAC3B,mBAAmB,wBAAwB;IAC3C,aAAa,kBAAkB;IAC/B,qBAAqB,0BAA0B;IAC/C,eAAe,oBAAoB;IACnC,UAAU,eAAe;IACzB,sBAAsB,2BAA2B;IACjD,SAAS,cAAc;IACvB,SAAS,cAAc;CACxB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TradingPolicyScalarFieldEnum.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/TradingPolicyScalarFieldEnum.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"TradingPolicyScalarFieldEnum.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/TradingPolicyScalarFieldEnum.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,MAAM,CAAN,IAAY,4BAoEX;AApED,WAAY,4BAA4B;IACtC,yCAAS,CAAA;IACT,mEAAmC,CAAA;IACnC,mDAAmB,CAAA;IACnB,iEAAiC,CAAA;IACjC,iEAAiC,CAAA;IACjC,6DAA6B,CAAA;IAC7B,iFAAiD,CAAA;IACjD,qEAAqC,CAAA;IACrC,uEAAuC,CAAA;IACvC,+DAA+B,CAAA;IAC/B,mEAAmC,CAAA;IACnC,2DAA2B,CAAA;IAC3B,+DAA+B,CAAA;IAC/B,iEAAiC,CAAA;IACjC,iEAAiC,CAAA;IACjC,6DAA6B,CAAA;IAC7B,mEAAmC,CAAA;IACnC,+DAA+B,CAAA;IAC/B,mFAAmD,CAAA;IACnD,yEAAyC,CAAA;IACzC,+EAA+C,CAAA;IAC/C,6DAA6B,CAAA;IAC7B,2EAA2C,CAAA;IAC3C,uEAAuC,CAAA;IACvC,2DAA2B,CAAA;IAC3B,uFAAuD,CAAA;IACvD,uFAAuD,CAAA;IACvD,qEAAqC,CAAA;IACrC,+DAA+B,CAAA;IAC/B,2FAA2D,CAAA;IAC3D,2FAA2D,CAAA;IAC3D,2FAA2D,CAAA;IAC3D,+EAA+C,CAAA;IAC/C,mGAAmE,CAAA;IACnE,6FAA6D,CAAA;IAC7D,qGAAqE,CAAA;IACrE,mGAAmE,CAAA;IACnE,qGAAqE,CAAA;IACrE,iGAAiE,CAAA;IACjE,mGAAmE,CAAA;IACnE,6FAA6D,CAAA;IAC7D,mEAAmC,CAAA;IACnC,iFAAiD,CAAA;IACjD,iEAAiC,CAAA;IACjC,mFAAmD,CAAA;IACnD,yFAAyD,CAAA;IACzD,2EAA2C,CAAA;IAC3C,6EAA6C,CAAA;IAC7C,qFAAqD,CAAA;IACrD,+FAA+D,CAAA;IAC/D,yFAAyD,CAAA;IACzD,mFAAmD,CAAA;IACnD,uGAAuE,CAAA;IACvE,2FAA2D,CAAA;IAC3D,6FAA6D,CAAA;IAC7D,yFAAyD,CAAA;IACzD,6EAA6C,CAAA;IAC7C,uEAAuC,CAAA;IACvC,2DAA2B,CAAA;IAC3B,2EAA2C,CAAA;IAC3C,+DAA+B,CAAA;IAC/B,+EAA+C,CAAA;IAC/C,mEAAmC,CAAA;IACnC,yDAAyB,CAAA;IACzB,iFAAiD,CAAA;IACjD,uDAAuB,CAAA;IACvB,uDAAuB,CAAA;AACzB,CAAC,EApEW,4BAA4B,KAA5B,4BAA4B,QAoEvC;AACD,WAAW,CAAC,gBAAgB,CAAC,4BAA4B,EAAE;IACzD,IAAI,EAAE,8BAA8B;IACpC,WAAW,EAAE,SAAS;CACvB,CAAC,CAAC"}
|
|
@@ -32,6 +32,16 @@ export var TradingPolicyScalarFieldEnum;
|
|
|
32
32
|
TradingPolicyScalarFieldEnum["maxOpenOrders"] = "maxOpenOrders";
|
|
33
33
|
TradingPolicyScalarFieldEnum["perTradeEquityAllocationPct"] = "perTradeEquityAllocationPct";
|
|
34
34
|
TradingPolicyScalarFieldEnum["perTradeCryptoAllocationPct"] = "perTradeCryptoAllocationPct";
|
|
35
|
+
TradingPolicyScalarFieldEnum["enablePortfolioTrailingStop"] = "enablePortfolioTrailingStop";
|
|
36
|
+
TradingPolicyScalarFieldEnum["portfolioTrailPercent"] = "portfolioTrailPercent";
|
|
37
|
+
TradingPolicyScalarFieldEnum["portfolioProfitThresholdPercent"] = "portfolioProfitThresholdPercent";
|
|
38
|
+
TradingPolicyScalarFieldEnum["reducedPortfolioTrailPercent"] = "reducedPortfolioTrailPercent";
|
|
39
|
+
TradingPolicyScalarFieldEnum["defaultTrailingStopPercentage100"] = "defaultTrailingStopPercentage100";
|
|
40
|
+
TradingPolicyScalarFieldEnum["firstTrailReductionThreshold100"] = "firstTrailReductionThreshold100";
|
|
41
|
+
TradingPolicyScalarFieldEnum["secondTrailReductionThreshold100"] = "secondTrailReductionThreshold100";
|
|
42
|
+
TradingPolicyScalarFieldEnum["firstReducedTrailPercentage100"] = "firstReducedTrailPercentage100";
|
|
43
|
+
TradingPolicyScalarFieldEnum["secondReducedTrailPercentage100"] = "secondReducedTrailPercentage100";
|
|
44
|
+
TradingPolicyScalarFieldEnum["minimumPriceChangePercent100"] = "minimumPriceChangePercent100";
|
|
35
45
|
TradingPolicyScalarFieldEnum["riskBudgetPrefs"] = "riskBudgetPrefs";
|
|
36
46
|
TradingPolicyScalarFieldEnum["signalConsumptionPrefs"] = "signalConsumptionPrefs";
|
|
37
47
|
TradingPolicyScalarFieldEnum["executionPrefs"] = "executionPrefs";
|
|
@@ -70,43 +70,43 @@ export declare class AlpacaAccount {
|
|
|
70
70
|
*/
|
|
71
71
|
volumeThreshold: number;
|
|
72
72
|
/**
|
|
73
|
-
*
|
|
73
|
+
* @deprecated Use TradingPolicy.enablePortfolioTrailingStop instead. Retained for legacy onboarding UI and migration backfill; engine reads from tradingPolicy.enablePortfolioTrailingStop with this field as fallback. TYPESTRING.SKIP=true
|
|
74
74
|
*/
|
|
75
75
|
enablePortfolioTrailingStop: boolean;
|
|
76
76
|
/**
|
|
77
|
-
*
|
|
77
|
+
* @deprecated Use TradingPolicy.portfolioTrailPercent instead. Retained for migration backfill; engine reads from tradingPolicy.portfolioTrailPercent with this field as fallback. TYPESTRING.SKIP=true
|
|
78
78
|
*/
|
|
79
79
|
portfolioTrailPercent: number;
|
|
80
80
|
/**
|
|
81
|
-
*
|
|
81
|
+
* @deprecated Use TradingPolicy.portfolioProfitThresholdPercent instead. Retained for migration backfill; engine reads from tradingPolicy.portfolioProfitThresholdPercent with this field as fallback. TYPESTRING.SKIP=true
|
|
82
82
|
*/
|
|
83
83
|
portfolioProfitThresholdPercent: number;
|
|
84
84
|
/**
|
|
85
|
-
*
|
|
85
|
+
* @deprecated Use TradingPolicy.reducedPortfolioTrailPercent instead. Retained for migration backfill; engine reads from tradingPolicy.reducedPortfolioTrailPercent with this field as fallback. TYPESTRING.SKIP=true
|
|
86
86
|
*/
|
|
87
87
|
reducedPortfolioTrailPercent: number;
|
|
88
88
|
/**
|
|
89
|
-
*
|
|
89
|
+
* @deprecated Use TradingPolicy.defaultTrailingStopPercentage100 instead. Retained for migration backfill; engine reads from tradingPolicy.defaultTrailingStopPercentage100 with this field as fallback. TYPESTRING.SKIP=true
|
|
90
90
|
*/
|
|
91
91
|
defaultTrailingStopPercentage100: number;
|
|
92
92
|
/**
|
|
93
|
-
*
|
|
93
|
+
* @deprecated Use TradingPolicy.firstTrailReductionThreshold100 instead. Retained for migration backfill; engine reads from tradingPolicy.firstTrailReductionThreshold100 with this field as fallback. TYPESTRING.SKIP=true
|
|
94
94
|
*/
|
|
95
95
|
firstTrailReductionThreshold100: number;
|
|
96
96
|
/**
|
|
97
|
-
*
|
|
97
|
+
* @deprecated Use TradingPolicy.secondTrailReductionThreshold100 instead. Retained for migration backfill; engine reads from tradingPolicy.secondTrailReductionThreshold100 with this field as fallback. TYPESTRING.SKIP=true
|
|
98
98
|
*/
|
|
99
99
|
secondTrailReductionThreshold100: number;
|
|
100
100
|
/**
|
|
101
|
-
*
|
|
101
|
+
* @deprecated Use TradingPolicy.firstReducedTrailPercentage100 instead. Retained for migration backfill; engine reads from tradingPolicy.firstReducedTrailPercentage100 with this field as fallback. TYPESTRING.SKIP=true
|
|
102
102
|
*/
|
|
103
103
|
firstReducedTrailPercentage100: number;
|
|
104
104
|
/**
|
|
105
|
-
*
|
|
105
|
+
* @deprecated Use TradingPolicy.secondReducedTrailPercentage100 instead. Retained for migration backfill; engine reads from tradingPolicy.secondReducedTrailPercentage100 with this field as fallback. TYPESTRING.SKIP=true
|
|
106
106
|
*/
|
|
107
107
|
secondReducedTrailPercentage100: number;
|
|
108
108
|
/**
|
|
109
|
-
*
|
|
109
|
+
* @deprecated Use TradingPolicy.minimumPriceChangePercent100 instead. Retained for migration backfill; engine reads from tradingPolicy.minimumPriceChangePercent100 with this field as fallback. TYPESTRING.SKIP=true
|
|
110
110
|
*/
|
|
111
111
|
minimumPriceChangePercent100: number;
|
|
112
112
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlpacaAccount.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/AlpacaAccount.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"AlpacaAccount.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/AlpacaAccount.ts"],"names":[],"mappings":"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"}
|