API schema
Schema

FTYearReturns

Year and total return value for that year

Type: object

Properties

NameTypeDescription
yearstringYear total return is calculated (Jan 1 to Dec 31)
returnsstringTotal return for the year

Example shape

{
  "year": "string",
  "returns": "string"
}