type PRAPP3WholeInfo_s { "策略名" wstrName : String! "业绩走势" AT3Trend : PRAT3Trend_s! "策略详情" AT3StrategyDetails : PRAT3StrategyDetails_s! "交易资料" AT3Trade : PRAT3Trade_s! "周期分析" AT3Period : PRAT3Period_s! "策略分析" AT3StrategyAna : PRAT3StrategyAna_s! "交易分析" AT3TradeAna : PRAT3TradeAna_s! "绩效评分" PRScore : PRScore_s! "品种统计" listPRCategory : [PRCategory_s!]! "多空盈亏统计" listLongShortStatistic : [LongShortStatistic_s!]! "基准收益" listBasiProfit : [PRAT3TrendLine_s!]! } type PRAT3Trend_s { "基本信息" AT3BasicInfo : PRAT3BasicInfo_s! "净值曲线(图)" vecvecNetCurve : [[PRAT3TrendLine_s!]!]! } type PRAT3BasicInfo_s { "累积收益率" dbAccProfitP : String! "年化收益" dbAnnuReturnRate : String! "最大回撤" dbMaxDrawBackP : String! "初始资金" dbInitCash : String! "总资产" dbTotalProperty : String! "起始时间" dtStart : String! "结束时间" dtEnd : String! } type PRAT3TrendLine_s { "名称" wstrName : String! "净值" dbNetValue : String! "日期" dtDate : String! } type PRAT3StrategyDetails_s { "策略信息" AT3StrategyInfo : PRAT3StrategyInfo_s! } type PRAT3StrategyInfo_s { "名称" wstrName : String! "年化收益" dbAnnuReturnRate : String! "基准收益" dbBMProfitP : String! "Alpha" dbAlpha : String! "Beta" dbBeta : String! "夏普" dbSharpeRatio : String! "信息" dbInfoRatio : String! "回撤" dbMaxDrawBackP : String! "换手" dbAdjustedCapitalTurnover : String! "回撤时间" wsTime : String! } type PRAT3Trade_s { "账户持仓" AT3HoldList : PRAT3HoldList_s! "交易记录" AT3TradeList : PRAT3TradeList_s! } type PRAT3HoldList_s { "股票持仓表" vecHoldStock : [PRAT3HoldInfo_s!]! "期货持仓表" vecHoldFuture : [PRAT3HoldInfo_s!]! } type PRAT3HoldInfo_s { "市场" wsMarket : String! "代码" wsSymbol : String! "名称" wsName : String! "多空" wsLongShortType : String! "数量" dbVolume : String! "均价" dbprice : String! "日期" dtDate : String! } type PRAT3TradeList_s { "股票交易记录表" vecTradeStock : [PRAT3TradeInfo_s!]! "期货交易记录表" vecTradeFuture : [PRAT3TradeInfo_s!]! } type PRAT3TradeInfo_s { "交易编号" i64OrderID : String! "市场" wsMarket : String! "代码" wsSymbol : String! "品种" wsName : String! "多空" wsLongShortType : String! "合约数量" i64CountD : String! "开仓日期" ptBeginDate : String! "平仓日期" ptEndDate : String! "开仓价格" dbBuyPrice : String! "平仓价格" dbSellPrice : String! } type PRAT3Period_s { "月周期分析表" vecHCMonthInfo : [PRAT3Month_s!]! "月收益统计图" vecHCMonth : [PRAT3TrendLine_s!]! } type PRAT3Month_s { "月份" wsMon : String! "净利" dbNetProfit : String! "净利率" dbNetProfitP : String! "毛利" dbGrossProfit : String! "毛损" dbGrossLoss : String! "交易次数" iTradeNum : Int! "胜率" dbWinP : String! } type PRAT3StrategyAna_s { "多头权益曲线" vecLongEqu : [PRAT3TrendLine_s!]! "空头权益曲线" vecShortEqu : [PRAT3TrendLine_s!]! "权益曲线即潜在亏损" vecvecEquLoss : [[PRAT3TrendLine_s!]!]! "绩效概要" AT3Summary : PRAT3Summary_s! "绩效比率" AT3Ratio : PRAT3Ratio_s! "时间分析" AT3Time : PRAT3Time_s! } type PRAT3Summary_s { "初始资金" dbIninCash : String! "初始资金收益" dbIninCashReturn : String! "净利" dbNetProfit : String! "毛利" dbGrossProfit : String! "毛损" dbGrossLoss : String! "盈利因子" dbProfitFactor : String! "多头净利" dbLongNetProfit : String! "空头净利" dbShortNetProfit : String! "算数年化收益率" dbAvgYearNetProfitP2 : String! "几何年化收益率" dbAnnuReturnRate : String! "最大回撤" dbMaxDrawBack : String! "最大回撤率" dbMaxDrawBackP : String! "已付滑价" dbPaidSlidePrice : String! "已付手续费" dbPaidCost : String! "天数" uiTradingDays : String! "标的物个数" iTotalObjectNum : Int! } type PRAT3Ratio_s { "夏普" dbSharpeRatio : String! "Calmar" dbCalmarRatio : String! "Sortino" dbSortinoRatio : String! "净利/单笔最大潜在亏损" dbNetProfitPerMaxPoLoss : String! "手续费/盈利" dbCostPerProfit : String! } type PRAT3Time_s { "天数" uiTradingDays : String! "平均持仓时间" dbAvgHoldTime : String! "策略最大回撤日期" wstrMaxDrawDownTime : String! "最大恢复时间" dbMaxRecoverTime : String! } type PRAT3TradeAna_s { "连续性分析" AT3Continue : PRAT3Continue_s! "总体交易分析" AT3TotalTrade : PRAT3TotalTrade_s! } type PRAT3Continue_s { "最大连续盈利天数" iMaxContinuProfitDay : Int! "最大连续亏损天数" iMaxContinuLossDay : Int! "日连续最大盈利额" dbMaxContinuProfitDayVol : String! "日连续最大盈利额" dbMaxContinuLossDayVol : String! } type PRAT3TotalTrade_s { "交易总数量" iTotalTradeNum : Int! "未平仓交易总数量" iNoCloseTradeNum : Int! "盈利交易次数" iProfitTradeNum : Int! "亏损交易次数" iLossTradeNum : Int! "胜率" dbWinP : String! "平均盈利额" dbAvgProfit : String! "平均亏损额" dbAvgLoss : String! "平均盈利/平均亏损" dbProfitLossRatio : String! "资金周转天数" dbAdjustedTurnoverDay : String! } type PRScore_s { "净收益能力得分" dbNetProfitAbilityScore : String! "风险控制能力得分" dbRiskControlAbilityScore : String! "超额收益能力得分" dbExtraReturnAblityScore : String! "进攻能力得分" dbAttackAbilityScore : String! "防御能力得分" dbDefenseAbilityScore : String! "选股能力得分" dbChoseObjectAbilityScore : String! "择时能力得分" dbChoseTimeAbilityScore : String! "持续能力得分" dbContinueProfitScore : String! "策略综合得分" dbStrategyScore : String! "收益风险得分" dbProfitriskScore : String! "进攻防御得分" dbAttackandDefenseScore : String! "绩效归因得分" dbProfitallocationScore : String! "年化收益得分" dbAnnuReturnScore : String! "稳定盈利得分" dbStableProfitScore : String! "调仓收益能力得分" dbExtraChangePScore : String! "配置能力得分" dbAllocationScore : String! "主动收益能力得分" dbObjProfitScore : String! } type PRCategory_s { "品种" wsName : String! "盈亏金额" dTotalProfit : String! "盈利金额" dProfitMoney : String! "亏损金额" dLoseMoney : String! "成交金额" dTotalAmount : String! "成交手数" dTotalCount : String! "盈利手数" dWinCount : String! "亏损手数" dLoseCount : String! } type LongShortStatistic_s { "品种" LongShortType : String! "盈亏金额" dProfit : String! "成交金额" dTotalAmount : String! "成交手数" dTotalCount : String! }