API schema
Schema

FTModelResults

Details and stats of portfolio model results

Type: object

Properties

NameTypeDescription
statsFTStats
modeldetailsarray of FTPortfolioarray containing the break down of all positions for each day of the model
errerr

Example shape

{
  "stats": {
    "example": "FTStats"
  },
  "modeldetails": [
    {
      "example": "FTPortfolio"
    }
  ],
  "err": {
    "example": "err"
  }
}