moneygo/internal/reports
Aaron Lindsay a357d38eee Store currency/security values/prices using big.Rat natively
This adds 'shadow' types used only by the store/db internal package whch
handle converting these types to their DB-equivalent values. This change
should allow reports to be generated significantly faster since it
allows a large portion of the computation to be shifted to the database
engines.
2017-12-12 19:50:38 -05:00
..
accounts.go Store currency/security values/prices using big.Rat natively 2017-12-12 19:50:38 -05:00
balance.go Store currency/security values/prices using big.Rat natively 2017-12-12 19:50:38 -05:00
date.go Split Lua reports into own package 2017-12-10 20:53:57 -05:00
prices.go Store currency/security values/prices using big.Rat natively 2017-12-12 19:50:38 -05:00
reports.go Split Lua reports into own package 2017-12-10 20:53:57 -05:00
securities.go Split Lua reports into own package 2017-12-10 20:53:57 -05:00
tabulations.go Split Lua reports into own package 2017-12-10 20:53:57 -05:00