Endpoint Parameters
-
Request parameters
Name Type Origin Description OwnerKey ClientKey Query-String Id of the owner Key of owner to that leaders are available to. StandardPeriod StandardPeriodType Query-String Period to fetch account performance data. -
Response Parameters
View Response CodesName Type Description __count Number The total count of items in the feed. __next String The link for the next page of items in the feed. Data TradeLeaderContract [] The collection of entities for this feed. MaxRows Number The maximum number of rows that can be returned (if applicable). -
Request Example
Request URL
GET /at/v3/tradeLeaders/public?OwnerKey=493b43a5-fe85-4d1f-9071-dd4a9d4e42a4&StandardPeriod=AllTime
-
Response Example
Response body
{ "Data": [ { "AccountPerformance": { "Allocation": { "TradesPerAssetType": { "ClosedTradesAllocations": [ { "AssetClassType": "Equity", "CalculationBasis": 0, "CalculationDataType": 0, "PortfolioAllocationType": 0, "ReturnAttribution": 1, "TradeCount": 168, "TradePct": 38.0090497737557, "TradePercent": 0.380090497737557 }, { "AssetClassType": "Currency", "CalculationBasis": 0, "CalculationDataType": 0, "PortfolioAllocationType": 0, "ReturnAttribution": 0.249937016456527, "TradeCount": 112, "TradePct": 25.3393665158371, "TradePercent": 0.253393665158371 }, { "AssetClassType": "Commodity", "CalculationBasis": 0, "CalculationDataType": 0, "PortfolioAllocationType": 0, "ReturnAttribution": 0.562878945000956, "TradeCount": 105, "TradePct": 23.7556561085973, "TradePercent": 0.237556561085973 }, { "AssetClassType": "Fixed Income", "CalculationBasis": 0, "CalculationDataType": 0, "PortfolioAllocationType": 0, "ReturnAttribution": -0.0131508561362492, "TradeCount": 57, "TradePct": 12.89592760181, "TradePercent": 0.1289592760181 } ] }, "TradesPerInstrument": { "ClosedTradesAllocations": [ { "AssetType": "ContractFutures", "CalculationBasis": 0, "CalculationDataType": 0, "InstrumentDescription": "30-Year U.S. Treasury Bond - Sep 2016", "InstrumentSymbol": "ZBU6", "InstrumentUic": 3626018, "PortfolioAllocationType": 0, "ReturnAttribution": -0.159871010056843, "TradeCount": 40, "TradePct": 9.04977375565611, "TradePercent": 0.0904977375565611 }, { "AssetType": "FxSpot", "CalculationBasis": 0, "CalculationDataType": 0, "InstrumentDescription": "British Pound/US Dollar", "InstrumentSymbol": "GBPUSD", "InstrumentUic": 31, "PortfolioAllocationType": 0, "ReturnAttribution": 0.146851552251858, "TradeCount": 37, "TradePct": 8.3710407239819, "TradePercent": 0.083710407239819 } ] } }, "From": "2016-03-28T00:00:00Z", "InceptionDay": "2011-01-03T00:00:00Z", "LastTradeDay": "2017-03-27T00:00:00Z", "Thru": "2017-03-27T00:00:00Z", "TimeWeightedPerformance": { "PerformanceFraction": -1, "PerformanceKeyFigures": { "ClosedTradesCount": 442, "MaxDrawDownFraction": 1, "SampledStandardDeviation": 0.0631775477103272 } }, "TotalCashBalance": 0, "TotalOpenPositionsValue": 0, "TotalPositionsValuePerProductPerSecurity": [] }, "AllowMultipleInvestment": true, "AllowPartialWithdrawal": true, "Category": "Equity Portfolios", "Currency": "USD", "Description": "A fully discretionary investment theme exploiting short-term price movements across asset-classes.
Discretionary Trading exploits short-term price movements and is fully discretionary (i.e. trading is not automated), generating absolute returns without reference to a benchmark."
, "FollowerAmountRemaining": 999997938427.28, "IsInvestmentShieldSupported": true, "IsOpenForFollowers": true, "LeaderPartnerOptions": "PositionsCloseOnDeactivation", "LogoUrl": "https://red.openapi.sys.dom/openapi/at/v3/tradeLeaders/1/logo", "ManagementFee": 1.43, "MinimumFundingAmount": 20000, "PerformanceFee": 0, "RiskLevel": "Alpha", "StrategyLegalAssetTypes": [ "FxSpot", "ContractFutures", "CfdOnStock", "Cash", "CfdOnFutures" ], "StrategyName": "Discretionary Trading", "SuitabilityLevel": "High", "TradeLeaderId": "1", "TradeLeaderOptions": "JointExecutionModel" } ] }