Skip to content

Commit

Permalink
Remove unused Fundamental struct
Browse files Browse the repository at this point in the history
  • Loading branch information
gnvk committed Apr 4, 2024
1 parent c680bac commit 332abd7
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 310 deletions.
26 changes: 0 additions & 26 deletions alpaca/entities.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,32 +148,6 @@ const (
Crypto AssetClass = "crypto"
)

type Fundamental struct {
AssetID string `json:"asset_id"`
Symbol string `json:"symbol"`
FullName string `json:"full_name"`
IndustryName string `json:"industry_name"`
IndustryGroup string `json:"industry_group"`
Sector string `json:"sector"`
PERatio float32 `json:"pe_ratio"`
PEGRatio float32 `json:"peg_ratio"`
Beta float32 `json:"beta"`
EPS float32 `json:"eps"`
MarketCap int64 `json:"market_cap"`
SharesOutstanding int64 `json:"shares_outstanding"`
AvgVol int64 `json:"avg_vol"`
DivRate float32 `json:"div_rate"`
ROE float32 `json:"roe"`
ROA float32 `json:"roa"`
PS float32 `json:"ps"`
PC float32 `json:"pc"`
GrossMargin float32 `json:"gross_margin"`
FiftyTwoWeekHigh decimal.Decimal `json:"fifty_two_week_high"`
FiftyTwoWeekLow decimal.Decimal `json:"fifty_two_week_low"`
ShortDescription string `json:"short_description"`
LongDescription string `json:"long_description"`
}

type CalendarDay struct {
Date string `json:"date"`
Open string `json:"open"`
Expand Down
Loading

0 comments on commit 332abd7

Please sign in to comment.