Mariner Backtesting - client.report_generate()

report_generate()

Tell the server to generate a report using the given submissions and templates.

Interface
 client.report_generate(submissions, templates, name=None, description=None)
Parameters
Name Type Default Description
submissions string required A list of existing submission hashes.
templates string required A list of report template names.
name string None Optional name for the report.
description string None Optional description for the report.
Returns
  • None