API schema
Schema
FTYearReturns
Year and total return value for that year
Type: object
Properties
| Name | Type | Description |
|---|---|---|
year | string | Year total return is calculated (Jan 1 to Dec 31) |
returns | string | Total return for the year |
Example shape
{
"year": "string",
"returns": "string"
}