package sentio import "time" type PortfolioRecord struct { TS time.Time Equity float64 PnL float64 PnLPct float64 }