API schema
Schema
FTPosition
Type: object
Properties
| Name | Type | Description |
|---|---|---|
tickerrequired | string | ticker in portfolio |
value | number | dollar value of position. Only used in return result |
weightrequired | string | percentage weighting of ticker. |
Example shape
{
"ticker": "SPY",
"weight": "50"
}