Documentation
¶
Overview ¶
Package finance provides portfolio monitoring, stock quotes, price alerts, and market briefings. Uses Yahoo Finance for real-time market data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Holding ¶
type Holding struct {
Symbol string `json:"symbol"`
}
Holding represents a single position in the user's portfolio.
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
Module implements the finance module.
func (*Module) Description ¶
func (*Module) ScheduledTasks ¶
func (m *Module) ScheduledTasks() []ScheduledTask
Click to show internal directories.
Click to hide internal directories.