package
Version:
v0.0.0-...-5b7a8c5
Opens a new window with list of versions in this module.
Published: Dec 7, 2024
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Data struct {
Portfolio Portfolio `json:"Portfolio"`
}
type FundData struct {
Data Data `json:"data"`
}
type Holding struct {
Date string `json:"asofdate"`
SECName string `json:"secname"`
Quantity string `json:"quantityshrpar"`
}
type Portfolio struct {
PortfolioData PortfolioData `json:"portfolio"`
}
type PortfolioData struct {
DailyHoldings []Holding `json:"dailyholdings"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.