package
0.0.0-20240928235914-78084323e428
Repository: https://github.com/kfwalther/polly.git
Documentation: pkg.go.dev
# Functions
Constructor for a new Equity object.
Constructor for a new EquityCatalogue object, initializing the map.
Constructor for a new GoogleSheetManager.
Constructor for a new PortfolioSummary object.
Constructor for a new Transaction object, initializing the map.
Constructor for a new YahooFinanceExtension.
No description provided by the author
# Variables
Define a list of delisted stocks no longer on exchanges so we don't query Yahoo for these.
Define a global map to store the stock split history relevant to our portfolio.
# Structs
Definition of a equity to hold the transactions for a particular stock/ETF.
Definition of a equity catalogue to house a portfolio of stock/ETF info in a map.
A class to support calling yfinance python package to query extended data about individual symbols.
Definition of a equity to hold the transactions for a particular stock/ETF.
Definition of a transaction containing metadata and calculated metrics about the trade.
A class to support calling yfinance python package to query extended data about individual symbols.