API schema
Schema
FTMomentumModelParameters
Type: object
Properties
| Name | Type | Description |
|---|---|---|
seedvaluerequired | number | portfolio value on first day of trading |
rebalanceperiodrequired | string | Frequency to turn over portfolio |
model | FTMomentumModel |
Example shape
{
"seedvalue": 1000,
"rebalanceperiod": "month",
"model": {
"example": "FTMomentumModel"
}
}