API schema
Schema

FTPortfolio

Type: object

Properties

NameTypeDescription
dteFTDate
totalvaluestringTotal dollar value of portfolio (change from $100,000 on model's start date)
positionlistarray of FTPosition

Example shape

{
  "dte": {
    "example": "FTDate"
  },
  "totalvalue": "string",
  "positionlist": [
    {
      "example": "FTPosition"
    }
  ]
}