bayesline.api.equity.ReportAccessorApi.persist# abstract ReportAccessorApi.persist(name: str) → int# Persists the given report for the given name. Parameters# namestrThe name to persist the report under. Will throw if the name already exists. Returns# intA globally unique identifier of the persisted report.