adaptic-backend 1.0.86 → 1.0.88
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 +43 -1260
- package/Action.cjs +65 -2016
- package/Alert.cjs +41 -1260
- package/AlpacaAccount.cjs +78 -1260
- package/Asset.cjs +78 -1548
- package/Authenticator.cjs +43 -1260
- package/Customer.cjs +43 -1260
- package/NewsArticle.cjs +43 -1548
- package/NewsArticleAssetSentiment.cjs +41 -1548
- package/Order.cjs +65 -1550
- package/Position.cjs +58 -1908
- package/Session.cjs +43 -1260
- package/StopLoss.cjs +70 -1549
- package/TakeProfit.cjs +70 -1549
- package/Trade.cjs +16 -1694
- package/User.cjs +41 -1260
- package/generated/typeStrings/Trade.cjs +7 -5
- package/generated/typeStrings/Trade.d.ts +1 -1
- package/generated/typeStrings/Trade.d.ts.map +1 -1
- package/generated/typeStrings/Trade.js.map +1 -1
- package/generated/typeStrings/index.d.ts +1 -1
- package/generated/typegraphql-prisma/enhance.cjs +32 -27
- package/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
- package/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.cjs +1 -0
- package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts +1 -0
- package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts.map +1 -1
- package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.js.map +1 -1
- package/generated/typegraphql-prisma/models/Trade.cjs +8 -0
- package/generated/typegraphql-prisma/models/Trade.d.ts +4 -0
- package/generated/typegraphql-prisma/models/Trade.d.ts.map +1 -1
- package/generated/typegraphql-prisma/models/Trade.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.cjs +50 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.cjs +69 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.d.ts +8 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.cjs +89 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.d.ts +13 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.cjs +68 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.d.ts +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.cjs +88 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.d.ts +12 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/index.cjs +20 -10
- package/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +5 -0
- package/generated/typegraphql-prisma/resolvers/inputs/index.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/index.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.js.map +1 -1
- package/package.json +1 -1
- package/server/Account.d.ts.map +1 -1
- package/server/Account.js.map +1 -1
- package/server/Account.mjs +43 -1260
- package/server/Action.d.ts.map +1 -1
- package/server/Action.js.map +1 -1
- package/server/Action.mjs +65 -2016
- package/server/Alert.d.ts.map +1 -1
- package/server/Alert.js.map +1 -1
- package/server/Alert.mjs +41 -1260
- package/server/AlpacaAccount.d.ts.map +1 -1
- package/server/AlpacaAccount.js.map +1 -1
- package/server/AlpacaAccount.mjs +78 -1260
- package/server/Asset.d.ts.map +1 -1
- package/server/Asset.js.map +1 -1
- package/server/Asset.mjs +78 -1548
- package/server/Authenticator.d.ts.map +1 -1
- package/server/Authenticator.js.map +1 -1
- package/server/Authenticator.mjs +43 -1260
- package/server/Customer.d.ts.map +1 -1
- package/server/Customer.js.map +1 -1
- package/server/Customer.mjs +43 -1260
- package/server/NewsArticle.d.ts.map +1 -1
- package/server/NewsArticle.js.map +1 -1
- package/server/NewsArticle.mjs +43 -1548
- package/server/NewsArticleAssetSentiment.d.ts.map +1 -1
- package/server/NewsArticleAssetSentiment.js.map +1 -1
- package/server/NewsArticleAssetSentiment.mjs +41 -1548
- package/server/Order.d.ts.map +1 -1
- package/server/Order.js.map +1 -1
- package/server/Order.mjs +65 -1550
- package/server/Position.d.ts.map +1 -1
- package/server/Position.js.map +1 -1
- package/server/Position.mjs +58 -1908
- package/server/Session.d.ts.map +1 -1
- package/server/Session.js.map +1 -1
- package/server/Session.mjs +43 -1260
- package/server/StopLoss.d.ts.map +1 -1
- package/server/StopLoss.js.map +1 -1
- package/server/StopLoss.mjs +70 -1549
- package/server/TakeProfit.d.ts.map +1 -1
- package/server/TakeProfit.js.map +1 -1
- package/server/TakeProfit.mjs +70 -1549
- package/server/Trade.d.ts.map +1 -1
- package/server/Trade.js.map +1 -1
- package/server/Trade.mjs +16 -1694
- package/server/User.d.ts.map +1 -1
- package/server/User.js.map +1 -1
- package/server/User.mjs +41 -1260
- package/server/generated/typeStrings/Trade.d.ts +1 -1
- package/server/generated/typeStrings/Trade.d.ts.map +1 -1
- package/server/generated/typeStrings/Trade.js.map +1 -1
- package/server/generated/typeStrings/Trade.mjs +7 -5
- package/server/generated/typeStrings/index.d.ts +1 -1
- package/server/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/server/generated/typegraphql-prisma/enhance.mjs +32 -27
- package/server/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts +1 -0
- package/server/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.js.map +1 -1
- package/server/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.mjs +1 -0
- package/server/generated/typegraphql-prisma/models/Trade.d.ts +4 -0
- package/server/generated/typegraphql-prisma/models/Trade.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/models/Trade.js.map +1 -1
- package/server/generated/typegraphql-prisma/models/Trade.mjs +12 -0
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.d.ts +4 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.d.ts.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.js.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFieldUpdateOperationsInput.mjs +25 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.d.ts +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.d.ts.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.js.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeFilter.mjs +47 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.d.ts +13 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.d.ts.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.js.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/EnumOptionTypeWithAggregatesFilter.mjs +70 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.d.ts +7 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.d.ts.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.js.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeFilter.mjs +46 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.d.ts +12 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.d.ts.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.js.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOptionTypeWithAggregatesFilter.mjs +69 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAlpacaAccountInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyAssetInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAlpacaAccountInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutAssetInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAlpacaAccountInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutAssetInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +5 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/index.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/index.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/index.mjs +5 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyTradeAndReturnOutputType.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountTradesArgs.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetTradesArgs.js.map +1 -1
package/Account.cjs
CHANGED
@@ -55,22 +55,13 @@ exports.Account = {
|
|
55
55
|
stripeCurrentPeriodEnd
|
56
56
|
createdAt
|
57
57
|
updatedAt
|
58
|
-
users {
|
59
|
-
id
|
60
|
-
}
|
61
58
|
}
|
62
59
|
customerId
|
63
|
-
accounts {
|
64
|
-
id
|
65
|
-
}
|
66
60
|
sessions {
|
67
61
|
id
|
68
62
|
sessionToken
|
69
63
|
userId
|
70
64
|
expires
|
71
|
-
user {
|
72
|
-
id
|
73
|
-
}
|
74
65
|
createdAt
|
75
66
|
updatedAt
|
76
67
|
}
|
@@ -80,9 +71,6 @@ exports.Account = {
|
|
80
71
|
credentialID
|
81
72
|
publicKey
|
82
73
|
counter
|
83
|
-
user {
|
84
|
-
id
|
85
|
-
}
|
86
74
|
createdAt
|
87
75
|
updatedAt
|
88
76
|
}
|
@@ -96,9 +84,6 @@ exports.Account = {
|
|
96
84
|
marketOpen
|
97
85
|
minOrderSize
|
98
86
|
maxOrderSize
|
99
|
-
user {
|
100
|
-
id
|
101
|
-
}
|
102
87
|
userId
|
103
88
|
createdAt
|
104
89
|
updatedAt
|
@@ -109,6 +94,7 @@ exports.Account = {
|
|
109
94
|
qty
|
110
95
|
price
|
111
96
|
total
|
97
|
+
optionType
|
112
98
|
signal
|
113
99
|
strategy
|
114
100
|
analysis
|
@@ -117,9 +103,6 @@ exports.Account = {
|
|
117
103
|
createdAt
|
118
104
|
updatedAt
|
119
105
|
status
|
120
|
-
alpacaAccount {
|
121
|
-
id
|
122
|
-
}
|
123
106
|
asset {
|
124
107
|
id
|
125
108
|
symbol
|
@@ -179,9 +162,6 @@ exports.Account = {
|
|
179
162
|
buyPrice
|
180
163
|
createdAt
|
181
164
|
updatedAt
|
182
|
-
trades {
|
183
|
-
id
|
184
|
-
}
|
185
165
|
orders {
|
186
166
|
id
|
187
167
|
clientOrderId
|
@@ -202,9 +182,6 @@ exports.Account = {
|
|
202
182
|
createdAt
|
203
183
|
updatedAt
|
204
184
|
orderId
|
205
|
-
Order {
|
206
|
-
id
|
207
|
-
}
|
208
185
|
}
|
209
186
|
takeProfit {
|
210
187
|
id
|
@@ -213,9 +190,6 @@ exports.Account = {
|
|
213
190
|
createdAt
|
214
191
|
updatedAt
|
215
192
|
orderId
|
216
|
-
Order {
|
217
|
-
id
|
218
|
-
}
|
219
193
|
}
|
220
194
|
trailPrice
|
221
195
|
trailPercent
|
@@ -227,9 +201,6 @@ exports.Account = {
|
|
227
201
|
filledAt
|
228
202
|
filledAvgPrice
|
229
203
|
actionId
|
230
|
-
alpacaAccount {
|
231
|
-
id
|
232
|
-
}
|
233
204
|
action {
|
234
205
|
id
|
235
206
|
sequence
|
@@ -238,15 +209,6 @@ exports.Account = {
|
|
238
209
|
note
|
239
210
|
status
|
240
211
|
fee
|
241
|
-
trade {
|
242
|
-
id
|
243
|
-
}
|
244
|
-
order {
|
245
|
-
id
|
246
|
-
}
|
247
|
-
}
|
248
|
-
asset {
|
249
|
-
id
|
250
212
|
}
|
251
213
|
fee
|
252
214
|
strikePrice
|
@@ -258,9 +220,6 @@ exports.Account = {
|
|
258
220
|
positions {
|
259
221
|
id
|
260
222
|
assetId
|
261
|
-
asset {
|
262
|
-
id
|
263
|
-
}
|
264
223
|
averageEntryPrice
|
265
224
|
qty
|
266
225
|
qtyAvailable
|
@@ -274,9 +233,6 @@ exports.Account = {
|
|
274
233
|
lastTradePrice
|
275
234
|
changeToday
|
276
235
|
assetMarginable
|
277
|
-
alpacaAccount {
|
278
|
-
id
|
279
|
-
}
|
280
236
|
alpacaAccountId
|
281
237
|
}
|
282
238
|
newsMentions {
|
@@ -301,12 +257,6 @@ exports.Account = {
|
|
301
257
|
logo
|
302
258
|
createdAt
|
303
259
|
updatedAt
|
304
|
-
assets {
|
305
|
-
id
|
306
|
-
}
|
307
|
-
}
|
308
|
-
asset {
|
309
|
-
id
|
310
260
|
}
|
311
261
|
relevancyScore
|
312
262
|
sentimentScore
|
@@ -321,9 +271,6 @@ exports.Account = {
|
|
321
271
|
note
|
322
272
|
status
|
323
273
|
fee
|
324
|
-
trade {
|
325
|
-
id
|
326
|
-
}
|
327
274
|
order {
|
328
275
|
id
|
329
276
|
clientOrderId
|
@@ -344,9 +291,6 @@ exports.Account = {
|
|
344
291
|
createdAt
|
345
292
|
updatedAt
|
346
293
|
orderId
|
347
|
-
Order {
|
348
|
-
id
|
349
|
-
}
|
350
294
|
}
|
351
295
|
takeProfit {
|
352
296
|
id
|
@@ -355,9 +299,6 @@ exports.Account = {
|
|
355
299
|
createdAt
|
356
300
|
updatedAt
|
357
301
|
orderId
|
358
|
-
Order {
|
359
|
-
id
|
360
|
-
}
|
361
302
|
}
|
362
303
|
trailPrice
|
363
304
|
trailPercent
|
@@ -369,12 +310,6 @@ exports.Account = {
|
|
369
310
|
filledAt
|
370
311
|
filledAvgPrice
|
371
312
|
actionId
|
372
|
-
alpacaAccount {
|
373
|
-
id
|
374
|
-
}
|
375
|
-
action {
|
376
|
-
id
|
377
|
-
}
|
378
313
|
asset {
|
379
314
|
id
|
380
315
|
symbol
|
@@ -434,18 +369,9 @@ exports.Account = {
|
|
434
369
|
buyPrice
|
435
370
|
createdAt
|
436
371
|
updatedAt
|
437
|
-
trades {
|
438
|
-
id
|
439
|
-
}
|
440
|
-
orders {
|
441
|
-
id
|
442
|
-
}
|
443
372
|
positions {
|
444
373
|
id
|
445
374
|
assetId
|
446
|
-
asset {
|
447
|
-
id
|
448
|
-
}
|
449
375
|
averageEntryPrice
|
450
376
|
qty
|
451
377
|
qtyAvailable
|
@@ -459,9 +385,6 @@ exports.Account = {
|
|
459
385
|
lastTradePrice
|
460
386
|
changeToday
|
461
387
|
assetMarginable
|
462
|
-
alpacaAccount {
|
463
|
-
id
|
464
|
-
}
|
465
388
|
alpacaAccountId
|
466
389
|
}
|
467
390
|
newsMentions {
|
@@ -486,12 +409,6 @@ exports.Account = {
|
|
486
409
|
logo
|
487
410
|
createdAt
|
488
411
|
updatedAt
|
489
|
-
assets {
|
490
|
-
id
|
491
|
-
}
|
492
|
-
}
|
493
|
-
asset {
|
494
|
-
id
|
495
412
|
}
|
496
413
|
relevancyScore
|
497
414
|
sentimentScore
|
@@ -527,9 +444,6 @@ exports.Account = {
|
|
527
444
|
createdAt
|
528
445
|
updatedAt
|
529
446
|
orderId
|
530
|
-
Order {
|
531
|
-
id
|
532
|
-
}
|
533
447
|
}
|
534
448
|
takeProfit {
|
535
449
|
id
|
@@ -538,9 +452,6 @@ exports.Account = {
|
|
538
452
|
createdAt
|
539
453
|
updatedAt
|
540
454
|
orderId
|
541
|
-
Order {
|
542
|
-
id
|
543
|
-
}
|
544
455
|
}
|
545
456
|
trailPrice
|
546
457
|
trailPercent
|
@@ -552,9 +463,6 @@ exports.Account = {
|
|
552
463
|
filledAt
|
553
464
|
filledAvgPrice
|
554
465
|
actionId
|
555
|
-
alpacaAccount {
|
556
|
-
id
|
557
|
-
}
|
558
466
|
action {
|
559
467
|
id
|
560
468
|
sequence
|
@@ -570,6 +478,7 @@ exports.Account = {
|
|
570
478
|
qty
|
571
479
|
price
|
572
480
|
total
|
481
|
+
optionType
|
573
482
|
signal
|
574
483
|
strategy
|
575
484
|
analysis
|
@@ -578,9 +487,6 @@ exports.Account = {
|
|
578
487
|
createdAt
|
579
488
|
updatedAt
|
580
489
|
status
|
581
|
-
alpacaAccount {
|
582
|
-
id
|
583
|
-
}
|
584
490
|
asset {
|
585
491
|
id
|
586
492
|
symbol
|
@@ -640,18 +546,9 @@ exports.Account = {
|
|
640
546
|
buyPrice
|
641
547
|
createdAt
|
642
548
|
updatedAt
|
643
|
-
trades {
|
644
|
-
id
|
645
|
-
}
|
646
|
-
orders {
|
647
|
-
id
|
648
|
-
}
|
649
549
|
positions {
|
650
550
|
id
|
651
551
|
assetId
|
652
|
-
asset {
|
653
|
-
id
|
654
|
-
}
|
655
552
|
averageEntryPrice
|
656
553
|
qty
|
657
554
|
qtyAvailable
|
@@ -665,9 +562,6 @@ exports.Account = {
|
|
665
562
|
lastTradePrice
|
666
563
|
changeToday
|
667
564
|
assetMarginable
|
668
|
-
alpacaAccount {
|
669
|
-
id
|
670
|
-
}
|
671
565
|
alpacaAccountId
|
672
566
|
}
|
673
567
|
newsMentions {
|
@@ -692,24 +586,12 @@ exports.Account = {
|
|
692
586
|
logo
|
693
587
|
createdAt
|
694
588
|
updatedAt
|
695
|
-
assets {
|
696
|
-
id
|
697
|
-
}
|
698
|
-
}
|
699
|
-
asset {
|
700
|
-
id
|
701
589
|
}
|
702
590
|
relevancyScore
|
703
591
|
sentimentScore
|
704
592
|
sentimentLabel
|
705
593
|
}
|
706
594
|
}
|
707
|
-
actions {
|
708
|
-
id
|
709
|
-
}
|
710
|
-
}
|
711
|
-
order {
|
712
|
-
id
|
713
595
|
}
|
714
596
|
}
|
715
597
|
asset {
|
@@ -778,6 +660,7 @@ exports.Account = {
|
|
778
660
|
qty
|
779
661
|
price
|
780
662
|
total
|
663
|
+
optionType
|
781
664
|
signal
|
782
665
|
strategy
|
783
666
|
analysis
|
@@ -786,12 +669,6 @@ exports.Account = {
|
|
786
669
|
createdAt
|
787
670
|
updatedAt
|
788
671
|
status
|
789
|
-
alpacaAccount {
|
790
|
-
id
|
791
|
-
}
|
792
|
-
asset {
|
793
|
-
id
|
794
|
-
}
|
795
672
|
actions {
|
796
673
|
id
|
797
674
|
sequence
|
@@ -800,23 +677,11 @@ exports.Account = {
|
|
800
677
|
note
|
801
678
|
status
|
802
679
|
fee
|
803
|
-
trade {
|
804
|
-
id
|
805
|
-
}
|
806
|
-
order {
|
807
|
-
id
|
808
|
-
}
|
809
680
|
}
|
810
681
|
}
|
811
|
-
orders {
|
812
|
-
id
|
813
|
-
}
|
814
682
|
positions {
|
815
683
|
id
|
816
684
|
assetId
|
817
|
-
asset {
|
818
|
-
id
|
819
|
-
}
|
820
685
|
averageEntryPrice
|
821
686
|
qty
|
822
687
|
qtyAvailable
|
@@ -830,9 +695,6 @@ exports.Account = {
|
|
830
695
|
lastTradePrice
|
831
696
|
changeToday
|
832
697
|
assetMarginable
|
833
|
-
alpacaAccount {
|
834
|
-
id
|
835
|
-
}
|
836
698
|
alpacaAccountId
|
837
699
|
}
|
838
700
|
newsMentions {
|
@@ -857,12 +719,6 @@ exports.Account = {
|
|
857
719
|
logo
|
858
720
|
createdAt
|
859
721
|
updatedAt
|
860
|
-
assets {
|
861
|
-
id
|
862
|
-
}
|
863
|
-
}
|
864
|
-
asset {
|
865
|
-
id
|
866
722
|
}
|
867
723
|
relevancyScore
|
868
724
|
sentimentScore
|
@@ -945,6 +801,7 @@ exports.Account = {
|
|
945
801
|
qty
|
946
802
|
price
|
947
803
|
total
|
804
|
+
optionType
|
948
805
|
signal
|
949
806
|
strategy
|
950
807
|
analysis
|
@@ -953,12 +810,6 @@ exports.Account = {
|
|
953
810
|
createdAt
|
954
811
|
updatedAt
|
955
812
|
status
|
956
|
-
alpacaAccount {
|
957
|
-
id
|
958
|
-
}
|
959
|
-
asset {
|
960
|
-
id
|
961
|
-
}
|
962
813
|
actions {
|
963
814
|
id
|
964
815
|
sequence
|
@@ -967,9 +818,6 @@ exports.Account = {
|
|
967
818
|
note
|
968
819
|
status
|
969
820
|
fee
|
970
|
-
trade {
|
971
|
-
id
|
972
|
-
}
|
973
821
|
order {
|
974
822
|
id
|
975
823
|
clientOrderId
|
@@ -990,9 +838,6 @@ exports.Account = {
|
|
990
838
|
createdAt
|
991
839
|
updatedAt
|
992
840
|
orderId
|
993
|
-
Order {
|
994
|
-
id
|
995
|
-
}
|
996
841
|
}
|
997
842
|
takeProfit {
|
998
843
|
id
|
@@ -1001,9 +846,6 @@ exports.Account = {
|
|
1001
846
|
createdAt
|
1002
847
|
updatedAt
|
1003
848
|
orderId
|
1004
|
-
Order {
|
1005
|
-
id
|
1006
|
-
}
|
1007
849
|
}
|
1008
850
|
trailPrice
|
1009
851
|
trailPercent
|
@@ -1015,15 +857,6 @@ exports.Account = {
|
|
1015
857
|
filledAt
|
1016
858
|
filledAvgPrice
|
1017
859
|
actionId
|
1018
|
-
alpacaAccount {
|
1019
|
-
id
|
1020
|
-
}
|
1021
|
-
action {
|
1022
|
-
id
|
1023
|
-
}
|
1024
|
-
asset {
|
1025
|
-
id
|
1026
|
-
}
|
1027
860
|
fee
|
1028
861
|
strikePrice
|
1029
862
|
expirationDate
|
@@ -1053,9 +886,6 @@ exports.Account = {
|
|
1053
886
|
createdAt
|
1054
887
|
updatedAt
|
1055
888
|
orderId
|
1056
|
-
Order {
|
1057
|
-
id
|
1058
|
-
}
|
1059
889
|
}
|
1060
890
|
takeProfit {
|
1061
891
|
id
|
@@ -1064,9 +894,6 @@ exports.Account = {
|
|
1064
894
|
createdAt
|
1065
895
|
updatedAt
|
1066
896
|
orderId
|
1067
|
-
Order {
|
1068
|
-
id
|
1069
|
-
}
|
1070
897
|
}
|
1071
898
|
trailPrice
|
1072
899
|
trailPercent
|
@@ -1078,9 +905,6 @@ exports.Account = {
|
|
1078
905
|
filledAt
|
1079
906
|
filledAvgPrice
|
1080
907
|
actionId
|
1081
|
-
alpacaAccount {
|
1082
|
-
id
|
1083
|
-
}
|
1084
908
|
action {
|
1085
909
|
id
|
1086
910
|
sequence
|
@@ -1096,6 +920,7 @@ exports.Account = {
|
|
1096
920
|
qty
|
1097
921
|
price
|
1098
922
|
total
|
923
|
+
optionType
|
1099
924
|
signal
|
1100
925
|
strategy
|
1101
926
|
analysis
|
@@ -1104,23 +929,8 @@ exports.Account = {
|
|
1104
929
|
createdAt
|
1105
930
|
updatedAt
|
1106
931
|
status
|
1107
|
-
alpacaAccount {
|
1108
|
-
id
|
1109
|
-
}
|
1110
|
-
asset {
|
1111
|
-
id
|
1112
|
-
}
|
1113
|
-
actions {
|
1114
|
-
id
|
1115
|
-
}
|
1116
|
-
}
|
1117
|
-
order {
|
1118
|
-
id
|
1119
932
|
}
|
1120
933
|
}
|
1121
|
-
asset {
|
1122
|
-
id
|
1123
|
-
}
|
1124
934
|
fee
|
1125
935
|
strikePrice
|
1126
936
|
expirationDate
|
@@ -1128,9 +938,6 @@ exports.Account = {
|
|
1128
938
|
stopLossId
|
1129
939
|
takeProfitId
|
1130
940
|
}
|
1131
|
-
positions {
|
1132
|
-
id
|
1133
|
-
}
|
1134
941
|
newsMentions {
|
1135
942
|
id
|
1136
943
|
assetId
|
@@ -1153,12 +960,6 @@ exports.Account = {
|
|
1153
960
|
logo
|
1154
961
|
createdAt
|
1155
962
|
updatedAt
|
1156
|
-
assets {
|
1157
|
-
id
|
1158
|
-
}
|
1159
|
-
}
|
1160
|
-
asset {
|
1161
|
-
id
|
1162
963
|
}
|
1163
964
|
relevancyScore
|
1164
965
|
sentimentScore
|
@@ -1178,9 +979,6 @@ exports.Account = {
|
|
1178
979
|
lastTradePrice
|
1179
980
|
changeToday
|
1180
981
|
assetMarginable
|
1181
|
-
alpacaAccount {
|
1182
|
-
id
|
1183
|
-
}
|
1184
982
|
alpacaAccountId
|
1185
983
|
}
|
1186
984
|
alerts {
|
@@ -1191,9 +989,6 @@ exports.Account = {
|
|
1191
989
|
isRead
|
1192
990
|
createdAt
|
1193
991
|
updatedAt
|
1194
|
-
alpacaAccount {
|
1195
|
-
id
|
1196
|
-
}
|
1197
992
|
}
|
1198
993
|
}
|
1199
994
|
}
|
@@ -1325,6 +1120,7 @@ exports.Account = {
|
|
1325
1120
|
qty: item.qty !== undefined ? item.qty : undefined,
|
1326
1121
|
price: item.price !== undefined ? item.price : undefined,
|
1327
1122
|
total: item.total !== undefined ? item.total : undefined,
|
1123
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
1328
1124
|
signal: item.signal !== undefined ? item.signal : undefined,
|
1329
1125
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
1330
1126
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -1531,22 +1327,13 @@ exports.Account = {
|
|
1531
1327
|
stripeCurrentPeriodEnd
|
1532
1328
|
createdAt
|
1533
1329
|
updatedAt
|
1534
|
-
users {
|
1535
|
-
id
|
1536
|
-
}
|
1537
1330
|
}
|
1538
1331
|
customerId
|
1539
|
-
accounts {
|
1540
|
-
id
|
1541
|
-
}
|
1542
1332
|
sessions {
|
1543
1333
|
id
|
1544
1334
|
sessionToken
|
1545
1335
|
userId
|
1546
1336
|
expires
|
1547
|
-
user {
|
1548
|
-
id
|
1549
|
-
}
|
1550
1337
|
createdAt
|
1551
1338
|
updatedAt
|
1552
1339
|
}
|
@@ -1556,9 +1343,6 @@ exports.Account = {
|
|
1556
1343
|
credentialID
|
1557
1344
|
publicKey
|
1558
1345
|
counter
|
1559
|
-
user {
|
1560
|
-
id
|
1561
|
-
}
|
1562
1346
|
createdAt
|
1563
1347
|
updatedAt
|
1564
1348
|
}
|
@@ -1572,9 +1356,6 @@ exports.Account = {
|
|
1572
1356
|
marketOpen
|
1573
1357
|
minOrderSize
|
1574
1358
|
maxOrderSize
|
1575
|
-
user {
|
1576
|
-
id
|
1577
|
-
}
|
1578
1359
|
userId
|
1579
1360
|
createdAt
|
1580
1361
|
updatedAt
|
@@ -1585,6 +1366,7 @@ exports.Account = {
|
|
1585
1366
|
qty
|
1586
1367
|
price
|
1587
1368
|
total
|
1369
|
+
optionType
|
1588
1370
|
signal
|
1589
1371
|
strategy
|
1590
1372
|
analysis
|
@@ -1593,9 +1375,6 @@ exports.Account = {
|
|
1593
1375
|
createdAt
|
1594
1376
|
updatedAt
|
1595
1377
|
status
|
1596
|
-
alpacaAccount {
|
1597
|
-
id
|
1598
|
-
}
|
1599
1378
|
asset {
|
1600
1379
|
id
|
1601
1380
|
symbol
|
@@ -1655,9 +1434,6 @@ exports.Account = {
|
|
1655
1434
|
buyPrice
|
1656
1435
|
createdAt
|
1657
1436
|
updatedAt
|
1658
|
-
trades {
|
1659
|
-
id
|
1660
|
-
}
|
1661
1437
|
orders {
|
1662
1438
|
id
|
1663
1439
|
clientOrderId
|
@@ -1678,9 +1454,6 @@ exports.Account = {
|
|
1678
1454
|
createdAt
|
1679
1455
|
updatedAt
|
1680
1456
|
orderId
|
1681
|
-
Order {
|
1682
|
-
id
|
1683
|
-
}
|
1684
1457
|
}
|
1685
1458
|
takeProfit {
|
1686
1459
|
id
|
@@ -1689,9 +1462,6 @@ exports.Account = {
|
|
1689
1462
|
createdAt
|
1690
1463
|
updatedAt
|
1691
1464
|
orderId
|
1692
|
-
Order {
|
1693
|
-
id
|
1694
|
-
}
|
1695
1465
|
}
|
1696
1466
|
trailPrice
|
1697
1467
|
trailPercent
|
@@ -1703,9 +1473,6 @@ exports.Account = {
|
|
1703
1473
|
filledAt
|
1704
1474
|
filledAvgPrice
|
1705
1475
|
actionId
|
1706
|
-
alpacaAccount {
|
1707
|
-
id
|
1708
|
-
}
|
1709
1476
|
action {
|
1710
1477
|
id
|
1711
1478
|
sequence
|
@@ -1714,15 +1481,6 @@ exports.Account = {
|
|
1714
1481
|
note
|
1715
1482
|
status
|
1716
1483
|
fee
|
1717
|
-
trade {
|
1718
|
-
id
|
1719
|
-
}
|
1720
|
-
order {
|
1721
|
-
id
|
1722
|
-
}
|
1723
|
-
}
|
1724
|
-
asset {
|
1725
|
-
id
|
1726
1484
|
}
|
1727
1485
|
fee
|
1728
1486
|
strikePrice
|
@@ -1734,9 +1492,6 @@ exports.Account = {
|
|
1734
1492
|
positions {
|
1735
1493
|
id
|
1736
1494
|
assetId
|
1737
|
-
asset {
|
1738
|
-
id
|
1739
|
-
}
|
1740
1495
|
averageEntryPrice
|
1741
1496
|
qty
|
1742
1497
|
qtyAvailable
|
@@ -1750,9 +1505,6 @@ exports.Account = {
|
|
1750
1505
|
lastTradePrice
|
1751
1506
|
changeToday
|
1752
1507
|
assetMarginable
|
1753
|
-
alpacaAccount {
|
1754
|
-
id
|
1755
|
-
}
|
1756
1508
|
alpacaAccountId
|
1757
1509
|
}
|
1758
1510
|
newsMentions {
|
@@ -1777,12 +1529,6 @@ exports.Account = {
|
|
1777
1529
|
logo
|
1778
1530
|
createdAt
|
1779
1531
|
updatedAt
|
1780
|
-
assets {
|
1781
|
-
id
|
1782
|
-
}
|
1783
|
-
}
|
1784
|
-
asset {
|
1785
|
-
id
|
1786
1532
|
}
|
1787
1533
|
relevancyScore
|
1788
1534
|
sentimentScore
|
@@ -1797,9 +1543,6 @@ exports.Account = {
|
|
1797
1543
|
note
|
1798
1544
|
status
|
1799
1545
|
fee
|
1800
|
-
trade {
|
1801
|
-
id
|
1802
|
-
}
|
1803
1546
|
order {
|
1804
1547
|
id
|
1805
1548
|
clientOrderId
|
@@ -1820,9 +1563,6 @@ exports.Account = {
|
|
1820
1563
|
createdAt
|
1821
1564
|
updatedAt
|
1822
1565
|
orderId
|
1823
|
-
Order {
|
1824
|
-
id
|
1825
|
-
}
|
1826
1566
|
}
|
1827
1567
|
takeProfit {
|
1828
1568
|
id
|
@@ -1831,9 +1571,6 @@ exports.Account = {
|
|
1831
1571
|
createdAt
|
1832
1572
|
updatedAt
|
1833
1573
|
orderId
|
1834
|
-
Order {
|
1835
|
-
id
|
1836
|
-
}
|
1837
1574
|
}
|
1838
1575
|
trailPrice
|
1839
1576
|
trailPercent
|
@@ -1845,12 +1582,6 @@ exports.Account = {
|
|
1845
1582
|
filledAt
|
1846
1583
|
filledAvgPrice
|
1847
1584
|
actionId
|
1848
|
-
alpacaAccount {
|
1849
|
-
id
|
1850
|
-
}
|
1851
|
-
action {
|
1852
|
-
id
|
1853
|
-
}
|
1854
1585
|
asset {
|
1855
1586
|
id
|
1856
1587
|
symbol
|
@@ -1910,18 +1641,9 @@ exports.Account = {
|
|
1910
1641
|
buyPrice
|
1911
1642
|
createdAt
|
1912
1643
|
updatedAt
|
1913
|
-
trades {
|
1914
|
-
id
|
1915
|
-
}
|
1916
|
-
orders {
|
1917
|
-
id
|
1918
|
-
}
|
1919
1644
|
positions {
|
1920
1645
|
id
|
1921
1646
|
assetId
|
1922
|
-
asset {
|
1923
|
-
id
|
1924
|
-
}
|
1925
1647
|
averageEntryPrice
|
1926
1648
|
qty
|
1927
1649
|
qtyAvailable
|
@@ -1935,9 +1657,6 @@ exports.Account = {
|
|
1935
1657
|
lastTradePrice
|
1936
1658
|
changeToday
|
1937
1659
|
assetMarginable
|
1938
|
-
alpacaAccount {
|
1939
|
-
id
|
1940
|
-
}
|
1941
1660
|
alpacaAccountId
|
1942
1661
|
}
|
1943
1662
|
newsMentions {
|
@@ -1962,12 +1681,6 @@ exports.Account = {
|
|
1962
1681
|
logo
|
1963
1682
|
createdAt
|
1964
1683
|
updatedAt
|
1965
|
-
assets {
|
1966
|
-
id
|
1967
|
-
}
|
1968
|
-
}
|
1969
|
-
asset {
|
1970
|
-
id
|
1971
1684
|
}
|
1972
1685
|
relevancyScore
|
1973
1686
|
sentimentScore
|
@@ -2003,9 +1716,6 @@ exports.Account = {
|
|
2003
1716
|
createdAt
|
2004
1717
|
updatedAt
|
2005
1718
|
orderId
|
2006
|
-
Order {
|
2007
|
-
id
|
2008
|
-
}
|
2009
1719
|
}
|
2010
1720
|
takeProfit {
|
2011
1721
|
id
|
@@ -2014,9 +1724,6 @@ exports.Account = {
|
|
2014
1724
|
createdAt
|
2015
1725
|
updatedAt
|
2016
1726
|
orderId
|
2017
|
-
Order {
|
2018
|
-
id
|
2019
|
-
}
|
2020
1727
|
}
|
2021
1728
|
trailPrice
|
2022
1729
|
trailPercent
|
@@ -2028,9 +1735,6 @@ exports.Account = {
|
|
2028
1735
|
filledAt
|
2029
1736
|
filledAvgPrice
|
2030
1737
|
actionId
|
2031
|
-
alpacaAccount {
|
2032
|
-
id
|
2033
|
-
}
|
2034
1738
|
action {
|
2035
1739
|
id
|
2036
1740
|
sequence
|
@@ -2046,6 +1750,7 @@ exports.Account = {
|
|
2046
1750
|
qty
|
2047
1751
|
price
|
2048
1752
|
total
|
1753
|
+
optionType
|
2049
1754
|
signal
|
2050
1755
|
strategy
|
2051
1756
|
analysis
|
@@ -2054,9 +1759,6 @@ exports.Account = {
|
|
2054
1759
|
createdAt
|
2055
1760
|
updatedAt
|
2056
1761
|
status
|
2057
|
-
alpacaAccount {
|
2058
|
-
id
|
2059
|
-
}
|
2060
1762
|
asset {
|
2061
1763
|
id
|
2062
1764
|
symbol
|
@@ -2116,18 +1818,9 @@ exports.Account = {
|
|
2116
1818
|
buyPrice
|
2117
1819
|
createdAt
|
2118
1820
|
updatedAt
|
2119
|
-
trades {
|
2120
|
-
id
|
2121
|
-
}
|
2122
|
-
orders {
|
2123
|
-
id
|
2124
|
-
}
|
2125
1821
|
positions {
|
2126
1822
|
id
|
2127
1823
|
assetId
|
2128
|
-
asset {
|
2129
|
-
id
|
2130
|
-
}
|
2131
1824
|
averageEntryPrice
|
2132
1825
|
qty
|
2133
1826
|
qtyAvailable
|
@@ -2141,9 +1834,6 @@ exports.Account = {
|
|
2141
1834
|
lastTradePrice
|
2142
1835
|
changeToday
|
2143
1836
|
assetMarginable
|
2144
|
-
alpacaAccount {
|
2145
|
-
id
|
2146
|
-
}
|
2147
1837
|
alpacaAccountId
|
2148
1838
|
}
|
2149
1839
|
newsMentions {
|
@@ -2168,24 +1858,12 @@ exports.Account = {
|
|
2168
1858
|
logo
|
2169
1859
|
createdAt
|
2170
1860
|
updatedAt
|
2171
|
-
assets {
|
2172
|
-
id
|
2173
|
-
}
|
2174
|
-
}
|
2175
|
-
asset {
|
2176
|
-
id
|
2177
1861
|
}
|
2178
1862
|
relevancyScore
|
2179
1863
|
sentimentScore
|
2180
1864
|
sentimentLabel
|
2181
1865
|
}
|
2182
1866
|
}
|
2183
|
-
actions {
|
2184
|
-
id
|
2185
|
-
}
|
2186
|
-
}
|
2187
|
-
order {
|
2188
|
-
id
|
2189
1867
|
}
|
2190
1868
|
}
|
2191
1869
|
asset {
|
@@ -2254,6 +1932,7 @@ exports.Account = {
|
|
2254
1932
|
qty
|
2255
1933
|
price
|
2256
1934
|
total
|
1935
|
+
optionType
|
2257
1936
|
signal
|
2258
1937
|
strategy
|
2259
1938
|
analysis
|
@@ -2262,12 +1941,6 @@ exports.Account = {
|
|
2262
1941
|
createdAt
|
2263
1942
|
updatedAt
|
2264
1943
|
status
|
2265
|
-
alpacaAccount {
|
2266
|
-
id
|
2267
|
-
}
|
2268
|
-
asset {
|
2269
|
-
id
|
2270
|
-
}
|
2271
1944
|
actions {
|
2272
1945
|
id
|
2273
1946
|
sequence
|
@@ -2276,23 +1949,11 @@ exports.Account = {
|
|
2276
1949
|
note
|
2277
1950
|
status
|
2278
1951
|
fee
|
2279
|
-
trade {
|
2280
|
-
id
|
2281
|
-
}
|
2282
|
-
order {
|
2283
|
-
id
|
2284
|
-
}
|
2285
1952
|
}
|
2286
1953
|
}
|
2287
|
-
orders {
|
2288
|
-
id
|
2289
|
-
}
|
2290
1954
|
positions {
|
2291
1955
|
id
|
2292
1956
|
assetId
|
2293
|
-
asset {
|
2294
|
-
id
|
2295
|
-
}
|
2296
1957
|
averageEntryPrice
|
2297
1958
|
qty
|
2298
1959
|
qtyAvailable
|
@@ -2306,9 +1967,6 @@ exports.Account = {
|
|
2306
1967
|
lastTradePrice
|
2307
1968
|
changeToday
|
2308
1969
|
assetMarginable
|
2309
|
-
alpacaAccount {
|
2310
|
-
id
|
2311
|
-
}
|
2312
1970
|
alpacaAccountId
|
2313
1971
|
}
|
2314
1972
|
newsMentions {
|
@@ -2333,12 +1991,6 @@ exports.Account = {
|
|
2333
1991
|
logo
|
2334
1992
|
createdAt
|
2335
1993
|
updatedAt
|
2336
|
-
assets {
|
2337
|
-
id
|
2338
|
-
}
|
2339
|
-
}
|
2340
|
-
asset {
|
2341
|
-
id
|
2342
1994
|
}
|
2343
1995
|
relevancyScore
|
2344
1996
|
sentimentScore
|
@@ -2421,6 +2073,7 @@ exports.Account = {
|
|
2421
2073
|
qty
|
2422
2074
|
price
|
2423
2075
|
total
|
2076
|
+
optionType
|
2424
2077
|
signal
|
2425
2078
|
strategy
|
2426
2079
|
analysis
|
@@ -2429,12 +2082,6 @@ exports.Account = {
|
|
2429
2082
|
createdAt
|
2430
2083
|
updatedAt
|
2431
2084
|
status
|
2432
|
-
alpacaAccount {
|
2433
|
-
id
|
2434
|
-
}
|
2435
|
-
asset {
|
2436
|
-
id
|
2437
|
-
}
|
2438
2085
|
actions {
|
2439
2086
|
id
|
2440
2087
|
sequence
|
@@ -2443,9 +2090,6 @@ exports.Account = {
|
|
2443
2090
|
note
|
2444
2091
|
status
|
2445
2092
|
fee
|
2446
|
-
trade {
|
2447
|
-
id
|
2448
|
-
}
|
2449
2093
|
order {
|
2450
2094
|
id
|
2451
2095
|
clientOrderId
|
@@ -2466,9 +2110,6 @@ exports.Account = {
|
|
2466
2110
|
createdAt
|
2467
2111
|
updatedAt
|
2468
2112
|
orderId
|
2469
|
-
Order {
|
2470
|
-
id
|
2471
|
-
}
|
2472
2113
|
}
|
2473
2114
|
takeProfit {
|
2474
2115
|
id
|
@@ -2477,9 +2118,6 @@ exports.Account = {
|
|
2477
2118
|
createdAt
|
2478
2119
|
updatedAt
|
2479
2120
|
orderId
|
2480
|
-
Order {
|
2481
|
-
id
|
2482
|
-
}
|
2483
2121
|
}
|
2484
2122
|
trailPrice
|
2485
2123
|
trailPercent
|
@@ -2491,15 +2129,6 @@ exports.Account = {
|
|
2491
2129
|
filledAt
|
2492
2130
|
filledAvgPrice
|
2493
2131
|
actionId
|
2494
|
-
alpacaAccount {
|
2495
|
-
id
|
2496
|
-
}
|
2497
|
-
action {
|
2498
|
-
id
|
2499
|
-
}
|
2500
|
-
asset {
|
2501
|
-
id
|
2502
|
-
}
|
2503
2132
|
fee
|
2504
2133
|
strikePrice
|
2505
2134
|
expirationDate
|
@@ -2529,9 +2158,6 @@ exports.Account = {
|
|
2529
2158
|
createdAt
|
2530
2159
|
updatedAt
|
2531
2160
|
orderId
|
2532
|
-
Order {
|
2533
|
-
id
|
2534
|
-
}
|
2535
2161
|
}
|
2536
2162
|
takeProfit {
|
2537
2163
|
id
|
@@ -2540,9 +2166,6 @@ exports.Account = {
|
|
2540
2166
|
createdAt
|
2541
2167
|
updatedAt
|
2542
2168
|
orderId
|
2543
|
-
Order {
|
2544
|
-
id
|
2545
|
-
}
|
2546
2169
|
}
|
2547
2170
|
trailPrice
|
2548
2171
|
trailPercent
|
@@ -2554,9 +2177,6 @@ exports.Account = {
|
|
2554
2177
|
filledAt
|
2555
2178
|
filledAvgPrice
|
2556
2179
|
actionId
|
2557
|
-
alpacaAccount {
|
2558
|
-
id
|
2559
|
-
}
|
2560
2180
|
action {
|
2561
2181
|
id
|
2562
2182
|
sequence
|
@@ -2572,6 +2192,7 @@ exports.Account = {
|
|
2572
2192
|
qty
|
2573
2193
|
price
|
2574
2194
|
total
|
2195
|
+
optionType
|
2575
2196
|
signal
|
2576
2197
|
strategy
|
2577
2198
|
analysis
|
@@ -2580,23 +2201,8 @@ exports.Account = {
|
|
2580
2201
|
createdAt
|
2581
2202
|
updatedAt
|
2582
2203
|
status
|
2583
|
-
alpacaAccount {
|
2584
|
-
id
|
2585
|
-
}
|
2586
|
-
asset {
|
2587
|
-
id
|
2588
|
-
}
|
2589
|
-
actions {
|
2590
|
-
id
|
2591
|
-
}
|
2592
|
-
}
|
2593
|
-
order {
|
2594
|
-
id
|
2595
2204
|
}
|
2596
2205
|
}
|
2597
|
-
asset {
|
2598
|
-
id
|
2599
|
-
}
|
2600
2206
|
fee
|
2601
2207
|
strikePrice
|
2602
2208
|
expirationDate
|
@@ -2604,9 +2210,6 @@ exports.Account = {
|
|
2604
2210
|
stopLossId
|
2605
2211
|
takeProfitId
|
2606
2212
|
}
|
2607
|
-
positions {
|
2608
|
-
id
|
2609
|
-
}
|
2610
2213
|
newsMentions {
|
2611
2214
|
id
|
2612
2215
|
assetId
|
@@ -2629,12 +2232,6 @@ exports.Account = {
|
|
2629
2232
|
logo
|
2630
2233
|
createdAt
|
2631
2234
|
updatedAt
|
2632
|
-
assets {
|
2633
|
-
id
|
2634
|
-
}
|
2635
|
-
}
|
2636
|
-
asset {
|
2637
|
-
id
|
2638
2235
|
}
|
2639
2236
|
relevancyScore
|
2640
2237
|
sentimentScore
|
@@ -2654,9 +2251,6 @@ exports.Account = {
|
|
2654
2251
|
lastTradePrice
|
2655
2252
|
changeToday
|
2656
2253
|
assetMarginable
|
2657
|
-
alpacaAccount {
|
2658
|
-
id
|
2659
|
-
}
|
2660
2254
|
alpacaAccountId
|
2661
2255
|
}
|
2662
2256
|
alerts {
|
@@ -2667,9 +2261,6 @@ exports.Account = {
|
|
2667
2261
|
isRead
|
2668
2262
|
createdAt
|
2669
2263
|
updatedAt
|
2670
|
-
alpacaAccount {
|
2671
|
-
id
|
2672
|
-
}
|
2673
2264
|
}
|
2674
2265
|
}
|
2675
2266
|
}
|
@@ -2903,6 +2494,9 @@ exports.Account = {
|
|
2903
2494
|
total: item.total !== undefined ? {
|
2904
2495
|
set: item.total
|
2905
2496
|
} : undefined,
|
2497
|
+
optionType: item.optionType !== undefined ? {
|
2498
|
+
set: item.optionType
|
2499
|
+
} : undefined,
|
2906
2500
|
signal: item.signal !== undefined ? {
|
2907
2501
|
set: item.signal
|
2908
2502
|
} : undefined,
|
@@ -2926,6 +2520,7 @@ exports.Account = {
|
|
2926
2520
|
qty: item.qty !== undefined ? item.qty : undefined,
|
2927
2521
|
price: item.price !== undefined ? item.price : undefined,
|
2928
2522
|
total: item.total !== undefined ? item.total : undefined,
|
2523
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
2929
2524
|
signal: item.signal !== undefined ? item.signal : undefined,
|
2930
2525
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
2931
2526
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -3152,6 +2747,7 @@ exports.Account = {
|
|
3152
2747
|
qty: item.qty !== undefined ? item.qty : undefined,
|
3153
2748
|
price: item.price !== undefined ? item.price : undefined,
|
3154
2749
|
total: item.total !== undefined ? item.total : undefined,
|
2750
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
3155
2751
|
signal: item.signal !== undefined ? item.signal : undefined,
|
3156
2752
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
3157
2753
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -3344,6 +2940,7 @@ exports.Account = {
|
|
3344
2940
|
qty: item.qty !== undefined ? item.qty : undefined,
|
3345
2941
|
price: item.price !== undefined ? item.price : undefined,
|
3346
2942
|
total: item.total !== undefined ? item.total : undefined,
|
2943
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
3347
2944
|
signal: item.signal !== undefined ? item.signal : undefined,
|
3348
2945
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
3349
2946
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -3699,6 +3296,9 @@ exports.Account = {
|
|
3699
3296
|
total: item.total !== undefined ? {
|
3700
3297
|
set: item.total
|
3701
3298
|
} : undefined,
|
3299
|
+
optionType: item.optionType !== undefined ? {
|
3300
|
+
set: item.optionType
|
3301
|
+
} : undefined,
|
3702
3302
|
signal: item.signal !== undefined ? {
|
3703
3303
|
set: item.signal
|
3704
3304
|
} : undefined,
|
@@ -3722,6 +3322,7 @@ exports.Account = {
|
|
3722
3322
|
qty: item.qty !== undefined ? item.qty : undefined,
|
3723
3323
|
price: item.price !== undefined ? item.price : undefined,
|
3724
3324
|
total: item.total !== undefined ? item.total : undefined,
|
3325
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
3725
3326
|
signal: item.signal !== undefined ? item.signal : undefined,
|
3726
3327
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
3727
3328
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -3948,6 +3549,7 @@ exports.Account = {
|
|
3948
3549
|
qty: item.qty !== undefined ? item.qty : undefined,
|
3949
3550
|
price: item.price !== undefined ? item.price : undefined,
|
3950
3551
|
total: item.total !== undefined ? item.total : undefined,
|
3552
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
3951
3553
|
signal: item.signal !== undefined ? item.signal : undefined,
|
3952
3554
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
3953
3555
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -4140,6 +3742,7 @@ exports.Account = {
|
|
4140
3742
|
qty: item.qty !== undefined ? item.qty : undefined,
|
4141
3743
|
price: item.price !== undefined ? item.price : undefined,
|
4142
3744
|
total: item.total !== undefined ? item.total : undefined,
|
3745
|
+
optionType: item.optionType !== undefined ? item.optionType : undefined,
|
4143
3746
|
signal: item.signal !== undefined ? item.signal : undefined,
|
4144
3747
|
strategy: item.strategy !== undefined ? item.strategy : undefined,
|
4145
3748
|
analysis: item.analysis !== undefined ? item.analysis : undefined,
|
@@ -4301,22 +3904,13 @@ exports.Account = {
|
|
4301
3904
|
stripeCurrentPeriodEnd
|
4302
3905
|
createdAt
|
4303
3906
|
updatedAt
|
4304
|
-
users {
|
4305
|
-
id
|
4306
|
-
}
|
4307
3907
|
}
|
4308
3908
|
customerId
|
4309
|
-
accounts {
|
4310
|
-
id
|
4311
|
-
}
|
4312
3909
|
sessions {
|
4313
3910
|
id
|
4314
3911
|
sessionToken
|
4315
3912
|
userId
|
4316
3913
|
expires
|
4317
|
-
user {
|
4318
|
-
id
|
4319
|
-
}
|
4320
3914
|
createdAt
|
4321
3915
|
updatedAt
|
4322
3916
|
}
|
@@ -4326,9 +3920,6 @@ exports.Account = {
|
|
4326
3920
|
credentialID
|
4327
3921
|
publicKey
|
4328
3922
|
counter
|
4329
|
-
user {
|
4330
|
-
id
|
4331
|
-
}
|
4332
3923
|
createdAt
|
4333
3924
|
updatedAt
|
4334
3925
|
}
|
@@ -4342,9 +3933,6 @@ exports.Account = {
|
|
4342
3933
|
marketOpen
|
4343
3934
|
minOrderSize
|
4344
3935
|
maxOrderSize
|
4345
|
-
user {
|
4346
|
-
id
|
4347
|
-
}
|
4348
3936
|
userId
|
4349
3937
|
createdAt
|
4350
3938
|
updatedAt
|
@@ -4355,6 +3943,7 @@ exports.Account = {
|
|
4355
3943
|
qty
|
4356
3944
|
price
|
4357
3945
|
total
|
3946
|
+
optionType
|
4358
3947
|
signal
|
4359
3948
|
strategy
|
4360
3949
|
analysis
|
@@ -4363,9 +3952,6 @@ exports.Account = {
|
|
4363
3952
|
createdAt
|
4364
3953
|
updatedAt
|
4365
3954
|
status
|
4366
|
-
alpacaAccount {
|
4367
|
-
id
|
4368
|
-
}
|
4369
3955
|
asset {
|
4370
3956
|
id
|
4371
3957
|
symbol
|
@@ -4425,9 +4011,6 @@ exports.Account = {
|
|
4425
4011
|
buyPrice
|
4426
4012
|
createdAt
|
4427
4013
|
updatedAt
|
4428
|
-
trades {
|
4429
|
-
id
|
4430
|
-
}
|
4431
4014
|
orders {
|
4432
4015
|
id
|
4433
4016
|
clientOrderId
|
@@ -4448,9 +4031,6 @@ exports.Account = {
|
|
4448
4031
|
createdAt
|
4449
4032
|
updatedAt
|
4450
4033
|
orderId
|
4451
|
-
Order {
|
4452
|
-
id
|
4453
|
-
}
|
4454
4034
|
}
|
4455
4035
|
takeProfit {
|
4456
4036
|
id
|
@@ -4459,9 +4039,6 @@ exports.Account = {
|
|
4459
4039
|
createdAt
|
4460
4040
|
updatedAt
|
4461
4041
|
orderId
|
4462
|
-
Order {
|
4463
|
-
id
|
4464
|
-
}
|
4465
4042
|
}
|
4466
4043
|
trailPrice
|
4467
4044
|
trailPercent
|
@@ -4473,9 +4050,6 @@ exports.Account = {
|
|
4473
4050
|
filledAt
|
4474
4051
|
filledAvgPrice
|
4475
4052
|
actionId
|
4476
|
-
alpacaAccount {
|
4477
|
-
id
|
4478
|
-
}
|
4479
4053
|
action {
|
4480
4054
|
id
|
4481
4055
|
sequence
|
@@ -4484,15 +4058,6 @@ exports.Account = {
|
|
4484
4058
|
note
|
4485
4059
|
status
|
4486
4060
|
fee
|
4487
|
-
trade {
|
4488
|
-
id
|
4489
|
-
}
|
4490
|
-
order {
|
4491
|
-
id
|
4492
|
-
}
|
4493
|
-
}
|
4494
|
-
asset {
|
4495
|
-
id
|
4496
4061
|
}
|
4497
4062
|
fee
|
4498
4063
|
strikePrice
|
@@ -4504,9 +4069,6 @@ exports.Account = {
|
|
4504
4069
|
positions {
|
4505
4070
|
id
|
4506
4071
|
assetId
|
4507
|
-
asset {
|
4508
|
-
id
|
4509
|
-
}
|
4510
4072
|
averageEntryPrice
|
4511
4073
|
qty
|
4512
4074
|
qtyAvailable
|
@@ -4520,9 +4082,6 @@ exports.Account = {
|
|
4520
4082
|
lastTradePrice
|
4521
4083
|
changeToday
|
4522
4084
|
assetMarginable
|
4523
|
-
alpacaAccount {
|
4524
|
-
id
|
4525
|
-
}
|
4526
4085
|
alpacaAccountId
|
4527
4086
|
}
|
4528
4087
|
newsMentions {
|
@@ -4547,12 +4106,6 @@ exports.Account = {
|
|
4547
4106
|
logo
|
4548
4107
|
createdAt
|
4549
4108
|
updatedAt
|
4550
|
-
assets {
|
4551
|
-
id
|
4552
|
-
}
|
4553
|
-
}
|
4554
|
-
asset {
|
4555
|
-
id
|
4556
4109
|
}
|
4557
4110
|
relevancyScore
|
4558
4111
|
sentimentScore
|
@@ -4567,9 +4120,6 @@ exports.Account = {
|
|
4567
4120
|
note
|
4568
4121
|
status
|
4569
4122
|
fee
|
4570
|
-
trade {
|
4571
|
-
id
|
4572
|
-
}
|
4573
4123
|
order {
|
4574
4124
|
id
|
4575
4125
|
clientOrderId
|
@@ -4590,9 +4140,6 @@ exports.Account = {
|
|
4590
4140
|
createdAt
|
4591
4141
|
updatedAt
|
4592
4142
|
orderId
|
4593
|
-
Order {
|
4594
|
-
id
|
4595
|
-
}
|
4596
4143
|
}
|
4597
4144
|
takeProfit {
|
4598
4145
|
id
|
@@ -4601,9 +4148,6 @@ exports.Account = {
|
|
4601
4148
|
createdAt
|
4602
4149
|
updatedAt
|
4603
4150
|
orderId
|
4604
|
-
Order {
|
4605
|
-
id
|
4606
|
-
}
|
4607
4151
|
}
|
4608
4152
|
trailPrice
|
4609
4153
|
trailPercent
|
@@ -4615,12 +4159,6 @@ exports.Account = {
|
|
4615
4159
|
filledAt
|
4616
4160
|
filledAvgPrice
|
4617
4161
|
actionId
|
4618
|
-
alpacaAccount {
|
4619
|
-
id
|
4620
|
-
}
|
4621
|
-
action {
|
4622
|
-
id
|
4623
|
-
}
|
4624
4162
|
asset {
|
4625
4163
|
id
|
4626
4164
|
symbol
|
@@ -4680,18 +4218,9 @@ exports.Account = {
|
|
4680
4218
|
buyPrice
|
4681
4219
|
createdAt
|
4682
4220
|
updatedAt
|
4683
|
-
trades {
|
4684
|
-
id
|
4685
|
-
}
|
4686
|
-
orders {
|
4687
|
-
id
|
4688
|
-
}
|
4689
4221
|
positions {
|
4690
4222
|
id
|
4691
4223
|
assetId
|
4692
|
-
asset {
|
4693
|
-
id
|
4694
|
-
}
|
4695
4224
|
averageEntryPrice
|
4696
4225
|
qty
|
4697
4226
|
qtyAvailable
|
@@ -4705,9 +4234,6 @@ exports.Account = {
|
|
4705
4234
|
lastTradePrice
|
4706
4235
|
changeToday
|
4707
4236
|
assetMarginable
|
4708
|
-
alpacaAccount {
|
4709
|
-
id
|
4710
|
-
}
|
4711
4237
|
alpacaAccountId
|
4712
4238
|
}
|
4713
4239
|
newsMentions {
|
@@ -4732,12 +4258,6 @@ exports.Account = {
|
|
4732
4258
|
logo
|
4733
4259
|
createdAt
|
4734
4260
|
updatedAt
|
4735
|
-
assets {
|
4736
|
-
id
|
4737
|
-
}
|
4738
|
-
}
|
4739
|
-
asset {
|
4740
|
-
id
|
4741
4261
|
}
|
4742
4262
|
relevancyScore
|
4743
4263
|
sentimentScore
|
@@ -4773,9 +4293,6 @@ exports.Account = {
|
|
4773
4293
|
createdAt
|
4774
4294
|
updatedAt
|
4775
4295
|
orderId
|
4776
|
-
Order {
|
4777
|
-
id
|
4778
|
-
}
|
4779
4296
|
}
|
4780
4297
|
takeProfit {
|
4781
4298
|
id
|
@@ -4784,9 +4301,6 @@ exports.Account = {
|
|
4784
4301
|
createdAt
|
4785
4302
|
updatedAt
|
4786
4303
|
orderId
|
4787
|
-
Order {
|
4788
|
-
id
|
4789
|
-
}
|
4790
4304
|
}
|
4791
4305
|
trailPrice
|
4792
4306
|
trailPercent
|
@@ -4798,9 +4312,6 @@ exports.Account = {
|
|
4798
4312
|
filledAt
|
4799
4313
|
filledAvgPrice
|
4800
4314
|
actionId
|
4801
|
-
alpacaAccount {
|
4802
|
-
id
|
4803
|
-
}
|
4804
4315
|
action {
|
4805
4316
|
id
|
4806
4317
|
sequence
|
@@ -4816,6 +4327,7 @@ exports.Account = {
|
|
4816
4327
|
qty
|
4817
4328
|
price
|
4818
4329
|
total
|
4330
|
+
optionType
|
4819
4331
|
signal
|
4820
4332
|
strategy
|
4821
4333
|
analysis
|
@@ -4824,9 +4336,6 @@ exports.Account = {
|
|
4824
4336
|
createdAt
|
4825
4337
|
updatedAt
|
4826
4338
|
status
|
4827
|
-
alpacaAccount {
|
4828
|
-
id
|
4829
|
-
}
|
4830
4339
|
asset {
|
4831
4340
|
id
|
4832
4341
|
symbol
|
@@ -4886,18 +4395,9 @@ exports.Account = {
|
|
4886
4395
|
buyPrice
|
4887
4396
|
createdAt
|
4888
4397
|
updatedAt
|
4889
|
-
trades {
|
4890
|
-
id
|
4891
|
-
}
|
4892
|
-
orders {
|
4893
|
-
id
|
4894
|
-
}
|
4895
4398
|
positions {
|
4896
4399
|
id
|
4897
4400
|
assetId
|
4898
|
-
asset {
|
4899
|
-
id
|
4900
|
-
}
|
4901
4401
|
averageEntryPrice
|
4902
4402
|
qty
|
4903
4403
|
qtyAvailable
|
@@ -4911,9 +4411,6 @@ exports.Account = {
|
|
4911
4411
|
lastTradePrice
|
4912
4412
|
changeToday
|
4913
4413
|
assetMarginable
|
4914
|
-
alpacaAccount {
|
4915
|
-
id
|
4916
|
-
}
|
4917
4414
|
alpacaAccountId
|
4918
4415
|
}
|
4919
4416
|
newsMentions {
|
@@ -4938,24 +4435,12 @@ exports.Account = {
|
|
4938
4435
|
logo
|
4939
4436
|
createdAt
|
4940
4437
|
updatedAt
|
4941
|
-
assets {
|
4942
|
-
id
|
4943
|
-
}
|
4944
|
-
}
|
4945
|
-
asset {
|
4946
|
-
id
|
4947
4438
|
}
|
4948
4439
|
relevancyScore
|
4949
4440
|
sentimentScore
|
4950
4441
|
sentimentLabel
|
4951
4442
|
}
|
4952
4443
|
}
|
4953
|
-
actions {
|
4954
|
-
id
|
4955
|
-
}
|
4956
|
-
}
|
4957
|
-
order {
|
4958
|
-
id
|
4959
4444
|
}
|
4960
4445
|
}
|
4961
4446
|
asset {
|
@@ -5024,6 +4509,7 @@ exports.Account = {
|
|
5024
4509
|
qty
|
5025
4510
|
price
|
5026
4511
|
total
|
4512
|
+
optionType
|
5027
4513
|
signal
|
5028
4514
|
strategy
|
5029
4515
|
analysis
|
@@ -5032,12 +4518,6 @@ exports.Account = {
|
|
5032
4518
|
createdAt
|
5033
4519
|
updatedAt
|
5034
4520
|
status
|
5035
|
-
alpacaAccount {
|
5036
|
-
id
|
5037
|
-
}
|
5038
|
-
asset {
|
5039
|
-
id
|
5040
|
-
}
|
5041
4521
|
actions {
|
5042
4522
|
id
|
5043
4523
|
sequence
|
@@ -5046,23 +4526,11 @@ exports.Account = {
|
|
5046
4526
|
note
|
5047
4527
|
status
|
5048
4528
|
fee
|
5049
|
-
trade {
|
5050
|
-
id
|
5051
|
-
}
|
5052
|
-
order {
|
5053
|
-
id
|
5054
|
-
}
|
5055
4529
|
}
|
5056
4530
|
}
|
5057
|
-
orders {
|
5058
|
-
id
|
5059
|
-
}
|
5060
4531
|
positions {
|
5061
4532
|
id
|
5062
4533
|
assetId
|
5063
|
-
asset {
|
5064
|
-
id
|
5065
|
-
}
|
5066
4534
|
averageEntryPrice
|
5067
4535
|
qty
|
5068
4536
|
qtyAvailable
|
@@ -5076,9 +4544,6 @@ exports.Account = {
|
|
5076
4544
|
lastTradePrice
|
5077
4545
|
changeToday
|
5078
4546
|
assetMarginable
|
5079
|
-
alpacaAccount {
|
5080
|
-
id
|
5081
|
-
}
|
5082
4547
|
alpacaAccountId
|
5083
4548
|
}
|
5084
4549
|
newsMentions {
|
@@ -5103,12 +4568,6 @@ exports.Account = {
|
|
5103
4568
|
logo
|
5104
4569
|
createdAt
|
5105
4570
|
updatedAt
|
5106
|
-
assets {
|
5107
|
-
id
|
5108
|
-
}
|
5109
|
-
}
|
5110
|
-
asset {
|
5111
|
-
id
|
5112
4571
|
}
|
5113
4572
|
relevancyScore
|
5114
4573
|
sentimentScore
|
@@ -5191,6 +4650,7 @@ exports.Account = {
|
|
5191
4650
|
qty
|
5192
4651
|
price
|
5193
4652
|
total
|
4653
|
+
optionType
|
5194
4654
|
signal
|
5195
4655
|
strategy
|
5196
4656
|
analysis
|
@@ -5199,12 +4659,6 @@ exports.Account = {
|
|
5199
4659
|
createdAt
|
5200
4660
|
updatedAt
|
5201
4661
|
status
|
5202
|
-
alpacaAccount {
|
5203
|
-
id
|
5204
|
-
}
|
5205
|
-
asset {
|
5206
|
-
id
|
5207
|
-
}
|
5208
4662
|
actions {
|
5209
4663
|
id
|
5210
4664
|
sequence
|
@@ -5213,9 +4667,6 @@ exports.Account = {
|
|
5213
4667
|
note
|
5214
4668
|
status
|
5215
4669
|
fee
|
5216
|
-
trade {
|
5217
|
-
id
|
5218
|
-
}
|
5219
4670
|
order {
|
5220
4671
|
id
|
5221
4672
|
clientOrderId
|
@@ -5236,9 +4687,6 @@ exports.Account = {
|
|
5236
4687
|
createdAt
|
5237
4688
|
updatedAt
|
5238
4689
|
orderId
|
5239
|
-
Order {
|
5240
|
-
id
|
5241
|
-
}
|
5242
4690
|
}
|
5243
4691
|
takeProfit {
|
5244
4692
|
id
|
@@ -5247,9 +4695,6 @@ exports.Account = {
|
|
5247
4695
|
createdAt
|
5248
4696
|
updatedAt
|
5249
4697
|
orderId
|
5250
|
-
Order {
|
5251
|
-
id
|
5252
|
-
}
|
5253
4698
|
}
|
5254
4699
|
trailPrice
|
5255
4700
|
trailPercent
|
@@ -5261,15 +4706,6 @@ exports.Account = {
|
|
5261
4706
|
filledAt
|
5262
4707
|
filledAvgPrice
|
5263
4708
|
actionId
|
5264
|
-
alpacaAccount {
|
5265
|
-
id
|
5266
|
-
}
|
5267
|
-
action {
|
5268
|
-
id
|
5269
|
-
}
|
5270
|
-
asset {
|
5271
|
-
id
|
5272
|
-
}
|
5273
4709
|
fee
|
5274
4710
|
strikePrice
|
5275
4711
|
expirationDate
|
@@ -5299,9 +4735,6 @@ exports.Account = {
|
|
5299
4735
|
createdAt
|
5300
4736
|
updatedAt
|
5301
4737
|
orderId
|
5302
|
-
Order {
|
5303
|
-
id
|
5304
|
-
}
|
5305
4738
|
}
|
5306
4739
|
takeProfit {
|
5307
4740
|
id
|
@@ -5310,9 +4743,6 @@ exports.Account = {
|
|
5310
4743
|
createdAt
|
5311
4744
|
updatedAt
|
5312
4745
|
orderId
|
5313
|
-
Order {
|
5314
|
-
id
|
5315
|
-
}
|
5316
4746
|
}
|
5317
4747
|
trailPrice
|
5318
4748
|
trailPercent
|
@@ -5324,9 +4754,6 @@ exports.Account = {
|
|
5324
4754
|
filledAt
|
5325
4755
|
filledAvgPrice
|
5326
4756
|
actionId
|
5327
|
-
alpacaAccount {
|
5328
|
-
id
|
5329
|
-
}
|
5330
4757
|
action {
|
5331
4758
|
id
|
5332
4759
|
sequence
|
@@ -5342,6 +4769,7 @@ exports.Account = {
|
|
5342
4769
|
qty
|
5343
4770
|
price
|
5344
4771
|
total
|
4772
|
+
optionType
|
5345
4773
|
signal
|
5346
4774
|
strategy
|
5347
4775
|
analysis
|
@@ -5350,22 +4778,7 @@ exports.Account = {
|
|
5350
4778
|
createdAt
|
5351
4779
|
updatedAt
|
5352
4780
|
status
|
5353
|
-
alpacaAccount {
|
5354
|
-
id
|
5355
|
-
}
|
5356
|
-
asset {
|
5357
|
-
id
|
5358
|
-
}
|
5359
|
-
actions {
|
5360
|
-
id
|
5361
|
-
}
|
5362
4781
|
}
|
5363
|
-
order {
|
5364
|
-
id
|
5365
|
-
}
|
5366
|
-
}
|
5367
|
-
asset {
|
5368
|
-
id
|
5369
4782
|
}
|
5370
4783
|
fee
|
5371
4784
|
strikePrice
|
@@ -5374,9 +4787,6 @@ exports.Account = {
|
|
5374
4787
|
stopLossId
|
5375
4788
|
takeProfitId
|
5376
4789
|
}
|
5377
|
-
positions {
|
5378
|
-
id
|
5379
|
-
}
|
5380
4790
|
newsMentions {
|
5381
4791
|
id
|
5382
4792
|
assetId
|
@@ -5399,12 +4809,6 @@ exports.Account = {
|
|
5399
4809
|
logo
|
5400
4810
|
createdAt
|
5401
4811
|
updatedAt
|
5402
|
-
assets {
|
5403
|
-
id
|
5404
|
-
}
|
5405
|
-
}
|
5406
|
-
asset {
|
5407
|
-
id
|
5408
4812
|
}
|
5409
4813
|
relevancyScore
|
5410
4814
|
sentimentScore
|
@@ -5424,9 +4828,6 @@ exports.Account = {
|
|
5424
4828
|
lastTradePrice
|
5425
4829
|
changeToday
|
5426
4830
|
assetMarginable
|
5427
|
-
alpacaAccount {
|
5428
|
-
id
|
5429
|
-
}
|
5430
4831
|
alpacaAccountId
|
5431
4832
|
}
|
5432
4833
|
alerts {
|
@@ -5437,9 +4838,6 @@ exports.Account = {
|
|
5437
4838
|
isRead
|
5438
4839
|
createdAt
|
5439
4840
|
updatedAt
|
5440
|
-
alpacaAccount {
|
5441
|
-
id
|
5442
|
-
}
|
5443
4841
|
}
|
5444
4842
|
}
|
5445
4843
|
}
|
@@ -5515,22 +4913,13 @@ exports.Account = {
|
|
5515
4913
|
stripeCurrentPeriodEnd
|
5516
4914
|
createdAt
|
5517
4915
|
updatedAt
|
5518
|
-
users {
|
5519
|
-
id
|
5520
|
-
}
|
5521
4916
|
}
|
5522
4917
|
customerId
|
5523
|
-
accounts {
|
5524
|
-
id
|
5525
|
-
}
|
5526
4918
|
sessions {
|
5527
4919
|
id
|
5528
4920
|
sessionToken
|
5529
4921
|
userId
|
5530
4922
|
expires
|
5531
|
-
user {
|
5532
|
-
id
|
5533
|
-
}
|
5534
4923
|
createdAt
|
5535
4924
|
updatedAt
|
5536
4925
|
}
|
@@ -5540,9 +4929,6 @@ exports.Account = {
|
|
5540
4929
|
credentialID
|
5541
4930
|
publicKey
|
5542
4931
|
counter
|
5543
|
-
user {
|
5544
|
-
id
|
5545
|
-
}
|
5546
4932
|
createdAt
|
5547
4933
|
updatedAt
|
5548
4934
|
}
|
@@ -5556,9 +4942,6 @@ exports.Account = {
|
|
5556
4942
|
marketOpen
|
5557
4943
|
minOrderSize
|
5558
4944
|
maxOrderSize
|
5559
|
-
user {
|
5560
|
-
id
|
5561
|
-
}
|
5562
4945
|
userId
|
5563
4946
|
createdAt
|
5564
4947
|
updatedAt
|
@@ -5569,6 +4952,7 @@ exports.Account = {
|
|
5569
4952
|
qty
|
5570
4953
|
price
|
5571
4954
|
total
|
4955
|
+
optionType
|
5572
4956
|
signal
|
5573
4957
|
strategy
|
5574
4958
|
analysis
|
@@ -5577,9 +4961,6 @@ exports.Account = {
|
|
5577
4961
|
createdAt
|
5578
4962
|
updatedAt
|
5579
4963
|
status
|
5580
|
-
alpacaAccount {
|
5581
|
-
id
|
5582
|
-
}
|
5583
4964
|
asset {
|
5584
4965
|
id
|
5585
4966
|
symbol
|
@@ -5639,9 +5020,6 @@ exports.Account = {
|
|
5639
5020
|
buyPrice
|
5640
5021
|
createdAt
|
5641
5022
|
updatedAt
|
5642
|
-
trades {
|
5643
|
-
id
|
5644
|
-
}
|
5645
5023
|
orders {
|
5646
5024
|
id
|
5647
5025
|
clientOrderId
|
@@ -5662,9 +5040,6 @@ exports.Account = {
|
|
5662
5040
|
createdAt
|
5663
5041
|
updatedAt
|
5664
5042
|
orderId
|
5665
|
-
Order {
|
5666
|
-
id
|
5667
|
-
}
|
5668
5043
|
}
|
5669
5044
|
takeProfit {
|
5670
5045
|
id
|
@@ -5673,9 +5048,6 @@ exports.Account = {
|
|
5673
5048
|
createdAt
|
5674
5049
|
updatedAt
|
5675
5050
|
orderId
|
5676
|
-
Order {
|
5677
|
-
id
|
5678
|
-
}
|
5679
5051
|
}
|
5680
5052
|
trailPrice
|
5681
5053
|
trailPercent
|
@@ -5687,9 +5059,6 @@ exports.Account = {
|
|
5687
5059
|
filledAt
|
5688
5060
|
filledAvgPrice
|
5689
5061
|
actionId
|
5690
|
-
alpacaAccount {
|
5691
|
-
id
|
5692
|
-
}
|
5693
5062
|
action {
|
5694
5063
|
id
|
5695
5064
|
sequence
|
@@ -5698,15 +5067,6 @@ exports.Account = {
|
|
5698
5067
|
note
|
5699
5068
|
status
|
5700
5069
|
fee
|
5701
|
-
trade {
|
5702
|
-
id
|
5703
|
-
}
|
5704
|
-
order {
|
5705
|
-
id
|
5706
|
-
}
|
5707
|
-
}
|
5708
|
-
asset {
|
5709
|
-
id
|
5710
5070
|
}
|
5711
5071
|
fee
|
5712
5072
|
strikePrice
|
@@ -5718,9 +5078,6 @@ exports.Account = {
|
|
5718
5078
|
positions {
|
5719
5079
|
id
|
5720
5080
|
assetId
|
5721
|
-
asset {
|
5722
|
-
id
|
5723
|
-
}
|
5724
5081
|
averageEntryPrice
|
5725
5082
|
qty
|
5726
5083
|
qtyAvailable
|
@@ -5734,9 +5091,6 @@ exports.Account = {
|
|
5734
5091
|
lastTradePrice
|
5735
5092
|
changeToday
|
5736
5093
|
assetMarginable
|
5737
|
-
alpacaAccount {
|
5738
|
-
id
|
5739
|
-
}
|
5740
5094
|
alpacaAccountId
|
5741
5095
|
}
|
5742
5096
|
newsMentions {
|
@@ -5761,12 +5115,6 @@ exports.Account = {
|
|
5761
5115
|
logo
|
5762
5116
|
createdAt
|
5763
5117
|
updatedAt
|
5764
|
-
assets {
|
5765
|
-
id
|
5766
|
-
}
|
5767
|
-
}
|
5768
|
-
asset {
|
5769
|
-
id
|
5770
5118
|
}
|
5771
5119
|
relevancyScore
|
5772
5120
|
sentimentScore
|
@@ -5781,9 +5129,6 @@ exports.Account = {
|
|
5781
5129
|
note
|
5782
5130
|
status
|
5783
5131
|
fee
|
5784
|
-
trade {
|
5785
|
-
id
|
5786
|
-
}
|
5787
5132
|
order {
|
5788
5133
|
id
|
5789
5134
|
clientOrderId
|
@@ -5804,9 +5149,6 @@ exports.Account = {
|
|
5804
5149
|
createdAt
|
5805
5150
|
updatedAt
|
5806
5151
|
orderId
|
5807
|
-
Order {
|
5808
|
-
id
|
5809
|
-
}
|
5810
5152
|
}
|
5811
5153
|
takeProfit {
|
5812
5154
|
id
|
@@ -5815,9 +5157,6 @@ exports.Account = {
|
|
5815
5157
|
createdAt
|
5816
5158
|
updatedAt
|
5817
5159
|
orderId
|
5818
|
-
Order {
|
5819
|
-
id
|
5820
|
-
}
|
5821
5160
|
}
|
5822
5161
|
trailPrice
|
5823
5162
|
trailPercent
|
@@ -5829,12 +5168,6 @@ exports.Account = {
|
|
5829
5168
|
filledAt
|
5830
5169
|
filledAvgPrice
|
5831
5170
|
actionId
|
5832
|
-
alpacaAccount {
|
5833
|
-
id
|
5834
|
-
}
|
5835
|
-
action {
|
5836
|
-
id
|
5837
|
-
}
|
5838
5171
|
asset {
|
5839
5172
|
id
|
5840
5173
|
symbol
|
@@ -5894,18 +5227,9 @@ exports.Account = {
|
|
5894
5227
|
buyPrice
|
5895
5228
|
createdAt
|
5896
5229
|
updatedAt
|
5897
|
-
trades {
|
5898
|
-
id
|
5899
|
-
}
|
5900
|
-
orders {
|
5901
|
-
id
|
5902
|
-
}
|
5903
5230
|
positions {
|
5904
5231
|
id
|
5905
5232
|
assetId
|
5906
|
-
asset {
|
5907
|
-
id
|
5908
|
-
}
|
5909
5233
|
averageEntryPrice
|
5910
5234
|
qty
|
5911
5235
|
qtyAvailable
|
@@ -5919,9 +5243,6 @@ exports.Account = {
|
|
5919
5243
|
lastTradePrice
|
5920
5244
|
changeToday
|
5921
5245
|
assetMarginable
|
5922
|
-
alpacaAccount {
|
5923
|
-
id
|
5924
|
-
}
|
5925
5246
|
alpacaAccountId
|
5926
5247
|
}
|
5927
5248
|
newsMentions {
|
@@ -5946,12 +5267,6 @@ exports.Account = {
|
|
5946
5267
|
logo
|
5947
5268
|
createdAt
|
5948
5269
|
updatedAt
|
5949
|
-
assets {
|
5950
|
-
id
|
5951
|
-
}
|
5952
|
-
}
|
5953
|
-
asset {
|
5954
|
-
id
|
5955
5270
|
}
|
5956
5271
|
relevancyScore
|
5957
5272
|
sentimentScore
|
@@ -5987,9 +5302,6 @@ exports.Account = {
|
|
5987
5302
|
createdAt
|
5988
5303
|
updatedAt
|
5989
5304
|
orderId
|
5990
|
-
Order {
|
5991
|
-
id
|
5992
|
-
}
|
5993
5305
|
}
|
5994
5306
|
takeProfit {
|
5995
5307
|
id
|
@@ -5998,9 +5310,6 @@ exports.Account = {
|
|
5998
5310
|
createdAt
|
5999
5311
|
updatedAt
|
6000
5312
|
orderId
|
6001
|
-
Order {
|
6002
|
-
id
|
6003
|
-
}
|
6004
5313
|
}
|
6005
5314
|
trailPrice
|
6006
5315
|
trailPercent
|
@@ -6012,9 +5321,6 @@ exports.Account = {
|
|
6012
5321
|
filledAt
|
6013
5322
|
filledAvgPrice
|
6014
5323
|
actionId
|
6015
|
-
alpacaAccount {
|
6016
|
-
id
|
6017
|
-
}
|
6018
5324
|
action {
|
6019
5325
|
id
|
6020
5326
|
sequence
|
@@ -6030,6 +5336,7 @@ exports.Account = {
|
|
6030
5336
|
qty
|
6031
5337
|
price
|
6032
5338
|
total
|
5339
|
+
optionType
|
6033
5340
|
signal
|
6034
5341
|
strategy
|
6035
5342
|
analysis
|
@@ -6038,9 +5345,6 @@ exports.Account = {
|
|
6038
5345
|
createdAt
|
6039
5346
|
updatedAt
|
6040
5347
|
status
|
6041
|
-
alpacaAccount {
|
6042
|
-
id
|
6043
|
-
}
|
6044
5348
|
asset {
|
6045
5349
|
id
|
6046
5350
|
symbol
|
@@ -6100,18 +5404,9 @@ exports.Account = {
|
|
6100
5404
|
buyPrice
|
6101
5405
|
createdAt
|
6102
5406
|
updatedAt
|
6103
|
-
trades {
|
6104
|
-
id
|
6105
|
-
}
|
6106
|
-
orders {
|
6107
|
-
id
|
6108
|
-
}
|
6109
5407
|
positions {
|
6110
5408
|
id
|
6111
5409
|
assetId
|
6112
|
-
asset {
|
6113
|
-
id
|
6114
|
-
}
|
6115
5410
|
averageEntryPrice
|
6116
5411
|
qty
|
6117
5412
|
qtyAvailable
|
@@ -6125,9 +5420,6 @@ exports.Account = {
|
|
6125
5420
|
lastTradePrice
|
6126
5421
|
changeToday
|
6127
5422
|
assetMarginable
|
6128
|
-
alpacaAccount {
|
6129
|
-
id
|
6130
|
-
}
|
6131
5423
|
alpacaAccountId
|
6132
5424
|
}
|
6133
5425
|
newsMentions {
|
@@ -6152,24 +5444,12 @@ exports.Account = {
|
|
6152
5444
|
logo
|
6153
5445
|
createdAt
|
6154
5446
|
updatedAt
|
6155
|
-
assets {
|
6156
|
-
id
|
6157
|
-
}
|
6158
|
-
}
|
6159
|
-
asset {
|
6160
|
-
id
|
6161
5447
|
}
|
6162
5448
|
relevancyScore
|
6163
5449
|
sentimentScore
|
6164
5450
|
sentimentLabel
|
6165
5451
|
}
|
6166
5452
|
}
|
6167
|
-
actions {
|
6168
|
-
id
|
6169
|
-
}
|
6170
|
-
}
|
6171
|
-
order {
|
6172
|
-
id
|
6173
5453
|
}
|
6174
5454
|
}
|
6175
5455
|
asset {
|
@@ -6238,6 +5518,7 @@ exports.Account = {
|
|
6238
5518
|
qty
|
6239
5519
|
price
|
6240
5520
|
total
|
5521
|
+
optionType
|
6241
5522
|
signal
|
6242
5523
|
strategy
|
6243
5524
|
analysis
|
@@ -6246,12 +5527,6 @@ exports.Account = {
|
|
6246
5527
|
createdAt
|
6247
5528
|
updatedAt
|
6248
5529
|
status
|
6249
|
-
alpacaAccount {
|
6250
|
-
id
|
6251
|
-
}
|
6252
|
-
asset {
|
6253
|
-
id
|
6254
|
-
}
|
6255
5530
|
actions {
|
6256
5531
|
id
|
6257
5532
|
sequence
|
@@ -6260,23 +5535,11 @@ exports.Account = {
|
|
6260
5535
|
note
|
6261
5536
|
status
|
6262
5537
|
fee
|
6263
|
-
trade {
|
6264
|
-
id
|
6265
|
-
}
|
6266
|
-
order {
|
6267
|
-
id
|
6268
|
-
}
|
6269
5538
|
}
|
6270
5539
|
}
|
6271
|
-
orders {
|
6272
|
-
id
|
6273
|
-
}
|
6274
5540
|
positions {
|
6275
5541
|
id
|
6276
5542
|
assetId
|
6277
|
-
asset {
|
6278
|
-
id
|
6279
|
-
}
|
6280
5543
|
averageEntryPrice
|
6281
5544
|
qty
|
6282
5545
|
qtyAvailable
|
@@ -6290,9 +5553,6 @@ exports.Account = {
|
|
6290
5553
|
lastTradePrice
|
6291
5554
|
changeToday
|
6292
5555
|
assetMarginable
|
6293
|
-
alpacaAccount {
|
6294
|
-
id
|
6295
|
-
}
|
6296
5556
|
alpacaAccountId
|
6297
5557
|
}
|
6298
5558
|
newsMentions {
|
@@ -6317,12 +5577,6 @@ exports.Account = {
|
|
6317
5577
|
logo
|
6318
5578
|
createdAt
|
6319
5579
|
updatedAt
|
6320
|
-
assets {
|
6321
|
-
id
|
6322
|
-
}
|
6323
|
-
}
|
6324
|
-
asset {
|
6325
|
-
id
|
6326
5580
|
}
|
6327
5581
|
relevancyScore
|
6328
5582
|
sentimentScore
|
@@ -6405,6 +5659,7 @@ exports.Account = {
|
|
6405
5659
|
qty
|
6406
5660
|
price
|
6407
5661
|
total
|
5662
|
+
optionType
|
6408
5663
|
signal
|
6409
5664
|
strategy
|
6410
5665
|
analysis
|
@@ -6413,12 +5668,6 @@ exports.Account = {
|
|
6413
5668
|
createdAt
|
6414
5669
|
updatedAt
|
6415
5670
|
status
|
6416
|
-
alpacaAccount {
|
6417
|
-
id
|
6418
|
-
}
|
6419
|
-
asset {
|
6420
|
-
id
|
6421
|
-
}
|
6422
5671
|
actions {
|
6423
5672
|
id
|
6424
5673
|
sequence
|
@@ -6427,9 +5676,6 @@ exports.Account = {
|
|
6427
5676
|
note
|
6428
5677
|
status
|
6429
5678
|
fee
|
6430
|
-
trade {
|
6431
|
-
id
|
6432
|
-
}
|
6433
5679
|
order {
|
6434
5680
|
id
|
6435
5681
|
clientOrderId
|
@@ -6450,9 +5696,6 @@ exports.Account = {
|
|
6450
5696
|
createdAt
|
6451
5697
|
updatedAt
|
6452
5698
|
orderId
|
6453
|
-
Order {
|
6454
|
-
id
|
6455
|
-
}
|
6456
5699
|
}
|
6457
5700
|
takeProfit {
|
6458
5701
|
id
|
@@ -6461,9 +5704,6 @@ exports.Account = {
|
|
6461
5704
|
createdAt
|
6462
5705
|
updatedAt
|
6463
5706
|
orderId
|
6464
|
-
Order {
|
6465
|
-
id
|
6466
|
-
}
|
6467
5707
|
}
|
6468
5708
|
trailPrice
|
6469
5709
|
trailPercent
|
@@ -6475,15 +5715,6 @@ exports.Account = {
|
|
6475
5715
|
filledAt
|
6476
5716
|
filledAvgPrice
|
6477
5717
|
actionId
|
6478
|
-
alpacaAccount {
|
6479
|
-
id
|
6480
|
-
}
|
6481
|
-
action {
|
6482
|
-
id
|
6483
|
-
}
|
6484
|
-
asset {
|
6485
|
-
id
|
6486
|
-
}
|
6487
5718
|
fee
|
6488
5719
|
strikePrice
|
6489
5720
|
expirationDate
|
@@ -6513,9 +5744,6 @@ exports.Account = {
|
|
6513
5744
|
createdAt
|
6514
5745
|
updatedAt
|
6515
5746
|
orderId
|
6516
|
-
Order {
|
6517
|
-
id
|
6518
|
-
}
|
6519
5747
|
}
|
6520
5748
|
takeProfit {
|
6521
5749
|
id
|
@@ -6524,9 +5752,6 @@ exports.Account = {
|
|
6524
5752
|
createdAt
|
6525
5753
|
updatedAt
|
6526
5754
|
orderId
|
6527
|
-
Order {
|
6528
|
-
id
|
6529
|
-
}
|
6530
5755
|
}
|
6531
5756
|
trailPrice
|
6532
5757
|
trailPercent
|
@@ -6538,9 +5763,6 @@ exports.Account = {
|
|
6538
5763
|
filledAt
|
6539
5764
|
filledAvgPrice
|
6540
5765
|
actionId
|
6541
|
-
alpacaAccount {
|
6542
|
-
id
|
6543
|
-
}
|
6544
5766
|
action {
|
6545
5767
|
id
|
6546
5768
|
sequence
|
@@ -6556,6 +5778,7 @@ exports.Account = {
|
|
6556
5778
|
qty
|
6557
5779
|
price
|
6558
5780
|
total
|
5781
|
+
optionType
|
6559
5782
|
signal
|
6560
5783
|
strategy
|
6561
5784
|
analysis
|
@@ -6564,23 +5787,8 @@ exports.Account = {
|
|
6564
5787
|
createdAt
|
6565
5788
|
updatedAt
|
6566
5789
|
status
|
6567
|
-
alpacaAccount {
|
6568
|
-
id
|
6569
|
-
}
|
6570
|
-
asset {
|
6571
|
-
id
|
6572
|
-
}
|
6573
|
-
actions {
|
6574
|
-
id
|
6575
|
-
}
|
6576
|
-
}
|
6577
|
-
order {
|
6578
|
-
id
|
6579
5790
|
}
|
6580
5791
|
}
|
6581
|
-
asset {
|
6582
|
-
id
|
6583
|
-
}
|
6584
5792
|
fee
|
6585
5793
|
strikePrice
|
6586
5794
|
expirationDate
|
@@ -6588,9 +5796,6 @@ exports.Account = {
|
|
6588
5796
|
stopLossId
|
6589
5797
|
takeProfitId
|
6590
5798
|
}
|
6591
|
-
positions {
|
6592
|
-
id
|
6593
|
-
}
|
6594
5799
|
newsMentions {
|
6595
5800
|
id
|
6596
5801
|
assetId
|
@@ -6613,12 +5818,6 @@ exports.Account = {
|
|
6613
5818
|
logo
|
6614
5819
|
createdAt
|
6615
5820
|
updatedAt
|
6616
|
-
assets {
|
6617
|
-
id
|
6618
|
-
}
|
6619
|
-
}
|
6620
|
-
asset {
|
6621
|
-
id
|
6622
5821
|
}
|
6623
5822
|
relevancyScore
|
6624
5823
|
sentimentScore
|
@@ -6638,9 +5837,6 @@ exports.Account = {
|
|
6638
5837
|
lastTradePrice
|
6639
5838
|
changeToday
|
6640
5839
|
assetMarginable
|
6641
|
-
alpacaAccount {
|
6642
|
-
id
|
6643
|
-
}
|
6644
5840
|
alpacaAccountId
|
6645
5841
|
}
|
6646
5842
|
alerts {
|
@@ -6651,9 +5847,6 @@ exports.Account = {
|
|
6651
5847
|
isRead
|
6652
5848
|
createdAt
|
6653
5849
|
updatedAt
|
6654
|
-
alpacaAccount {
|
6655
|
-
id
|
6656
|
-
}
|
6657
5850
|
}
|
6658
5851
|
}
|
6659
5852
|
}
|
@@ -6728,22 +5921,13 @@ exports.Account = {
|
|
6728
5921
|
stripeCurrentPeriodEnd
|
6729
5922
|
createdAt
|
6730
5923
|
updatedAt
|
6731
|
-
users {
|
6732
|
-
id
|
6733
|
-
}
|
6734
5924
|
}
|
6735
5925
|
customerId
|
6736
|
-
accounts {
|
6737
|
-
id
|
6738
|
-
}
|
6739
5926
|
sessions {
|
6740
5927
|
id
|
6741
5928
|
sessionToken
|
6742
5929
|
userId
|
6743
5930
|
expires
|
6744
|
-
user {
|
6745
|
-
id
|
6746
|
-
}
|
6747
5931
|
createdAt
|
6748
5932
|
updatedAt
|
6749
5933
|
}
|
@@ -6753,9 +5937,6 @@ exports.Account = {
|
|
6753
5937
|
credentialID
|
6754
5938
|
publicKey
|
6755
5939
|
counter
|
6756
|
-
user {
|
6757
|
-
id
|
6758
|
-
}
|
6759
5940
|
createdAt
|
6760
5941
|
updatedAt
|
6761
5942
|
}
|
@@ -6769,9 +5950,6 @@ exports.Account = {
|
|
6769
5950
|
marketOpen
|
6770
5951
|
minOrderSize
|
6771
5952
|
maxOrderSize
|
6772
|
-
user {
|
6773
|
-
id
|
6774
|
-
}
|
6775
5953
|
userId
|
6776
5954
|
createdAt
|
6777
5955
|
updatedAt
|
@@ -6782,6 +5960,7 @@ exports.Account = {
|
|
6782
5960
|
qty
|
6783
5961
|
price
|
6784
5962
|
total
|
5963
|
+
optionType
|
6785
5964
|
signal
|
6786
5965
|
strategy
|
6787
5966
|
analysis
|
@@ -6790,9 +5969,6 @@ exports.Account = {
|
|
6790
5969
|
createdAt
|
6791
5970
|
updatedAt
|
6792
5971
|
status
|
6793
|
-
alpacaAccount {
|
6794
|
-
id
|
6795
|
-
}
|
6796
5972
|
asset {
|
6797
5973
|
id
|
6798
5974
|
symbol
|
@@ -6852,9 +6028,6 @@ exports.Account = {
|
|
6852
6028
|
buyPrice
|
6853
6029
|
createdAt
|
6854
6030
|
updatedAt
|
6855
|
-
trades {
|
6856
|
-
id
|
6857
|
-
}
|
6858
6031
|
orders {
|
6859
6032
|
id
|
6860
6033
|
clientOrderId
|
@@ -6875,9 +6048,6 @@ exports.Account = {
|
|
6875
6048
|
createdAt
|
6876
6049
|
updatedAt
|
6877
6050
|
orderId
|
6878
|
-
Order {
|
6879
|
-
id
|
6880
|
-
}
|
6881
6051
|
}
|
6882
6052
|
takeProfit {
|
6883
6053
|
id
|
@@ -6886,9 +6056,6 @@ exports.Account = {
|
|
6886
6056
|
createdAt
|
6887
6057
|
updatedAt
|
6888
6058
|
orderId
|
6889
|
-
Order {
|
6890
|
-
id
|
6891
|
-
}
|
6892
6059
|
}
|
6893
6060
|
trailPrice
|
6894
6061
|
trailPercent
|
@@ -6900,9 +6067,6 @@ exports.Account = {
|
|
6900
6067
|
filledAt
|
6901
6068
|
filledAvgPrice
|
6902
6069
|
actionId
|
6903
|
-
alpacaAccount {
|
6904
|
-
id
|
6905
|
-
}
|
6906
6070
|
action {
|
6907
6071
|
id
|
6908
6072
|
sequence
|
@@ -6911,15 +6075,6 @@ exports.Account = {
|
|
6911
6075
|
note
|
6912
6076
|
status
|
6913
6077
|
fee
|
6914
|
-
trade {
|
6915
|
-
id
|
6916
|
-
}
|
6917
|
-
order {
|
6918
|
-
id
|
6919
|
-
}
|
6920
|
-
}
|
6921
|
-
asset {
|
6922
|
-
id
|
6923
6078
|
}
|
6924
6079
|
fee
|
6925
6080
|
strikePrice
|
@@ -6931,9 +6086,6 @@ exports.Account = {
|
|
6931
6086
|
positions {
|
6932
6087
|
id
|
6933
6088
|
assetId
|
6934
|
-
asset {
|
6935
|
-
id
|
6936
|
-
}
|
6937
6089
|
averageEntryPrice
|
6938
6090
|
qty
|
6939
6091
|
qtyAvailable
|
@@ -6947,9 +6099,6 @@ exports.Account = {
|
|
6947
6099
|
lastTradePrice
|
6948
6100
|
changeToday
|
6949
6101
|
assetMarginable
|
6950
|
-
alpacaAccount {
|
6951
|
-
id
|
6952
|
-
}
|
6953
6102
|
alpacaAccountId
|
6954
6103
|
}
|
6955
6104
|
newsMentions {
|
@@ -6974,12 +6123,6 @@ exports.Account = {
|
|
6974
6123
|
logo
|
6975
6124
|
createdAt
|
6976
6125
|
updatedAt
|
6977
|
-
assets {
|
6978
|
-
id
|
6979
|
-
}
|
6980
|
-
}
|
6981
|
-
asset {
|
6982
|
-
id
|
6983
6126
|
}
|
6984
6127
|
relevancyScore
|
6985
6128
|
sentimentScore
|
@@ -6994,9 +6137,6 @@ exports.Account = {
|
|
6994
6137
|
note
|
6995
6138
|
status
|
6996
6139
|
fee
|
6997
|
-
trade {
|
6998
|
-
id
|
6999
|
-
}
|
7000
6140
|
order {
|
7001
6141
|
id
|
7002
6142
|
clientOrderId
|
@@ -7017,9 +6157,6 @@ exports.Account = {
|
|
7017
6157
|
createdAt
|
7018
6158
|
updatedAt
|
7019
6159
|
orderId
|
7020
|
-
Order {
|
7021
|
-
id
|
7022
|
-
}
|
7023
6160
|
}
|
7024
6161
|
takeProfit {
|
7025
6162
|
id
|
@@ -7028,9 +6165,6 @@ exports.Account = {
|
|
7028
6165
|
createdAt
|
7029
6166
|
updatedAt
|
7030
6167
|
orderId
|
7031
|
-
Order {
|
7032
|
-
id
|
7033
|
-
}
|
7034
6168
|
}
|
7035
6169
|
trailPrice
|
7036
6170
|
trailPercent
|
@@ -7042,12 +6176,6 @@ exports.Account = {
|
|
7042
6176
|
filledAt
|
7043
6177
|
filledAvgPrice
|
7044
6178
|
actionId
|
7045
|
-
alpacaAccount {
|
7046
|
-
id
|
7047
|
-
}
|
7048
|
-
action {
|
7049
|
-
id
|
7050
|
-
}
|
7051
6179
|
asset {
|
7052
6180
|
id
|
7053
6181
|
symbol
|
@@ -7107,18 +6235,9 @@ exports.Account = {
|
|
7107
6235
|
buyPrice
|
7108
6236
|
createdAt
|
7109
6237
|
updatedAt
|
7110
|
-
trades {
|
7111
|
-
id
|
7112
|
-
}
|
7113
|
-
orders {
|
7114
|
-
id
|
7115
|
-
}
|
7116
6238
|
positions {
|
7117
6239
|
id
|
7118
6240
|
assetId
|
7119
|
-
asset {
|
7120
|
-
id
|
7121
|
-
}
|
7122
6241
|
averageEntryPrice
|
7123
6242
|
qty
|
7124
6243
|
qtyAvailable
|
@@ -7132,9 +6251,6 @@ exports.Account = {
|
|
7132
6251
|
lastTradePrice
|
7133
6252
|
changeToday
|
7134
6253
|
assetMarginable
|
7135
|
-
alpacaAccount {
|
7136
|
-
id
|
7137
|
-
}
|
7138
6254
|
alpacaAccountId
|
7139
6255
|
}
|
7140
6256
|
newsMentions {
|
@@ -7159,12 +6275,6 @@ exports.Account = {
|
|
7159
6275
|
logo
|
7160
6276
|
createdAt
|
7161
6277
|
updatedAt
|
7162
|
-
assets {
|
7163
|
-
id
|
7164
|
-
}
|
7165
|
-
}
|
7166
|
-
asset {
|
7167
|
-
id
|
7168
6278
|
}
|
7169
6279
|
relevancyScore
|
7170
6280
|
sentimentScore
|
@@ -7200,9 +6310,6 @@ exports.Account = {
|
|
7200
6310
|
createdAt
|
7201
6311
|
updatedAt
|
7202
6312
|
orderId
|
7203
|
-
Order {
|
7204
|
-
id
|
7205
|
-
}
|
7206
6313
|
}
|
7207
6314
|
takeProfit {
|
7208
6315
|
id
|
@@ -7211,9 +6318,6 @@ exports.Account = {
|
|
7211
6318
|
createdAt
|
7212
6319
|
updatedAt
|
7213
6320
|
orderId
|
7214
|
-
Order {
|
7215
|
-
id
|
7216
|
-
}
|
7217
6321
|
}
|
7218
6322
|
trailPrice
|
7219
6323
|
trailPercent
|
@@ -7225,9 +6329,6 @@ exports.Account = {
|
|
7225
6329
|
filledAt
|
7226
6330
|
filledAvgPrice
|
7227
6331
|
actionId
|
7228
|
-
alpacaAccount {
|
7229
|
-
id
|
7230
|
-
}
|
7231
6332
|
action {
|
7232
6333
|
id
|
7233
6334
|
sequence
|
@@ -7243,6 +6344,7 @@ exports.Account = {
|
|
7243
6344
|
qty
|
7244
6345
|
price
|
7245
6346
|
total
|
6347
|
+
optionType
|
7246
6348
|
signal
|
7247
6349
|
strategy
|
7248
6350
|
analysis
|
@@ -7251,9 +6353,6 @@ exports.Account = {
|
|
7251
6353
|
createdAt
|
7252
6354
|
updatedAt
|
7253
6355
|
status
|
7254
|
-
alpacaAccount {
|
7255
|
-
id
|
7256
|
-
}
|
7257
6356
|
asset {
|
7258
6357
|
id
|
7259
6358
|
symbol
|
@@ -7313,18 +6412,9 @@ exports.Account = {
|
|
7313
6412
|
buyPrice
|
7314
6413
|
createdAt
|
7315
6414
|
updatedAt
|
7316
|
-
trades {
|
7317
|
-
id
|
7318
|
-
}
|
7319
|
-
orders {
|
7320
|
-
id
|
7321
|
-
}
|
7322
6415
|
positions {
|
7323
6416
|
id
|
7324
6417
|
assetId
|
7325
|
-
asset {
|
7326
|
-
id
|
7327
|
-
}
|
7328
6418
|
averageEntryPrice
|
7329
6419
|
qty
|
7330
6420
|
qtyAvailable
|
@@ -7338,9 +6428,6 @@ exports.Account = {
|
|
7338
6428
|
lastTradePrice
|
7339
6429
|
changeToday
|
7340
6430
|
assetMarginable
|
7341
|
-
alpacaAccount {
|
7342
|
-
id
|
7343
|
-
}
|
7344
6431
|
alpacaAccountId
|
7345
6432
|
}
|
7346
6433
|
newsMentions {
|
@@ -7365,24 +6452,12 @@ exports.Account = {
|
|
7365
6452
|
logo
|
7366
6453
|
createdAt
|
7367
6454
|
updatedAt
|
7368
|
-
assets {
|
7369
|
-
id
|
7370
|
-
}
|
7371
|
-
}
|
7372
|
-
asset {
|
7373
|
-
id
|
7374
6455
|
}
|
7375
6456
|
relevancyScore
|
7376
6457
|
sentimentScore
|
7377
6458
|
sentimentLabel
|
7378
6459
|
}
|
7379
6460
|
}
|
7380
|
-
actions {
|
7381
|
-
id
|
7382
|
-
}
|
7383
|
-
}
|
7384
|
-
order {
|
7385
|
-
id
|
7386
6461
|
}
|
7387
6462
|
}
|
7388
6463
|
asset {
|
@@ -7451,6 +6526,7 @@ exports.Account = {
|
|
7451
6526
|
qty
|
7452
6527
|
price
|
7453
6528
|
total
|
6529
|
+
optionType
|
7454
6530
|
signal
|
7455
6531
|
strategy
|
7456
6532
|
analysis
|
@@ -7459,12 +6535,6 @@ exports.Account = {
|
|
7459
6535
|
createdAt
|
7460
6536
|
updatedAt
|
7461
6537
|
status
|
7462
|
-
alpacaAccount {
|
7463
|
-
id
|
7464
|
-
}
|
7465
|
-
asset {
|
7466
|
-
id
|
7467
|
-
}
|
7468
6538
|
actions {
|
7469
6539
|
id
|
7470
6540
|
sequence
|
@@ -7473,23 +6543,11 @@ exports.Account = {
|
|
7473
6543
|
note
|
7474
6544
|
status
|
7475
6545
|
fee
|
7476
|
-
trade {
|
7477
|
-
id
|
7478
|
-
}
|
7479
|
-
order {
|
7480
|
-
id
|
7481
|
-
}
|
7482
6546
|
}
|
7483
6547
|
}
|
7484
|
-
orders {
|
7485
|
-
id
|
7486
|
-
}
|
7487
6548
|
positions {
|
7488
6549
|
id
|
7489
6550
|
assetId
|
7490
|
-
asset {
|
7491
|
-
id
|
7492
|
-
}
|
7493
6551
|
averageEntryPrice
|
7494
6552
|
qty
|
7495
6553
|
qtyAvailable
|
@@ -7503,9 +6561,6 @@ exports.Account = {
|
|
7503
6561
|
lastTradePrice
|
7504
6562
|
changeToday
|
7505
6563
|
assetMarginable
|
7506
|
-
alpacaAccount {
|
7507
|
-
id
|
7508
|
-
}
|
7509
6564
|
alpacaAccountId
|
7510
6565
|
}
|
7511
6566
|
newsMentions {
|
@@ -7530,12 +6585,6 @@ exports.Account = {
|
|
7530
6585
|
logo
|
7531
6586
|
createdAt
|
7532
6587
|
updatedAt
|
7533
|
-
assets {
|
7534
|
-
id
|
7535
|
-
}
|
7536
|
-
}
|
7537
|
-
asset {
|
7538
|
-
id
|
7539
6588
|
}
|
7540
6589
|
relevancyScore
|
7541
6590
|
sentimentScore
|
@@ -7618,6 +6667,7 @@ exports.Account = {
|
|
7618
6667
|
qty
|
7619
6668
|
price
|
7620
6669
|
total
|
6670
|
+
optionType
|
7621
6671
|
signal
|
7622
6672
|
strategy
|
7623
6673
|
analysis
|
@@ -7626,12 +6676,6 @@ exports.Account = {
|
|
7626
6676
|
createdAt
|
7627
6677
|
updatedAt
|
7628
6678
|
status
|
7629
|
-
alpacaAccount {
|
7630
|
-
id
|
7631
|
-
}
|
7632
|
-
asset {
|
7633
|
-
id
|
7634
|
-
}
|
7635
6679
|
actions {
|
7636
6680
|
id
|
7637
6681
|
sequence
|
@@ -7640,9 +6684,6 @@ exports.Account = {
|
|
7640
6684
|
note
|
7641
6685
|
status
|
7642
6686
|
fee
|
7643
|
-
trade {
|
7644
|
-
id
|
7645
|
-
}
|
7646
6687
|
order {
|
7647
6688
|
id
|
7648
6689
|
clientOrderId
|
@@ -7663,9 +6704,6 @@ exports.Account = {
|
|
7663
6704
|
createdAt
|
7664
6705
|
updatedAt
|
7665
6706
|
orderId
|
7666
|
-
Order {
|
7667
|
-
id
|
7668
|
-
}
|
7669
6707
|
}
|
7670
6708
|
takeProfit {
|
7671
6709
|
id
|
@@ -7674,9 +6712,6 @@ exports.Account = {
|
|
7674
6712
|
createdAt
|
7675
6713
|
updatedAt
|
7676
6714
|
orderId
|
7677
|
-
Order {
|
7678
|
-
id
|
7679
|
-
}
|
7680
6715
|
}
|
7681
6716
|
trailPrice
|
7682
6717
|
trailPercent
|
@@ -7688,15 +6723,6 @@ exports.Account = {
|
|
7688
6723
|
filledAt
|
7689
6724
|
filledAvgPrice
|
7690
6725
|
actionId
|
7691
|
-
alpacaAccount {
|
7692
|
-
id
|
7693
|
-
}
|
7694
|
-
action {
|
7695
|
-
id
|
7696
|
-
}
|
7697
|
-
asset {
|
7698
|
-
id
|
7699
|
-
}
|
7700
6726
|
fee
|
7701
6727
|
strikePrice
|
7702
6728
|
expirationDate
|
@@ -7726,9 +6752,6 @@ exports.Account = {
|
|
7726
6752
|
createdAt
|
7727
6753
|
updatedAt
|
7728
6754
|
orderId
|
7729
|
-
Order {
|
7730
|
-
id
|
7731
|
-
}
|
7732
6755
|
}
|
7733
6756
|
takeProfit {
|
7734
6757
|
id
|
@@ -7737,9 +6760,6 @@ exports.Account = {
|
|
7737
6760
|
createdAt
|
7738
6761
|
updatedAt
|
7739
6762
|
orderId
|
7740
|
-
Order {
|
7741
|
-
id
|
7742
|
-
}
|
7743
6763
|
}
|
7744
6764
|
trailPrice
|
7745
6765
|
trailPercent
|
@@ -7751,9 +6771,6 @@ exports.Account = {
|
|
7751
6771
|
filledAt
|
7752
6772
|
filledAvgPrice
|
7753
6773
|
actionId
|
7754
|
-
alpacaAccount {
|
7755
|
-
id
|
7756
|
-
}
|
7757
6774
|
action {
|
7758
6775
|
id
|
7759
6776
|
sequence
|
@@ -7769,6 +6786,7 @@ exports.Account = {
|
|
7769
6786
|
qty
|
7770
6787
|
price
|
7771
6788
|
total
|
6789
|
+
optionType
|
7772
6790
|
signal
|
7773
6791
|
strategy
|
7774
6792
|
analysis
|
@@ -7777,23 +6795,8 @@ exports.Account = {
|
|
7777
6795
|
createdAt
|
7778
6796
|
updatedAt
|
7779
6797
|
status
|
7780
|
-
alpacaAccount {
|
7781
|
-
id
|
7782
|
-
}
|
7783
|
-
asset {
|
7784
|
-
id
|
7785
|
-
}
|
7786
|
-
actions {
|
7787
|
-
id
|
7788
|
-
}
|
7789
|
-
}
|
7790
|
-
order {
|
7791
|
-
id
|
7792
6798
|
}
|
7793
6799
|
}
|
7794
|
-
asset {
|
7795
|
-
id
|
7796
|
-
}
|
7797
6800
|
fee
|
7798
6801
|
strikePrice
|
7799
6802
|
expirationDate
|
@@ -7801,9 +6804,6 @@ exports.Account = {
|
|
7801
6804
|
stopLossId
|
7802
6805
|
takeProfitId
|
7803
6806
|
}
|
7804
|
-
positions {
|
7805
|
-
id
|
7806
|
-
}
|
7807
6807
|
newsMentions {
|
7808
6808
|
id
|
7809
6809
|
assetId
|
@@ -7826,12 +6826,6 @@ exports.Account = {
|
|
7826
6826
|
logo
|
7827
6827
|
createdAt
|
7828
6828
|
updatedAt
|
7829
|
-
assets {
|
7830
|
-
id
|
7831
|
-
}
|
7832
|
-
}
|
7833
|
-
asset {
|
7834
|
-
id
|
7835
6829
|
}
|
7836
6830
|
relevancyScore
|
7837
6831
|
sentimentScore
|
@@ -7851,9 +6845,6 @@ exports.Account = {
|
|
7851
6845
|
lastTradePrice
|
7852
6846
|
changeToday
|
7853
6847
|
assetMarginable
|
7854
|
-
alpacaAccount {
|
7855
|
-
id
|
7856
|
-
}
|
7857
6848
|
alpacaAccountId
|
7858
6849
|
}
|
7859
6850
|
alerts {
|
@@ -7864,9 +6855,6 @@ exports.Account = {
|
|
7864
6855
|
isRead
|
7865
6856
|
createdAt
|
7866
6857
|
updatedAt
|
7867
|
-
alpacaAccount {
|
7868
|
-
id
|
7869
|
-
}
|
7870
6858
|
}
|
7871
6859
|
}
|
7872
6860
|
}
|
@@ -7935,22 +6923,13 @@ exports.Account = {
|
|
7935
6923
|
stripeCurrentPeriodEnd
|
7936
6924
|
createdAt
|
7937
6925
|
updatedAt
|
7938
|
-
users {
|
7939
|
-
id
|
7940
|
-
}
|
7941
6926
|
}
|
7942
6927
|
customerId
|
7943
|
-
accounts {
|
7944
|
-
id
|
7945
|
-
}
|
7946
6928
|
sessions {
|
7947
6929
|
id
|
7948
6930
|
sessionToken
|
7949
6931
|
userId
|
7950
6932
|
expires
|
7951
|
-
user {
|
7952
|
-
id
|
7953
|
-
}
|
7954
6933
|
createdAt
|
7955
6934
|
updatedAt
|
7956
6935
|
}
|
@@ -7960,9 +6939,6 @@ exports.Account = {
|
|
7960
6939
|
credentialID
|
7961
6940
|
publicKey
|
7962
6941
|
counter
|
7963
|
-
user {
|
7964
|
-
id
|
7965
|
-
}
|
7966
6942
|
createdAt
|
7967
6943
|
updatedAt
|
7968
6944
|
}
|
@@ -7976,9 +6952,6 @@ exports.Account = {
|
|
7976
6952
|
marketOpen
|
7977
6953
|
minOrderSize
|
7978
6954
|
maxOrderSize
|
7979
|
-
user {
|
7980
|
-
id
|
7981
|
-
}
|
7982
6955
|
userId
|
7983
6956
|
createdAt
|
7984
6957
|
updatedAt
|
@@ -7989,6 +6962,7 @@ exports.Account = {
|
|
7989
6962
|
qty
|
7990
6963
|
price
|
7991
6964
|
total
|
6965
|
+
optionType
|
7992
6966
|
signal
|
7993
6967
|
strategy
|
7994
6968
|
analysis
|
@@ -7997,9 +6971,6 @@ exports.Account = {
|
|
7997
6971
|
createdAt
|
7998
6972
|
updatedAt
|
7999
6973
|
status
|
8000
|
-
alpacaAccount {
|
8001
|
-
id
|
8002
|
-
}
|
8003
6974
|
asset {
|
8004
6975
|
id
|
8005
6976
|
symbol
|
@@ -8059,9 +7030,6 @@ exports.Account = {
|
|
8059
7030
|
buyPrice
|
8060
7031
|
createdAt
|
8061
7032
|
updatedAt
|
8062
|
-
trades {
|
8063
|
-
id
|
8064
|
-
}
|
8065
7033
|
orders {
|
8066
7034
|
id
|
8067
7035
|
clientOrderId
|
@@ -8082,9 +7050,6 @@ exports.Account = {
|
|
8082
7050
|
createdAt
|
8083
7051
|
updatedAt
|
8084
7052
|
orderId
|
8085
|
-
Order {
|
8086
|
-
id
|
8087
|
-
}
|
8088
7053
|
}
|
8089
7054
|
takeProfit {
|
8090
7055
|
id
|
@@ -8093,9 +7058,6 @@ exports.Account = {
|
|
8093
7058
|
createdAt
|
8094
7059
|
updatedAt
|
8095
7060
|
orderId
|
8096
|
-
Order {
|
8097
|
-
id
|
8098
|
-
}
|
8099
7061
|
}
|
8100
7062
|
trailPrice
|
8101
7063
|
trailPercent
|
@@ -8107,9 +7069,6 @@ exports.Account = {
|
|
8107
7069
|
filledAt
|
8108
7070
|
filledAvgPrice
|
8109
7071
|
actionId
|
8110
|
-
alpacaAccount {
|
8111
|
-
id
|
8112
|
-
}
|
8113
7072
|
action {
|
8114
7073
|
id
|
8115
7074
|
sequence
|
@@ -8118,15 +7077,6 @@ exports.Account = {
|
|
8118
7077
|
note
|
8119
7078
|
status
|
8120
7079
|
fee
|
8121
|
-
trade {
|
8122
|
-
id
|
8123
|
-
}
|
8124
|
-
order {
|
8125
|
-
id
|
8126
|
-
}
|
8127
|
-
}
|
8128
|
-
asset {
|
8129
|
-
id
|
8130
7080
|
}
|
8131
7081
|
fee
|
8132
7082
|
strikePrice
|
@@ -8138,9 +7088,6 @@ exports.Account = {
|
|
8138
7088
|
positions {
|
8139
7089
|
id
|
8140
7090
|
assetId
|
8141
|
-
asset {
|
8142
|
-
id
|
8143
|
-
}
|
8144
7091
|
averageEntryPrice
|
8145
7092
|
qty
|
8146
7093
|
qtyAvailable
|
@@ -8154,9 +7101,6 @@ exports.Account = {
|
|
8154
7101
|
lastTradePrice
|
8155
7102
|
changeToday
|
8156
7103
|
assetMarginable
|
8157
|
-
alpacaAccount {
|
8158
|
-
id
|
8159
|
-
}
|
8160
7104
|
alpacaAccountId
|
8161
7105
|
}
|
8162
7106
|
newsMentions {
|
@@ -8181,12 +7125,6 @@ exports.Account = {
|
|
8181
7125
|
logo
|
8182
7126
|
createdAt
|
8183
7127
|
updatedAt
|
8184
|
-
assets {
|
8185
|
-
id
|
8186
|
-
}
|
8187
|
-
}
|
8188
|
-
asset {
|
8189
|
-
id
|
8190
7128
|
}
|
8191
7129
|
relevancyScore
|
8192
7130
|
sentimentScore
|
@@ -8201,9 +7139,6 @@ exports.Account = {
|
|
8201
7139
|
note
|
8202
7140
|
status
|
8203
7141
|
fee
|
8204
|
-
trade {
|
8205
|
-
id
|
8206
|
-
}
|
8207
7142
|
order {
|
8208
7143
|
id
|
8209
7144
|
clientOrderId
|
@@ -8224,9 +7159,6 @@ exports.Account = {
|
|
8224
7159
|
createdAt
|
8225
7160
|
updatedAt
|
8226
7161
|
orderId
|
8227
|
-
Order {
|
8228
|
-
id
|
8229
|
-
}
|
8230
7162
|
}
|
8231
7163
|
takeProfit {
|
8232
7164
|
id
|
@@ -8235,9 +7167,6 @@ exports.Account = {
|
|
8235
7167
|
createdAt
|
8236
7168
|
updatedAt
|
8237
7169
|
orderId
|
8238
|
-
Order {
|
8239
|
-
id
|
8240
|
-
}
|
8241
7170
|
}
|
8242
7171
|
trailPrice
|
8243
7172
|
trailPercent
|
@@ -8249,12 +7178,6 @@ exports.Account = {
|
|
8249
7178
|
filledAt
|
8250
7179
|
filledAvgPrice
|
8251
7180
|
actionId
|
8252
|
-
alpacaAccount {
|
8253
|
-
id
|
8254
|
-
}
|
8255
|
-
action {
|
8256
|
-
id
|
8257
|
-
}
|
8258
7181
|
asset {
|
8259
7182
|
id
|
8260
7183
|
symbol
|
@@ -8314,18 +7237,9 @@ exports.Account = {
|
|
8314
7237
|
buyPrice
|
8315
7238
|
createdAt
|
8316
7239
|
updatedAt
|
8317
|
-
trades {
|
8318
|
-
id
|
8319
|
-
}
|
8320
|
-
orders {
|
8321
|
-
id
|
8322
|
-
}
|
8323
7240
|
positions {
|
8324
7241
|
id
|
8325
7242
|
assetId
|
8326
|
-
asset {
|
8327
|
-
id
|
8328
|
-
}
|
8329
7243
|
averageEntryPrice
|
8330
7244
|
qty
|
8331
7245
|
qtyAvailable
|
@@ -8339,9 +7253,6 @@ exports.Account = {
|
|
8339
7253
|
lastTradePrice
|
8340
7254
|
changeToday
|
8341
7255
|
assetMarginable
|
8342
|
-
alpacaAccount {
|
8343
|
-
id
|
8344
|
-
}
|
8345
7256
|
alpacaAccountId
|
8346
7257
|
}
|
8347
7258
|
newsMentions {
|
@@ -8366,12 +7277,6 @@ exports.Account = {
|
|
8366
7277
|
logo
|
8367
7278
|
createdAt
|
8368
7279
|
updatedAt
|
8369
|
-
assets {
|
8370
|
-
id
|
8371
|
-
}
|
8372
|
-
}
|
8373
|
-
asset {
|
8374
|
-
id
|
8375
7280
|
}
|
8376
7281
|
relevancyScore
|
8377
7282
|
sentimentScore
|
@@ -8407,9 +7312,6 @@ exports.Account = {
|
|
8407
7312
|
createdAt
|
8408
7313
|
updatedAt
|
8409
7314
|
orderId
|
8410
|
-
Order {
|
8411
|
-
id
|
8412
|
-
}
|
8413
7315
|
}
|
8414
7316
|
takeProfit {
|
8415
7317
|
id
|
@@ -8418,9 +7320,6 @@ exports.Account = {
|
|
8418
7320
|
createdAt
|
8419
7321
|
updatedAt
|
8420
7322
|
orderId
|
8421
|
-
Order {
|
8422
|
-
id
|
8423
|
-
}
|
8424
7323
|
}
|
8425
7324
|
trailPrice
|
8426
7325
|
trailPercent
|
@@ -8432,9 +7331,6 @@ exports.Account = {
|
|
8432
7331
|
filledAt
|
8433
7332
|
filledAvgPrice
|
8434
7333
|
actionId
|
8435
|
-
alpacaAccount {
|
8436
|
-
id
|
8437
|
-
}
|
8438
7334
|
action {
|
8439
7335
|
id
|
8440
7336
|
sequence
|
@@ -8450,6 +7346,7 @@ exports.Account = {
|
|
8450
7346
|
qty
|
8451
7347
|
price
|
8452
7348
|
total
|
7349
|
+
optionType
|
8453
7350
|
signal
|
8454
7351
|
strategy
|
8455
7352
|
analysis
|
@@ -8458,9 +7355,6 @@ exports.Account = {
|
|
8458
7355
|
createdAt
|
8459
7356
|
updatedAt
|
8460
7357
|
status
|
8461
|
-
alpacaAccount {
|
8462
|
-
id
|
8463
|
-
}
|
8464
7358
|
asset {
|
8465
7359
|
id
|
8466
7360
|
symbol
|
@@ -8520,18 +7414,9 @@ exports.Account = {
|
|
8520
7414
|
buyPrice
|
8521
7415
|
createdAt
|
8522
7416
|
updatedAt
|
8523
|
-
trades {
|
8524
|
-
id
|
8525
|
-
}
|
8526
|
-
orders {
|
8527
|
-
id
|
8528
|
-
}
|
8529
7417
|
positions {
|
8530
7418
|
id
|
8531
7419
|
assetId
|
8532
|
-
asset {
|
8533
|
-
id
|
8534
|
-
}
|
8535
7420
|
averageEntryPrice
|
8536
7421
|
qty
|
8537
7422
|
qtyAvailable
|
@@ -8545,9 +7430,6 @@ exports.Account = {
|
|
8545
7430
|
lastTradePrice
|
8546
7431
|
changeToday
|
8547
7432
|
assetMarginable
|
8548
|
-
alpacaAccount {
|
8549
|
-
id
|
8550
|
-
}
|
8551
7433
|
alpacaAccountId
|
8552
7434
|
}
|
8553
7435
|
newsMentions {
|
@@ -8572,24 +7454,12 @@ exports.Account = {
|
|
8572
7454
|
logo
|
8573
7455
|
createdAt
|
8574
7456
|
updatedAt
|
8575
|
-
assets {
|
8576
|
-
id
|
8577
|
-
}
|
8578
|
-
}
|
8579
|
-
asset {
|
8580
|
-
id
|
8581
7457
|
}
|
8582
7458
|
relevancyScore
|
8583
7459
|
sentimentScore
|
8584
7460
|
sentimentLabel
|
8585
7461
|
}
|
8586
7462
|
}
|
8587
|
-
actions {
|
8588
|
-
id
|
8589
|
-
}
|
8590
|
-
}
|
8591
|
-
order {
|
8592
|
-
id
|
8593
7463
|
}
|
8594
7464
|
}
|
8595
7465
|
asset {
|
@@ -8658,6 +7528,7 @@ exports.Account = {
|
|
8658
7528
|
qty
|
8659
7529
|
price
|
8660
7530
|
total
|
7531
|
+
optionType
|
8661
7532
|
signal
|
8662
7533
|
strategy
|
8663
7534
|
analysis
|
@@ -8666,12 +7537,6 @@ exports.Account = {
|
|
8666
7537
|
createdAt
|
8667
7538
|
updatedAt
|
8668
7539
|
status
|
8669
|
-
alpacaAccount {
|
8670
|
-
id
|
8671
|
-
}
|
8672
|
-
asset {
|
8673
|
-
id
|
8674
|
-
}
|
8675
7540
|
actions {
|
8676
7541
|
id
|
8677
7542
|
sequence
|
@@ -8680,23 +7545,11 @@ exports.Account = {
|
|
8680
7545
|
note
|
8681
7546
|
status
|
8682
7547
|
fee
|
8683
|
-
trade {
|
8684
|
-
id
|
8685
|
-
}
|
8686
|
-
order {
|
8687
|
-
id
|
8688
|
-
}
|
8689
7548
|
}
|
8690
7549
|
}
|
8691
|
-
orders {
|
8692
|
-
id
|
8693
|
-
}
|
8694
7550
|
positions {
|
8695
7551
|
id
|
8696
7552
|
assetId
|
8697
|
-
asset {
|
8698
|
-
id
|
8699
|
-
}
|
8700
7553
|
averageEntryPrice
|
8701
7554
|
qty
|
8702
7555
|
qtyAvailable
|
@@ -8710,9 +7563,6 @@ exports.Account = {
|
|
8710
7563
|
lastTradePrice
|
8711
7564
|
changeToday
|
8712
7565
|
assetMarginable
|
8713
|
-
alpacaAccount {
|
8714
|
-
id
|
8715
|
-
}
|
8716
7566
|
alpacaAccountId
|
8717
7567
|
}
|
8718
7568
|
newsMentions {
|
@@ -8737,12 +7587,6 @@ exports.Account = {
|
|
8737
7587
|
logo
|
8738
7588
|
createdAt
|
8739
7589
|
updatedAt
|
8740
|
-
assets {
|
8741
|
-
id
|
8742
|
-
}
|
8743
|
-
}
|
8744
|
-
asset {
|
8745
|
-
id
|
8746
7590
|
}
|
8747
7591
|
relevancyScore
|
8748
7592
|
sentimentScore
|
@@ -8825,6 +7669,7 @@ exports.Account = {
|
|
8825
7669
|
qty
|
8826
7670
|
price
|
8827
7671
|
total
|
7672
|
+
optionType
|
8828
7673
|
signal
|
8829
7674
|
strategy
|
8830
7675
|
analysis
|
@@ -8833,12 +7678,6 @@ exports.Account = {
|
|
8833
7678
|
createdAt
|
8834
7679
|
updatedAt
|
8835
7680
|
status
|
8836
|
-
alpacaAccount {
|
8837
|
-
id
|
8838
|
-
}
|
8839
|
-
asset {
|
8840
|
-
id
|
8841
|
-
}
|
8842
7681
|
actions {
|
8843
7682
|
id
|
8844
7683
|
sequence
|
@@ -8847,9 +7686,6 @@ exports.Account = {
|
|
8847
7686
|
note
|
8848
7687
|
status
|
8849
7688
|
fee
|
8850
|
-
trade {
|
8851
|
-
id
|
8852
|
-
}
|
8853
7689
|
order {
|
8854
7690
|
id
|
8855
7691
|
clientOrderId
|
@@ -8870,9 +7706,6 @@ exports.Account = {
|
|
8870
7706
|
createdAt
|
8871
7707
|
updatedAt
|
8872
7708
|
orderId
|
8873
|
-
Order {
|
8874
|
-
id
|
8875
|
-
}
|
8876
7709
|
}
|
8877
7710
|
takeProfit {
|
8878
7711
|
id
|
@@ -8881,9 +7714,6 @@ exports.Account = {
|
|
8881
7714
|
createdAt
|
8882
7715
|
updatedAt
|
8883
7716
|
orderId
|
8884
|
-
Order {
|
8885
|
-
id
|
8886
|
-
}
|
8887
7717
|
}
|
8888
7718
|
trailPrice
|
8889
7719
|
trailPercent
|
@@ -8895,15 +7725,6 @@ exports.Account = {
|
|
8895
7725
|
filledAt
|
8896
7726
|
filledAvgPrice
|
8897
7727
|
actionId
|
8898
|
-
alpacaAccount {
|
8899
|
-
id
|
8900
|
-
}
|
8901
|
-
action {
|
8902
|
-
id
|
8903
|
-
}
|
8904
|
-
asset {
|
8905
|
-
id
|
8906
|
-
}
|
8907
7728
|
fee
|
8908
7729
|
strikePrice
|
8909
7730
|
expirationDate
|
@@ -8933,9 +7754,6 @@ exports.Account = {
|
|
8933
7754
|
createdAt
|
8934
7755
|
updatedAt
|
8935
7756
|
orderId
|
8936
|
-
Order {
|
8937
|
-
id
|
8938
|
-
}
|
8939
7757
|
}
|
8940
7758
|
takeProfit {
|
8941
7759
|
id
|
@@ -8944,9 +7762,6 @@ exports.Account = {
|
|
8944
7762
|
createdAt
|
8945
7763
|
updatedAt
|
8946
7764
|
orderId
|
8947
|
-
Order {
|
8948
|
-
id
|
8949
|
-
}
|
8950
7765
|
}
|
8951
7766
|
trailPrice
|
8952
7767
|
trailPercent
|
@@ -8958,9 +7773,6 @@ exports.Account = {
|
|
8958
7773
|
filledAt
|
8959
7774
|
filledAvgPrice
|
8960
7775
|
actionId
|
8961
|
-
alpacaAccount {
|
8962
|
-
id
|
8963
|
-
}
|
8964
7776
|
action {
|
8965
7777
|
id
|
8966
7778
|
sequence
|
@@ -8976,6 +7788,7 @@ exports.Account = {
|
|
8976
7788
|
qty
|
8977
7789
|
price
|
8978
7790
|
total
|
7791
|
+
optionType
|
8979
7792
|
signal
|
8980
7793
|
strategy
|
8981
7794
|
analysis
|
@@ -8984,22 +7797,7 @@ exports.Account = {
|
|
8984
7797
|
createdAt
|
8985
7798
|
updatedAt
|
8986
7799
|
status
|
8987
|
-
alpacaAccount {
|
8988
|
-
id
|
8989
|
-
}
|
8990
|
-
asset {
|
8991
|
-
id
|
8992
|
-
}
|
8993
|
-
actions {
|
8994
|
-
id
|
8995
|
-
}
|
8996
7800
|
}
|
8997
|
-
order {
|
8998
|
-
id
|
8999
|
-
}
|
9000
|
-
}
|
9001
|
-
asset {
|
9002
|
-
id
|
9003
7801
|
}
|
9004
7802
|
fee
|
9005
7803
|
strikePrice
|
@@ -9008,9 +7806,6 @@ exports.Account = {
|
|
9008
7806
|
stopLossId
|
9009
7807
|
takeProfitId
|
9010
7808
|
}
|
9011
|
-
positions {
|
9012
|
-
id
|
9013
|
-
}
|
9014
7809
|
newsMentions {
|
9015
7810
|
id
|
9016
7811
|
assetId
|
@@ -9033,12 +7828,6 @@ exports.Account = {
|
|
9033
7828
|
logo
|
9034
7829
|
createdAt
|
9035
7830
|
updatedAt
|
9036
|
-
assets {
|
9037
|
-
id
|
9038
|
-
}
|
9039
|
-
}
|
9040
|
-
asset {
|
9041
|
-
id
|
9042
7831
|
}
|
9043
7832
|
relevancyScore
|
9044
7833
|
sentimentScore
|
@@ -9058,9 +7847,6 @@ exports.Account = {
|
|
9058
7847
|
lastTradePrice
|
9059
7848
|
changeToday
|
9060
7849
|
assetMarginable
|
9061
|
-
alpacaAccount {
|
9062
|
-
id
|
9063
|
-
}
|
9064
7850
|
alpacaAccountId
|
9065
7851
|
}
|
9066
7852
|
alerts {
|
@@ -9071,9 +7857,6 @@ exports.Account = {
|
|
9071
7857
|
isRead
|
9072
7858
|
createdAt
|
9073
7859
|
updatedAt
|
9074
|
-
alpacaAccount {
|
9075
|
-
id
|
9076
|
-
}
|
9077
7860
|
}
|
9078
7861
|
}
|
9079
7862
|
}
|