@captorab/openseries-ts - v1.0.0
    Preparing search index...

    Function reportHtml

    • Generate HTML report from an OpenFrame. Analogous to Python openseries report_html(data: OpenFrame, ...). The frame should have mergeSeries("inner") already applied.

      Requires at least 2 constituents: the first N-1 are compared against the last (benchmark). Benchmark-relative metrics (Capture Ratio, Information Ratio, etc.) are empty for the benchmark series.

      Parameters

      • frame: OpenFrame

        OpenFrame with aligned series (mergeSeries("inner"))

      • options: ReportOptions = {}

        Report options (title, logo). Countries come from frame.countries.

      Returns string

      HTML string

      Error when frame has fewer than 2 constituents