Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ComputeBreakdowns ¶ added in v0.6.0
Types ¶
type AssetBreakdown ¶
type AssetBreakdown struct { Group string `json:"group"` InvestmentAmount decimal.Decimal `json:"investmentAmount"` WithdrawalAmount decimal.Decimal `json:"withdrawalAmount"` MarketAmount decimal.Decimal `json:"marketAmount"` BalanceUnits decimal.Decimal `json:"balanceUnits"` LatestPrice decimal.Decimal `json:"latestPrice"` XIRR decimal.Decimal `json:"xirr"` GainAmount decimal.Decimal `json:"gainAmount"` AbsoluteReturn decimal.Decimal `json:"absoluteReturn"` }
func ComputeBreakdown ¶ added in v0.5.1
Click to show internal directories.
Click to hide internal directories.