API schema
Schema
FTModelResults
Details and stats of portfolio model results
Type: object
Properties
| Name | Type | Description |
|---|---|---|
stats | FTStats | |
modeldetails | array of FTPortfolio | array containing the break down of all positions for each day of the model |
err | err |
Example shape
{
"stats": {
"example": "FTStats"
},
"modeldetails": [
{
"example": "FTPortfolio"
}
],
"err": {
"example": "err"
}
}