Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AssetBreakdown ¶
type AssetBreakdown struct { Group string `json:"group"` InvestmentAmount float64 `json:"investment_amount"` WithdrawalAmount float64 `json:"withdrawal_amount"` MarketAmount float64 `json:"market_amount"` BalanceUnits float64 `json:"balance_units"` LatestPrice float64 `json:"latest_price"` XIRR float64 `json:"xirr"` }
Click to show internal directories.
Click to hide internal directories.