ravivooda / stocks

1 stars 0 forks source link

Holdings ignored because of problems in the csv from ProShares #19

Open github-actions[bot] opened 2 years ago

github-actions[bot] commented 2 years ago

https://github.com/ravivooda/stocks/blob/7a07a8d11a3b54cfc6a95a59d063d1e693f26dda/securities/proshares/proshares.go#L90


    var seeds []models.Seed
    for rowTicker, groupedArray := range mappedHoldings {
        if _, found := ignoreHoldings[rowTicker]; found {
            // TODO: Holdings ignored because of problems in the csv from ProShares
            continue
        }
        if _, found := knowinglyIgnoredIssues[rowTicker]; found {
            // TODO: Holdings ignored because of problems in the csv from ProShares
            continue
        }
        seeds = append(seeds, models.Seed{