API schema
Schema

FTFamily

Type: object

Properties

NameTypeDescription
namestringName of family
tickersstringString of comma "," separated ticker that make up family.
countstringNumber of tickers in family
errerr

Example shape

{
  "name": "string",
  "tickers": "string",
  "count": "string",
  "err": {
    "example": "err"
  }
}