Versions in this module Expand all Collapse all v0 v0.1.1 Mar 13, 2026 v0.1.0 Mar 13, 2026 Changes in this version + type Account struct + Currency string + Name string + Note string + Retired bool + Transactions []AccountTransaction + UUID string + type AccountTransaction struct + Amount int64 + Currency string + Date time.Time + Note string + Security *Security + SecurityRef string + Type string + UUID string + Units []TxUnit + type Assignment struct + Security *Security + SecurityRef string + Weight int + type AttributeType struct + ID string + Name string + Type string + type Bookmark struct + Label string + URL string + type Classification struct + Assignments []Assignment + Children []Classification + Color string + ID string + Name string + Weight int + type Client struct + Accounts []*Account + BaseCurrency string + Portfolios []*Portfolio + Securities []*Security + Settings *Settings + Taxonomies []*Taxonomy + Version int + type Holding struct + Currency string + LatestPrice int64 + NetShares Shares + Security *Security + Value int64 + func ComputeHoldings(portfolio *Portfolio) []Holding + type Money struct + Amount int64 + Currency string + func (m Money) Value() float64 + type Portfolio struct + Name string + ReferenceAccount *Account + ReferenceAccountRef string + Transactions []PortfolioTransaction + UUID string + type PortfolioTransaction struct + Amount int64 + Currency string + Date time.Time + Note string + Security *Security + SecurityRef string + Shares Shares + Type string + UUID string + Units []TxUnit + type Security struct + Currency string + Events []SecurityEvent + Feed string + ISIN string + Name string + Prices []SecurityPrice + Retired bool + Ticker string + UUID string + UpdatedAt time.Time + type SecurityEvent struct + Amount int64 + Date time.Time + Details string + Type string + type SecurityPrice struct + Date time.Time + Value int64 + type Settings struct + AttributeTypes []AttributeType + Bookmarks []Bookmark + type Shares int64 + func (s Shares) Value() float64 + type Taxonomy struct + ID string + Name string + Root Classification + type TxUnit struct + Amount int64 + Currency string + Shares Shares + Type string