Percent Profit

class src.boatwright.PerformanceMetrics.PercentProfit.PercentProfit

percent profit of the backtest

percent profit = 100 * (final_aum - starting_aum) / starting_aum

calculate(backtest)

calculates the peroformance metric for the given backtest

Parameters:

backtest (Backtest) – the backtest