github.com/Finnhub-Stock-API/finnhub-go@v1.2.1/model_index_historical_constituent.go (about)

     1  /*
     2   * Finnhub API
     3   *
     4   * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
     5   *
     6   * API version: 1.0.0
     7   * Generated by: OpenAPI Generator (https://openapi-generator.tech)
     8   */
     9  
    10  package finnhub
    11  // IndexHistoricalConstituent struct for IndexHistoricalConstituent
    12  type IndexHistoricalConstituent struct {
    13  	// Symbol
    14  	Symbol string `json:"symbol,omitempty"`
    15  	// <code>add</code> or <code>remove</code>.
    16  	Action string `json:"action,omitempty"`
    17  	// Date of joining or leaving the index.
    18  	Date string `json:"date,omitempty"`
    19  }