tebakaja's picture
deployment
03c0050
raw
history blame
373 Bytes
package loaders
type Issuer struct {
FontawesomeIcon string `json:"fontawesome_icon"`
Symbol string `json:"symbol"`
SectorID string `json:"sector_id"`
ShortName string `json:"shortName"`
Beta string `json:"beta"`
DividendYield string `json:"dividendYield"`
}
type IssuersWrapper struct {
Issuers []Issuer `json:"infographics"`
}